API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/275/",
        "https://djangopackages.org/api/v4/grids/35/"
    ],
    "id": 4305,
    "title": "django-admin-display",
    "slug": "django-admin-display",
    "last_updated": "2021-04-07T12:06:51-04:00",
    "last_fetched": "2026-02-15T18:06:05.628834-05:00",
    "repo_url": "https://github.com/escaped/django-admin-display",
    "pypi_version": "1.3.0",
    "created": "2019-02-19T08:27:13.047930-05:00",
    "modified": "2026-01-28T14:25:34.974222-05:00",
    "repo_forks": 4,
    "repo_description": "Simplifies the use of function attributes (eg. `short_description`) for the ModelAdmin and makes mypy happy :)",
    "pypi_url": "http://pypi.python.org/pypi/django-admin-display",
    "documentation_url": "https://github.com/escaped/django-admin-display/blob/master/README.md",
    "repo_watchers": 22,
    "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": [
        "escaped",
        "adamchainz",
        "brianhelba",
        "ngnpope"
    ]
}