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

GET /v1/routes/8389/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
ETag: "8c8ab1acf7456d6ec0c83e3f968f9c2b"
Vary: Accept

{
    "category": "https://api.routeconverter.com/v1/categories/2000/",
    "description": "Bushaltestelle to Apotheke",
    "creator_name": "ahahn",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/f7d71640-e6ea-42ba-aeda-723614627a44"
    },
    "localFile": "https://api.routeconverter.com/v1/files/6303/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/8389/",
    "metadata": {
        "length": 65833,
        "lengthKind": "straight-line",
        "duration": 8559,
        "positionLists": 2,
        "positions": 4401,
        "size": 576112,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2011-02-17T15:37:43+00:00",
        "elevationGain": 316,
        "elevationLoss": 365,
        "country": "DE"
    }
}