API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5628/?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/1/?format=api"
    ],
    "id": 5628,
    "title": "feincms3",
    "slug": "feincms3",
    "last_updated": "2025-11-27T14:57:06-05:00",
    "last_fetched": "2026-02-15T17:23:08.489421-05:00",
    "repo_url": "https://github.com/matthiask/feincms3",
    "pypi_version": "5.4.3",
    "created": "2023-02-15T15:18:31.715291-05:00",
    "modified": "2026-01-28T14:19:12.899093-05:00",
    "repo_forks": 12,
    "repo_description": "feincms3 provides additional building blocks on top of django-content-editor and django-tree-queries which make building a page CMS (and also other types of CMS) simpler.",
    "pypi_url": "https://pypi.org/project/feincms3",
    "documentation_url": "",
    "repo_watchers": 103,
    "commits_over_52": [
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        5,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        1,
        1,
        2,
        3,
        4,
        0,
        0,
        0,
        2,
        3,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "matthiask",
        "fabiangermann",
        "barseghyanartur",
        "silkentrance",
        "sacovo",
        "pre-commit-ci[bot]",
        "comradekingu",
        "Copilot",
        "hancush",
        "indro",
        "moojen"
    ]
}