API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4710/
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": 4710,
    "title": "wagtail-copyablemodeladmin",
    "slug": "wagtail-copyablemodeladmin",
    "last_updated": "2025-11-25T15:15:20-05:00",
    "last_fetched": "2026-02-15T09:06:51.587470-05:00",
    "repo_url": "https://github.com/cfpb/wagtail-copyablemodeladmin",
    "pypi_version": "1.0.0",
    "created": "2020-09-16T18:22:15.100547-04:00",
    "modified": "2026-01-29T12:57:20.364648-05:00",
    "repo_forks": 1,
    "repo_description": "CopyableModelAdmin is an extension of the Wagtail ModelAdmin that allows for model instances to be copied in the user interface with a \"Copy\" button",
    "pypi_url": "https://pypi.org/project/wagtail-copyablemodeladmin/",
    "documentation_url": "",
    "repo_watchers": 2,
    "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,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "willbarton",
        "contolini"
    ]
}