API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1540/
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/153/"
    ],
    "id": 1540,
    "title": "django-multi-sessions",
    "slug": "django-multi-sessions",
    "last_updated": "2016-09-30T09:41:22-04:00",
    "last_fetched": "2026-02-15T07:03:26.282174-05:00",
    "repo_url": "https://github.com/adw0rd/django-multi-sessions",
    "pypi_version": "0.1.0",
    "created": "2012-11-16T15:50:45.147066-05:00",
    "modified": "2026-01-29T12:43:44.220810-05:00",
    "repo_forks": 4,
    "repo_description": "Multiple backends for your sessions!",
    "pypi_url": "http://pypi.python.org/pypi/django-multi-sessions",
    "documentation_url": null,
    "repo_watchers": 21,
    "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": [
        "adw0rd",
        "dveselov",
        "cookingkode"
    ]
}