API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1965/?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/217/?format=api"
    ],
    "id": 1965,
    "title": "django-brake",
    "slug": "django-brake",
    "last_updated": "2019-07-11T01:01:37-04:00",
    "last_fetched": "2026-02-16T05:08:21.500619-05:00",
    "repo_url": "https://github.com/gmcquillan/django-brake",
    "pypi_version": "1.6.0",
    "created": "2013-07-30T19:08:09.460528-04:00",
    "modified": "2026-01-28T16:50:22.198264-05:00",
    "repo_forks": 16,
    "repo_description": "Django Brake - a versatile ratelimiting app for Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-brake",
    "documentation_url": null,
    "repo_watchers": 106,
    "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": [
        "gmcquillan",
        "skorokithakis",
        "adevore",
        "kz26",
        "dqd",
        "henu"
    ]
}