Hosting: Datacenters
List available datacenters
Retrieve a list of datacenters available for setting up hosting plans based on available datacenter capacity and hosting plan of your order. The first item in the list is the best match for your specific order requirements.
get/api/hosting/v1/datacenters
Query parameters
order_idinteger required
Example:123
Order ID
Response
Success response
Example response
[
{
"title": "Europe (UK)",
"code": "uk-fast",
"coordinates": {
"latitude": 51.5074,
"longitude": 0.1278
}
}
]