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

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

{
    "category": "https://api.routeconverter.com/v1/categories/1632/?format=api",
    "description": "Namlostal",
    "creator_name": "franz",
    "localFileUrl": {
        "file": "https://api.routeconverter.com/files/1f34eea5-b1e0-460f-96fb-023113d8ecaf"
    },
    "localFile": "https://api.routeconverter.com/v1/files/49/?format=api",
    "remoteUrl": null,
    "url": "https://api.routeconverter.com/v1/routes/42/?format=api"
}