---
title: "Get Post"
method: GET
path: "/api/{account}/posts/{post_id}"
tags: ["Posts"]
---

# Get Post

`GET /api/{account}/posts/{post_id}`

Retrieve details of a post from your account.

## Response `200`

Success

- object
  - `data` object
    - `author` 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` integer
      - `hasStripe` boolean
      - `isStripeExist` boolean
      - `subscriptionBundles` unknown[]
        - unknown
      - `canSendChatToAll` boolean
      - `creditsMin` integer
      - `creditsMax` integer
      - `isPaywallPassed` boolean
      - `canCreateLists` boolean
      - `showMediaCount` boolean
      - `showPostsInFeed` boolean
      - `subscribedBy` boolean
      - `canTrialSend` boolean
    - `responseType` string
    - `id` integer
    - `postedAt` string
    - `postedAtPrecise` string
    - `text` string
    - `isMarkdownDisabled` boolean
    - `canDelete` boolean
    - `canComment` boolean
    - `canEdit` boolean
    - `isMediaReady` boolean
    - `isOpened` boolean
    - `canToggleFavorite` boolean
    - `canEditText` boolean
    - `tipsAmount` string
    - `rawText` string
    - `canViewMedia` 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` 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/revisions/4a99d36f28a3/schema)
