Skip to main content

HexBridgeResponse

successboolean
data object
gps_codestring
Example: GA-142-7281
hex_codestring
Example: AF-GH-7-0GXTQD5RFZZZZ
coordinates object
latnumber<double>
Example: 5.6041
lngnumber<double>
Example: -0.1953
regionstring
Example: Greater Accra
districtstring
Example: Accra Metropolitan
quality_scorenumber<double>
Example: 0.92
meta object
request_idstring<uuid>

Unique request identifier

Example: c86825f0-d8ca-4ae1-8226-514cc48e05c0
cachedboolean

Whether the response was served from cache

Example: false
latencystring

Server-side processing time

Example: 1.802457582s
HexBridgeResponse
{
"success": true,
"data": {
"gps_code": "GA-142-7281",
"hex_code": "AF-GH-7-0GXTQD5RFZZZZ",
"coordinates": {
"lat": 5.6041,
"lng": -0.1953
},
"region": "Greater Accra",
"district": "Accra Metropolitan",
"quality_score": 0.92
},
"meta": {
"request_id": "c86825f0-d8ca-4ae1-8226-514cc48e05c0",
"cached": false,
"latency": "1.802457582s"
}
}