API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3355/
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/359/"
    ],
    "id": 3355,
    "title": "wagtailmodelchooser",
    "slug": "wagtailmodelchooser",
    "last_updated": "2018-02-23T00:10:55-05:00",
    "last_fetched": "2026-02-16T02:03:11.893256-05:00",
    "repo_url": "https://github.com/springload/wagtailmodelchooser",
    "pypi_version": "0.3.0",
    "created": "2016-07-17T22:37:06.198939-04:00",
    "modified": "2026-01-28T16:02:07.459127-05:00",
    "repo_forks": 7,
    "repo_description": "A Wagtail app to pick generic models (rather than snippets or pages)",
    "pypi_url": "http://pypi.python.org/pypi/wagtailmodelchooser",
    "documentation_url": "",
    "repo_watchers": 24,
    "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": [
        "thibaudcolas",
        "loicteixeira",
        "vincentaudebert"
    ]
}