API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4709/
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/398/"
    ],
    "id": 4709,
    "title": "wagtail-adminsortable",
    "slug": "wagtail-adminsortable",
    "last_updated": "2022-05-12T10:39:43-04:00",
    "last_fetched": "2026-02-16T02:03:53.346248-05:00",
    "repo_url": "https://github.com/Lh4cKg/wagtail-admin-sortable",
    "pypi_version": "0.1",
    "created": "2020-09-16T18:22:04.551635-04:00",
    "modified": "2026-01-28T16:03:26.867086-05:00",
    "repo_forks": 15,
    "repo_description": "Generic drag-and-drop ordering for objects in the Wagtail admin interface",
    "pypi_url": "https://pypi.org/project/wagtail-adminsortable/",
    "documentation_url": "",
    "repo_watchers": 9,
    "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": [
        "SamDudley",
        "Lh4cKg"
    ]
}