cURL
curl --request GET \ --url https://api-next.ofauth.com/v2/access/analytics/posts/:postId \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <api-key>'
{ "isAvailable": true, "hasStats": true, "lookCount": 123, "uniqueLookCount": 123, "uniqueLookChart": [ { "date": "<string>", "count": 123 } ], "lookChart": [ { "date": "<string>", "count": 123 } ], "lookDuration": 123, "lookDurationAverage": 123, "likeCount": 123, "likeChart": [ { "date": "<string>", "count": 123 } ], "commentCount": 123, "commentChart": [ { "date": "<string>", "count": 123 } ], "tipCount": 123, "tipChart": [ { "date": "<string>", "count": 123 } ], "tipSum": 123, "purchasedCount": 123, "purchasedSumm": 123, "tipSumChart": [ { "date": "<string>", "count": 123 } ], "purchasesChart": [ { "date": "<string>", "count": 123 } ], "hasVideo": true }
Get detailed stats for a specific post
Permission Required: analytics:read
analytics:read
Your OFAuth API key for authenticating requests.
Requires a connection via the x-connection-id header.
OnlyFans post ID
1
Successful response
Show child attributes
Was this page helpful?