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

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

{
    "category": "https://api.routeconverter.com/v1/categories/1129/?format=api",
    "description": "Catskills Mnts Trip log",
    "creator_name": "SenseiMarc",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/e88bfc3d-8a1e-4bd3-9e97-bcf988483b3c"
    },
    "localFile": "https://api.routeconverter.com/v1/files/1881/?format=api",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/2365/?format=api",
    "metadata": {
        "length": 1234552,
        "lengthKind": "track",
        "duration": 707090,
        "positionLists": 1,
        "positions": 6981,
        "size": 2671048,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2009-05-15T14:38:57+00:00",
        "elevationGain": 9353,
        "elevationLoss": 9376,
        "country": "US"
    }
}