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

GET /v1/routes/1985/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
ETag: "25737397f03835398bad21dc61e13da5"
Vary: Accept

{
    "category": "https://api.routeconverter.com/v1/categories/146/",
    "description": "Kleine Allgäu Rundfahrt",
    "creator_name": "RalfWo",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/d2d560bc-fd94-4efa-a04e-c333a0476f85"
    },
    "localFile": "https://api.routeconverter.com/v1/files/1582/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/1985/",
    "metadata": {
        "length": 221286,
        "lengthKind": "track",
        "duration": 15675,
        "positionLists": 1,
        "positions": 4179,
        "size": 405884,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2009-05-23T09:53:33+00:00",
        "elevationGain": 3132,
        "elevationLoss": 2845,
        "country": "DE"
    }
}