GET
/
waap
/
v1
/
ip-info
/
attack-map
curl --request GET \
  --url https://api.gcore.com/waap/v1/ip-info/attack-map \
  --header 'APIKey: <api-key>'
[
  {
    "country": "<string>",
    "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 IpCountryAttack · object[].