Skip to main content
GET
/
waap
/
v2
/
ip-info
/
attack-time-series
Get attack time series from a specific IP (account-scoped)
curl --request GET \
  --url https://api.gcore.com/waap/v2/ip-info/attack-time-series \
  --header 'Authorization: <api-key>'
[
  {
    "attack_type": "<string>",
    "values": [
      {
        "timestamp": 123,
        "count": 123
      }
    ]
  }
]

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

days
integer
default:30

Number of days to look back for attack data

Required range: 1 <= x <= 30

Response

Successful Response

attack_type
string
required

The type of attack

values
TimeSeriesItem · object[]
required

The time series data