API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5780/?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/398/?format=api",
        "https://djangopackages.org/api/v4/grids/320/?format=api",
        "https://djangopackages.org/api/v4/grids/393/?format=api"
    ],
    "id": 5780,
    "title": "Wagtail Font Awesome SVG",
    "slug": "wagtail-font-awesome-svg",
    "last_updated": "2025-08-23T14:07:42-04:00",
    "last_fetched": "2026-02-15T18:01:16.322704-05:00",
    "repo_url": "https://github.com/wagtail-nest/wagtail-font-awesome-svg",
    "pypi_version": "2.0",
    "created": "2023-10-04T08:16:20.487650-04:00",
    "modified": "2026-01-28T14:20:08.625275-05:00",
    "repo_forks": 9,
    "repo_description": "Add Font Awesome SVG icons to your Wagtail project",
    "pypi_url": "https://pypi.org/project/wagtail-font-awesome-svg",
    "documentation_url": "",
    "repo_watchers": 18,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        14,
        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": [
        "allcaps",
        "Stormheg",
        "thibaudcolas",
        "katdom13",
        "nickmoreton",
        "lparsons396",
        "engineervix"
    ]
}