API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/227/?format=api"
    ],
    "id": 986,
    "title": "djng",
    "slug": "djng",
    "last_updated": "2009-07-03T20:00:51-04:00",
    "last_fetched": "2026-05-26T09:07:43.521593-04:00",
    "repo_url": "https://github.com/simonw/djng",
    "pypi_version": null,
    "created": "2011-10-31T16:08:28.541882-04:00",
    "modified": "2026-01-28T13:18:29.709564-05:00",
    "repo_forks": 10,
    "repo_description": "Turtles all the way down",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 133,
    "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": [
        "brosner",
        "peritus"
    ]
}