API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3947/?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/283/?format=api",
        "https://djangopackages.org/api/v4/grids/69/?format=api",
        "https://djangopackages.org/api/v4/grids/358/?format=api"
    ],
    "id": 3947,
    "title": "wagtail-django-recaptcha",
    "slug": "wagtail-django-recaptcha",
    "last_updated": "2026-05-06T12:41:23-04:00",
    "last_fetched": "2026-05-26T14:09:42.115504-04:00",
    "repo_url": "https://github.com/springload/wagtail-django-recaptcha",
    "pypi_version": "2.2.0",
    "created": "2017-10-19T09:27:59.210540-04:00",
    "modified": "2026-01-28T14:39:13.248353-05:00",
    "repo_forks": 23,
    "repo_description": "A simple recaptcha field for Wagtail Form Pages",
    "pypi_url": "http://pypi.python.org/pypi/wagtail-django-recaptcha",
    "documentation_url": "",
    "repo_watchers": 62,
    "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,
        12,
        0,
        1,
        1,
        0,
        0
    ],
    "participants": [
        "Stormheg",
        "katdom13",
        "thibaudcolas",
        "haydngreatnews",
        "nickmoreton",
        "loicteixeira",
        "nimasmi",
        "benoitvogel",
        "BertrandBordage",
        "bmoe872",
        "DanielSwain",
        "g-nie",
        "matheusbrat",
        "jordij"
    ]
}