Locations
Deprecation Incoming
With the Solana Migration, these API endpoints may no longer be available.
Please refer to Oracles and Oracle Data documentation for more information on accessing data.
Locations are used to associate human readable geographic informaion to an h3 location. This API exposes this geographic information.
Deprecated Endpoints
Get Location
This Endpoint Is Deprecated
This endpoint is deprecated.
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"
}
}