API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1961/
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/48/",
        "https://djangopackages.org/api/v4/grids/224/"
    ],
    "id": 1961,
    "title": "django-bento",
    "slug": "django-bento",
    "last_updated": "2014-01-14T21:08:24-05:00",
    "last_fetched": "2026-02-16T03:03:43.741503-05:00",
    "repo_url": "https://github.com/lazybird/django-bento",
    "pypi_version": "1.0.1",
    "created": "2013-07-29T11:31:55.962637-04:00",
    "modified": "2026-01-28T16:13:23.909127-05:00",
    "repo_forks": 5,
    "repo_description": "Manage blocks of texts and images on your site. Content areas are defined in templates and managed from Django admin.",
    "pypi_url": "http://pypi.python.org/pypi/django-bento",
    "documentation_url": null,
    "repo_watchers": 17,
    "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": [
        "tylerball"
    ]
}