API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/169/?format=api",
        "https://djangopackages.org/api/v4/grids/8/?format=api"
    ],
    "id": 5632,
    "title": "feincms3-forms",
    "slug": "feincms3-forms",
    "last_updated": "2026-05-21T08:08:46-04:00",
    "last_fetched": "2026-05-26T16:07:12.744944-04:00",
    "repo_url": "https://github.com/matthiask/feincms3-forms",
    "pypi_version": "0.6.1",
    "created": "2023-02-15T15:19:47.209104-05:00",
    "modified": "2026-01-28T14:52:37.189652-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "https://pypi.org/project/feincms3-forms",
    "documentation_url": "",
    "repo_watchers": 17,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        1,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        4,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2
    ],
    "participants": [
        "matthiask",
        "pre-commit-ci[bot]"
    ]
}