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

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

{
    "category": "https://api.routeconverter.com/v1/categories/1025/",
    "description": "Rennweg",
    "creator_name": "Eifelyeti",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/2b97a7ab-5abf-48fb-a984-487a479e429c"
    },
    "localFile": "https://api.routeconverter.com/v1/files/3221/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/3838/",
    "metadata": {
        "length": 13971,
        "lengthKind": "track",
        "duration": 10799,
        "positionLists": 1,
        "positions": 1022,
        "size": 135978,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2009-07-19T17:04:05+00:00",
        "elevationGain": 535,
        "elevationLoss": 543,
        "country": "DE"
    }
}