curl --request GET \
--url https://api-next.ofauth.com/v2/access/statistics/visitor-countries/top \
--header 'apiKey: <api-key>'{
"isAvailable": true,
"hasStats": true,
"topCountries": {
"hasMore": true,
"totals": {
"total": 123,
"guests": "<string>",
"users": "<string>",
"subscribers": 123
},
"rows": [
{
"rank": 123,
"countryName": "<string>",
"countryCode": "<string>",
"viewsCount": {
"total": 123,
"guests": 123,
"users": 123,
"subscribers": 123
}
}
]
}
}Visitor countries top
curl --request GET \
--url https://api-next.ofauth.com/v2/access/statistics/visitor-countries/top \
--header 'apiKey: <api-key>'{
"isAvailable": true,
"hasStats": true,
"topCountries": {
"hasMore": true,
"totals": {
"total": 123,
"guests": "<string>",
"users": "<string>",
"subscribers": 123
},
"rows": [
{
"rank": 123,
"countryName": "<string>",
"countryCode": "<string>",
"viewsCount": {
"total": 123,
"guests": 123,
"users": 123,
"subscribers": 123
}
}
]
}
}Connection ID for managed sessions
OnlyFans user id for direct sessions (optional override)
OnlyFans cookie header for direct sessions (must include auth_id and fp values)
OnlyFans x-bc header for direct sessions (optional override)
User agent to use when proxying requests (required when not using x-connection-id)
Successful response
Show child attributes
Show child attributes
Was this page helpful?