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

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

{
    "category": "https://api.routeconverter.com/v1/categories/93/",
    "description": "Schweiz_Frankreich_2010_Tag1",
    "creator_name": "12erGS",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/e796aec8-85ae-45ea-a521-a3172f41defe"
    },
    "localFile": "https://api.routeconverter.com/v1/files/4595/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/5454/",
    "metadata": {
        "length": 894793,
        "lengthKind": "straight-line",
        "duration": 5445,
        "positionLists": 3,
        "positions": 54,
        "size": 10006,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2010-08-17T07:38:53.044000+00:00",
        "country": "CH"
    }
}