API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2867/?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/58/?format=api"
    ],
    "id": 2867,
    "title": "django-descriptive-id",
    "slug": "django-descriptive-id",
    "last_updated": "2020-01-09T14:25:19-05:00",
    "last_fetched": "2026-02-15T11:01:23.997820-05:00",
    "repo_url": "https://github.com/bellhops/django-descriptive-id",
    "pypi_version": "0.2.0",
    "created": "2015-04-20T15:19:07.606249-04:00",
    "modified": "2026-01-28T13:03:13.226422-05:00",
    "repo_forks": 4,
    "repo_description": "Django Descriptive ID",
    "pypi_url": "http://pypi.python.org/pypi/descriptive-id",
    "documentation_url": "https://github.com/bellhops/django-descriptive-id/blob/master/README.md",
    "repo_watchers": 4,
    "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": [
        "bentleycook",
        "mrhwick",
        "hwkns",
        "MrGossett",
        "dependabot[bot]"
    ]
}