---
title: "Show Story Highlight"
method: GET
path: "/api/{account}/stories/highlights/{highlight_id}"
tags: ["Story Highlights"]
---

# Show Story Highlight

`GET /api/{account}/stories/highlights/{highlight_id}`

Retrieve details of a specific story highlight by its ID.

## Response `200`

Success

- object
  - `data` object
    - `id` integer
    - `userId` integer
    - `title` string
    - `coverStoryId` integer
    - `cover` string
    - `storiesCount` integer
    - `createdAt` string
    - `stories` object[]
      - `id` integer
      - `userId` integer
      - `isReady` boolean
      - `hasPost` boolean
      - `isWatched` boolean
      - `media` object[]
        - `id` integer
        - `type` string
        - `convertedToVideo` boolean
        - `canView` boolean
        - `hasError` boolean
        - `createdAt` string
        - `isReady` boolean
        - `files` object
          - `full` object
            - `url` string
            - `width` integer
            - `height` integer
            - `size` integer
            - `sources` unknown[]
              - …
          - `thumb` object
            - `url` string
            - `width` integer
            - `height` integer
            - `size` integer
          - `preview` object
            - `url` string
            - `width` integer
            - `height` integer
            - `size` integer
            - `sources` object
              - …
          - `squarePreview` object
            - `url` string
            - `width` integer
            - `height` integer
            - `size` integer
            - `sources` object
              - …
        - `duration` integer
        - `hasCustomPreview` boolean
        - `videoSources` object
          - `240` string, nullable
          - `720` string, nullable
      - `createdAt` string
      - `canvasHeight` integer
      - `canvasWidth` integer
      - `question` string, nullable
      - `texts` object[]
        - `text` string
        - `type` string
        - `users` unknown[]
          - unknown
        - `scale` number
        - `textAlign` string
        - `textWidth` number
        - `textHeight` number
        - `color` string
        - `bgColor` string
        - `fontFamily` string
        - `fontStyle` string, nullable
        - `fontWeight` integer
        - `top` number
        - `left` number
        - `angle` integer
        - `fontSize` string
        - `zIndex` integer
      - `viewersCount` integer
      - `viewers` unknown[]
        - unknown
      - `commentsCount` integer
      - `canDelete` boolean
      - `isHighlightCover` boolean
      - `isLastInHighlight` boolean
      - `tipsAmount` string
      - `tipsAmountRaw` integer
      - `tipsCount` integer
      - `likesCount` integer
      - `releaseForms` unknown[]
        - unknown
  - `_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

---

[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)
