API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4042/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/425/"
    ],
    "id": 4042,
    "title": "sphinxcontrib-django",
    "slug": "sphinxcontrib-django",
    "last_updated": "2026-02-14T04:17:59-05:00",
    "last_fetched": "2026-02-15T17:16:09.094538-05:00",
    "repo_url": "https://github.com/edoburu/sphinxcontrib-django",
    "pypi_version": "2.5",
    "created": "2018-01-02T05:38:12.500788-05:00",
    "modified": "2026-01-28T14:12:44.540128-05:00",
    "repo_forks": 25,
    "repo_description": "This is a sphinx extension which improves the documentation of Django apps.",
    "pypi_url": "http://pypi.python.org/pypi/sphinxcontrib-django",
    "documentation_url": "https://sphinxcontrib-django.readthedocs.io/",
    "repo_watchers": 50,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        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,
        3,
        2,
        1,
        1
    ],
    "participants": [
        "timobrembeck",
        "vdboor",
        "WhyNotHugo",
        "bckohan",
        "zd42",
        "cclauss",
        "rixx",
        "wesleykendall",
        "insspb",
        "v-erena",
        "dependabot[bot]",
        "emoffett",
        "miterion",
        "jdillard",
        "mauler",
        "raphaelm"
    ]
}