API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3964/?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/362/?format=api"
    ],
    "id": 3964,
    "title": "wagtailpolls",
    "slug": "wagtailpolls",
    "last_updated": "2017-05-29T02:11:36-04:00",
    "last_fetched": "2026-02-16T02:05:26.338488-05:00",
    "repo_url": "https://github.com/takeflight/wagtailpolls",
    "pypi_version": "0.3.0",
    "created": "2017-10-19T10:25:48.838746-04:00",
    "modified": "2026-01-28T16:06:17.984085-05:00",
    "repo_forks": 7,
    "repo_description": "A plugin for adding polling capabilities to the wagtail CMS.",
    "pypi_url": "http://pypi.python.org/pypi/wagtailpolls",
    "documentation_url": "",
    "repo_watchers": 27,
    "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": [
        "LiamBrenner",
        "frague59"
    ]
}