API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4913/?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/390/?format=api"
    ],
    "id": 4913,
    "title": "wagtail_app_pages",
    "slug": "wagtail_app_pages",
    "last_updated": "2025-11-13T10:08:32-05:00",
    "last_fetched": "2026-02-15T22:01:01.872708-05:00",
    "repo_url": "https://github.com/mwesterhof/wagtail_app_pages",
    "pypi_version": "0.3.7",
    "created": "2020-09-18T16:01:01.869767-04:00",
    "modified": "2026-01-28T15:15:31.831123-05:00",
    "repo_forks": 10,
    "repo_description": "Full MVC support for wagtail pages",
    "pypi_url": "http://pypi.python.org/pypi/wagtail_app_pages",
    "documentation_url": "",
    "repo_watchers": 33,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        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,
        0,
        0
    ],
    "participants": [
        "mwesterhof",
        "rcmurphy",
        "dependabot[bot]"
    ]
}