API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5294/
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/396/"
    ],
    "id": 5294,
    "title": "Wagtail WordPress Import",
    "slug": "wagtail-wordpress-import",
    "last_updated": "2022-12-22T17:39:06-05:00",
    "last_fetched": "2026-02-15T22:02:14.634556-05:00",
    "repo_url": "https://github.com/torchbox/wagtail-wordpress-import",
    "pypi_version": "0.3.0",
    "created": "2022-01-24T05:12:47.178222-05:00",
    "modified": "2026-01-28T15:17:45.463063-05:00",
    "repo_forks": 23,
    "repo_description": "A package for Wagtail CMS to import WordPress blog content from an XML file into Wagtail",
    "pypi_url": "http://pypi.python.org/pypi/wagtail-wordpress-import",
    "documentation_url": "",
    "repo_watchers": 55,
    "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": [
        "nickmoreton",
        "nimasmi",
        "fabienheureux",
        "kaedroho"
    ]
}