API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4753/?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/360/?format=api"
    ],
    "id": 4753,
    "title": "wagtail-comments-xtd",
    "slug": "wagtail-comments-xtd",
    "last_updated": "2020-12-01T15:08:36-05:00",
    "last_fetched": "2026-02-16T04:01:34.391225-05:00",
    "repo_url": "https://github.com/joyider/wagtail_comments_xtd",
    "pypi_version": "0.2.9",
    "created": "2020-09-16T18:27:30.753471-04:00",
    "modified": "2026-01-28T16:18:53.655485-05:00",
    "repo_forks": 5,
    "repo_description": "This module allows you to manage django-comments-xtd comments into the Wagtail admin UI. Tested on Wagtail 1.7+ Forked from adrihein",
    "pypi_url": "https://pypi.org/project/wagtail-comments-xtd/",
    "documentation_url": "",
    "repo_watchers": 15,
    "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": [
        "joyider",
        "adrienlachaize",
        "danbentley"
    ]
}