API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1966/?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/246/?format=api"
    ],
    "id": 1966,
    "title": "django-finial",
    "slug": "django-finial",
    "last_updated": "2013-07-23T13:37:45-04:00",
    "last_fetched": "2026-05-25T22:05:23.696126-04:00",
    "repo_url": "https://github.com/gmcquillan/django-finial",
    "pypi_version": "0.7.2",
    "created": "2013-07-30T19:08:46.800783-04:00",
    "modified": "2026-01-28T16:10:50.074935-05:00",
    "repo_forks": 0,
    "repo_description": "Hierarchical template overriding on a per request basis.",
    "pypi_url": "http://pypi.python.org/pypi/django-finial",
    "documentation_url": null,
    "repo_watchers": 1,
    "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": [
        "gmcquillan",
        "coddingtonbear"
    ]
}