---
title: "Get Stats By Geo"
method: GET
path: "/referral/my-stats/geo"
tags: ["referral"]
---

# Get Stats By Geo

`GET /referral/my-stats/geo`

Get referral statistics by geographic location (country).

Returns click stats grouped by country, sorted by click count.

## Query parameters

- `days` integer — Number of days to look back
- `limit` integer — Maximum number of countries to return

## Response `200`

Successful Response

- GeoStatsResponse — Response containing geographic distribution data.
  - `data` GeoStats[] — List of stats by country
    - `country` string, required
    - `clicks` integer, required
    - `unique` integer, required
    - `signups` integer, required
    - `conversion_rate` number, required
  - `total_countries` integer, required — Number of countries with clicks

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
