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

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

{
    "category": "https://api.routeconverter.com/v1/categories/904/",
    "description": "1st Sail in 2009",
    "creator_name": "SenseiMarc",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/8b1b4425-3d1f-4bb6-9dda-0409a4ce636a"
    },
    "localFile": "https://api.routeconverter.com/v1/files/1560/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/1954/",
    "metadata": {
        "length": 7991,
        "lengthKind": "track",
        "duration": 5265,
        "positionLists": 1,
        "positions": 173,
        "size": 81471,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2009-05-26T21:53:53+00:00",
        "elevationGain": 71,
        "elevationLoss": 70,
        "country": "CA"
    }
}