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

GET /v1/categories/15/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 20 Feb 2026 14:43:50 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/697/",
    "name": "Schleswig-Holstein und Hamburg (nördlich der Elbe)",
    "children": [
        {
            "name": "Westlich der Linie Hamburg-Neumünster",
            "url": "https://api.routeconverter.com/v1/categories/2218/"
        },
        {
            "name": "Östlich der Linie Hamburg-Neumünster",
            "url": "https://api.routeconverter.com/v1/categories/2219/"
        },
        {
            "name": "Fischbrötchentouren",
            "url": "https://api.routeconverter.com/v1/categories/6946/"
        }
    ],
    "routes": [
        {
            "description": "Schleswig-Holstein Tour 1. Etappe (165km) ",
            "creator_name": "routeconverter",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ef26d8dc-9f71-473e-a4f7-b85754484229"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/46/",
            "metadata": {
                "length": 153247,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 73,
                "size": 7984,
                "format": "Map&Guide Tourenplaner 2008/2009 (*.bcr)",
                "elevationGain": 41,
                "elevationLoss": 25,
                "country": "DE"
            }
        },
        {
            "description": "Schleswig-Holstein Tour 2. Etappe (148km)",
            "creator_name": "routeconverter",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/a55578cf-94f1-45c1-8db6-ea6681b957a3"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/47/",
            "metadata": {
                "length": 145706,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 60,
                "size": 6420,
                "format": "Map&Guide Tourenplaner 2008/2009 (*.bcr)",
                "elevationGain": 39,
                "elevationLoss": 6,
                "country": "DE"
            }
        },
        {
            "description": "Schleswig-Holstein Tour 3. Etappe (136km)",
            "creator_name": "routeconverter",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2533b175-4a98-400e-b9bc-2c197bf6fd3d"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/48/",
            "metadata": {
                "length": 132381,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 40,
                "size": 4503,
                "format": "Map&Guide Tourenplaner 2008/2009 (*.bcr)",
                "elevationGain": 41,
                "elevationLoss": 59,
                "country": "DE"
            }
        },
        {
            "description": "Schleswig-Holstein Tour 4. Etappe (134km)",
            "creator_name": "routeconverter",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/18884a96-fb68-4294-bbf6-30cf4f259bc6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/49/",
            "metadata": {
                "length": 126829,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 35,
                "size": 3981,
                "format": "Map&Guide Tourenplaner 2008/2009 (*.bcr)",
                "elevationGain": 299,
                "elevationLoss": 414,
                "country": "DE"
            }
        },
        {
            "description": "Schleswig-Holstein Tour (583km): in zwei Tagen zu schaffen",
            "creator_name": "routeconverter",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/0151d735-ba85-4a65-968d-d587fe521025"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/50/",
            "metadata": {
                "length": 559654,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 208,
                "size": 27729,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 419,
                "elevationLoss": 503,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/15/"
}