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

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

{
    "category": "https://api.routeconverter.com/v1/categories/3302/?format=api",
    "description": "La Palma Rother 10",
    "creator_name": "Filius",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/e14aad13-1e2d-4fbd-9d93-e757e3f0c724"
    },
    "localFile": "https://api.routeconverter.com/v1/files/1238/?format=api",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/1536/?format=api",
    "metadata": {
        "length": 10117,
        "lengthKind": "straight-line",
        "duration": 9012,
        "positionLists": 2,
        "positions": 506,
        "size": 67839,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2009-03-29T22:23:46+00:00",
        "elevationGain": 2545,
        "elevationLoss": 2158
    }
}