API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1591/?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/258/?format=api"
    ],
    "id": 1591,
    "title": "django-ping",
    "slug": "django-ping",
    "last_updated": "2013-05-16T11:30:11-04:00",
    "last_fetched": "2026-02-16T03:06:28.713602-05:00",
    "repo_url": "https://github.com/gpennington/django-ping",
    "pypi_version": "0.2.0",
    "created": "2012-12-17T15:25:24.479969-05:00",
    "modified": "2026-01-28T16:17:37.178124-05:00",
    "repo_forks": 23,
    "repo_description": "Django Ping is utility that provides a lightweight endpoint for availability and uptime monitoring services. It also provides hooks for testing stack components and reporting them via JSON.",
    "pypi_url": "http://pypi.python.org/pypi/django-ping/",
    "documentation_url": null,
    "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,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "gpennington",
        "toffer"
    ]
}