---
title: "List Story Viewers"
method: GET
path: "/api/{account}/stories/{story_id}/viewers"
tags: ["Stories"]
---

# List Story Viewers

`GET /api/{account}/stories/{story_id}/viewers`

Retrieve the list of viewers for a specific story by its ID.

## Query parameters

- `limit` integer, nullable — The number of story viewers to return. Default `8`
- `offset` integer, nullable — The offset used for pagination. Default `0`

## Response `200`

Success

- object
  - `data` object
    - `hasMore` boolean
    - `list` object[]
      - `view` string
      - `hasStoryTips` boolean
      - `hasTopStoryTips` boolean
      - `avatar` string, nullable
      - `avatarThumbs` string, nullable
      - `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` integer
      - `isStoryLiked` boolean
      - `isStoryBlockedUser` boolean
      - `displayName` string
      - `notice` string
      - `isRestricted` boolean
      - `canRestrict` boolean
      - `subscribedBy` boolean
      - `subscribedByExpire` boolean
      - `subscribedByExpireDate` string
      - `subscribedByAutoprolong` boolean
      - `subscribedIsExpiredNow` boolean
      - `currentSubscribePrice` integer
      - `subscribedOn` boolean
      - `subscribedOnExpiredNow` boolean
      - `subscribedOnDuration` string
      - `listsStates` object[]
        - `id` string
        - `type` string
        - `name` string
        - `hasUser` boolean
        - `canAddUser` boolean
        - `cannotAddUserReason` string
      - `showMediaCount` boolean
      - `lastSeen` string
      - `canReport` boolean
  - `_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` string, nullable
      - `remaining_minute` integer
      - `remaining_day` string, nullable
      - `notice` string

## Changes

- **2026-05-24** `93a6dfdeeb67` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/changes/api/:account/stories/:story_id/viewers/get.md)

---

[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/4a99d36f28a3/schema)
