API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1936/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/107/?format=api"
    ],
    "id": 1936,
    "title": "django-epiced",
    "slug": "django-epiced",
    "last_updated": "2026-01-29T18:13:07-05:00",
    "last_fetched": "2026-02-16T01:01:48.012272-05:00",
    "repo_url": "https://github.com/belug23/django-epiced",
    "pypi_version": "0.4.3",
    "created": "2013-07-11T21:27:35.744450-04:00",
    "modified": "2026-01-28T15:49:06.854197-05:00",
    "repo_forks": 6,
    "repo_description": "EpicEditor implementation for django",
    "pypi_url": "http://pypi.python.org/pypi/django-epiced",
    "documentation_url": "https://readthedocs.org/projects/django-epiced/",
    "repo_watchers": 23,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0
    ],
    "participants": [
        "belug23",
        "seenureddy",
        "daikeren",
        "mireq"
    ]
}