---
title: "Get country insights for a channel"
method: GET
path: "/channels/{id}/analytics/insights/countries"
tags: ["Channels"]
---

# Get country insights for a channel

`GET /channels/{id}/analytics/insights/countries`

Data is only available for the last 30 days.

## Path parameters

- `id` string, required — Channel ID

## Query parameters

- `period` 'hour' | 'day' | 'week' | 'month', required — Time period for the insights
- `channelIds` string — Comma-separated list of channel IDs to filter by
- `distributionIds` string — Comma-separated list of distribution IDs to filter by
- `streamingFormats` string — Comma-separated list of streaming formats to filter by

## Response `200`

Country insights data

- CountryInsightsListResult
  - `data` object[], required — List of country insights
    - `city` string, required — City name
    - `countryCode` string, required — ISO country code
    - `geoLocation` string, required — Rounded latitude,longitude
    - `amount` number, required — Number of unique viewers

---

[API](https://skmtc.net/dolby/apis/theolive-api.md) · [All operations](https://skmtc.net/dolby/apis/theolive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dolby/theolive-api/versions/b57006d43141/schema)
