API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4826/
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/383/",
        "https://djangopackages.org/api/v4/grids/353/"
    ],
    "id": 4826,
    "title": "wagtail-charcount",
    "slug": "wagtail-charcount",
    "last_updated": "2023-12-29T20:58:40-05:00",
    "last_fetched": "2026-02-16T02:01:25.963207-05:00",
    "repo_url": "https://github.com/takeflight/wagtail-charcount",
    "pypi_version": "0.2.0",
    "created": "2020-09-16T18:29:38.856211-04:00",
    "modified": "2026-01-28T15:58:42.243906-05:00",
    "repo_forks": 6,
    "repo_description": "A wagtail character and word counting plugin for RichTextFields.",
    "pypi_url": "https://pypi.org/project/wagtail-charcount/",
    "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": [
        "LiamBrenner",
        "Sebastvin",
        "seb-b",
        "noirbizarre"
    ]
}