Skip to content

Route Searching

Route searching is an API that searches for a route between any two points.

Risks along the route are obtained from risk maps, and based on the risks and distance, different routes including safe routes, short routes and well-balanced routes can be searched for.

It can also calculate the risk exposure when passing along a specified route from the start point to the end point.

Procedures for Execution

Route searching uses JSON-RPC. The results are in GeoJSON format.

To execute route searching using JSON-RPC, POST the request data (text string) described in JSON format in the endpoint URL of the web service provided by EvWH.

API Key

An API key and private key are required to use this API. Please apply to the system administrator to obtain it It is necessary to send each with the following key name to the HTTP header part when sending an HTTP request

  • API Key: APIKey
  • Secret key: Secret

API List

  • routing.dijkstra route searching
    Searches for a safe and/or short route based on risks at the specified time for the specified risk map.

  • routing.calc_risk risk exposure calculation
    Calculates the risk exposure when passing through a specified route from the start point to the end point.