API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4788/?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": 4788,
    "title": "wagtail-content-import",
    "slug": "wagtail-content-import",
    "last_updated": "2025-12-10T07:53:07-05:00",
    "last_fetched": "2026-02-15T20:02:33.929366-05:00",
    "repo_url": "https://github.com/torchbox/wagtail-content-import",
    "pypi_version": "0.13.1",
    "created": "2020-09-16T18:28:30.827531-04:00",
    "modified": "2026-01-28T14:53:10.075266-05:00",
    "repo_forks": 10,
    "repo_description": "A module for importing page content into Wagtail from third-party sources. Docs:",
    "pypi_url": "https://pypi.org/project/wagtail-content-import/",
    "documentation_url": "https://torchbox.github.io/wagtail-content-import/index.html",
    "repo_watchers": 37,
    "commits_over_52": [
        0,
        0,
        1,
        0,
        16,
        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,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        10,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "emilytoppm",
        "zerolab",
        "kaedroho",
        "katdom13",
        "jams2",
        "gasman",
        "nickmoreton",
        "andylolz",
        "nimasmi",
        "solarissmoke",
        "rxm7706"
    ]
}