Skip to main content
GET
/
country
Get Country List
curl --request GET \
  --url https://api.bunny.net/country \
  --header 'AccessKey: <api-key>'
[
  {
    "IsEU": true,
    "TaxRate": 123,
    "Name": "<string>",
    "IsoCode": "<string>",
    "TaxPrefix": "<string>",
    "FlagUrl": "<string>",
    "PopList": [
      "<string>"
    ]
  }
]

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Response

The list of countries and tax rates

IsEU
boolean
required
TaxRate
number<decimal>
required
Name
string | null
IsoCode
string | null
TaxPrefix
string | null
FlagUrl
string | null
PopList
string[] | null