Sign in

Get directions (JSON)

documented

Return a route between an origin and destination (and optional waypoints) in JSON.

GET /maps/api/directions/jsonDirections API (Legacy)no implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://maps.googleapis.com/maps/api/directions/json?origin={{$origin}}&destination={{$destination}}&key={{MAPS_API_KEY}}" \
  -X GET \
  -H "Accept: application/json"
Get directions (JSON) · Google Maps · OpenIntegrations