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

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

{
    "category": "https://api.routeconverter.com/v1/categories/384/",
    "description": "Etappe 10 Eifelsteig",
    "creator_name": "KHR1953",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/a1cba0b6-23c5-4fad-91d9-94748264d290"
    },
    "localFile": "https://api.routeconverter.com/v1/files/993/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/1230/",
    "metadata": {
        "length": 24782,
        "lengthKind": "track",
        "duration": 0,
        "positionLists": 1,
        "positions": 617,
        "size": 65740,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2008-01-28T09:10:10+00:00",
        "elevationGain": 0,
        "elevationLoss": 0,
        "country": "DE"
    }
}