API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/287/",
        "https://djangopackages.org/api/v4/grids/41/"
    ],
    "id": 4573,
    "title": "small-cart",
    "slug": "small-cart",
    "last_updated": "2020-05-07T20:59:29-04:00",
    "last_fetched": "2026-02-15T07:02:31.779497-05:00",
    "repo_url": "https://github.com/ralphleyga/simpleshop",
    "pypi_version": null,
    "created": "2020-04-20T23:44:42.531037-04:00",
    "modified": "2026-01-29T12:42:24.646628-05:00",
    "repo_forks": 1,
    "repo_description": "A python/django ecommerce framework for simple and small shops",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 3,
    "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": [
        "ralphleyga",
        "dependabot[bot]"
    ]
}