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

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

{
    "category": "https://api.routeconverter.com/v1/categories/384/",
    "description": "Etappe 14 Eifelsteig",
    "creator_name": "KHR1953",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/f58c6973-e2a6-43c2-8e8f-f5fa692ddff0"
    },
    "localFile": "https://api.routeconverter.com/v1/files/997/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/1234/",
    "metadata": {
        "length": 29289,
        "lengthKind": "track",
        "duration": 0,
        "positionLists": 1,
        "positions": 711,
        "size": 75448,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2008-06-25T16:13:59+00:00",
        "elevationGain": 0,
        "elevationLoss": 0,
        "country": "DE"
    }
}