API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/283/",
        "https://djangopackages.org/api/v4/grids/376/"
    ],
    "id": 3354,
    "title": "wagtailembedder",
    "slug": "wagtailembedder",
    "last_updated": "2020-07-01T00:22:37-04:00",
    "last_fetched": "2026-02-16T01:03:23.905681-05:00",
    "repo_url": "https://github.com/springload/wagtailembedder",
    "pypi_version": "1.2",
    "created": "2016-07-17T22:36:38.613851-04:00",
    "modified": "2026-01-28T15:52:08.698064-05:00",
    "repo_forks": 4,
    "repo_description": "Snippets embedder for Wagtail richtext fields",
    "pypi_url": "http://pypi.python.org/pypi/wagtailembedder",
    "documentation_url": "",
    "repo_watchers": 37,
    "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": [
        "jordij",
        "thibaudcolas",
        "loicteixeira",
        "ekini"
    ]
}