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

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

{
    "category": "https://api.routeconverter.com/v1/categories/2535/",
    "description": "52-Kurven-Strecke",
    "creator_name": "Kruemel_02",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/33dbf9e6-5a0e-400f-a8e4-18470d931268"
    },
    "localFile": "https://api.routeconverter.com/v1/files/4411/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/5221/",
    "metadata": {
        "length": 7374,
        "lengthKind": "routed",
        "duration": 64,
        "positionLists": 1,
        "positions": 3,
        "size": 1068,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2010-08-03T10:22:06.971000+00:00",
        "elevationGain": 0,
        "elevationLoss": 364,
        "country": "DE"
    }
}