API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4611/
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/341/",
        "https://djangopackages.org/api/v4/grids/42/"
    ],
    "id": 4611,
    "title": "django-probes",
    "slug": "django-probes",
    "last_updated": "2025-11-20T15:27:47-05:00",
    "last_fetched": "2026-02-15T17:19:30.262712-05:00",
    "repo_url": "https://github.com/painless-software/django-probes",
    "pypi_version": "1.8.0",
    "created": "2020-05-27T17:03:07.670712-04:00",
    "modified": "2026-01-28T14:16:03.253533-05:00",
    "repo_forks": 11,
    "repo_description": "Django app to run database liveness probe in a Kubernetes project",
    "pypi_url": "http://pypi.python.org/pypi/django-probes",
    "documentation_url": "",
    "repo_watchers": 42,
    "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,
        9,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "bittner",
        "basharSaid",
        "jor-rit",
        "d9pouces",
        "simingy",
        "sambasan"
    ]
}