API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5784/
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": 5784,
    "title": "Wagtail Localize GIT",
    "slug": "wagtail-localize-git",
    "last_updated": "2024-11-25T16:07:13-05:00",
    "last_fetched": "2026-02-15T22:01:24.364747-05:00",
    "repo_url": "https://github.com/wagtail/wagtail-localize-git",
    "pypi_version": "0.15.0",
    "created": "2023-10-06T03:31:29.023816-04:00",
    "modified": "2026-01-28T15:16:16.738489-05:00",
    "repo_forks": 2,
    "repo_description": "Translate Wagtail content using a git repository and PO files",
    "pypi_url": "https://pypi.org/project/wagtail-localize-git",
    "documentation_url": "",
    "repo_watchers": 7,
    "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": [
        "kaedroho",
        "zerolab",
        "richbrennan",
        "jhonatan-lopes",
        "pre-commit-ci[bot]"
    ]
}