OSRMRoute

Batch Geocoding API

Bulk

devPage.apis.batchGeocoding.description

Overview

The Batch Geocoding API turns a list of address strings into coordinates in one call — up to 100 per request. Results are returned in the same order as the input, each with the best matches, so it slots neatly into data pipelines, spreadsheet imports and one-off migrations. Photon powers matching, with a Nominatim fallback for messy input.

API reference

POST/api/1/geocode/batch
ParameterTypeStatus
queriesarrayRequired
langstringOptional
limitintegerOptional

Example request

Credit cost: 1 credit / query
curl -X POST "https://osrmroute.com/api/1/geocode/batch?key=YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"queries":["Nizami küçəsi 10","28 May, Bakı"],"lang":"az"}'

Other services