Geo
Get city distance
Get distance from the given city
get/geo/cities/{cityId}/distance
Path parameters
cityIdstring required
A city id (either native 'id' or 'wikiDataId')
Query parameters
toCityIdstring required
Distance to this city
distanceUnitstring
The unit of distance: MI | KM
Response
A decimal distance (in miles or kilometers)
Example response
{
"data": 6707.9
}