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

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

{
    "category": "https://api.routeconverter.com/v1/categories/1640/?format=api",
    "description": "BURGBERG; BLICK VOM BURGBERG to ZWEIRADHAU; OELDE",
    "creator_name": "Bellenhaus",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/7e8e7af6-16ae-42f8-a04d-16accfebba09"
    },
    "localFile": "https://api.routeconverter.com/v1/files/382/?format=api",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/456/?format=api",
    "metadata": {
        "length": 344167,
        "lengthKind": "straight-line",
        "duration": 8810,
        "positionLists": 2,
        "positions": 652,
        "size": 96941,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2008-05-31T10:40:10+00:00",
        "elevationGain": 288,
        "elevationLoss": 359,
        "country": "DE"
    }
}