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

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

{
    "category": "https://api.routeconverter.com/v1/categories/384/",
    "description": "Etappe 15 Eifelsteig",
    "creator_name": "KHR1953",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/de55d70a-916d-4ce0-a7e0-80a282887619"
    },
    "localFile": "https://api.routeconverter.com/v1/files/998/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/1235/",
    "metadata": {
        "length": 17763,
        "lengthKind": "track",
        "duration": 0,
        "positionLists": 1,
        "positions": 619,
        "size": 66154,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2008-06-25T16:15:41+00:00",
        "elevationGain": 0,
        "elevationLoss": 0,
        "country": "DE"
    }
}