List of data centers

Gethttps://api.cdn77.com/v3/cdn/{id}/datacenters

Request parameters

  • idinteger in pathrequired

Responses

List of datacenters for CDN Resource.

Response parameters

  • location_idstring, format UUIDv4

    ID of Location. More information in our Datacenter API documentation.

  • citystring
  • continent_codestring

    We recognize 8 continents specified with two letter Continent code.

    Available values: AF, AQ, AS, AU, EU, NA, OC, SA

  • countrystring

    Datacenter location country name.

  • country_isostring

    Datacenter location country ISO code.

  • is_enabledboolean

    Enabled status of the datacenter location.

  • latitudenumber
  • longitudenumber
Example of the response
[
  {
    "location_id": "8857afb3-0684-4e54-bac2-41567f44fdfd",
    "city": "Los Angeles",
    "continent_code": "EU",
    "country": "Germany",
    "country_iso": "DE",
    "is_enabled": true,
    "latitude": 48.5833,
    "longitude": 7.75
  }
]
Can’t find what you are looking for?