API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2316/
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/136/"
    ],
    "id": 2316,
    "title": "django-pq",
    "slug": "django-pq",
    "last_updated": "2014-10-12T22:39:15-04:00",
    "last_fetched": "2026-02-15T02:04:21.738177-05:00",
    "repo_url": "https://github.com/bretth/django-pq",
    "pypi_version": "0.3.2",
    "created": "2014-04-22T19:35:06.805502-04:00",
    "modified": "2026-01-28T16:22:14.948546-05:00",
    "repo_forks": 7,
    "repo_description": "[UNMAINTAINED] A task queue based on the elegant python RQ but with a django postgresql backend.",
    "pypi_url": "http://pypi.python.org/pypi/django-pq",
    "documentation_url": "",
    "repo_watchers": 67,
    "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": [
        "bretth",
        "saulshanabrook"
    ]
}