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

GET /v1/routes/56878/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
ETag: "ed025756c9182bdf25cc1fbae2560d41"
Vary: Accept

{
    "category": "https://api.routeconverter.com/v1/categories/8012/?format=api",
    "description": "Position 1 to Position 4",
    "creator_name": "archive",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/e41d8737-7cee-40b8-b4b0-070e441173d5"
    },
    "localFile": "https://api.routeconverter.com/v1/files/40387/?format=api",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/56878/?format=api",
    "metadata": {
        "length": 5,
        "lengthKind": "track",
        "duration": 5,
        "positionLists": 1,
        "positions": 4,
        "size": 361,
        "format": "Columbus GPS Type 1 (*.csv)",
        "startTime": "2013-04-03T21:43:35+00:00",
        "elevationGain": 2,
        "elevationLoss": 0,
        "country": "CA"
    }
}