API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/905/
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/113/"
    ],
    "id": 905,
    "title": "django-preferences",
    "slug": "django-preferences",
    "last_updated": "2018-12-20T07:48:05-05:00",
    "last_fetched": "2026-02-15T20:04:05.613754-05:00",
    "repo_url": "https://github.com/praekelt/django-preferences",
    "pypi_version": "1.0.0",
    "created": "2011-08-11T06:20:20.290695-04:00",
    "modified": "2026-01-28T14:55:24.909124-05:00",
    "repo_forks": 16,
    "repo_description": "Django app allowing users to set app specific preferences through the admin interface. ",
    "pypi_url": "http://pypi.python.org/pypi/django-preferences",
    "documentation_url": null,
    "repo_watchers": 59,
    "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": [
        "hedleyroos",
        "cblignaut",
        "JamesJGarner"
    ]
}