API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5416/
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/287/",
        "https://djangopackages.org/api/v4/grids/41/"
    ],
    "id": 5416,
    "title": "dj-shop-cart",
    "slug": "dj-shop-cart",
    "last_updated": "2025-12-16T14:47:12-05:00",
    "last_fetched": "2026-02-15T19:05:29.554679-05:00",
    "repo_url": "https://github.com/Tobi-De/dj-shop-cart",
    "pypi_version": "8.0.1",
    "created": "2022-04-08T06:41:55.930328-04:00",
    "modified": "2026-01-28T14:42:44.067509-05:00",
    "repo_forks": 7,
    "repo_description": "A simple and flexible cart manager for your django projects.",
    "pypi_url": "http://pypi.python.org/pypi/dj-shop-cart",
    "documentation_url": "https://github.com/Tobi-De/dj_shop_cart#readme",
    "repo_watchers": 43,
    "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": [
        "Tobi-De",
        "dependabot[bot]",
        "aimedey19"
    ]
}