API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5754/
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/258/",
        "https://djangopackages.org/api/v4/grids/292/",
        "https://djangopackages.org/api/v4/grids/438/",
        "https://djangopackages.org/api/v4/grids/43/"
    ],
    "id": 5754,
    "title": "django-simple-health-check",
    "slug": "django-simple-health-check",
    "last_updated": "2023-12-05T14:24:03-05:00",
    "last_fetched": "2026-02-15T19:01:46.898993-05:00",
    "repo_url": "https://github.com/pikhovkin/django-simple-health-check",
    "pypi_version": "0.6.1",
    "created": "2023-08-23T14:20:24.064017-04:00",
    "modified": "2026-01-28T14:38:13.973482-05:00",
    "repo_forks": 3,
    "repo_description": "Simple Django health check",
    "pypi_url": "https://pypi.org/project/django-simple-health-check",
    "documentation_url": "",
    "repo_watchers": 3,
    "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": [
        "pikhovkin",
        "lerela"
    ]
}