User Statistics

Get global stats for map

Get statistics of geo

get/api/v1/stats/map-stats

Query parameters

reason_blockboolean nullable

If True, includes records with any reason_block (not NULL). If False, includes only NULL. If omitted, includes all records.

If True, includes records with any reason_block (not NULL). If False, includes only NULL. If omitted, includes all records.

Response

Successful Response

countrystring required
eventCountinteger required

Example response

[
  {
    "country": "UA",
    "event_count": 450
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.