API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1708/?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/39/?format=api"
    ],
    "id": 1708,
    "title": "django-fancy-cache",
    "slug": "django-fancy-cache",
    "last_updated": "2023-09-26T18:08:03-04:00",
    "last_fetched": "2026-02-15T19:08:14.193616-05:00",
    "repo_url": "https://github.com/peterbe/django-fancy-cache",
    "pypi_version": "1.3.1",
    "created": "2013-03-09T20:53:50.045259-05:00",
    "modified": "2026-01-28T14:46:07.561017-05:00",
    "repo_forks": 20,
    "repo_description": "A Django `cache_page` decorator on steroids.",
    "pypi_url": "http://pypi.python.org/pypi/django-fancy-cache",
    "documentation_url": "https://readthedocs.org/projects/django-fancy-cache/",
    "repo_watchers": 148,
    "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": [
        "peterbe",
        "YPCrumble",
        "skorokithakis",
        "timbutler",
        "pigmonkey",
        "regadas",
        "idealatom",
        "aaronvanderlip",
        "pyMan",
        "justinfay"
    ]
}