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

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

{
    "category": "https://api.routeconverter.com/v1/categories/650/?format=api",
    "description": "Dreiborner Hochfläche",
    "creator_name": "Eifelyeti",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/913bf967-7708-4c65-b818-b0ad043de0fc"
    },
    "localFile": "https://api.routeconverter.com/v1/files/2963/?format=api",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/3541/?format=api",
    "metadata": {
        "length": 30405,
        "lengthKind": "straight-line",
        "duration": 14436,
        "positionLists": 2,
        "positions": 1125,
        "size": 151571,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2009-05-27T21:26:57+00:00",
        "elevationGain": 510,
        "elevationLoss": 465,
        "country": "DE"
    }
}