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

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

{
    "category": "https://api.routeconverter.com/v1/categories/3202/?format=api",
    "description": "Camping in Ontario Canada",
    "creator_name": "SenseiMarc",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/3113411a-b4df-43e0-9dd3-4c47355512e9"
    },
    "localFile": "https://api.routeconverter.com/v1/files/1235/?format=api",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/1532/?format=api",
    "metadata": {
        "length": 9587585,
        "lengthKind": "straight-line",
        "duration": 0,
        "positionLists": 1,
        "positions": 136,
        "size": 32556,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2009-03-31T13:30:47.590000+00:00",
        "elevationGain": 0,
        "elevationLoss": 0,
        "country": "CA"
    }
}