API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4748/?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/358/?format=api"
    ],
    "id": 4748,
    "title": "wagtailsweetcaptcha",
    "slug": "wagtailsweetcaptcha",
    "last_updated": "2015-08-19T18:56:08-04:00",
    "last_fetched": "2026-05-25T23:02:41.141870-04:00",
    "repo_url": "https://github.com/jordij/wagtailsweetcaptcha",
    "pypi_version": "0.1.0",
    "created": "2020-09-16T18:27:21.527395-04:00",
    "modified": "2026-01-28T16:14:08.745061-05:00",
    "repo_forks": 1,
    "repo_description": "A simple sweetcaptcha field for Wagtail Form Pages.",
    "pypi_url": "https://pypi.org/project/wagtailsweetcaptcha/",
    "documentation_url": "",
    "repo_watchers": 3,
    "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": [
        "jordij",
        "lauantai"
    ]
}