---
title: "Get Country List"
method: GET
path: "/country"
tags: ["Countries"]
---

# Get Country List

`GET /country`

## Response `200`

The list of countries and tax rates

- CountryModel[]
  - `Name` string, nullable
  - `IsoCode` string, nullable
  - `IsEU` boolean
  - `TaxRate` number
  - `TaxPrefix` string, nullable
  - `FlagUrl` string, nullable
  - `PopList` string[], nullable

## Other responses

- `401` — The request authorization failed
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
