v1
latestSwagger 2.02026-07-13153383.1 KB/1.0/city/{geoId}
Get a city by its unique geoId.
Get a city by its unique geoId.
get/1.0/city/{geoId}
Path parameters
geoIdstring required
the city's geoId
Response
Success
Example response
{
"id": "5357527",
"name": "Hollywood",
"stateCode": "CA",
"state": "California",
"coords": {
"long": -118.3267434,
"lat": 34.0983425
},
"country": {
"code": "US",
"name": "United States"
}
}