API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1363/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/147/"
    ],
    "id": 1363,
    "title": "mezzanine-html5boilerplate",
    "slug": "mezzanine-html5boilerplate",
    "last_updated": "2012-03-03T20:37:07-05:00",
    "last_fetched": "2026-02-15T13:03:52.336073-05:00",
    "repo_url": "https://github.com/tvon/mezzanine-html5boilerplate",
    "pypi_version": null,
    "created": "2012-07-10T02:55:04.241524-04:00",
    "modified": "2026-01-28T13:20:11.546404-05:00",
    "repo_forks": 10,
    "repo_description": "html5boilerplate theme for mezzanine with large portions of CSS taken from wordpress theme of same name",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 18,
    "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": [
        "tvon"
    ]
}