API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/946/?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/90/?format=api"
    ],
    "id": 946,
    "title": "FeinCMS Gallery",
    "slug": "feincms_gallery",
    "last_updated": "2022-11-04T16:30:42-04:00",
    "last_fetched": "2026-02-16T00:02:29.870324-05:00",
    "repo_url": "https://github.com/feinheit/feincms_gallery",
    "pypi_version": "1.3.1",
    "created": "2011-10-04T14:05:45.924205-04:00",
    "modified": "2026-01-28T15:29:33.901735-05:00",
    "repo_forks": 18,
    "repo_description": "Our gallery content type for FeinCMS",
    "pypi_url": "http://pypi.python.org/pypi/feincms-gallery",
    "documentation_url": null,
    "repo_watchers": 22,
    "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": [
        "matthiask",
        "sbaechler",
        "fabiangermann",
        "niklaushug",
        "schuerpf",
        "vencax",
        "sk8joker"
    ]
}