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

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

{
    "category": "https://api.routeconverter.com/v1/categories/8011/",
    "description": "Prague2Day.gpx",
    "creator_name": "archive",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/5a5aa1f2-a3c7-43f9-bbda-fa13b5db8210"
    },
    "localFile": "https://api.routeconverter.com/v1/files/37043/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/53534/",
    "metadata": {
        "length": 18390,
        "lengthKind": "straight-line",
        "duration": 4079,
        "positionLists": 2,
        "positions": 289,
        "size": 43965,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2010-01-01T00:00:00+00:00",
        "elevationGain": 499,
        "elevationLoss": 478,
        "country": "CZ"
    }
}