---
title: "Get Subscriber Statistics"
method: GET
path: "/api/{account}/subscribers/statistics"
tags: ["Statistics"]
---

# Get Subscriber Statistics

`GET /api/{account}/subscribers/statistics`

Get subscriber and earning statistics for an account for a specified timeframe. Optionally, filter by all, renews, or new subscribers.

## Query parameters

- `start_date` string, nullable — The start date for the period. Keep empty to calculate everything.
- `end_date` string, nullable — The end date for the period. Keep empty to calculate everything.
- `type` 'total' | 'renew' | 'new', nullable — Filter the subscriber statistics (default = total)

## Response `200`

- object
  - `data` object
    - `earnings` object[]
      - `date` string
      - `count` number
    - `subscribes` object[]
      - `date` string
      - `count` integer
    - `total` number
    - `delta` number
    - `subscribers` 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/versions/4a99d36f28a3/schema)
