---
title: "Get earnings percentile for a creator"
method: GET
path: "/creators/{creatorUserUuid}/insights/earnings/percentile"
---

# Get earnings percentile for a creator

`GET /creators/{creatorUserUuid}/insights/earnings/percentile`

Returns the earnings percentile bucket the specified creator falls into based on their gross earnings over the last 30 days.

The value is a decimal percentile where lower numbers indicate higher rank (e.g. `0.01` means top 0.01% of earners, `99.50` is near the bottom).

## Path parameters

- `creatorUserUuid` string, uuid, required

## Headers

- `X-Fanvue-API-Version` string, required

## Response `200`

Earnings percentile for the specified creator

- object
  - `percentile` number, required — Earnings percentile (decimal) the creator falls into based on their gross earnings over the last 30 days. Lower values indicate higher rank: 0.01 = top 0.01% of earners, 99.50 ≈ bottom. Values are not constrained to whole numbers — bucket granularity is determined by the lookup table.

## Other responses

- `400` — Bad Request - API version not supported OR validation failed (dates, sources, cursor, pagination) OR invalid UUID
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — Not Found Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

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