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

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

{
    "category": "https://api.routeconverter.com/v1/categories/384/",
    "description": "Etappe 11 Eifelsteig",
    "creator_name": "KHR1953",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/acc07d52-916f-48dc-90ee-26dba7de4d12"
    },
    "localFile": "https://api.routeconverter.com/v1/files/994/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/1231/",
    "metadata": {
        "length": 22917,
        "lengthKind": "track",
        "duration": 0,
        "positionLists": 1,
        "positions": 657,
        "size": 68950,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2008-07-14T11:59:39+00:00",
        "elevationGain": 0,
        "elevationLoss": 0,
        "country": "DE"
    }
}