Skip to main content
GET
/
waap
/
v1
/
ip-info
/
top-urls
Retrieve top 10 accessed URLs for an IP on a domain
curl --request GET \
  --url https://api.gcore.com/waap/v1/ip-info/top-urls \
  --header 'Authorization: <api-key>'
[
  {
    "url": "<string>",
    "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

domain_id
integer
required

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

Response

Successful Response

Maximum array length: 10
url
string
required

The URL that was attacked

count
integer
required

The number of attacks to the URL