API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5855/?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/18/?format=api",
        "https://djangopackages.org/api/v4/grids/446/?format=api"
    ],
    "id": 5855,
    "title": "laces",
    "slug": "laces",
    "last_updated": "2025-12-19T17:47:15-05:00",
    "last_fetched": "2026-02-15T17:06:31.707909-05:00",
    "repo_url": "https://github.com/tbrlpld/laces",
    "pypi_version": "0.1.2",
    "created": "2024-02-11T13:50:58.900086-05:00",
    "modified": "2026-01-28T14:03:06.489315-05:00",
    "repo_forks": 0,
    "repo_description": "Django components that know how to render themselves",
    "pypi_url": "https://pypi.org/project/laces",
    "documentation_url": "https://github.com/tbrlpld/laces/blob/main/README.md",
    "repo_watchers": 27,
    "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,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "tbrlpld"
    ]
}