API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5151/?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/316/?format=api"
    ],
    "id": 5151,
    "title": "heroicons",
    "slug": "heroicons",
    "last_updated": "2026-02-14T18:38:28-05:00",
    "last_fetched": "2026-02-15T18:04:49.925807-05:00",
    "repo_url": "https://github.com/adamchainz/heroicons",
    "pypi_version": "2.13.0",
    "created": "2021-09-28T23:51:00.396033-04:00",
    "modified": "2026-01-28T14:24:21.896844-05:00",
    "repo_forks": 10,
    "repo_description": "Use heroicons in your Django and Jinja templates.",
    "pypi_url": "http://pypi.python.org/pypi/heroicons",
    "documentation_url": "",
    "repo_watchers": 112,
    "commits_over_52": [
        1,
        0,
        0,
        2,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        2,
        4,
        1,
        1,
        2,
        0,
        0,
        1,
        0,
        0,
        1,
        0,
        0,
        4,
        1,
        0,
        0,
        2,
        2,
        2,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        2,
        1,
        0,
        2,
        1,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        2
    ],
    "participants": [
        "adamchainz",
        "pre-commit-ci[bot]",
        "dependabot[bot]",
        "AndrewIngram",
        "zerolab",
        "cachitas",
        "jkaeske"
    ]
}