HexBridgeResponse
successboolean
data object
gps_codestring
Example:
GA-142-7281hex_codestring
Example:
AF-GH-7-0GXTQD5RFZZZZcoordinates object
latnumber<double>
Example:
5.6041lngnumber<double>
Example:
-0.1953regionstring
Example:
Greater Accradistrictstring
Example:
Accra Metropolitanquality_scorenumber<double>
Example:
0.92meta 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.802457582sHexBridgeResponse
{
"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"
}
}