API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2216/?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/234/?format=api",
        "https://djangopackages.org/api/v4/grids/160/?format=api"
    ],
    "id": 2216,
    "title": "Django Permanent",
    "slug": "django-permanent",
    "last_updated": "2026-02-07T14:53:55-05:00",
    "last_fetched": "2026-02-15T21:00:46.218522-05:00",
    "repo_url": "https://github.com/meteozond/django-permanent",
    "pypi_version": "2.0.0",
    "created": "2014-02-03T02:27:17.858221-05:00",
    "modified": "2026-01-28T15:03:24.659389-05:00",
    "repo_forks": 0,
    "repo_description": "Yet another approach to creation of non-deletable and non-removable from db restorable django models.",
    "pypi_url": "http://pypi.python.org/pypi/django-permanent",
    "documentation_url": "",
    "repo_watchers": 0,
    "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,
        6,
        0
    ],
    "participants": [
        "meteozond",
        "atin65536",
        "jarekwg",
        "bashu",
        "davidfischer-ch",
        "kregoslup",
        "aidanlister",
        "github-actions[bot]",
        "ydaniv"
    ]
}