API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4004/?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/275/?format=api",
        "https://djangopackages.org/api/v4/grids/35/?format=api"
    ],
    "id": 4004,
    "title": "django-subadmin",
    "slug": "django-subadmin",
    "last_updated": "2024-06-06T07:45:16-04:00",
    "last_fetched": "2026-02-15T19:09:07.773063-05:00",
    "repo_url": "https://github.com/inueni/django-subadmin",
    "pypi_version": "3.2.4",
    "created": "2017-11-13T18:05:45.324082-05:00",
    "modified": "2026-01-28T14:47:25.003556-05:00",
    "repo_forks": 18,
    "repo_description": "A special kind of ModelAdmin that allows it to be nested within another ModelAdmin ",
    "pypi_url": "http://pypi.python.org/pypi/django-subadmin",
    "documentation_url": "",
    "repo_watchers": 140,
    "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": [
        "sect2k",
        "sevdog",
        "felixonmars",
        "lordematus",
        "MuhammedNihad",
        "cyberbudy"
    ]
}