Mtaa A simple REST API to access Tanzania's location information,With mtaa API you can easily query and integrate all the location in tanzania from region level to streets from your programming language of your your choice
https://mtaa-api.herokuapp.com/api
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://github.com/HackEAC/mtaaAPI
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)1.81s
(checked Mar 29, 2026)
Builder score
D
41%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | /{country} |
Returns all regions present in Tanzania |
| GET | /{country}/{region} |
Returns all districts in region |
| GET | /{country}/{region}/{district} |
Returns all wards in a district |
| GET | /{country}/{region}/{district}/{ward} |
Returns all streets in a ward |
| GET | /{country}/{region}/{district}/{ward}/{street} |
Returns all neighborhood in a street |
curl -X GET 'https://mtaa-api.herokuapp.com/api/{country}' \
-H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Mtaa API Documentation documentation.