API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/4/",
        "https://djangopackages.org/api/v4/grids/33/",
        "https://djangopackages.org/api/v4/grids/114/",
        "https://djangopackages.org/api/v4/grids/127/",
        "https://djangopackages.org/api/v4/grids/133/"
    ],
    "id": 25,
    "title": "Pinax",
    "slug": "pinax",
    "last_updated": "2021-03-12T17:50:33-05:00",
    "last_fetched": "2026-02-16T01:01:19.703017-05:00",
    "repo_url": "https://github.com/pinax/pinax",
    "pypi_version": "0.7",
    "created": "2010-08-17T02:25:16.648485-04:00",
    "modified": "2026-01-28T15:48:06.742444-05:00",
    "repo_forks": 429,
    "repo_description": "a Django-based platform for rapidly developing websites",
    "pypi_url": "http://pypi.python.org/pypi/Pinax",
    "documentation_url": "https://readthedocs.org/projects/pinax/",
    "repo_watchers": 2633,
    "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": [
        "paltman",
        "brosner",
        "jtauber",
        "lukeman",
        "grahamu",
        "KatherineMichel",
        "issackelly",
        "endlesslupita",
        "winhamwr",
        "mroswell",
        "dstufft",
        "shoshseiden",
        "jacobwegner",
        "ethankent",
        "bmihelac",
        "DNX",
        "d0ugal",
        "iepathos",
        "jpic",
        "jezdez",
        "julien-duponchelle",
        "nduthoit",
        "nealmcb",
        "tubaman",
        "gitter-badger",
        "micheledallatorre",
        "yashj0511"
    ]
}