API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/136/"
    ],
    "id": 4120,
    "title": "modelqueue",
    "slug": "modelqueue",
    "last_updated": "2022-03-31T17:59:12-04:00",
    "last_fetched": "2026-02-15T22:04:24.028543-05:00",
    "repo_url": "https://github.com/grantjenks/django-modelqueue",
    "pypi_version": "2.2.1",
    "created": "2018-04-19T18:26:05.308401-04:00",
    "modified": "2026-01-28T15:21:40.404993-05:00",
    "repo_forks": 3,
    "repo_description": "Task queue based on Django models.",
    "pypi_url": "http://pypi.python.org/pypi/modelqueue",
    "documentation_url": "http://www.grantjenks.com/docs/modelqueue/",
    "repo_watchers": 8,
    "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"
    ]
}