API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5078/
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/18/"
    ],
    "id": 5078,
    "title": "django-bootstrap-icons",
    "slug": "django-bootstrap-icons",
    "last_updated": "2026-02-04T04:19:25-05:00",
    "last_fetched": "2026-02-15T03:08:04.688338-05:00",
    "repo_url": "https://github.com/christianwgd/django-bootstrap-icons",
    "pypi_version": "0.9.0",
    "created": "2021-06-07T15:49:13.338410-04:00",
    "modified": "2026-01-28T16:49:45.502728-05:00",
    "repo_forks": 7,
    "repo_description": "A quick way to add Bootstrap Icons with Django template tags.",
    "pypi_url": "http://pypi.python.org/pypi/django-bootstrap-icons",
    "documentation_url": "",
    "repo_watchers": 27,
    "commits_over_52": [
        0,
        1,
        1,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0
    ],
    "participants": [
        "christianwgd",
        "dependabot[bot]",
        "TaylorSMarks",
        "Kagee",
        "hashemi",
        "dcuenot",
        "EthanHaller",
        "github-actions[bot]"
    ]
}