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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 5,
            "title": "Starter Project",
            "slug": "starter-projects",
            "description": "Pre-built Django setups that provide a ready-to-use project structure, common settings, and optional integrations to help you start new projects quickly.",
            "title_plural": "Starter Projects",
            "show_pypi": false,
            "created": "2025-11-08T14:14:22.578750-05:00",
            "modified": "2025-11-08T14:35:42.070592-05:00"
        },
        {
            "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"
        },
        {
            "id": 3,
            "title": "Project",
            "slug": "projects",
            "description": "This is for individual projects such as Django Packages, DjangoProject.com, and others.",
            "title_plural": "Projects",
            "show_pypi": true,
            "created": "2010-08-14T22:49:38-04:00",
            "modified": "2010-11-07T02:14:41.815275-05:00"
        },
        {
            "id": 2,
            "title": "Framework",
            "slug": "frameworks",
            "description": "Large efforts that combine many python modules or apps. Examples include Django, django-cms, and Mezzanine. Most CMSes fall into this category, and so do storefronts.",
            "title_plural": "Frameworks",
            "show_pypi": true,
            "created": "2010-08-14T22:48:52-04:00",
            "modified": "2013-08-01T08:08:47.354091-04:00"
        },
        {
            "id": 1,
            "title": "App",
            "slug": "apps",
            "description": "Small components used to build projects. An app is anything that is installed by placing in settings.INSTALLED_APPS.",
            "title_plural": "Apps",
            "show_pypi": true,
            "created": "2010-08-14T22:47:52-04:00",
            "modified": "2022-03-04T21:48:41.249944-05:00"
        }
    ]
}