API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/31/?format=api"
    ],
    "id": 6278,
    "title": "Django Postpone Index",
    "slug": "django-postpone-index",
    "last_updated": "2026-02-04T09:50:50-05:00",
    "last_fetched": "2026-02-16T00:02:41.505591-05:00",
    "repo_url": "https://github.com/nnseva/django-postpone-index",
    "pypi_version": "0.0.4",
    "created": "2026-02-05T09:08:30.648045-05:00",
    "modified": "2026-02-05T09:11:14.762724-05:00",
    "repo_forks": 0,
    "repo_description": "Postpone index creation to provide Zero Downtime Migration feature",
    "pypi_url": "https://pypi.org/project/django-postpone-index/",
    "documentation_url": "https://github.com/nnseva/django-postpone-index",
    "repo_watchers": 2,
    "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,
        2,
        8,
        0
    ],
    "participants": [
        "nnseva"
    ]
}