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

GET /v1/routes/5555/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
ETag: "33a8298e7fc5a5abd9ba66ae29c87046"
Vary: Accept

{
    "category": "https://api.routeconverter.com/v1/categories/2533/",
    "description": "Motoradtour um Willingen durch NRW und Hessen",
    "creator_name": "thombo59",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/4c9c286a-ba8e-4a51-ade1-857c1da6cf48"
    },
    "localFile": "https://api.routeconverter.com/v1/files/4668/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/5555/",
    "metadata": {
        "length": 196903,
        "lengthKind": "track",
        "duration": 172800,
        "positionLists": 1,
        "positions": 17552,
        "size": 4252780,
        "format": "NMEA 0183 Sentences (*.nmea)",
        "startTime": "2010-08-28T08:48:04.935000+00:00",
        "elevationGain": 4436,
        "elevationLoss": 4402,
        "country": "DE"
    }
}