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

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

{
    "category": "https://api.routeconverter.com/v1/categories/650/",
    "description": "Narzissenweg 2",
    "creator_name": "Eifelyeti",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/d46193b9-e328-4557-b2a0-6f9671d4f059"
    },
    "localFile": "https://api.routeconverter.com/v1/files/2982/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/3560/",
    "metadata": {
        "length": 14668,
        "lengthKind": "straight-line",
        "duration": 9000,
        "positionLists": 2,
        "positions": 701,
        "size": 94791,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2009-04-26T17:06:33+00:00",
        "elevationGain": 364,
        "elevationLoss": 348,
        "country": "DE"
    }
}