API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2596/?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": 2596,
    "title": "mezzanine-invites",
    "slug": "mezzanine-invites",
    "last_updated": "2014-09-28T13:07:51-04:00",
    "last_fetched": "2025-12-25T16:50:12.131084-05:00",
    "repo_url": "https://github.com/averagehuman/mezzanine-invites",
    "pypi_version": "0.2.3",
    "created": "2014-09-24T17:03:39.442830-04:00",
    "modified": "2025-12-25T16:50:12.707493-05:00",
    "repo_forks": 2,
    "repo_description": "A Django Mezzanine application that allows site registration via alphanumeric invite codes.",
    "pypi_url": "http://pypi.python.org/pypi/mezzanine-invites",
    "documentation_url": "",
    "repo_watchers": 7,
    "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": [
        "averagehuman"
    ]
}