Ethiopia-native maps & routing APIs — Amharic geocoding, local routing, curated POIs, map tiles

One API key, prepaid credits, no card required to start. Sign up and get 1,000 free trial credits.

Sign up free

Routing

Turn-by-turn driving routes tuned for Ethiopian roads.

GET /routing/route/v1/driving/38.75,9.01;38.80,9.03

Geocoding

Amharic + English forward and reverse geocoding for Ethiopia.

GET /geocode/search?q=meskel+square&countrycodes=et

Places

Curated local points of interest — hotels, cafes, landmarks.

GET /places/api/search?q=hotel

Map tiles

Raster map tiles you can drop straight into any map library.

GET /tiles/{z}/{x}/{y}.png?api_key=…

Pricing

1 credit = Br 0.1 · 1,000 credits = Br 100.00

Service Cost Price
Routing (OSRM) 1 credit per call Br 0.1
Geocoding (Nominatim) 1 credit per call Br 0.1
Places / POI 1 credit per call Br 0.1
Map Tiles 1 credit per 1,000 calls Br 0.1

Quickstart

curl -H "X-API-Key: tak_live_xxx" \
  "https://gw.taxiaddis.com/routing/route/v1/driving/38.75,9.01;38.80,9.03?overview=false"
Read the docs →