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

{
    "id": 4,
    "title": "Other",
    "slug": "other",
    "description": "Other are not installed by settings.INSTALLED_APPS, are not frameworks or sites but still help Django in some way.",
    "title_plural": "Other",
    "show_pypi": true,
    "created": "2010-08-28T14:21:52.950951-04:00",
    "modified": "2024-05-26T13:18:04.322087-04:00"
}