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

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

{
    "category": "https://api.routeconverter.com/v1/categories/1638/?format=api",
    "description": "von Düsseldorf in die Vogesen (877km): bin ich gemütlich in 3 Tagen gefahren",
    "creator_name": "routeconverter",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/5344b06e-d977-44b2-9dd1-69c5e381b44c"
    },
    "localFile": "https://api.routeconverter.com/v1/files/77/?format=api",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/70/?format=api",
    "metadata": {
        "length": 884186,
        "lengthKind": "routed",
        "positionLists": 1,
        "positions": 126,
        "size": 16160,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "elevationGain": 825,
        "elevationLoss": 0,
        "country": "DE"
    }
}