API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/48/?format=api",
        "https://djangopackages.org/api/v4/grids/224/?format=api"
    ],
    "id": 1861,
    "title": "django-chunks",
    "slug": "django-chunks",
    "last_updated": "2012-07-15T10:50:02-04:00",
    "last_fetched": "2026-02-15T04:01:35.757505-05:00",
    "repo_url": "https://github.com/clintecker/django-chunks",
    "pypi_version": "0.1",
    "created": "2013-06-05T05:33:45.324088-04:00",
    "modified": "2026-01-28T16:53:08.054815-05:00",
    "repo_forks": 100,
    "repo_description": "Think of it as flatpages for small bits of reusable content you might want to insert into your templates and manage from the admin interface.",
    "pypi_url": "http://pypi.python.org/pypi/django-chunks",
    "documentation_url": null,
    "repo_watchers": 304,
    "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": [
        "clintecker",
        "igorsobreira",
        "thefekete",
        "firass"
    ]
}