Skip to main content
GET
/
waap
/
v1
/
ip-info
/
top-user-agents
Fetch top user agents
curl --request GET \
  --url https://api.gcore.com/waap/v1/ip-info/top-user-agents \
  --header 'Authorization: <api-key>'
[
  {
    "user_agent": "<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
user_agent
string
required

The user agent that was used

count
integer
required

The number of requests made with the user agent