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

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

{
    "category": "https://api.routeconverter.com/v1/categories/1031/",
    "description": "Eisingen - Bodosweg5",
    "creator_name": "Bodosweg",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/727db84d-fe5b-4728-86f6-a297adaeb9d9"
    },
    "localFile": "https://api.routeconverter.com/v1/files/3240/",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/3857/",
    "metadata": {
        "length": 7466,
        "lengthKind": "track",
        "duration": 5319,
        "positionLists": 1,
        "positions": 5201,
        "size": 1069222,
        "format": "GPS Exchange Format 1.1 Garble (*.gpx)",
        "startTime": "2010-02-27T10:01:11.190000+00:00",
        "elevationGain": 964,
        "elevationLoss": 971,
        "country": "DE"
    }
}