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

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

{
    "category": "https://api.routeconverter.com/v1/categories/8011/",
    "description": "Trackpoint 1 to Trackpoint 2",
    "creator_name": "Miki",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/5d9d82e1-b0aa-4f7a-85d2-890471e0146c"
    },
    "localFile": "https://api.routeconverter.com/v1/files/25886/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/50979/",
    "metadata": {
        "length": 1,
        "lengthKind": "track",
        "duration": 4,
        "positionLists": 1,
        "positions": 2,
        "size": 58,
        "format": "Columbus GPS Binary (*.gps)",
        "startTime": "2019-04-06T19:30:24+00:00",
        "elevationGain": 0,
        "elevationLoss": 0,
        "country": "CZ"
    }
}