API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1208/?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": 1208,
    "title": "Mezzanine Widgets",
    "slug": "mezzanine_widgets",
    "last_updated": "2014-08-22T15:31:22-04:00",
    "last_fetched": "2026-02-15T13:05:59.274201-05:00",
    "repo_url": "https://github.com/osiloke/mezzanine_widgets",
    "pypi_version": "1.5.1",
    "created": "2012-03-06T16:55:07.029027-05:00",
    "modified": "2026-01-28T13:24:17.059834-05:00",
    "repo_forks": 5,
    "repo_description": "Makes it super easy to add extra content to mezzanine pages and also add extended functionality. Check out the example app. This is a git mirror of http://bit.ly/yjTSfP",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 36,
    "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": [
        "osiloke",
        "scopelemanuele"
    ]
}