API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4808/?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/376/?format=api"
    ],
    "id": 4808,
    "title": "wagtail-podcast",
    "slug": "wagtail-podcast",
    "last_updated": "2018-10-03T13:23:51-04:00",
    "last_fetched": "2026-02-16T04:04:57.053426-05:00",
    "repo_url": "https://gitlab.com/dfmeyer/wagtail_podcast",
    "pypi_version": "0.1",
    "created": "2020-09-16T18:29:04.411491-04:00",
    "modified": "2026-01-28T16:25:10.670650-05:00",
    "repo_forks": 1,
    "repo_description": "A simple podcasting app for Wagtail CMS and Django",
    "pypi_url": "https://pypi.org/project/wagtail-podcast/",
    "documentation_url": "https://wagtail-podcast.readthedocs.io/en/latest/",
    "repo_watchers": 1,
    "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": [
        "Daniel F Meyer"
    ]
}