GET
/
waap
/
v1
/
ip-info
/
ddos
curl --request GET \
  --url https://api.gcore.com/waap/v1/ip-info/ddos \
  --header 'APIKey: <api-key>'
{
  "botnet_client": true,
  "time_series": [
    {
      "timestamp": 123,
      "count": 123
    }
  ]
}

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

ip
required

The IP address to check

Response

200
application/json

Successful Response

The response is of type object.