API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5880/
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/62/"
    ],
    "id": 5880,
    "title": "django-appointment",
    "slug": "django-appointment",
    "last_updated": "2026-02-05T12:09:20-05:00",
    "last_fetched": "2026-02-15T19:06:53.738401-05:00",
    "repo_url": "https://github.com/adamspd/django-appointment",
    "pypi_version": "3.9.2",
    "created": "2024-03-11T05:40:55.505606-04:00",
    "modified": "2026-01-28T14:44:26.748810-05:00",
    "repo_forks": 71,
    "repo_description": "A Django app for managing appointment scheduling with ease and flexibility.",
    "pypi_url": "https://pypi.org/project/django-appointment",
    "documentation_url": "https://django-appt-doc.adamspierredavid.com/",
    "repo_watchers": 261,
    "commits_over_52": [
        2,
        2,
        3,
        2,
        6,
        4,
        6,
        2,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        12,
        5,
        1,
        1,
        1,
        0,
        1,
        0,
        2,
        3,
        32,
        1,
        18,
        6,
        0,
        0,
        0,
        0,
        1,
        0,
        1,
        0,
        5,
        0,
        0,
        0,
        1,
        26,
        11,
        1,
        0,
        0,
        1,
        0,
        3,
        2,
        0
    ],
    "participants": [
        "adamspd",
        "dependabot[bot]",
        "deronnax",
        "alexandermamaniy",
        "nilbot",
        "elcolie",
        "Abhimanue-rajesh",
        "mgiannopoulos24"
    ]
}