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-02-10T08:25:20-05:00",
    "last_fetched": "2026-02-15T17:19:11.871218-05: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": 48,
    "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": 295,
    "commits_over_52": [
        4,
        1,
        3,
        0,
        0,
        4,
        1,
        6,
        5,
        5,
        2,
        2,
        1,
        1,
        1,
        0,
        2,
        4,
        1,
        0,
        2,
        2,
        1,
        0,
        3,
        0,
        0,
        0,
        4,
        4,
        0,
        1,
        2,
        1,
        1,
        4,
        1,
        1,
        1,
        4,
        1,
        7,
        1,
        1,
        2,
        0,
        1,
        0,
        0,
        1,
        3,
        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"
    ]
}