API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4839/
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/"
    ],
    "id": 4839,
    "title": "wagtailtextanalysis",
    "slug": "wagtailtextanalysis",
    "last_updated": "2019-05-15T15:45:48-04:00",
    "last_fetched": "2026-02-15T03:00:38.991651-05:00",
    "repo_url": "https://github.com/marteinn/wagtail-text-analysis",
    "pypi_version": "0.0.1",
    "created": "2020-09-16T18:30:00.571482-04:00",
    "modified": "2026-01-28T16:25:33.151653-05:00",
    "repo_forks": 1,
    "repo_description": "Detect key phrases and sentiment from your Wagtail content using cloud Api services",
    "pypi_url": "https://pypi.org/project/wagtailtextanalysis/",
    "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": [
        "marteinn",
        "tm-kn"
    ]
}