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

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

{
    "category": "https://api.routeconverter.com/v1/categories/2000/",
    "description": "Bushaltestellen",
    "creator_name": "ahahn",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/1dc98d57-9c9b-42c4-b214-c301bf8d0b46"
    },
    "localFile": "https://api.routeconverter.com/v1/files/6242/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/8319/",
    "metadata": {
        "length": 12138,
        "lengthKind": "straight-line",
        "duration": 7078,
        "positionLists": 2,
        "positions": 3164,
        "size": 412852,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2011-02-15T16:49:53+00:00",
        "elevationGain": 109,
        "elevationLoss": 120,
        "country": "DE"
    }
}