API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/147/"
    ],
    "id": 2137,
    "title": "mezzanine_page_auth",
    "slug": "mezzanine_page_auth",
    "last_updated": "2014-10-28T08:18:22-04:00",
    "last_fetched": "2026-02-16T00:05:37.640731-05:00",
    "repo_url": "https://github.com/simodalla/mezzanine_page_auth",
    "pypi_version": "0.3.3",
    "created": "2013-11-18T22:21:08.792662-05:00",
    "modified": "2026-01-28T15:45:17.597197-05:00",
    "repo_forks": 9,
    "repo_description": "A Mezzanine module for add group-level permission to individual pages.",
    "pypi_url": "http://pypi.python.org/pypi/mezzanine_page_auth",
    "documentation_url": "http://mezzanine-page-auth.readthedocs.org/en/latest/",
    "repo_watchers": 11,
    "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": [
        "simodalla",
        "Aidamir",
        "dekkers",
        "gelliravi"
    ]
}