OnlyFans API
Following

List Expired Followings

Get a paginated list of expired followings for an Account. Newest followings are first.

GET
/api/{account}/following/expired
AuthorizationBearer <token>

Get your API Key from OnlyFansAPI Console - https://app.onlyfansapi.com/api-keys

In: header

Path Parameters

accountstring

The Account ID

Query Parameters

limit?integer

Number of followings to return (1-50). Must be at least 1. Must not be greater than 50.

offset?integer

Pagination offset. Must be at least 0.

filter?object

Empty Object

filter.online?integer | null

Filter by online status (1 for online, 0 for offline, null for all).

Value in"1" | "0"
filter.paid?integer | null

Filter by paid status (1 for paid, 0 for free, null for all).

Value in"1" | "0"

Response Body

curl -X GET "https://app.onlyfansapi.com/api/string/following/expired?limit=10&offset=0&filter=&filter.online=1&filter.paid=1"
{
  "error": "Unauthorized. Go to https://app.onlyfansapi.com/api-keys to get your API key."
}