API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5001/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/52/?format=api"
    ],
    "id": 5001,
    "title": "django-compositepk-model",
    "slug": "django-compositepk-model",
    "last_updated": "2024-05-24T02:52:58-04:00",
    "last_fetched": "2026-02-15T04:03:40.678389-05:00",
    "repo_url": "https://github.com/Arisophy/django-compositepk-model",
    "pypi_version": "1.0.3",
    "created": "2021-01-29T08:39:35.292089-05:00",
    "modified": "2026-01-28T16:56:18.162394-05:00",
    "repo_forks": 6,
    "repo_description": "Extended Django Model class with composite-primary-key support",
    "pypi_url": "http://pypi.python.org/pypi/django-compositepk-model",
    "documentation_url": "",
    "repo_watchers": 17,
    "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": [
        "Arisophy"
    ]
}