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
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "type": "FeatureCollection",
    "features": []
}