API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3969/?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/283/?format=api",
        "https://djangopackages.org/api/v4/grids/87/?format=api",
        "https://djangopackages.org/api/v4/grids/376/?format=api"
    ],
    "id": 3969,
    "title": "wagtail-filepreviews",
    "slug": "wagtail-filepreviews",
    "last_updated": "2018-04-21T12:17:38-04:00",
    "last_fetched": "2026-02-16T04:02:33.868310-05:00",
    "repo_url": "https://github.com/filepreviews/wagtail-filepreviews",
    "pypi_version": "0.0.1",
    "created": "2017-10-19T10:32:38.037485-04:00",
    "modified": "2026-01-28T16:20:46.448699-05:00",
    "repo_forks": 3,
    "repo_description": "Extend Wagtail's Documents with image previews and metadata from FilePreviews ",
    "pypi_url": "http://pypi.python.org/pypi/wagtaildocs_previews",
    "documentation_url": "",
    "repo_watchers": 22,
    "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": [
        "jpadilla",
        "tomdyson"
    ]
}