API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1683/?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": 1683,
    "title": "mezzanine-podcast",
    "slug": "mezzanine-podcast",
    "last_updated": "2012-01-31T11:25:02-05:00",
    "last_fetched": "2026-02-15T13:03:58.232511-05:00",
    "repo_url": "https://github.com/carpie/mezzanine-podcast",
    "pypi_version": null,
    "created": "2013-02-20T22:48:14.829578-05:00",
    "modified": "2026-01-28T13:20:25.655246-05:00",
    "repo_forks": 2,
    "repo_description": "A simplistic podcast manager module for the Mezzanine CMS.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 11,
    "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": [
        "carpie"
    ]
}