---
title: "Get global stats for map"
method: GET
path: "/api/v1/stats/map-stats"
tags: ["User Statistics"]
---

# Get global stats for map

`GET /api/v1/stats/map-stats`

Get statistics of geo

## Query parameters

- `reason_block` boolean, nullable — If True, includes records with any reason_block (not NULL). If False, includes only NULL. If omitted, includes all records.

## Response `200`

Successful Response

- CountryStatDTO[]
  - `country` string, required
  - `eventCount` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/060ef67e573a/schema)
