API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5022/
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/69/"
    ],
    "id": 5022,
    "title": "django-hcaptcha",
    "slug": "django-hcaptcha",
    "last_updated": "2022-01-12T08:50:38-05:00",
    "last_fetched": "2026-02-15T19:04:04.775822-05:00",
    "repo_url": "https://github.com/AndrejZbin/django-hcaptcha",
    "pypi_version": "0.2.0",
    "created": "2021-03-11T01:13:49.517705-05:00",
    "modified": "2026-01-28T14:40:48.416460-05:00",
    "repo_forks": 9,
    "repo_description": "Django hCaptcha provides a simple way to protect your django forms using hCaptcha",
    "pypi_url": "http://pypi.python.org/pypi/django-hcaptcha",
    "documentation_url": "",
    "repo_watchers": 33,
    "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": [
        "AndrejZbin",
        "alexruetz",
        "mlissner"
    ]
}