API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1407/?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/18/?format=api"
    ],
    "id": 1407,
    "title": "django-overextends",
    "slug": "django-overextends",
    "last_updated": "2017-04-09T20:59:54-04:00",
    "last_fetched": "2026-02-15T21:04:29.275749-05:00",
    "repo_url": "https://github.com/stephenmcd/django-overextends",
    "pypi_version": "0.4.3",
    "created": "2012-08-10T12:33:33.877348-04:00",
    "modified": "2026-01-28T15:09:06.749749-05:00",
    "repo_forks": 26,
    "repo_description": "Circular template inheritance for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-overextends",
    "documentation_url": "https://readthedocs.org/projects/django-overextends/",
    "repo_watchers": 107,
    "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": [
        "stephenmcd",
        "stefanw",
        "dwaynebailey",
        "al45tair",
        "tomkins",
        "aaugustin",
        "vinnyrose"
    ]
}