API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5082/
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/399/"
    ],
    "id": 5082,
    "title": "Wagtail xliff translation",
    "slug": "wagtail-xliff-translation",
    "last_updated": "2021-06-25T05:23:33-04:00",
    "last_fetched": "2026-02-16T01:04:38.181446-05:00",
    "repo_url": "https://github.com/fourdigits/wagtail-xliff-translation",
    "pypi_version": "1.0.4",
    "created": "2021-06-11T04:30:22.387362-04:00",
    "modified": "2026-01-28T15:54:28.435528-05:00",
    "repo_forks": 0,
    "repo_description": "Export Wagtail content to XLIFF and back",
    "pypi_url": "http://pypi.python.org/pypi/wagtail-xliff-translation",
    "documentation_url": "",
    "repo_watchers": 11,
    "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": [
        "allcaps",
        "Thomasvdh92",
        "whyscream"
    ]
}