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

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

{
    "category": "https://api.routeconverter.com/v1/categories/82/",
    "description": "7/12/2009 - Sunday Drive",
    "creator_name": "jamiller",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/b505a5d4-9dfc-43e0-9cca-6a6b5e00acab"
    },
    "localFile": "https://api.routeconverter.com/v1/files/1867/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/2337/",
    "metadata": {
        "length": 84522,
        "lengthKind": "track",
        "duration": 12321,
        "positionLists": 1,
        "positions": 875,
        "size": 124242,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2009-07-12T15:35:39+00:00",
        "elevationGain": 713,
        "elevationLoss": 742,
        "country": "US"
    }
}