Skip to main content
GET
/
waap
/
v1
/
ip-info
/
ddos
Retrieve time-series DDoS metrics for a specific IP address
curl --request GET \
  --url https://api.gcore.com/waap/v1/ip-info/ddos \
  --header 'Authorization: <api-key>'
{
  "botnet_client": true,
  "time_series": [
    {
      "timestamp": 123,
      "count": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://gcore.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Query Parameters

ip
required

The IP address to check

Response

Successful Response

botnet_client
boolean
required

Indicates if the IP is tagged as a botnet client

time_series
TimeSeriesItem · object[]
required

The time series data for the DDoS attacks from the IP address