Locations
Locations are used to associate human readable geographic informaion to an h3 location. This API exposes this geographic information.
Get Location
GET https://api.helium.io/v1/locations/:location
Get geographic information for a given location
- Request
- Response
Path Parameters
param | Type | Note |
---|---|---|
location (required) | string | h3 index |
200: OK
{
"data": {
"city_id": "c2FuIGpvc2VjYWxpZm9ybmlhdW5pdGVkIHN0YXRlcw",
"location": "8c28347213117ff",
"long_city": "San Jose",
"long_country": "United States",
"long_state": "California",
"long_street": "Rainbow Drive",
"short_city": "San Jose",
"short_country": "US",
"short_state": "CA",
"short_street": "Rainbow Dr"
}
}