GET
/
waap
/
v1
/
ip-info
/
counts
curl --request GET \
  --url https://api.gcore.com/waap/v1/ip-info/counts \
  --header 'APIKey: <api-key>'
{
  "total_requests": 123,
  "blocked_requests": 123,
  "unique_sessions": 123
}

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

ip
required

The IP address to check

domain_id
integer

The identifier for a domain. When specified, the response will exclusively contain data pertinent to the indicated domain, filtering out information from other domains.

Required range: x > 0

Response

200
application/json

Successful Response

The response is of type object.