API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5079/
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": 5079,
    "title": "django-hcaptcha-field",
    "slug": "django-hcaptcha-field",
    "last_updated": "2022-08-21T11:42:11-04:00",
    "last_fetched": "2026-02-15T20:05:40.958890-05:00",
    "repo_url": "https://github.com/tiesjan/django-hcaptcha-field",
    "pypi_version": "1.4.0",
    "created": "2021-06-07T16:07:22.268361-04:00",
    "modified": "2026-01-28T14:57:42.489381-05:00",
    "repo_forks": 1,
    "repo_description": "Django hCaptcha Field provides a simple way to protect your Django forms using hCaptcha.",
    "pypi_url": "http://pypi.python.org/pypi/django-hcaptcha-field",
    "documentation_url": "",
    "repo_watchers": 13,
    "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": [
        "tiesjan",
        "AndrejZbin",
        "pitrk"
    ]
}