API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2608/
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/114/"
    ],
    "id": 2608,
    "title": "django-email-registration",
    "slug": "django-email-registration",
    "last_updated": "2022-04-01T03:09:41-04:00",
    "last_fetched": "2026-02-15T22:05:47.980713-05:00",
    "repo_url": "https://github.com/matthiask/django-email-registration",
    "pypi_version": "0.5.0",
    "created": "2014-10-03T15:24:52.362205-04:00",
    "modified": "2026-01-28T15:23:48.043580-05:00",
    "repo_forks": 5,
    "repo_description": "So simple you'll burst into tears right away.",
    "pypi_url": "http://pypi.python.org/pypi/django-email-registration",
    "documentation_url": "https://github.com/matthiask/django-email-registration/blob/master/README.rst",
    "repo_watchers": 30,
    "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": [
        "matthiask",
        "fabiangermann"
    ]
}