API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3142/
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/438/"
    ],
    "id": 3142,
    "title": "django-healthchecks",
    "slug": "django-healthchecks",
    "last_updated": "2022-06-12T05:44:01-04:00",
    "last_fetched": "2026-02-15T19:02:55.919661-05:00",
    "repo_url": "https://github.com/mvantellingen/django-healthchecks",
    "pypi_version": "1.5.0",
    "created": "2015-11-27T11:03:50.483583-05:00",
    "modified": "2026-01-28T14:39:23.526473-05:00",
    "repo_forks": 14,
    "repo_description": "Simple Django app/framework to publish health check for monitoring purposes",
    "pypi_url": "http://pypi.python.org/pypi/django-healthchecks",
    "documentation_url": "",
    "repo_watchers": 61,
    "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": [
        "mvantellingen",
        "mikedingjan",
        "michielbijland",
        "vdboor",
        "eisensheng",
        "pimvernooij",
        "robmoorman",
        "f213"
    ]
}