Skip to main content
GET
/
api
/
traffics
/
top-domain
Get top 10 domains by traffic
curl --request GET \
  --url https://anyip.io/api/traffics/top-domain
[
  {
    "request_top_level_domain": "<string>",
    "requests": 123,
    "bytes_recv": 123,
    "bytes_sent": 123
  }
]

Query Parameters

date[after]
string<date-time>

Start date for the date range filter (inclusive).

date[before]
string<date-time>

End date for the date range filter (inclusive).

proxy_account
string

Filter by proxy account.

date[strictly_before]
string
date[strictly_after]
string
proxy_account[]
string[]

Response

Top 10 domains by traffic

request_top_level_domain
string
requests
integer
bytes_recv
integer
bytes_sent
integer