Skip to main content
GET
/
v1
/
events
/
country-counts
Country counts
curl --request GET \
  --url https://api.intrace.ai/v1/events/country-counts \
  --header 'X-API-Key: <api-key>'
{
  "counts": [
    {
      "country": "<string>",
      "count": 123
    }
  ]
}
Designed for choropleth and summary map layers.

Authorizations

X-API-Key
string
header
required

Query Parameters

date_from
string<date>
date_to
string<date>
event_category
string
event_type
string

Response

200 - application/json

Counts grouped by country.

counts
object[]
required