API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4721/
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": 4721,
    "title": "wagtail-quick-create",
    "slug": "wagtail-quick-create",
    "last_updated": "2024-03-06T23:30:59-05:00",
    "last_fetched": "2026-02-16T00:01:51.973387-05:00",
    "repo_url": "https://github.com/kevinhowbrook/wagtailquickcreate",
    "pypi_version": "2.0.1",
    "created": "2020-09-16T18:23:05.751241-04:00",
    "modified": "2026-01-28T15:28:17.051315-05:00",
    "repo_forks": 8,
    "repo_description": "Wagtail Quick Create offers shortcut links to create objects from models specified in your settings file.",
    "pypi_url": "https://pypi.org/project/wagtail-quick-create/",
    "documentation_url": "",
    "repo_watchers": 25,
    "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": [
        "kevinhowbrook",
        "nickmoreton",
        "katdom13",
        "BrianXu20"
    ]
}