API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4828/?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/383/?format=api"
    ],
    "id": 4828,
    "title": "wagtail-sentiment",
    "slug": "wagtail-sentiment",
    "last_updated": "2019-09-26T04:13:58-04:00",
    "last_fetched": "2023-07-13T17:48:13.233147-04:00",
    "repo_url": "https://github.com/vixdigital/wagtail-sentiment",
    "pypi_version": "1.1.1",
    "created": "2020-09-16T18:29:42.653733-04:00",
    "modified": "2025-01-31T15:00:00.480233-05:00",
    "repo_forks": 0,
    "repo_description": "Applies sentiment analysis to text input into rich text fields",
    "pypi_url": "https://pypi.org/project/wagtail-sentiment/",
    "documentation_url": "",
    "repo_watchers": 8,
    "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": [
        "v9Chris"
    ]
}