API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/15/"
    ],
    "id": 2020,
    "title": "django-change-email",
    "slug": "django-change-email",
    "last_updated": "2015-01-24T12:07:02-05:00",
    "last_fetched": "2026-02-15T04:01:12.819072-05:00",
    "repo_url": "https://github.com/tarak/django-change-email",
    "pypi_version": "0.1.3",
    "created": "2013-09-05T18:47:50.860763-04:00",
    "modified": "2026-01-28T16:52:31.432114-05:00",
    "repo_forks": 9,
    "repo_description": "A Django application to enable users to change their e-mail  address.",
    "pypi_url": "http://pypi.python.org/pypi/django-change-email",
    "documentation_url": "http://tarak.github.com/django-change-email",
    "repo_watchers": 11,
    "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,
        0,
        0,
        0
    ],
    "participants": [
        "thatandromeda",
        "tarak"
    ]
}