API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/147/?format=api"
    ],
    "id": 1390,
    "title": "mezzanine-stackato",
    "slug": "mezzanine-stackato",
    "last_updated": "2015-10-28T13:41:51-04:00",
    "last_fetched": "2026-02-15T13:04:00.979541-05:00",
    "repo_url": "https://github.com/Stackato-Apps/mezzanine",
    "pypi_version": null,
    "created": "2012-07-23T05:42:13.850274-04:00",
    "modified": "2026-01-28T13:20:31.787492-05:00",
    "repo_forks": 5,
    "repo_description": "A vanilla Mezzanine project, ready to deploy straight to stackato",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 1,
    "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": [
        "jdpaton",
        "shsu",
        "ingydotnet",
        "jandubois"
    ]
}