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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/254/",
    "name": "Sachsen",
    "children": [
        {
            "name": "Sächsische Schweiz",
            "url": "https://api.routeconverter.com/v1/categories/1164/"
        },
        {
            "name": "_Schwarzwald",
            "url": "https://api.routeconverter.com/v1/categories/2720/"
        }
    ],
    "routes": [
        {
            "description": "Rotkehlchenstiege",
            "creator_name": "KnutSi",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/92199dd6-efb2-494f-a73b-3cd75a0c428c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/921/",
            "metadata": {
                "length": 13495,
                "lengthKind": "track",
                "duration": 18727,
                "positionLists": 1,
                "positions": 1322,
                "size": 189869,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2006-04-30T09:59:56+00:00",
                "elevationGain": 2070,
                "elevationLoss": 2100,
                "country": "CZ"
            }
        },
        {
            "description": "AFFENSTEINPROMENADE.KML/Tracks/AFFENSTEINPROMENADE/Path",
            "creator_name": "Schulz_O",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/467e014f-d32e-4b7e-a8c8-609aff89ee6c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4492/",
            "metadata": {
                "length": 100624,
                "lengthKind": "track",
                "positionLists": 4,
                "positions": 1560,
                "size": 632808,
                "format": "Google Earth 4 (*.kml)",
                "elevationGain": 41476,
                "elevationLoss": 41380,
                "country": "CZ"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/298/"
}