API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1510/
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/213/"
    ],
    "id": 1510,
    "title": "django-bootstrap-toolkit",
    "slug": "django-bootstrap-toolkit",
    "last_updated": "2018-07-06T03:24:25-04:00",
    "last_fetched": "2026-02-15T09:07:57.964833-05:00",
    "repo_url": "https://github.com/dyve/django-bootstrap-toolkit",
    "pypi_version": "2.15.0",
    "created": "2012-10-20T04:09:50.812416-04:00",
    "modified": "2026-01-29T12:58:51.814329-05:00",
    "repo_forks": 288,
    "repo_description": "Bootstrap support for Django projects",
    "pypi_url": "http://pypi.python.org/pypi/django-bootstrap-toolkit",
    "documentation_url": null,
    "repo_watchers": 1018,
    "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": [
        "dyve",
        "fengsi",
        "petry",
        "madjar",
        "aflx",
        "conrado",
        "luzfcb",
        "gabejackson",
        "kov",
        "njheath",
        "zokis",
        "martinth",
        "phughes",
        "samdolan"
    ]
}