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

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

{
    "category": "https://api.routeconverter.com/v1/categories/650/?format=api",
    "description": "Kalterherberg Rundweg",
    "creator_name": "Eifelyeti",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/f0d6c26c-7032-472d-9cb0-b1e8304e7943"
    },
    "localFile": "https://api.routeconverter.com/v1/files/2975/?format=api",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/3553/?format=api",
    "metadata": {
        "length": 7479,
        "lengthKind": "track",
        "duration": 2687,
        "positionLists": 1,
        "positions": 94,
        "size": 13445,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2008-01-30T12:01:42+00:00",
        "elevationGain": 163,
        "elevationLoss": 160,
        "country": "DE"
    }
}