API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/39/?format=api"
    ],
    "id": 3235,
    "title": "diskcache",
    "slug": "diskcache",
    "last_updated": "2024-03-02T20:19:29-05:00",
    "last_fetched": "2026-02-15T14:08:58.777241-05:00",
    "repo_url": "https://github.com/grantjenks/python-diskcache",
    "pypi_version": "5.6.3",
    "created": "2016-03-06T00:38:16.466596-05:00",
    "modified": "2026-01-28T13:40:35.505497-05:00",
    "repo_forks": 155,
    "repo_description": "Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python.",
    "pypi_url": "http://pypi.python.org/pypi/diskcache",
    "documentation_url": "http://www.grantjenks.com/docs/diskcache/",
    "repo_watchers": 2824,
    "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": [
        "grantjenks",
        "rkubik",
        "tamirOK",
        "jugmac00",
        "ddorian",
        "maxking",
        "AbhinavOmprakash",
        "i404788",
        "Cologler",
        "elistevens",
        "raratiru",
        "joakimnordling",
        "matkoniecz",
        "mayli",
        "michaelkuty",
        "mgorny",
        "nicholasbishop",
        "pombredanne",
        "ypid",
        "zsimic",
        "artiom",
        "bungoume"
    ]
}