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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/705/?format=api",
    "name": "Siebengebirge",
    "children": [],
    "routes": [
        {
            "description": "Heisterbach Klosterlauf",
            "creator_name": "softride",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/99bd5cb8-27bd-4501-8ba3-3740b873ef5c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1292/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/389/?format=api"
}