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

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

{
    "category": "https://api.routeconverter.com/v1/categories/1406/?format=api",
    "description": "400 km Saalbach>Turracher H>Nockalm>Saalbach",
    "creator_name": "Dicke Berta",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/df19312c-8cc7-4d2e-bf77-44e3f57c39ef"
    },
    "localFile": "https://api.routeconverter.com/v1/files/6174/?format=api",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/8255/?format=api",
    "metadata": {
        "length": 451400,
        "lengthKind": "routed",
        "positionLists": 1,
        "positions": 26,
        "size": 1975,
        "format": "Google Earth 5 (*.kml)",
        "elevationGain": 4821,
        "elevationLoss": 4821,
        "country": "AT"
    }
}