API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1442/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/39/?format=api"
    ],
    "id": 1442,
    "title": "django-cacheback",
    "slug": "django-cacheback",
    "last_updated": "2025-12-30T04:28:13-05:00",
    "last_fetched": "2026-02-15T03:09:01.062181-05:00",
    "repo_url": "https://github.com/codeinthehole/django-cacheback",
    "pypi_version": "4.0.0",
    "created": "2012-09-04T06:38:43.216957-04:00",
    "modified": "2026-01-28T16:50:50.286257-05:00",
    "repo_forks": 77,
    "repo_description": "Smart caching for Django using Celery to refresh cached items asynchronously.  ",
    "pypi_url": "http://pypi.python.org/pypi/django-cacheback",
    "documentation_url": "https://readthedocs.org/projects/django-cacheback/",
    "repo_watchers": 377,
    "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,
        11,
        0,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "codeinthehole",
        "stephrdev",
        "kevin-brown",
        "voyc-jean",
        "thisisstephenbetts",
        "Kobold",
        "jezdez",
        "michaelkuty",
        "alanjds",
        "lpomfrey",
        "mdomans",
        "martinblech",
        "tomwys",
        "thijstriemstra",
        "lovemyliwu",
        "fjsj",
        "svetlyak40wt",
        "Geekfish",
        "coagulant",
        "jacobh",
        "redsnapper8t8",
        "kennethlove",
        "lukaslundgren",
        "lukmdo",
        "mudetz",
        "MrGeislinger",
        "walison17",
        "pomali"
    ]
}