---
title: "Retrieves the geographical restrictions applicable to a channel over a given period."
method: GET
path: "/1/videos/{channel}/restrictions/geographical"
tags: ["Restrictions"]
---

# Retrieves the geographical restrictions applicable to a channel over a given period.

`GET /1/videos/{channel}/restrictions/geographical`

This method:
- Sets a default period of 30 days back if no 'start' parameter is provided.
- Sets the end date to "now" if no 'end' parameter is provided.
- Query the service to obtain the corresponding geographical restrictions.
- Returns restrictions in the form of an indexed table via a dedicated Resource.

## Path parameters

- `channel` integer, required

## Query parameters

- `account_id` integer, required — Account identifier
- `from` integer, nullable — Specify the starting date to get Consumption
- `to` integer, nullable — Specify the ending date to get Consumption

## Response `200`

OK

- Response
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/revisions/8c78546bf41f?raw)
