# Mtaa API Documentation **Provider:** Mtaa API Documentation **Category:** maps **Base URL:** `https://mtaa-api.herokuapp.com/api` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://github.com/HackEAC/mtaaAPI ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://mtaa-api.herokuapp.com/api/{country}` | Returns all regions present in Tanzania | | GET | `https://mtaa-api.herokuapp.com/api/{country}/{region}` | Returns all districts in region | | GET | `https://mtaa-api.herokuapp.com/api/{country}/{region}/{district}` | Returns all wards in a district | | GET | `https://mtaa-api.herokuapp.com/api/{country}/{region}/{district}/{ward}` | Returns all streets in a ward | | GET | `https://mtaa-api.herokuapp.com/api/{country}/{region}/{district}/{ward}/{street}` | Returns all neighborhood in a street | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://mtaa-api.herokuapp.com/api/{country}' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/mtaa-api-documentation/) — CC BY 4.0*