API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4079/?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/213/?format=api"
    ],
    "id": 4079,
    "title": "django-bootstrap-static",
    "slug": "django-bootstrap-static",
    "last_updated": "2024-06-18T20:37:03-04:00",
    "last_fetched": "2026-02-15T03:08:08.962885-05:00",
    "repo_url": "https://github.com/bittner/django-bootstrap-static",
    "pypi_version": "5.3.3",
    "created": "2018-02-26T13:00:56.666198-05:00",
    "modified": "2026-01-28T16:49:53.605763-05:00",
    "repo_forks": 9,
    "repo_description": "Bootstrap static content wrapped in a pip installable django package",
    "pypi_url": "http://pypi.python.org/pypi/django-bootstrap-static",
    "documentation_url": "https://github.com/bittner/django-bootstrap-static/blob/master/README.rst",
    "repo_watchers": 28,
    "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": [
        "dstegelman",
        "bittner",
        "PabloCastellano",
        "tswicegood",
        "aaronvanderlip",
        "tsbarnes"
    ]
}