API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4906/?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/374/?format=api"
    ],
    "id": 4906,
    "title": "wagtail-redirect-importer",
    "slug": "wagtail-redirect-importer",
    "last_updated": "2020-08-17T14:59:23-04:00",
    "last_fetched": "2026-02-15T07:06:18.117993-05:00",
    "repo_url": "https://github.com/Frojd/wagtail-redirect-importer",
    "pypi_version": "1.0.2",
    "created": "2020-09-18T15:03:45.837967-04:00",
    "modified": "2026-01-29T12:48:19.436625-05:00",
    "repo_forks": 0,
    "repo_description": "Note: This library is now included in Wagtail 2.10, use the builtin version instead of this.",
    "pypi_url": "http://pypi.python.org/pypi/wagtail-redirect-importer",
    "documentation_url": "",
    "repo_watchers": 16,
    "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": [
        "marteinn"
    ]
}