API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1663/?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/35/?format=api",
        "https://djangopackages.org/api/v4/grids/175/?format=api"
    ],
    "id": 1663,
    "title": "django-mptt-admin",
    "slug": "django-mptt-admin",
    "last_updated": "2026-05-25T12:06:59-04:00",
    "last_fetched": "2026-05-26T12:01:47.222298-04:00",
    "repo_url": "https://github.com/leukeleu/django-mptt-admin",
    "pypi_version": "2.9.0",
    "created": "2013-02-08T04:38:04.480932-05:00",
    "modified": "2026-01-28T14:15:39.723279-05:00",
    "repo_forks": 49,
    "repo_description": "Django-mptt-admin provides a nice Django Admin interface for Mptt models",
    "pypi_url": "http://pypi.python.org/pypi/django-mptt-admin",
    "documentation_url": "https://mbraak.github.io/django-mptt-admin/",
    "repo_watchers": 296,
    "commits_over_52": [
        0,
        1,
        5,
        0,
        1,
        2,
        1,
        2,
        0,
        1,
        2,
        0,
        0,
        3,
        1,
        4,
        1,
        2,
        1,
        1,
        2,
        3,
        0,
        2,
        0,
        5,
        3,
        5,
        1,
        2,
        0,
        0,
        1,
        0,
        0,
        2,
        3,
        1,
        1,
        1,
        3,
        1,
        0,
        2,
        2,
        0,
        3,
        1,
        2,
        4,
        4,
        2
    ],
    "participants": [
        "mbraak",
        "requires",
        "dependabot[bot]",
        "xrmx",
        "nonZero",
        "tagmat",
        "DeeJayPee",
        "quantifiedcode-bot",
        "tomkins",
        "ChangeSomeCode",
        "hstanev",
        "nnseva",
        "roodie",
        "pawel-ch",
        "maxperreault",
        "nanuuki",
        "jdzero",
        "JMSoler7",
        "uralbash",
        "pevar",
        "christianwgd",
        "bitdeli-chef",
        "arjunattam",
        "andrkhr",
        "andrewdodd"
    ]
}