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

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

{
    "category": "https://api.routeconverter.com/v1/categories/15/",
    "description": "Schleswig-Holstein Tour (583km): in zwei Tagen zu schaffen",
    "creator_name": "routeconverter",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/0151d735-ba85-4a65-968d-d587fe521025"
    },
    "localFile": "https://api.routeconverter.com/v1/files/57/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/50/",
    "metadata": {
        "length": 559654,
        "lengthKind": "routed",
        "positionLists": 1,
        "positions": 208,
        "size": 27729,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "elevationGain": 419,
        "elevationLoss": 503,
        "country": "DE"
    }
}