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

# Show Post Statistics

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

Show the statistics of a post like purchases, views, likes, tips and more.

## Query parameters

- `with_historical_data` boolean — Set to `true` to include historical data for a post.

## Response `200`

Success

- object
  - `data` object
    - `isAvailable` boolean
    - `hasStats` boolean
    - `hasVideo` boolean
    - `lookCount` integer
    - `uniqueLookCount` integer
    - `uniqueLookChart` object[]
      - `date` string
      - `count` integer
    - `lookChart` object[]
      - `date` string
      - `count` integer
    - `lookDuration` integer
    - `lookDurationAverage` integer
    - `likeCount` integer
    - `likeChart` object[]
      - `date` string
      - `count` integer
    - `commentCount` integer
    - `commentChart` object[]
      - `date` string
      - `count` integer
    - `tipCount` integer
    - `tipChart` object[]
      - `date` string
      - `count` integer
    - `tipSum` integer
    - `purchasedCount` integer
    - `purchasedSumm` integer
    - `tipSumChart` object[]
      - `date` string
      - `count` integer
    - `purchasesChart` object[]
      - `date` string
      - `count` 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)
