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

GET /v1/categories/6745/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 09 Apr 2026 11:36:58 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7763/",
    "name": "Deutschland",
    "children": [
        {
            "name": "Kerpen (Rheinland)",
            "url": "https://api.routeconverter.com/v1/categories/2000/"
        },
        {
            "name": "Berlin",
            "url": "https://api.routeconverter.com/v1/categories/2354/"
        }
    ],
    "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/",
            "metadata": {
                "length": 29103,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 599,
                "size": 69556,
                "format": "GPS Exchange Format 1.0 (*.gpx)",
                "elevationGain": 609,
                "elevationLoss": 857,
                "country": "CH"
            }
        },
        {
            "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/",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6745/"
}