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

GET /v1/categories/300/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 14 Oct 2023 16:14:52 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/14/",
    "name": "Baden-Württemberg",
    "children": [
        {
            "name": "Bodensee, Allgäu, Oberschwaben",
            "url": "https://api.routeconverter.com/v1/categories/1367/"
        },
        {
            "name": "Zwischen Main und Donau",
            "url": "https://api.routeconverter.com/v1/categories/1368/"
        },
        {
            "name": "Kochertal",
            "url": "https://api.routeconverter.com/v1/categories/4286/"
        },
        {
            "name": "Mofa-Touren",
            "url": "https://api.routeconverter.com/v1/categories/7021/"
        }
    ],
    "routes": [
        {
            "description": "BB-Gaildorf-S.-Gmünd-Lonsee-NT-BB",
            "creator_name": "TomTom",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/8dbaa67a-1b79-46c2-a0cf-553389f327f1"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38062/",
            "metadata": {
                "length": 297533,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 5069,
                "size": 355246,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 5355,
                "elevationLoss": 5355,
                "country": "DE"
            }
        },
        {
            "description": "Aichtal - Haldenhof über Sipplingen (Überlinger-See)",
            "creator_name": "KHGa",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/b29c4740-b0a7-4530-9580-38525ff8a37b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39886/",
            "metadata": {
                "length": 168108,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 20,
                "size": 3937,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 779,
                "elevationLoss": 462,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/300/"
}