API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1178/
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": 1178,
    "title": "django-signalqueue",
    "slug": "django-signalqueue",
    "last_updated": "2014-01-20T21:41:27-05:00",
    "last_fetched": "2026-02-15T11:04:26.196326-05:00",
    "repo_url": "https://github.com/fish2000/django-signalqueue",
    "pypi_version": "0.5.1",
    "created": "2012-02-22T16:56:58.268282-05:00",
    "modified": "2026-01-28T13:09:22.350377-05:00",
    "repo_forks": 4,
    "repo_description": "Truly asynchronous Django signals!",
    "pypi_url": "http://pypi.python.org/pypi/django-signalqueue",
    "documentation_url": null,
    "repo_watchers": 54,
    "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": [
        "fish2000",
        "bitdeli-chef"
    ]
}