curl --request GET \
--url https://api.bunny.net/mc/regions \
--header 'AccessKey: <api-key>'{
"items": [
{
"id": "<string>",
"name": "<string>",
"group": "<string>",
"hasAnycastSupport": true,
"hasCapacity": true
}
],
"meta": {
"totalItems": 123
},
"cursor": "<string>"
}Lists all available regions where applications can be deployed, including their anycast support and capacity status.
curl --request GET \
--url https://api.bunny.net/mc/regions \
--header 'AccessKey: <api-key>'{
"items": [
{
"id": "<string>",
"name": "<string>",
"group": "<string>",
"hasAnycastSupport": true,
"hasCapacity": true
}
],
"meta": {
"totalItems": 123
},
"cursor": "<string>"
}Please enter a valid personal API key.
Was this page helpful?