API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/881/?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/111/?format=api"
    ],
    "id": 881,
    "title": "django-shop-simplevariations",
    "slug": "django-shop-simplevariations",
    "last_updated": "2014-10-07T04:27:51-04:00",
    "last_fetched": "2026-02-16T02:04:22.212039-05:00",
    "repo_url": "https://github.com/chrisglass/django-shop-simplevariations",
    "pypi_version": "0.0.4",
    "created": "2011-07-26T14:51:32.034490-04:00",
    "modified": "2026-01-28T16:04:20.383371-05:00",
    "repo_forks": 24,
    "repo_description": "A Django SHOP application to handle simple product variations like different colors, sizes, as well as custom text",
    "pypi_url": "http://pypi.python.org/pypi/django-shop-simplevariations",
    "documentation_url": null,
    "repo_watchers": 46,
    "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": [
        "chrisglass",
        "mbrochh",
        "johnfraney",
        "alesdotio",
        "jrief",
        "agentk",
        "clincher"
    ]
}