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

GET /v1/categories/6752/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 05 Feb 2026 09:21:00 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/29/?format=api",
    "name": "Mallorca",
    "children": [],
    "routes": [
        {
            "description": "Mallorca_Westküste 168km",
            "creator_name": "applefarm",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/5c5241ec-4c95-4fe3-970e-a78951bef28d"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/27875/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6752/?format=api"
}