Skip to main content
GET
/
v2
/
access
/
statistics
/
posts
/
:postId
/
stats
Post stats by id
curl --request GET \
  --url https://api-next.ofauth.com/v2/access/statistics/posts/:postId/stats \
  --header 'apiKey: <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
}

Authorizations

apiKey
string
header
required

Headers

x-connection-id
string

Connection ID for managed sessions

x-of-user-id
string

OnlyFans user id for direct sessions (optional override)

OnlyFans cookie header for direct sessions (must include auth_id and fp values)

x-of-bc
string

OnlyFans x-bc header for direct sessions (optional override)

x-of-user-agent
string

User agent to use when proxying requests (required when not using x-connection-id)

Path Parameters

postId
string
required
Minimum string length: 1

Response

Successful response

isAvailable
boolean
required
hasStats
boolean
required
lookCount
number
required
uniqueLookCount
number
required
uniqueLookChart
object[]
required
lookChart
object[]
required
lookDuration
number
required
lookDurationAverage
number
required
likeCount
number
required
likeChart
object[]
required
commentCount
number
required
commentChart
object[]
required
tipCount
number
required
tipChart
object[]
required
tipSum
number
required
purchasedCount
number
required
purchasedSumm
number
required
tipSumChart
object[]
required
purchasesChart
object[]
required
hasVideo
boolean