API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4790/?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/372/?format=api"
    ],
    "id": 4790,
    "title": "wagtail-foliage",
    "slug": "wagtail-foliage",
    "last_updated": "2022-05-11T15:13:29-04:00",
    "last_fetched": "2026-02-16T01:05:15.707604-05:00",
    "repo_url": "https://github.com/harrislapiroff/wagtail-foliage",
    "pypi_version": "0.1.1",
    "created": "2020-09-16T18:28:33.059893-04:00",
    "modified": "2026-01-28T15:55:20.227475-05:00",
    "repo_forks": 3,
    "repo_description": "Utilities for programmatically building page trees in Wagtail.",
    "pypi_url": "https://pypi.org/project/wagtail-foliage/",
    "documentation_url": "",
    "repo_watchers": 17,
    "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": [
        "harrislapiroff",
        "chosak"
    ]
}