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

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

{
    "category": "https://api.routeconverter.com/v1/categories/3302/?format=api",
    "description": "La Palma 12878",
    "creator_name": "Filius",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/154ed042-bd0d-4270-afe2-3e60ecc4085a"
    },
    "localFile": "https://api.routeconverter.com/v1/files/1237/?format=api",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/1535/?format=api",
    "metadata": {
        "length": 6070,
        "lengthKind": "track",
        "duration": 7199,
        "positionLists": 1,
        "positions": 447,
        "size": 59170,
        "format": "GPS Exchange Format 1.1 (*.gpx)",
        "startTime": "2009-03-29T22:03:06+00:00",
        "elevationGain": 364,
        "elevationLoss": 320
    }
}