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

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

{
    "category": "https://api.routeconverter.com/v1/categories/1631/",
    "description": "Meine erste Route hier",
    "creator_name": "Conner",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/b745b00e-277c-4d1b-9aa3-3eefef951540"
    },
    "localFile": "https://api.routeconverter.com/v1/files/4407/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/5217/",
    "metadata": {
        "length": 64165,
        "lengthKind": "track",
        "duration": 3825,
        "positionLists": 1,
        "positions": 1225,
        "size": 118103,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2010-08-01T13:12:41+00:00",
        "elevationGain": 982,
        "elevationLoss": 656,
        "country": "DE"
    }
}