API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/156/?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/39/?format=api"
    ],
    "id": 156,
    "title": "johnny-cache",
    "slug": "johnny-cache",
    "last_updated": "2014-11-10T11:02:17-05:00",
    "last_fetched": "2026-02-15T22:02:11.681096-05:00",
    "repo_url": "https://github.com/jmoiron/johnny-cache",
    "pypi_version": "1.4",
    "created": "2010-08-25T17:36:37.771418-04:00",
    "modified": "2026-01-28T15:17:41.439861-05:00",
    "repo_forks": 83,
    "repo_description": "johnny cache django caching framework",
    "pypi_url": "http://pypi.python.org/pypi/johnny-cache",
    "documentation_url": "https://pythonhosted.org/johnny-cache/",
    "repo_watchers": 307,
    "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": [
        "jmoiron",
        "BertrandBordage",
        "jself",
        "jezdez",
        "gdub",
        "tobiasmcnulty",
        "hxu",
        "ashald",
        "skoczen",
        "lauritzen",
        "radicalbiscuit",
        "schinckel",
        "akaihola",
        "bryanhelmig",
        "dgouldin",
        "dlam26",
        "Wilfred",
        "ydaniv",
        "zachsnow",
        "aehlke",
        "artscoop"
    ]
}