v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
DDoS Protection

Get DDoS protection price

Get the DDoS protection price based on mitigation capacity.

get/cloud/v1/pricing/{region_id}/ddos

Path parameters

region_idinteger required

Region ID

Example:1

Region ID

Response

OK

current_month_daysinteger required

Number of days in the current month

current_month_days_lastinteger required

Number of days left in the current month

next_month_daysinteger required

Number of days in the next month

Example response

{
  "current_month_days": 31,
  "current_month_days_last": 26,
  "next_month_days": 30,
  "price": {
    "feature_name": "Advanced DDoS Protection Bare-metal Servers",
    "period": "day",
    "price_currency": "EUR",
    "price_per_30d": 60,
    "price_per_day": 2,
    "price_per_hour": 0.08333333333333333,
    "unit_name": "PC",
    "unit_size": 1
  }
}