API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4751/
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/359/"
    ],
    "id": 4751,
    "title": "wagtailmodelchoosers",
    "slug": "wagtailmodelchoosers",
    "last_updated": "2018-02-23T00:10:55-05:00",
    "last_fetched": "2026-02-16T03:03:18.932576-05:00",
    "repo_url": "https://github.com/springload/wagtailmodelchoosers",
    "pypi_version": "0.1.2",
    "created": "2020-09-16T18:27:27.429788-04:00",
    "modified": "2026-01-28T16:12:36.030319-05:00",
    "repo_forks": 7,
    "repo_description": "A Wagtail app to pick generic models (rather than snippets or pages)",
    "pypi_url": "https://pypi.org/project/wagtailmodelchoosers/",
    "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"
    ]
}