API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/218/?format=api"
    ],
    "id": 2612,
    "title": "wildfish-django-starter",
    "slug": "wildfish-django-starter",
    "last_updated": "2022-11-09T09:52:53-05:00",
    "last_fetched": "2026-02-15T13:05:39.066920-05:00",
    "repo_url": "https://github.com/wildfish/wildfish-django-starter",
    "pypi_version": null,
    "created": "2014-10-05T17:13:08.580102-04:00",
    "modified": "2026-01-28T13:23:37.908407-05:00",
    "repo_forks": 15,
    "repo_description": "Django cookiecutter starter project template.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 107,
    "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": [
        "rolo",
        "jamesoutterside",
        "OmegaDroid",
        "hnk",
        "underyx",
        "mgaitan",
        "radiac"
    ]
}