API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5284/
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/274/",
        "https://djangopackages.org/api/v4/grids/6/"
    ],
    "id": 5284,
    "title": "coltrane",
    "slug": "coltrane",
    "last_updated": "2025-05-18T10:49:08-04:00",
    "last_fetched": "2026-02-15T20:03:24.880231-05:00",
    "repo_url": "https://github.com/adamghill/coltrane",
    "pypi_version": "0.18.4",
    "created": "2022-01-09T18:38:53.821861-05:00",
    "modified": "2026-01-28T14:54:21.162078-05:00",
    "repo_forks": 4,
    "repo_description": "A minimal app framework for content sites.",
    "pypi_url": "http://pypi.python.org/pypi/coltrane-web",
    "documentation_url": "https://coltrane.readthedocs.io/",
    "repo_watchers": 120,
    "commits_over_52": [
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        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": [
        "adamghill",
        "Tobi-De",
        "allcontributors[bot]"
    ]
}