API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4794/?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/372/?format=api"
    ],
    "id": 4794,
    "title": "wagtail-import-export",
    "slug": "wagtail-import-export",
    "last_updated": "2020-09-10T11:17:27-04:00",
    "last_fetched": "2026-02-15T07:06:10.703317-05:00",
    "repo_url": "https://github.com/torchbox/wagtail-import-export",
    "pypi_version": "0.2",
    "created": "2020-09-16T18:28:37.539442-04:00",
    "modified": "2026-01-29T12:48:06.422677-05:00",
    "repo_forks": 15,
    "repo_description": "UNMAINTAINED. Try wagtail-transfer, the evolution of this package: https://github.com/wagtail/wagtail-transfer/",
    "pypi_url": "https://pypi.org/project/wagtail-import-export/",
    "documentation_url": "",
    "repo_watchers": 31,
    "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": [
        "gasman",
        "nealtodd",
        "rodolfolottin",
        "chosak",
        "tomdyson"
    ]
}