Find the smallest region a list of cities share
Given a list of place names, the API returns the smallest administrative region they have in common — state, region, or country. Common applications include geographic segmentation and territorial coverage analysis.
# Request
Cuiabá
Sinop
Rondonópolis
# Response
{
"region": "Mato Grosso",
"type": "state",
"region_id": 3457419
}