API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3345/
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/283/",
        "https://djangopackages.org/api/v4/grids/368/"
    ],
    "id": 3345,
    "title": "wagtailsurveys",
    "slug": "wagtailsurveys",
    "last_updated": "2019-01-02T11:03:51-05:00",
    "last_fetched": "2026-02-15T07:04:23.832147-05:00",
    "repo_url": "https://github.com/torchbox/wagtailsurveys",
    "pypi_version": "0.2.0",
    "created": "2016-07-17T22:21:57.162099-04:00",
    "modified": "2026-01-29T12:45:27.833238-05:00",
    "repo_forks": 8,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/wagtailsurveys",
    "documentation_url": "",
    "repo_watchers": 20,
    "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": [
        "m1kola",
        "tomdyson"
    ]
}