API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4729/?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/354/?format=api"
    ],
    "id": 4729,
    "title": "wagtail-graphql",
    "slug": "wagtail-graphql",
    "last_updated": "2020-06-09T20:00:06-04:00",
    "last_fetched": "2026-02-16T01:05:33.510672-05:00",
    "repo_url": "https://github.com/tr11/wagtail-graphql",
    "pypi_version": "0.3.0",
    "created": "2020-09-16T18:26:50.532997-04:00",
    "modified": "2026-01-28T15:55:55.527488-05:00",
    "repo_forks": 17,
    "repo_description": "App to automatically add GraphQL support to a Wagtail website",
    "pypi_url": "https://pypi.org/project/wagtail-graphql/",
    "documentation_url": "",
    "repo_watchers": 38,
    "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": [
        "tr11",
        "IAmNatch"
    ]
}