Locations

Get Location

Get geographic information for a given location.

Path Parameters

Name

Tags

Description

Example

Type

required

h3 index.

8c28347213117ff

text

Response

{
  "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"
    }
}

Last updated