API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1234/
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/80/"
    ],
    "id": 1234,
    "title": "django-site-maintenance",
    "slug": "django-site-maintenance",
    "last_updated": "2013-12-12T16:00:21-05:00",
    "last_fetched": "2026-02-16T01:03:45.013015-05:00",
    "repo_url": "https://github.com/saxix/django-site-maintenance",
    "pypi_version": "0.1.3",
    "created": "2012-03-25T21:25:32.254934-04:00",
    "modified": "2026-01-28T15:52:46.099533-05:00",
    "repo_forks": 12,
    "repo_description": "django app to put web  site in 'maintenance mode'",
    "pypi_url": "http://pypi.python.org/pypi/django-site-maintenance",
    "documentation_url": "https://readthedocs.org/projects/django-site-maintenance/",
    "repo_watchers": 21,
    "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": [
        "saxix"
    ]
}