Retrieve the countries generating the most traffic to a static site, ranked by total request count. Each entry includes the country code, average response time, and total requests.
API key authentication. Pass your API key as a Bearer token in the Authorization header.
Static site identifier
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Start of the time range in ISO 8601 format
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$"2026-02-22T14:30:00.000Z"
End of the time range in ISO 8601 format
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$"2026-02-22T15:30:00.000Z"
Aggregation interval in seconds. Determines the granularity of time-series data points
x <= 900719925474099160
JSON-encoded array of filter objects for advanced filtering. Each filter has a key, operator, and value or values field
"[{\"key\":\"path\",\"operator\":\"EQUALS\",\"value\":\"/api/users\"}]"
Maximum number of items to return (1-100)
1 <= x <= 10010
Default Response
Two-letter country code (ISO 3166-1 alpha-2)
"US"
Average response time in milliseconds for requests from this country
x >= 085.2
Total number of requests from this country
x >= 05000