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

GET /v1/categories/788/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 11 Sep 2022 07:12:43 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/947/",
    "name": "Paddeln (Canoeing)",
    "children": [],
    "routes": [
        {
            "description": "Namekagon River Trip/Track<table width = \"320\"><tr><td colspan=\"2\"></td></tr><tr><td colspan=\"2\">FriOct 92009 15:46 by <a href=\"http://connect.garmin.com/explore?owner=cfosp1&sortField=relevance\">cfosp1</a></td></tr><tr><td colspan=\"2\"></td></tr><tr><td>Activity Type:</td><td>Paddling</td></tr><tr><td>Event Type:</td><td>Touring</td></tr><tr><td>Distance:</td><td>42.55 Kilometers</td></tr><tr><td>Time:</td><td>07:14:26</td></tr><tr><td>Elevation Gain:</td><td>224 Meters</td></tr><tr><td colspan=\"2\"></td></tr><tr><td colspan=\"2\" align=\"right\"><a href=\"http://connect.garmin.com/activity/15938603\">View Details on Garmin Connect</a></td></tr></table>",
            "creator_name": "cfosp1",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/22727587-0139-46d7-bf69-b185f0d80629"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3018/",
            "metadata": {
                "length": 109803,
                "lengthKind": "straight-line",
                "duration": 471515,
                "positionLists": 3,
                "positions": 9100,
                "size": 2887775,
                "format": "Google Earth 4 (*.kml)",
                "startTime": "2009-10-09T20:46:13+00:00",
                "elevationGain": 2370,
                "elevationLoss": 2414,
                "country": "US"
            }
        },
        {
            "description": "Havel 2016",
            "creator_name": "Bartnelke",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ac07da55-d836-49f2-b508-87391ad026e9"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/37915/",
            "metadata": {
                "length": 16040,
                "lengthKind": "track",
                "duration": 19471,
                "positionLists": 1,
                "positions": 740,
                "size": 40933,
                "format": "ape@map (*.trk)",
                "startTime": "2016-06-27T07:29:59+00:00",
                "elevationGain": 240,
                "elevationLoss": 246,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/788/"
}