GET
/
waap
/
v1
/
ip-info
/
top-urls
curl --request GET \
  --url https://api.gcore.com/waap/v1/ip-info/top-urls \
  --header 'APIKey: <api-key>'
[
  {
    "url": "<string>",
    "count": 123
  }
]

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

ip
required

The IP address to check

domain_id
integer
required

The domain ID

Response

200
application/json

Successful Response

The response is of type TopUrl · object[].