---
title: "Get Top Content"
method: GET
path: "/referral/my-stats/top-content"
tags: ["referral"]
---

# Get Top Content

`GET /referral/my-stats/top-content`

Get top performing content (characters/spaces) with click stats.

Returns a list of content items sorted by click count, including names and avatars.

## Query parameters

- `days` integer — Number of days to look back
- `limit` integer — Maximum number of items to return

## Response `200`

Successful Response

- TopContentResponse — Response containing top performing content.
  - `data` TopContentStats[] — List of top performing content
    - `content_id` string, uuid, required
    - `content_type` string, required
    - `content_name` string, required
    - `content_avatar` string, nullable
    - `clicks` integer, required
    - `unique` integer, required
    - `signups` integer, required
    - `conversion_rate` number, required
  - `total` integer, required — Total number of content items with clicks

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
