API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2254/
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/230/"
    ],
    "id": 2254,
    "title": "django-emailauth",
    "slug": "django-emailauth",
    "last_updated": "2016-10-07T06:03:40-04:00",
    "last_fetched": "2026-02-15T11:01:51.944169-05:00",
    "repo_url": "https://github.com/dfunckt/django-emailauth",
    "pypi_version": null,
    "created": "2014-03-06T14:43:48.540681-05:00",
    "modified": "2026-01-28T13:04:07.957598-05:00",
    "repo_forks": 2,
    "repo_description": "Seamless email authentication for Django",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 5,
    "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": [
        "dfunckt"
    ]
}