Skip to main content

Quickstart

Three steps, three minutes. No credit card required.

1. Get an API Key

  1. Sign up at justrouting.tech/signup (email only)
  2. Log in and open the Dashboard, then click Create API Key
  3. Copy the key — it is shown in full only once

2. Make your first request

Try the route from Marina Bay to Changi Airport in Singapore (replace the key with your own):
routes[0].geometry in the response is the route geometry (encoded polyline). Distances are in meters, durations in seconds.

3. Draw the route on a map

Request with geometries=geojson and routes[0].geometry is a ready-to-use GeoJSON LineString:
Full examples (waypoints, colors, interactivity): Draw a Route on a Map.

Next steps

Understand every parameter

Complete Directions API parameter and response reference

Learn the quotas

Free tier: 100 requests/day, 5 req/s — all the rules