API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1124/
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/79/",
        "https://djangopackages.org/api/v4/grids/13/"
    ],
    "id": 1124,
    "title": "Adrest",
    "slug": "adrest",
    "last_updated": "2014-11-19T07:31:07-05:00",
    "last_fetched": "2026-02-15T17:10:04.945812-05:00",
    "repo_url": "https://github.com/klen/adrest",
    "pypi_version": "3.3.2",
    "created": "2012-01-23T16:11:20.769835-05:00",
    "modified": "2026-01-28T14:06:27.562395-05:00",
    "repo_forks": 9,
    "repo_description": "Another django rest framework",
    "pypi_url": "http://pypi.python.org/pypi/adrest",
    "documentation_url": "https://pythonhosted.org/adrest/",
    "repo_watchers": 42,
    "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": [
        "klen",
        "Lispython",
        "denya",
        "actuosus",
        "hogart"
    ]
}