API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3857/
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": 3857,
    "title": "wagtailcomments_xtd",
    "slug": "wagtailcomments_xtd",
    "last_updated": "2017-06-20T12:21:20-04:00",
    "last_fetched": "2026-02-16T04:02:21.915893-05:00",
    "repo_url": "https://github.com/adrihein/wagtailcomments_xtd",
    "pypi_version": "0.0.2",
    "created": "2017-06-19T06:44:07.236724-04:00",
    "modified": "2026-01-28T16:20:24.502440-05:00",
    "repo_forks": 15,
    "repo_description": "This module allows you to manage django-comments-xtd comments into the Wagtail admin UI. Tested on Wagtail 1.7+.",
    "pypi_url": "http://pypi.python.org/pypi/wagtailcomments_xtd",
    "documentation_url": "",
    "repo_watchers": 9,
    "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": [
        "adrienlachaize"
    ]
}