API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5657/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/320/?format=api",
        "https://djangopackages.org/api/v4/grids/390/?format=api"
    ],
    "id": 5657,
    "title": "wagtail-ai",
    "slug": "wagtail-ai",
    "last_updated": "2025-10-24T11:30:07-04:00",
    "last_fetched": "2026-02-15T19:10:50.612537-05:00",
    "repo_url": "https://github.com/tomusher/wagtail-ai",
    "pypi_version": "3.0.0",
    "created": "2023-03-15T14:06:25.956478-04:00",
    "modified": "2026-01-28T14:50:02.295438-05:00",
    "repo_forks": 32,
    "repo_description": "Get help with your Wagtail content using AI superpowers. ",
    "pypi_url": "https://pypi.org/project/wagtail-ai",
    "documentation_url": "https://wagtail-ai.readthedocs.io/latest/",
    "repo_watchers": 184,
    "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,
        20,
        23,
        17,
        8,
        1,
        38,
        51,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "laymonage",
        "tomusher",
        "zerolab",
        "mgax",
        "tm-kn",
        "ianmeigh",
        "tomdyson",
        "tomkins",
        "Morsey187",
        "thibaudcolas",
        "fauzaanu",
        "jefftriplett",
        "kbayliss",
        "th3hamm0r"
    ]
}