SNAfrica · West Africa

Senegal Address Validation API

Validate and standardise Senegal addresses in real time. Get a matched address, geocoordinates, confidence score, and Code Postal data via a single API call.

NNNNN
Code Postal
OpenStreetMap
Data Source
French / Wolof
Languages
HIGH
Max Confidence

Senegal Address Validation Demo

Confidence:HIGH
POST /enrich — ResponseSample
{
  "_note": "Sample response — enter any address and click Validate for live data",
  "valid": true,
  "canonical_address": "Avenue Léopold Sédar Senghor, BP 3007, 18524 Dakar",
  "confidence": "HIGH",
  "delivery_risk": "low",
  "matched_address": {
    "line1": "Avenue Léopold Sédar Senghor",
    "city": "BP",
    "postal_code": "18524 Dakar",
    "country": "Senegal",
    "iso2": "SN"
  },
  "geocode": {
    "lat": 0,
    "lng": 0
  },
  "data_source": "OpenStreetMap",
  "issues": []
}

Senegal Address Format

Street number and name, BP (PO Box) or lot number, 5-digit postal code, city.

Postal Code Name
Code Postal
Format
NNNNN
Official Languages
French, Wolof
Sample address:
Avenue Léopold Sédar Senghor, BP 3007, 18524 Dakar
Major cities:
DakarToubaThièsRufisqueKaolack

Integration Code

curl -X POST https://agent.apitier.com/v1/enrich \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{"address": "Avenue Léopold Sédar Senghor, BP 3007, 18524 Dakar"}'

Frequently Asked Questions

What address format does Senegal use?
Street number and name, BP (PO Box) or lot number, 5-digit postal code, city.
What is a Code Postal in Senegal?
Senegal uses a Code Postal with the format NNNNN to identify delivery areas. The APITier Address Agent API validates and standardises addresses including the Code Postal as part of the response.
How do I validate a Senegal address via API?
Send a POST request to https://agent.apitier.com/v1/enrich with your address string in the request body and your API key in the x-api-key header. The response includes the standardised Senegal address, geocoordinates (lat/lng), a confidence score (HIGH/MEDIUM/LOW), and data source information.

More Africa Countries

Ready to validate Senegal addresses at scale?

The APITier Address Agent API handles address validation across 120+ countries. Free trial — 20 requests, no credit card required.