System[Funding progress GET](/docs/system/get-support-funding.md)

# Funding progress

Server URL`loading...`

GET

/`support`/`funding`

Send

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.

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

### 200

`application/json`

cURL

JavaScript

Go

Python

Java

C#

Rust

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

200

```
{  "pct": 0,  "receivedUsd": 0,  "goalUsd": 0}
```

[

Health check GET

Liveness probe. Referenced as the \`status\` link relation in the

](/docs/system/get-health.md)[

Supporters podium GET

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

](/docs/system/get-support-podium.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.