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

GET /v1/routes/3901/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
ETag: "09b53b93fa1c82959204d8269bc6c923"
Vary: Accept

{
    "category": "https://api.routeconverter.com/v1/categories/1031/?format=api",
    "description": "Eisingen - Bodosweg10",
    "creator_name": "Bodosweg",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/1259552a-ff14-4490-8b19-3edc438adc60"
    },
    "localFile": "https://api.routeconverter.com/v1/files/3282/?format=api",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/3901/?format=api",
    "metadata": {
        "length": 19027,
        "lengthKind": "straight-line",
        "duration": 14401,
        "positionLists": 3,
        "positions": 8895,
        "size": 2031020,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2010-03-06T13:10:32.620000+00:00",
        "elevationGain": 4074,
        "elevationLoss": 4032,
        "country": "DE"
    }
}