Check a route for danger spots
Plans driving routes between two points (via OSRM, with alternatives) and lists every reported spot within 150 m of each route. Disputed spots are ignored.
Routes are sorted safest first: by risk (the sum of the severities of the spots
along the route), then by duration.
Rate limit: 20 route checks per minute per visitor.
GET
https://deathspot.org/api/routeQuery parameters
Returns
200
One or more routes, safest first.
400
from or to is missing, malformed, or outside Uganda.
404
The routing service found no route between the points.
429
The caller exceeded a rate limit. Wait Retry-After seconds before retrying.