Streaks

Get Top Streak

Returns the creator's best streak — the longest run of activity, per OnlyFans's own ranking. Not date-windowed; always reports the single best streak of all time. Requires permission api_streaks_read_top.

https://public-api.buffmetrics.com
GET/v1/{account_id}/streaks/top
Bearer

Authorization

default
AuthorizationBearer <token>

Send your FansMetric API key as a Bearer token in the Authorization header.

In: header

Path Parameters

  • account_id*integer

    OnlyFans numeric account ID.

curl --request GET "https://public-api.buffmetrics.com/v1/acct_XXXXX/streaks/top" \
  --header "Authorization: Bearer YOUR_API_KEY"

Response

200
{
"data":{
"id":614673203
"startDate":"2025-09-29T00:00:00+00:00"
"endDate":"2026-05-27T00:00:00+00:00"
"isActive":true
"postsCount":5354
"daysCount":241
"streamsDuration":0
"storiesCount":999
"chatsCount":199152
"frozenDays":[]
}
"_meta":{
"_credits":{
"used":1
}
"_rate_limits":{
"limit_minute":1000
"remaining_minute":999
"limit_day":50000
"remaining_day":49999
}
}
}