API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4256/?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": 4256,
    "title": "lesscache",
    "slug": "lesscache",
    "last_updated": "2018-11-17T09:43:59-05:00",
    "last_fetched": "2026-02-16T03:00:37.953143-05:00",
    "repo_url": "https://github.com/ebertti/lesscache",
    "pypi_version": "0.1",
    "created": "2018-11-16T13:09:38.400790-05:00",
    "modified": "2026-01-28T16:07:44.088485-05:00",
    "repo_forks": 3,
    "repo_description": "Serverless cache backend for Django and Flask [WIP]",
    "pypi_url": "http://pypi.python.org/pypi/lesscache",
    "documentation_url": "",
    "repo_watchers": 4,
    "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": [
        "ebertti",
        "jesuejunior"
    ]
}