API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1587/?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": 1587,
    "title": "mezzanine-flexipage",
    "slug": "mezzanine-flexipage",
    "last_updated": "2015-08-05T07:23:26-04:00",
    "last_fetched": "2026-02-16T02:05:24.519549-05:00",
    "repo_url": "https://github.com/mrmagooey/mezzanine-flexipage",
    "pypi_version": "0.2.1",
    "created": "2012-12-13T15:29:23.982710-05:00",
    "modified": "2026-01-28T16:06:13.884421-05:00",
    "repo_forks": 5,
    "repo_description": "An extension to the Mezzanine Content Management Platform designed to make it easy for template designers to add and remove content areas simply by adding or removing variables from a template.",
    "pypi_url": "http://pypi.python.org/pypi/mezzanine-flexipage",
    "documentation_url": null,
    "repo_watchers": 29,
    "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": [
        "mrmagooey",
        "peterborkuti"
    ]
}