API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4636/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/283/?format=api",
        "https://djangopackages.org/api/v4/grids/383/?format=api"
    ],
    "id": 4636,
    "title": "wagtail-pygments",
    "slug": "wagtail-pygments",
    "last_updated": "2020-07-02T07:09:51-04:00",
    "last_fetched": "2023-08-23T17:48:04.260392-04:00",
    "repo_url": "https://github.com/truongvan/wagtail-pygments",
    "pypi_version": "0.1.1",
    "created": "2020-06-21T23:01:17.373904-04:00",
    "modified": "2025-01-31T14:59:59.811231-05:00",
    "repo_forks": 1,
    "repo_description": "Wagtail code block with pygments",
    "pypi_url": "http://pypi.python.org/pypi/wagtail-pygments",
    "documentation_url": "",
    "repo_watchers": 3,
    "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": [
        "truongvan"
    ]
}