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

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

{
    "category": "https://api.routeconverter.com/v1/categories/82/",
    "description": "6/24/2009 - Wednesday Drive",
    "creator_name": "jamiller",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/8d0fb4b6-1e29-463f-9713-50c82b67f2ee"
    },
    "localFile": "https://api.routeconverter.com/v1/files/1692/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/2127/",
    "metadata": {
        "length": 31530,
        "lengthKind": "track",
        "duration": 3702,
        "positionLists": 1,
        "positions": 699,
        "size": 99423,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2009-06-24T23:32:12+00:00",
        "elevationGain": 424,
        "elevationLoss": 437,
        "country": "US"
    }
}