API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1984/?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/217/?format=api"
    ],
    "id": 1984,
    "title": "django-throttling",
    "slug": "django-throttling",
    "last_updated": "2013-08-12T14:57:12-04:00",
    "last_fetched": "2026-02-16T03:00:41.326407-05:00",
    "repo_url": "https://github.com/night-crawler/django-throttling",
    "pypi_version": "0.0.1",
    "created": "2013-08-13T14:25:18.731997-04:00",
    "modified": "2026-01-28T16:07:50.692308-05:00",
    "repo_forks": 1,
    "repo_description": "A simple django throttling app",
    "pypi_url": "http://pypi.python.org/pypi/django-throttling",
    "documentation_url": null,
    "repo_watchers": 32,
    "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": [
        "night-crawler"
    ]
}