Build with Africa's
mapping infrastructure
Geocoding, search, navigation, and crowdsourced addresses for Mauritania, Senegal, and West Africa. One API, multiple languages, built for the continent.
curl "https://api.oolelmaps.com/api/v1/geocode/reverse?lat=18.0858&lng=-15.9785" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"id": "dd808201-7106-4730-a646-56fff1d4de37",
"code": "W2TBFD",
"identifierPrecise": {
"fr": "47 Avenue Gemal Abdel Nasser",
"ar": "47 شارع جمال عبد الناصر",
"en": "47 Gemal Abdel Nasser Avenue"
},
"latitude": 18.0882, "longitude": -15.9783,
"distance_meters": 271.5
}<200ms
P99 LATENCY
99.9%
UPTIME (SLA)
3
LANGUAGES (FR · AR · EN)
Everything you need to build
Four core APIs covering the full spectrum of location services
Geocoding
Convert addresses to coordinates and coordinates to addresses across West Africa. Support for French, Arabic, and English.
Search
Full-text search for places, businesses, and addresses with PostGIS-powered proximity ranking and multilingual support.
Navigation
Turn-by-turn route directions with support for driving, walking, and cycling profiles. Multiple route alternatives.
Your first request in seconds
Get started with a simple API call. Forward geocode an address in Nouakchott, get back structured coordinates with confidence scores. Works with French, Arabic, and English queries.
- 01
Sign up and get your API key
- 02
Make your first geocoding request
- 03
Parse the JSON response in your app
SDK
Use the language you already write in
Same API, idiomatic in every language.
curl "https://api.oolelmaps.com/api/v1/geocode/reverse?lat=18.0858&lng=-15.9785" \
-H "Authorization: Bearer YOUR_API_KEY"