API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4108/
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": 4108,
    "title": "django-session-cleanup",
    "slug": "django-session-cleanup",
    "last_updated": "2021-01-20T14:37:57-05:00",
    "last_fetched": "2026-02-15T20:06:45.425421-05:00",
    "repo_url": "https://github.com/sandersnewmedia/django-session-cleanup",
    "pypi_version": "4.0.0",
    "created": "2018-04-09T16:47:31.897353-04:00",
    "modified": "2026-01-28T14:59:15.186777-05:00",
    "repo_forks": 12,
    "repo_description": "A periodic task for removing expired Django sessions from the django_session table",
    "pypi_url": "http://pypi.python.org/pypi/django-session-cleanup",
    "documentation_url": "",
    "repo_watchers": 34,
    "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": [
        "martey",
        "elijahr",
        "akamoroz"
    ]
}