---
title: "Get Earnings Overview"
method: POST
path: "/api/analytics/summary/earnings"
tags: ["Analytics - Summary"]
---

# Get Earnings Overview

`POST /api/analytics/summary/earnings`

Get earnings overview by category for selected accounts within a date range. Returns total earnings, subscriptions, posts, messages, tips, streams, and content stats.

## Request body

- object
  - `account_ids` string[], required — Array of account prefixed IDs to get earnings for
  - `start_date` string, required — The start date (ISO 8601 format)
  - `end_date` string, required — The end date (ISO 8601 format)

## Response `200`

- object
  - `total_earnings` number
  - `subscriptions` number
  - `posts` number
  - `messages` number
  - `tips` number
  - `streams` number
  - `total_accounts` integer
  - `total_messages` integer
  - `total_images` integer
  - `total_videos` integer

## Changes

- **2026-05-24** `93a6dfdeeb67` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/changes/api/analytics/summary/earnings/post.md)

---

[API](https://skmtc.dev/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/93a6dfdeeb67/schema)
