Skip to main content

CellStatsResponseWrapper

successboolean
data object
h3_indexstring

H3 cell index in hex format

resolutioninteger
center object
latnumber<double>
Example: 5.6041
lngnumber<double>
Example: -0.1953
request_countinteger<int64>
first_seenstring

ISO timestamp of first request in this cell

last_seenstring

ISO timestamp of most recent request

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
CellStatsResponseWrapper
{
"success": true,
"data": {
"h3_index": "string",
"resolution": 0,
"center": {
"lat": 5.6041,
"lng": -0.1953
},
"request_count": 0,
"first_seen": "string",
"last_seen": "string"
},
"meta": {
"request_id": "c86825f0-d8ca-4ae1-8226-514cc48e05c0",
"cached": false,
"latency": "1.802457582s"
}
}