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

Documentation Index

Fetch the complete documentation index at: https://docs.bunny.net/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Response

The list of countries and tax rates

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