API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/42/
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/36/"
    ],
    "id": 42,
    "title": "django-sphinxdoc",
    "slug": "django-sphinxdoc",
    "last_updated": "2014-12-12T12:22:19-05:00",
    "last_fetched": "2026-02-15T20:06:31.744844-05:00",
    "repo_url": "https://bitbucket.org/ssc/django-sphinxdoc",
    "pypi_version": "2.0.0",
    "created": "2010-08-17T17:16:38.458416-04:00",
    "modified": "2026-01-28T14:58:51.468811-05:00",
    "repo_forks": 23,
    "repo_description": "Easily integrate Sphinx documentation into your website.",
    "pypi_url": "http://pypi.python.org/pypi/django-sphinxdoc",
    "documentation_url": null,
    "repo_watchers": 41,
    "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": [
        "ssc"
    ]
}