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

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

{
    "category": "https://api.routeconverter.com/v1/categories/384/",
    "description": "Etappe 13 Eifelsteig",
    "creator_name": "KHR1953",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/6e1e954c-ab01-4ce2-8ad5-89b72cd69013"
    },
    "localFile": "https://api.routeconverter.com/v1/files/996/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/1233/",
    "metadata": {
        "length": 20474,
        "lengthKind": "track",
        "duration": 0,
        "positionLists": 1,
        "positions": 540,
        "size": 56956,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2008-06-25T16:15:09+00:00",
        "elevationGain": 0,
        "elevationLoss": 0,
        "country": "DE"
    }
}