Gis Engine
Provides a simple solution for providing regions, cities and districts of certain country. Supports 255 countries. Results are in JSON format.
Gis Engine endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get regions /countries/{country_code}/regions |
Get regions per country - country_code can be fetch from Get Countries endpoint. |
| GET |
Get region details /countries/{country_code}/regions/{region_code} |
Get the region details by providing the country code and region code |
| GET |
Health Check /check |
Provide a way to test connectivity to API |
| GET |
Get country details /countries/{country_code} |
Get the country details by providing the country code (2 letter code) |
| GET |
Get all countries /countries |
Get all supported countries |
| GET |
Get districts /countries/{country_code}/regions/{region_code}/cities/{city_num}/districts |
Get districts by providing the country code, region code and city number - country_code can be fetch from Get Countries endpoint - region_code can be fetch from Get Regions… |
| GET |
Get cities /countries/{country_code}/regions/{region_code}/cities |
Get cities by providing the country code and region code - country_code can be fetch from Get Countries endpoint - region_code can be fetch from Get Regions endpoint |
Gis Engine pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1 / month | — |
|
| ULTRA | $4.99 / month | — |
|