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

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

{
    "category": "https://api.routeconverter.com/v1/categories/1631/",
    "description": "Graben-Schlehenmühle (380 km)",
    "creator_name": "Jimikatze",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/ba3ef5e2-25bf-4c1f-9038-a702e98f22e9"
    },
    "localFile": "https://api.routeconverter.com/v1/files/3756/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/4472/",
    "metadata": {
        "length": 944324,
        "lengthKind": "straight-line",
        "duration": 5519760,
        "positionLists": 3,
        "positions": 102,
        "size": 20574,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2010-04-29T15:38:40+00:00",
        "elevationGain": 2589,
        "elevationLoss": 2961,
        "country": "DE"
    }
}