API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1181/
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/30/",
        "https://djangopackages.org/api/v4/grids/113/",
        "https://djangopackages.org/api/v4/grids/11/"
    ],
    "id": 1181,
    "title": "django-delegate",
    "slug": "django-delegate",
    "last_updated": "2014-01-20T21:42:04-05:00",
    "last_fetched": "2026-02-16T00:01:43.967121-05:00",
    "repo_url": "https://github.com/fish2000/django-delegate",
    "pypi_version": "0.3.0",
    "created": "2012-02-22T21:30:21.763930-05:00",
    "modified": "2026-01-28T15:28:01.973695-05:00",
    "repo_forks": 1,
    "repo_description": "Automatic delegate methods for Django managers and querysets without runtime dispatch penalties.",
    "pypi_url": "http://pypi.python.org/pypi/django-delegate",
    "documentation_url": null,
    "repo_watchers": 18,
    "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",
        "charettes"
    ]
}