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

GET /v1/routes/3970/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
ETag: "3a1471363b23fe8ee5c8275e0314d490"
Vary: Accept

{
    "category": "https://api.routeconverter.com/v1/categories/1406/?format=api",
    "description": "96 km kleine_hausruckrunde",
    "creator_name": "ressarts",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/da102f97-9f4a-47cb-88ed-791870bd750b"
    },
    "localFile": "https://api.routeconverter.com/v1/files/3346/?format=api",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/3970/?format=api",
    "metadata": {
        "length": 192540,
        "lengthKind": "straight-line",
        "duration": 10840,
        "positionLists": 2,
        "positions": 9092,
        "size": 1806968,
        "format": "Google Earth 5 (*.kml)",
        "startTime": "2010-03-20T12:45:09+00:00",
        "elevationGain": 1080401,
        "elevationLoss": 1079750,
        "country": "AT"
    }
}