mtaa-api.herokuapp.com

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

5 endpoints open_datalocation
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Returns all regions present in Tanzania
curl \
  https://mtaa-api.herokuapp.com/api/{country}
Returns all districts in region
curl \
  https://mtaa-api.herokuapp.com/api/{country}/{region}
Returns all wards in a district
curl \
  https://mtaa-api.herokuapp.com/api/{country}/{region}/{district}
Endpoints (5 total)
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
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints5
Categories2
https://mtaa-api.herokuapp.com/api