API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2408/?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/113/?format=api"
    ],
    "id": 2408,
    "title": "datapurge",
    "slug": "django-datapurge",
    "last_updated": "2016-04-07T05:51:21-04:00",
    "last_fetched": "2026-02-16T03:02:04.950353-05:00",
    "repo_url": "https://github.com/swistakm/django-datapurge",
    "pypi_version": "0.0.2",
    "created": "2014-06-04T07:20:15.282132-04:00",
    "modified": "2026-01-28T16:10:17.479598-05:00",
    "repo_forks": 2,
    "repo_description": "Simple Django app for managing data retention.",
    "pypi_url": "http://pypi.python.org/pypi/django-datapurge",
    "documentation_url": "https://github.com/swistakm/django-datapurge/blob/master/README.md",
    "repo_watchers": 16,
    "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": [
        "swistakm",
        "MatthewWilkes"
    ]
}