API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/425/?format=api"
    ],
    "id": 5285,
    "title": "sphinxcontrib-django2",
    "slug": "sphinxcontrib-django2",
    "last_updated": "2023-03-01T19:17:56-05:00",
    "last_fetched": "2026-02-15T11:08:02.645820-05:00",
    "repo_url": "https://github.com/timoludwig/sphinxcontrib-django2",
    "pypi_version": "1.9",
    "created": "2022-01-10T20:32:13.792243-05:00",
    "modified": "2026-01-28T13:13:34.289261-05:00",
    "repo_forks": 3,
    "repo_description": "This was a fork of sphinxcontrib-django, but all changes have been merged into the upstream repository.",
    "pypi_url": "http://pypi.python.org/pypi/sphinxcontrib-django2",
    "documentation_url": "https://sphinxcontrib-django2.readthedocs.io/",
    "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": [
        "timobrembeck",
        "vdboor",
        "zd42",
        "rixx",
        "wesleykendall",
        "v-erena",
        "miterion",
        "jdillard",
        "mauler",
        "raphaelm"
    ]
}