API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/692/?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/14/?format=api"
    ],
    "id": 692,
    "title": "django-pgindex",
    "slug": "django-pgindex",
    "last_updated": "2014-03-20T19:39:35-04:00",
    "last_fetched": "2026-02-16T00:02:55.642566-05:00",
    "repo_url": "https://github.com/aino/django-pgindex",
    "pypi_version": "0.8.2",
    "created": "2011-03-17T23:01:53.305335-04:00",
    "modified": "2026-01-28T15:40:25.592312-05:00",
    "repo_forks": 1,
    "repo_description": "Search for Django and PostgreSQL",
    "pypi_url": "http://pypi.python.org/pypi/django-pgindex",
    "documentation_url": null,
    "repo_watchers": 17,
    "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": [
        "sorl",
        "jesperp"
    ]
}