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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/1403/?format=api",
    "name": "Deutschland",
    "children": [
        {
            "name": "Kerpen (Rheinland)",
            "url": "https://api.routeconverter.com/v1/categories/2000/?format=api"
        },
        {
            "name": "Berlin",
            "url": "https://api.routeconverter.com/v1/categories/2354/?format=api"
        }
    ],
    "routes": [
        {
            "description": "Bahnnostalgie - Die Sauschwänzlebahn von Blumberg-Zollhaus nach Weizen (Stühlingen) Ver. 1.0 (2015)",
            "creator_name": "dupa",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/7c646993-f43d-4f84-8d84-aa712d71c24b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/27847/?format=api"
        },
        {
            "description": "route2",
            "creator_name": "alecsandruim",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/9312ff84-ee03-4890-a17e-cb68b144adcb"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40389/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6745/?format=api"
}