API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5872/
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/320/",
        "https://djangopackages.org/api/v4/grids/283/"
    ],
    "id": 5872,
    "title": "Wagtail Word",
    "slug": "wagtail_word",
    "last_updated": "2024-02-22T03:42:39-05:00",
    "last_fetched": "2026-02-16T00:06:15.051526-05:00",
    "repo_url": "https://github.com/Nigel2392/wagtail_word",
    "pypi_version": "1.1.3",
    "created": "2024-02-22T04:47:53.316818-05:00",
    "modified": "2026-01-28T15:46:23.304128-05:00",
    "repo_forks": 0,
    "repo_description": "Easily upload your word documents to Wagtail as pages",
    "pypi_url": "https://pypi.org/project/wagtail-word",
    "documentation_url": "",
    "repo_watchers": 2,
    "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": [
        "Nigel2392"
    ]
}