API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1465/
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/54/",
        "https://djangopackages.org/api/v4/grids/103/"
    ],
    "id": 1465,
    "title": "django-polls",
    "slug": "django-polls",
    "last_updated": "2015-09-11T08:17:19-04:00",
    "last_fetched": "2026-02-16T00:04:19.072140-05:00",
    "repo_url": "https://github.com/byteweaver/django-polls",
    "pypi_version": "0.2.1",
    "created": "2012-09-19T04:36:22.777054-04:00",
    "modified": "2026-01-28T15:42:58.628297-05:00",
    "repo_forks": 20,
    "repo_description": "A simple and reusable polls application for Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-polls",
    "documentation_url": null,
    "repo_watchers": 15,
    "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": [
        "noxan",
        "kamarkiewicz",
        "armicron"
    ]
}