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

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

{
    "category": "https://api.routeconverter.com/v1/categories/82/",
    "description": "4/19/2009 - Sunday Drive",
    "creator_name": "jamiller",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/63dedd3b-0589-4b4b-bf0c-c8be0e07bf0b"
    },
    "localFile": "https://api.routeconverter.com/v1/files/1308/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/1639/",
    "metadata": {
        "length": 67759,
        "lengthKind": "track",
        "duration": 4466,
        "positionLists": 1,
        "positions": 841,
        "size": 116167,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2009-04-19T15:01:02+00:00",
        "elevationGain": 612,
        "elevationLoss": 626,
        "country": "US"
    }
}