API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1677/?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": 1677,
    "title": "mezzanine-wiki",
    "slug": "mezzanine-wiki",
    "last_updated": "2014-08-03T14:53:43-04:00",
    "last_fetched": "2026-02-15T13:04:01.941398-05:00",
    "repo_url": "https://github.com/dfalk/mezzanine-wiki",
    "pypi_version": null,
    "created": "2013-02-20T22:45:25.528722-05:00",
    "modified": "2026-01-28T13:20:33.862729-05:00",
    "repo_forks": 12,
    "repo_description": "Wiki app for Mezzanine",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 23,
    "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": [
        "dfalk",
        "ar4s"
    ]
}