API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5158/?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/420/?format=api"
    ],
    "id": 5158,
    "title": "django-extra-checks",
    "slug": "django-extra-checks",
    "last_updated": "2025-07-03T05:13:53-04:00",
    "last_fetched": "2026-02-15T17:15:58.822667-05:00",
    "repo_url": "https://github.com/kalekseev/django-extra-checks",
    "pypi_version": "0.16.1",
    "created": "2021-09-30T03:49:38.054349-04:00",
    "modified": "2026-01-28T14:12:33.739959-05:00",
    "repo_forks": 4,
    "repo_description": "Collection of useful checks for Django Checks Framework",
    "pypi_url": "http://pypi.python.org/pypi/django-extra-checks",
    "documentation_url": "",
    "repo_watchers": 130,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        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": [
        "kalekseev",
        "sobolevn",
        "GabDug",
        "jayvdb",
        "stefanofusai"
    ]
}