API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1284/
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/136/"
    ],
    "id": 1284,
    "title": "huey",
    "slug": "huey",
    "last_updated": "2026-02-04T09:50:32-05:00",
    "last_fetched": "2026-02-15T17:07:37.249079-05:00",
    "repo_url": "https://github.com/coleifer/huey",
    "pypi_version": "2.6.0",
    "created": "2012-04-28T01:14:41.164934-04:00",
    "modified": "2026-01-28T14:04:06.550256-05:00",
    "repo_forks": 393,
    "repo_description": "a little task queue for python",
    "pypi_url": "http://pypi.python.org/pypi/huey",
    "documentation_url": "https://huey.readthedocs.io/",
    "repo_watchers": 5925,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        2,
        2,
        1,
        0,
        1,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        0,
        0,
        1,
        5,
        0,
        0,
        0,
        1,
        0
    ],
    "participants": [
        "coleifer",
        "jbaiter",
        "antwan",
        "camilonova",
        "blablacio",
        "adamchainz",
        "logannc",
        "tirkarthi",
        "oz123",
        "miohtama",
        "mtyaka",
        "moser",
        "jedie",
        "hgdeoro",
        "gl3nn",
        "cbm755",
        "Olamyy",
        "peterbe",
        "Psycojoker",
        "GeyseR",
        "swilcox",
        "smarnach",
        "timgates42",
        "mindojo-victor",
        "vitormhenrique",
        "antoviaque",
        "azuline",
        "kennell",
        "lhfelis",
        "nokutana",
        "tcely",
        "vspiespro",
        "JackAtOmenApps",
        "winkidney",
        "hjlarry",
        "anentropic",
        "asmedrano",
        "angvp",
        "bmcorser",
        "qubitstream",
        "cc-a",
        "zeraien",
        "Berserker66",
        "francoisfreitag",
        "kindlycat",
        "iivvoo",
        "joealcorn",
        "jonnyarnold",
        "lfriedrich",
        "msabramo",
        "mwoodbri",
        "martinmo",
        "kmmbvnr",
        "moises-silva"
    ]
}