---
title: "List Expired Fans"
method: GET
path: "/api/{account}/fans/expired"
tags: ["Fans"]
---

# List Expired Fans

`GET /api/{account}/fans/expired`

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

## Query parameters

- `limit` integer — Number of fans to return (1-50). Must be at least 1. Must not be greater than 20.
- `offset` integer — Number of fans to skip. Must be at least 0.
- `type` 'active' | 'expired' | 'all' — Filter by fan type.
- `filter` object
- `filter.online` 1 | 0, nullable — Filter by online status (`1` for online fans).
- `filter.total_spent` integer — Filter by minimum amount total spent by a fan. Must be at least 0.
- `filter.tips` integer — Filter by minimum tips. Must be at least 0.
- `filter.duration` integer — Filter by minimum subscription duration in months. Must be at least 0.
- `query` string, nullable — Search within fan name/username.

## Response `200`

- object
  - `data` object
    - `list` object[]
      - `view` string
      - `avatar` string
      - `avatarThumbs` object
        - `c50` string
        - `c144` string
      - `header` string
      - `headerSize` object
        - `width` integer
        - `height` integer
      - `headerThumbs` object
        - `w480` string
        - `w760` string
      - `id` integer
      - `name` string
      - `username` string
      - `canLookStory` boolean
      - `canCommentStory` boolean
      - `hasNotViewedStory` boolean
      - `isVerified` boolean
      - `canPayInternal` boolean
      - `hasScheduledStream` boolean
      - `hasStream` boolean
      - `hasStories` boolean
      - `tipsEnabled` boolean
      - `tipsTextEnabled` boolean
      - `tipsMin` integer
      - `tipsMinInternal` integer
      - `tipsMax` integer
      - `canEarn` boolean
      - `canAddSubscriber` boolean
      - `subscribePrice` number
      - `subscriptionBundles` object[]
        - `id` integer
        - `discount` integer
        - `duration` integer
        - `price` number
        - `canBuy` boolean
      - `displayName` string
      - `notice` string
      - `isPaywallRequired` boolean
      - `isRestricted` boolean
      - `canRestrict` boolean
      - `subscribedBy` boolean
      - `subscribedByExpire` boolean
      - `subscribedByExpireDate` string
      - `subscribedByAutoprolong` boolean
      - `subscribedIsExpiredNow` boolean
      - `currentSubscribePrice` integer
      - `subscribedOn` string, nullable
      - `subscribedOnExpiredNow` boolean
      - `subscribedOnDuration` string
      - `listsStates` object[]
        - `id` string
        - `type` string
        - `name` string
        - `hasUser` boolean
        - `canAddUser` boolean
        - `cannotAddUserReason` string
      - `canReport` boolean
      - `canReceiveChatMessage` boolean
      - `hideChat` boolean
      - `lastSeen` string
      - `isPerformer` boolean
      - `isRealPerformer` boolean
      - `subscribedByData` object
        - `price` integer
        - `newPrice` integer
        - `regularPrice` number
        - `subscribePrice` number
        - `discountPercent` integer
        - `discountPeriod` integer
        - `subscribeAt` string
        - `expiredAt` string
        - `renewedAt` string, nullable
        - `discountFinishedAt` string, nullable
        - `discountStartedAt` string, nullable
        - `status` string
        - `isMuted` boolean
        - `unsubscribeReason` string
        - `duration` string
        - `showPostsInFeed` boolean
        - `subscribes` object[]
          - `id` integer
          - `userId` integer
          - `subscriberId` integer
          - `date` string
          - `duration` integer
          - `startDate` string
          - `expireDate` string
          - `cancelDate` string, nullable
          - `price` integer
          - `regularPrice` number
          - `discount` integer
          - `earningId` integer
          - `action` string
          - `type` string
          - `offerStart` string
          - `offerEnd` string, nullable
          - `isCurrent` boolean
        - `hasActivePaidSubscriptions` boolean
      - `subscribedOnData` object
        - `price` integer
        - `newPrice` integer
        - `regularPrice` integer
        - `subscribePrice` integer
        - `discountPercent` integer
        - `discountPeriod` integer
        - `subscribeAt` string
        - `expiredAt` string
        - `renewedAt` string, nullable
        - `discountFinishedAt` string, nullable
        - `discountStartedAt` string, nullable
        - `status` string, nullable
        - `isMuted` boolean
        - `unsubscribeReason` string
        - `duration` string
        - `tipsSumm` integer
        - `subscribesSumm` integer
        - `messagesSumm` integer
        - `postsSumm` integer
        - `streamsSumm` integer
        - `totalSumm` integer
        - `lastActivity` string
        - `recommendations` integer
        - `subscribes` unknown[]
          - unknown
        - `hasActivePaidSubscriptions` boolean
      - `canTrialSend` boolean
      - `isBlocked` boolean
      - `promoOffers` unknown[]
        - unknown
      - `canUnsubscribe` boolean
      - `isPendingAutoprolong` boolean
    - `hasMore` boolean
  - `_pagination` object
    - `next_page` string, nullable
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/versions/4a99d36f28a3/schema)
