Subscribers
List Top Subscribers
Top subscribers ranked by activity within a date range. All four query params are optional — defaults match the OnlyFans web client (total spend over the last month). Requires permission api_subscribers_list_top.
https://public-api.fansmetric.comAuthorization
defaultAuthorizationBearer <token>Send your FansMetric API key as a Bearer token in the Authorization header.
In: header
Path Parameters
account_id*integerOnlyFans numeric account ID.
Query Parameters
start_datestringUTC start of the window. Format
YYYY-MM-DD HH:MM:SS(ISO 8601 withTaccepted — we convert it to a space). Do not include a timezone suffix (Z/+00:00) — OnlyFans rejects it. Default: now − 1 month. Forwarded to OF asstartDate.end_datestringUTC end of the window. Same format as
start_date. Default: now. Forwarded to OF asendDate.bystringRanking metric. One of
total(lifetime spend — canonical "top by spend"),currency(spend within the window),recent,messages,posts,media. Default:total.offsetintegerPagination offset. OnlyFans pages this endpoint in fixed pages of 10 — pass multiples of 10. Default:
0. There is nolimitparameter; page size is fixed upstream.
curl --request GET "https://public-api.fansmetric.com/v1/acct_XXXXX/subscribers/top?start_date=sample_start_date&end_date=sample_end_date&by=sample_by" \
--header "Authorization: Bearer YOUR_API_KEY"Response
200