System[Supporters podium GET](/docs/system/get-support-podium.md)

# Supporters podium

Server URL`loading...`

GET

/`support`/`podium`

Send

Active supporters ranked by their current monthly pledge, highest first. The pledge amount is never exposed, only the ranking; anonymous supporters appear as "Anonymous".

## [Response Body](#response-body)

### 200

`application/json`

cURL

JavaScript

Go

Python

Java

C#

Rust

```
curl -X GET "https://example.com/support/podium"
```

200

```
{  "supporters": [    {      "rank": 0,      "name": "string",      "anonymous": true    }  ],  "monthlyPledgedCents": 0,  "receivedCents": 0}
```

[

Funding progress GET

Compact cumulative funding progress: how much of the total infrastructure spend since launch supporters have covered. Returns the percentage plus the raised and goal amounts in USD (aggregate only). Powers the top-bar mini funding bar.

](/docs/system/get-support-funding.md)[

MCP endpoint POST

Model Context Protocol (MCP) server over a stateless Streamable HTTP transport. Point an MCP client at this URL to use unicum.gg's read API as MCP tools (the same player, clan and tank data as the REST endpoints). The POST body is a JSON-RPC 2.0 message (\`initialize\`, \`tools/list\`, \`tools/call\`, ...); the server replies with a JSON-RPC response or, when streaming, an SSE stream. \`GET\` opens the SSE stream and \`DELETE\` ends a session (transport-level, not documented separately).

](/docs/mcp/post-mcp.md)

## Navigation

- [unicum.gg](/index.md)

## Indexes

- [llms.txt](/llms.txt): the API, the MCP server and the other machine-readable surfaces.
- [llms-full.txt](/llms-full.txt): the same, with every endpoint's parameters inline.
- [sitemap.md](/sitemap.md): every section of the site, down to the individual pages.