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

# List Posts

`GET /api/{account}/posts`

Get posts from your OnlyFans account.

## Query parameters

- `query` string — Search query to filter posts
- `limit` integer — Number of posts to return (default = 10)
- `offset` integer — Number of posts to skip for pagination
- `order` 'publish_date' | 'favorites_count' | 'tips_summ' — Order the returned posts (default = publish_date)
- `sort` 'desc' | 'asc' — Sort the returned posts (default = desc)
- `pinned` boolean — Set to true to only show pinned posts
- `counters` boolean — Set to true to include an array of counters (see example responses)
- `minimumPublishDate` string — Filter posts by minimum publish date

## Response `200`

Success

- object
  - `data` object
    - `list` object[]
      - `author` object
        - `id` integer
        - `_view` string
      - `responseType` string
      - `id` integer
      - `postedAt` string
      - `postedAtPrecise` string
      - `text` string
      - `isMarkdownDisabled` boolean
      - `canDelete` boolean
      - `canComment` boolean
      - `canEdit` boolean
      - `isMediaReady` boolean
      - `isOpened` boolean
      - `canToggleFavorite` boolean
      - `tipsAmount` string
      - `rawText` string
      - `canViewMedia` boolean
    - `hasMore` boolean
    - `headMarker` string
    - `tailMarker` string
    - `counters` object
      - `audiosCount` integer
      - `photosCount` integer
      - `videosCount` integer
      - `mediasCount` integer
      - `postsCount` integer
      - `streamsCount` integer
      - `archivedPostsCount` integer
      - `privateArchivedPostsCount` integer
  - `_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)
