API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6222/
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/427/",
        "https://djangopackages.org/api/v4/grids/458/",
        "https://djangopackages.org/api/v4/grids/136/"
    ],
    "id": 6222,
    "title": "Steady Queue",
    "slug": "steady-queue",
    "last_updated": "2026-02-11T16:39:36-05:00",
    "last_fetched": "2026-02-15T04:05:51.321497-05:00",
    "repo_url": "https://github.com/knifecake/steady-queue",
    "pypi_version": "0.1.4",
    "created": "2025-12-22T04:47:32.268706-05:00",
    "modified": "2026-02-05T17:44:40.890315-05:00",
    "repo_forks": 2,
    "repo_description": "A DB-backed task backend for Django",
    "pypi_url": "https://pypi.org/project/steady-queue",
    "documentation_url": "https://steady-queue.readthedocs.io/en/latest/",
    "repo_watchers": 61,
    "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,
        7,
        6,
        0,
        0,
        0,
        0,
        12,
        3,
        0,
        4,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        17,
        33,
        4,
        0,
        2,
        0,
        0,
        15,
        17
    ],
    "participants": [
        "knifecake"
    ]
}