cURL
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.
Please enter a valid personal API key.
1 <= x <= 1000
Regions were successfully retrieved.
Show child attributes
Was this page helpful?