API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1979/?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/147/?format=api"
    ],
    "id": 1979,
    "title": "mezzanine-meze",
    "slug": "mezzanine-meze",
    "last_updated": "2014-02-08T14:11:45-05:00",
    "last_fetched": "2026-02-16T01:03:35.895293-05:00",
    "repo_url": "https://github.com/abakan/mezzanine-meze",
    "pypi_version": "0.3",
    "created": "2013-08-13T06:11:00.052204-04:00",
    "modified": "2026-01-28T15:52:31.077233-05:00",
    "repo_forks": 4,
    "repo_description": "Meze for Mezzanine",
    "pypi_url": "http://pypi.python.org/pypi/mezzanine-meze",
    "documentation_url": null,
    "repo_watchers": 10,
    "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": [
        "lordnapi"
    ]
}