v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
CDN Statistics

Get network capacity

Get network capacity per country.

get/cdn/advanced/v1/capacity

Response

Successful.

country_codestring

ISO country code.

countrystring

Country name.

capacitynumber

Network capacity in Gbit/s.

Example response

[
  {
    "country_code": "NL",
    "country": "Netherlands",
    "capacity": 974.09
  },
  {
    "country_code": "DE",
    "country": "Germany",
    "capacity": 913.05
  },
  {
    "country_code": "JP",
    "country": "Japan",
    "capacity": 851.77
  }
]