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

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

{
    "category": "https://api.routeconverter.com/v1/categories/226/",
    "description": "Trip to the top of Pikes Peak via their toll highway",
    "creator_name": "RsHRsH",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/cce81bea-3def-4725-8f0b-b0b0e1891d9b"
    },
    "localFile": "https://api.routeconverter.com/v1/files/614/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/765/",
    "metadata": {
        "length": 42861,
        "lengthKind": "track",
        "duration": 7867,
        "positionLists": 1,
        "positions": 3694,
        "size": 774245,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2008-06-25T14:24:22+00:00",
        "elevationGain": 4464,
        "elevationLoss": 2039,
        "country": "US"
    }
}