API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4752/?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": 4752,
    "title": "comments-wagtail-xtd",
    "slug": "comments-wagtail-xtd",
    "last_updated": "2025-02-01T07:21:27-05:00",
    "last_fetched": "2026-02-16T00:00:55.051024-05:00",
    "repo_url": "https://github.com/AlexDeltax/wagtail_comments_xtd",
    "pypi_version": "1.0.4",
    "created": "2020-09-16T18:27:29.576275-04:00",
    "modified": "2026-01-28T15:26:32.025346-05:00",
    "repo_forks": 2,
    "repo_description": "This module allows you to manage django-comments-xtd comments into the Wagtail admin UI. Tested on Wagtail 2.2 Forked from adrihein",
    "pypi_url": "https://pypi.org/project/comments-wagtail-xtd/",
    "documentation_url": "",
    "repo_watchers": 5,
    "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": [
        "AlexDeltax",
        "dependabot[bot]",
        "adrienlachaize"
    ]
}