API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2053/
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/107/"
    ],
    "id": 2053,
    "title": "django-bootstrap-wysiwyg",
    "slug": "django-bootstrap-wysiwyg",
    "last_updated": "2015-06-20T13:42:08-04:00",
    "last_fetched": "2026-02-15T09:07:59.010303-05:00",
    "repo_url": "https://github.com/laplacesdemon/django-bootstrap-wysiwyg",
    "pypi_version": null,
    "created": "2013-10-05T08:15:03.733218-04:00",
    "modified": "2026-01-29T12:58:53.817257-05:00",
    "repo_forks": 13,
    "repo_description": "A django app that allows you to integrate `bootstrap-wysiwyg` easily.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 16,
    "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": [
        "laplacesdemon",
        "depado",
        "bitdeli-chef"
    ]
}