curl --request GET \
--url https://api-next.ofauth.com/v2/access/statistics/visitor-countries/chart \
--header 'apiKey: <api-key>'{
"isAvailable": true,
"chart": {
"visitors": [
{
"date": "<string>",
"count": 123
}
],
"duration": [
{
"date": "<string>",
"count": 123
}
]
},
"total": {
"current": "<string>",
"delta": 123
},
"hasStats": true
}Visitor countries chart
curl --request GET \
--url https://api-next.ofauth.com/v2/access/statistics/visitor-countries/chart \
--header 'apiKey: <api-key>'{
"isAvailable": true,
"chart": {
"visitors": [
{
"date": "<string>",
"count": 123
}
],
"duration": [
{
"date": "<string>",
"count": 123
}
]
},
"total": {
"current": "<string>",
"delta": 123
},
"hasStats": true
}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
Was this page helpful?