API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/5/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/140/?format=api",
        "https://djangopackages.org/api/v4/grids/127/?format=api"
    ],
    "id": 6354,
    "title": "Seedkit - An agent skill to start new Django projects or extend existing ones.",
    "slug": "seedkit",
    "last_updated": "2026-05-18T03:01:56-04:00",
    "last_fetched": "2026-05-26T04:13:38.052358-04:00",
    "repo_url": "https://github.com/robustarush/seedkit",
    "pypi_version": null,
    "created": "2026-05-12T07:34:11.946827-04:00",
    "modified": "2026-05-12T07:34:11.946854-04:00",
    "repo_forks": 0,
    "repo_description": "Cook a Django project well — the agent-skill take on cookiecutter",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 13,
    "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,
        4,
        7,
        154,
        50,
        0
    ],
    "participants": [
        "kmmbvnr"
    ]
}