This endpoint presents the RouteConverter API for categories in the system.

GET /v1/categories/7832/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 06 Nov 2025 00:28:32 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1/?format=api",
    "name": "Hund",
    "children": [],
    "routes": [
        {
            "description": "Stefan",
            "creator_name": "Markus1210",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/fab60e09-ba5d-4561-8b21-62334e001315"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41766/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7832/?format=api"
}