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

# List Latest Fans

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

Get a paginated list fans, filterable by total, only new subscribers, or only renewals. Newest fans are first.

## Query parameters

- `start_date` string, nullable — Start date for filtering (required with end_date). This field is required when <code>end_date</code> is present.
- `end_date` string, nullable — End date for filtering (required with start_date). This field is required when <code>start_date</code> is present.
- `type` 'total' | 'renew' | 'new', nullable — Filter by type: total, renew, or new.
- `offset` integer — Number of fans to skip. Must be at least 0.
- `limit` integer — Number of fans to return (1-50). Must be at least 1. Must not be greater than 100.

## Response `200`

- object
  - `data` object
    - `users` object[]
      - `view` string
      - `avatar` string
      - `avatarThumbs` object
        - `c50` string
        - `c144` string
      - `header` string, nullable
      - `headerSize` string, nullable
      - `headerThumbs` string, nullable
      - `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` unknown[]
        - unknown
      - `displayName` string
      - `notice` string
      - `isPaywallRequired` boolean
      - `isRestricted` boolean
      - `canRestrict` boolean
      - `subscribedBy` boolean
      - `subscribedByExpire` string, nullable
      - `subscribedByExpireDate` string, nullable
      - `subscribedByAutoprolong` string, nullable
      - `subscribedIsExpiredNow` string, nullable
      - `currentSubscribePrice` string, nullable
      - `subscribedOn` boolean
      - `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` string, nullable
      - `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
        - `isMuted` boolean
        - `unsubscribeReason` string
        - `duration` string
        - `tipsSumm` integer
        - `subscribesSumm` integer
        - `messagesSumm` integer
        - `postsSumm` integer
        - `streamsSumm` integer
        - `totalSumm` integer
        - `lastActivity` string
        - `recommendations` integer
        - `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
          - `isCurrent` boolean
        - `hasActivePaidSubscriptions` boolean
      - `canTrialSend` boolean
      - `isBlocked` boolean
      - `promoOffers` object[]
        - `id` integer
        - `subscribeDays` integer
        - `createdAt` string
        - `expiredAt` string
        - `finishedAt` string
        - `subscriberId` string
        - `userId` string
    - `offset` integer
    - `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)
