HexChildrenResponse
successboolean
data object
parentstring
Example:
AF-GH-7-0GXTQD5RFZZZZchildren object[]
Array [
codestring
Human-readable hex code
Example:
AF-GH-7-0GXTQD5RFZZZZh3_indexstring
Raw H3 cell index (hex)
Example:
877576970ffffffresolutioninteger
H3 resolution level
Example:
7countrystring
Example:
Ghanacountry_codestring
Example:
GHcenter object
latnumber<double>
Example:
5.6041lngnumber<double>
Example:
-0.1953boundary object[]
Polygon vertices of the hex cell
Array [
latnumber<double>
Example:
5.6041lngnumber<double>
Example:
-0.1953]
area_km2number<double>
Cell area in km²
Example:
3.86gps_codestring
Linked GhanaPostGPS code (if known)
regionstring
districtstring
]
countinteger
Example:
7meta object
request_idstring<uuid>
Unique request identifier
Example:
c86825f0-d8ca-4ae1-8226-514cc48e05c0cachedboolean
Whether the response was served from cache
Example:
falselatencystring
Server-side processing time
Example:
1.802457582sHexChildrenResponse
{
"success": true,
"data": {
"parent": "AF-GH-7-0GXTQD5RFZZZZ",
"children": [
{
"code": "AF-GH-7-0GXTQD5RFZZZZ",
"h3_index": "877576970ffffff",
"resolution": 7,
"country": "Ghana",
"country_code": "GH",
"center": {
"lat": 5.6041,
"lng": -0.1953
},
"boundary": [
{
"lat": 5.6041,
"lng": -0.1953
}
],
"area_km2": 3.86,
"gps_code": "string",
"region": "string",
"district": "string"
}
],
"count": 7
},
"meta": {
"request_id": "c86825f0-d8ca-4ae1-8226-514cc48e05c0",
"cached": false,
"latency": "1.802457582s"
}
}