API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4809/
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/376/"
    ],
    "id": 4809,
    "title": "wagtail-storages",
    "slug": "wagtail-storages",
    "last_updated": "2025-10-29T13:24:42-04:00",
    "last_fetched": "2026-02-15T19:05:02.076411-05:00",
    "repo_url": "https://github.com/torchbox/wagtail-storages",
    "pypi_version": "2.0",
    "created": "2020-09-16T18:29:05.549614-04:00",
    "modified": "2026-01-28T14:42:06.534317-05:00",
    "repo_forks": 10,
    "repo_description": "Use AWS S3 with private documents in Wagtail",
    "pypi_url": "https://pypi.org/project/wagtail-storages/",
    "documentation_url": "",
    "repo_watchers": 45,
    "commits_over_52": [
        0,
        0,
        3,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "tm-kn",
        "katdom13",
        "nickmoreton",
        "ianmeigh",
        "zerolab",
        "RealOrangeOne",
        "William-Blackie",
        "ababic",
        "BrianXu20",
        "PetrDlouhy",
        "thibaudcolas"
    ]
}