Routing Edge List
Query the edge graph for a route between two nodes:
...?from=<id>&to=<id>
To limit the path to accessible routes only, add a key to the query:
...?from=<id>&to=<id>&accessible
The order of the result resembles the sequence of paths required to take to get from source to target.
GET /v1/geo/routing/edges/?format=api
{
"type": "FeatureCollection",
"features": []
}