---
title: "List Active Followings"
method: GET
path: "/api/{account}/following/active"
tags: ["Following"]
---

# List Active Followings

`GET /api/{account}/following/active`

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

## 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
- `filter.online` integer, nullable — Filter by online status (1 for online, 0 for offline, null for all).
- `filter.paid` integer, nullable — Filter by paid status (1 for paid, 0 for free, null for all).

## Other responses

- `401`

---

[API](https://skmtc.dev/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/03f828c1cf0d/schema)
