Skip to main content
GET
/
v2
/
access
/
statistics
/
streams
/
top
Streams top
curl --request GET \
  --url https://api-next.ofauth.com/v2/access/statistics/streams/top \
  --header 'apiKey: <api-key>'
{
  "hasMore": true,
  "items": [
    {
      "id": 123,
      "canDelete": true,
      "canEdit": true,
      "mediaCount": 123,
      "media": [
        {
          "id": 123,
          "type": "photo",
          "convertedToVideo": true,
          "canView": true,
          "hasError": true,
          "createdAt": "<string>",
          "isReady": true,
          "files": {
            "full": {
              "url": "<string>",
              "width": 123,
              "height": 123,
              "size": 123,
              "sources": [
                "<unknown>"
              ]
            },
            "thumb": {
              "url": "<string>",
              "width": 123,
              "height": 123,
              "size": 123
            },
            "preview": {
              "url": "<string>",
              "width": 123,
              "height": 123,
              "size": 123,
              "options": [
                "<unknown>"
              ]
            },
            "squarePreview": {
              "url": "<string>",
              "width": 123,
              "height": 123,
              "size": 123
            }
          },
          "duration": 123,
          "releaseForms": [
            {
              "id": 123,
              "name": "<string>",
              "partnerSource": "<string>",
              "type": "<string>",
              "user": {
                "view": "<string>",
                "id": 123,
                "name": "<string>",
                "username": "<string>",
                "isVerified": true,
                "avatar": "<string>",
                "avatarThumbs": {
                  "c50": "<string>",
                  "c144": "<string>"
                },
                "ivStatus": "<string>",
                "isFromGuest": true
              }
            }
          ],
          "hasCustomPreview": true,
          "videoSources": {
            "240": "<string>",
            "720": "<string>"
          }
        }
      ],
      "canViewMedia": true,
      "author": {
        "id": 123,
        "_view": "<string>"
      },
      "responseType": "<string>",
      "postedAt": "<string>",
      "postedAtPrecise": "<string>",
      "isMarkdownDisabled": true,
      "isOpened": true,
      "canToggleFavorite": true,
      "tipsAmount": "<string>",
      "text": "<string>",
      "isFavorite": true,
      "canComment": true,
      "favoritesCount": 123,
      "isMediaReady": true,
      "rawText": "<string>",
      "stats": {
        "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,
        "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)

Query Parameters

startDate
endDate
limit
number
default:20
Required range: 1 <= x <= 20
offset
number
default:0
Required range: x >= 0
by
enum<string>
Available options:
purchases,
duration,
tips,
views,
likes,
comments

Response

Successful response

hasMore
boolean
required
items
object[]
required