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

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

{
    "category": "https://api.routeconverter.com/v1/categories/54/?format=api",
    "description": "Anreise England, Tour um Abergavenny",
    "creator_name": "Jacques",
    "localFileUrl": null,
    "localFile": null,
    "remoteUrl": "http://jacques-nietsch.de/reisen/2003IRL/touren/IRL2003_02.nmea",
    "url": "https://api.routeconverter.com/v1/routes/123/?format=api"
}