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

GET /v1/categories/1367/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 11 Jul 2010 09:32:39 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/300/",
    "name": "Bodensee, Allgäu, Oberschwaben",
    "children": [],
    "routes": [
        {
            "description": "Tübingen_Bodensee_300km_Rundkurs_Landstrassen",
            "creator_name": "Paul",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/b97e4479-a2df-48b7-b5c1-0b87caca407b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1580/",
            "metadata": {
                "length": 305542,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 679,
                "size": 65152,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 3242,
                "elevationLoss": 3264,
                "country": "DE"
            }
        },
        {
            "description": "Konstanz-Wimsenerhöhle-Donautal (275 km)",
            "creator_name": "wwsp",
            "localFileUrl": null,
            "remoteUrl": "http://www.tacus.de/touren/motorrad/Wimsen.itn",
            "url": "https://api.routeconverter.com/v1/routes/3474/",
            "metadata": null
        },
        {
            "description": "Konstanz-Bonndorf (Schwarzwald) - Schaffhausen (173 km)",
            "creator_name": "wwsp",
            "localFileUrl": null,
            "remoteUrl": "http://www.tacus.de/touren/motorrad/Bonndorf_Schwarzwald.itn",
            "url": "https://api.routeconverter.com/v1/routes/3475/",
            "metadata": null
        },
        {
            "description": "Meine Hausstrecke mit Einkehr im Gasthof Frieden :)",
            "creator_name": "Kruemel_02",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/de906ea4-1d11-4ddc-b5c5-17857218cbf4"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/5220/",
            "metadata": {
                "length": 38124,
                "lengthKind": "routed",
                "duration": 590,
                "positionLists": 1,
                "positions": 9,
                "size": 2254,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2010-08-03T02:00:31.736000+00:00",
                "elevationGain": 300,
                "elevationLoss": 16,
                "country": "DE"
            }
        },
        {
            "description": "Altenriet-Lautern-Altenriet, Rundfahrt (180 Km)",
            "creator_name": "rolfkra",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/a9940631-3453-425e-9044-6a79a66cedd8"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/5261/",
            "metadata": {
                "length": 185478,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 28,
                "size": 3984,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1367/"
}