API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6215/
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/320/",
        "https://djangopackages.org/api/v4/grids/391/"
    ],
    "id": 6215,
    "title": "wagtail-html-editor",
    "slug": "wagtail-html-editor",
    "last_updated": "2026-01-26T04:03:05-05:00",
    "last_fetched": "2026-02-15T03:02:44.233525-05:00",
    "repo_url": "https://github.com/kkm-horikawa/wagtail-html-editor",
    "pypi_version": "1.0.0",
    "created": "2025-12-12T12:05:13.892589-05:00",
    "modified": "2026-01-28T16:42:53.555708-05:00",
    "repo_forks": 0,
    "repo_description": "Enhanced HTML editor block for Wagtail CMS with CodeMirror 6, syntax highlighting, Emmet support, and fullscreen mode",
    "pypi_url": "https://pypi.org/project/wagtail-html-editor",
    "documentation_url": "https://github.com/kkm-horikawa/wagtail-html-editor#readme",
    "repo_watchers": 2,
    "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,
        38,
        2,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0
    ],
    "participants": [
        "kkm-horikawa"
    ]
}