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

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

{
    "category": "https://api.routeconverter.com/v1/categories/1064/",
    "description": "Rundweg 4",
    "creator_name": "Eifelyeti",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/0dc65f20-302c-4562-9fa0-ea2df9802cbc"
    },
    "localFile": "https://api.routeconverter.com/v1/files/3322/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/3943/",
    "metadata": {
        "length": 4564,
        "lengthKind": "track",
        "duration": 3614,
        "positionLists": 1,
        "positions": 292,
        "size": 35957,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2010-02-21T09:34:58+00:00",
        "elevationGain": 72,
        "elevationLoss": 55,
        "country": "DE"
    }
}