API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2890/?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": 2890,
    "title": "mezzanine-buffer",
    "slug": "mezzanine-buffer",
    "last_updated": "2015-05-03T22:23:47-04:00",
    "last_fetched": "2026-02-16T04:05:16.787390-05:00",
    "repo_url": "https://github.com/caffodian/mezzanine-buffer",
    "pypi_version": "0.1.0",
    "created": "2015-05-06T00:19:12.450358-04:00",
    "modified": "2026-01-28T16:25:41.166353-05:00",
    "repo_forks": 0,
    "repo_description": "Buffer (buffer.com) integration for Mezzanine (http://mezzanine.jupo.org/)",
    "pypi_url": "http://pypi.python.org/pypi/mezzanine-buffer",
    "documentation_url": "",
    "repo_watchers": 0,
    "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": [
        "caffodian"
    ]
}