API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5562/
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/85/",
        "https://djangopackages.org/api/v4/grids/18/",
        "https://djangopackages.org/api/v4/grids/310/"
    ],
    "id": 5562,
    "title": "django-docutils",
    "slug": "django-docutils",
    "last_updated": "2026-02-14T08:51:39-05:00",
    "last_fetched": "2026-02-15T19:06:23.381075-05:00",
    "repo_url": "https://github.com/tony/django-docutils",
    "pypi_version": "0.29.0",
    "created": "2022-10-02T12:11:55.456003-04:00",
    "modified": "2026-01-28T14:43:45.412526-05:00",
    "repo_forks": 2,
    "repo_description": "Docutils (a.k.a. reStructuredText, reST, RST) support for django",
    "pypi_url": "https://pypi.org/project/django-docutils",
    "documentation_url": "https://django-docutils.git-pull.com/",
    "repo_watchers": 12,
    "commits_over_52": [
        4,
        3,
        4,
        1,
        2,
        1,
        2,
        2,
        1,
        5,
        3,
        3,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        3,
        2,
        2,
        2,
        2,
        3,
        3,
        4,
        2,
        2,
        3,
        3,
        3,
        29,
        2,
        2,
        2,
        6,
        18,
        2,
        4,
        11,
        10,
        0,
        3,
        2,
        2,
        10,
        2
    ],
    "participants": [
        "tony",
        "pyup-bot",
        "dependabot-preview[bot]",
        "dependabot[bot]"
    ]
}