---
title: "Get this month's donation goal progress"
method: POST
path: "/v1/donate.getGoal"
tags: ["donate"]
---

# Get this month's donation goal progress

`POST /v1/donate.getGoal`

Public — no auth required. Aggregated per calendar month (UTC). Carries no per-donor amounts.

## Response `200`

OK

- V1DonateGoal
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `anonymousCount` integer, required — Donations this month with no resolvable account
  - `goalCents` integer, required — Configured monthly goal in cents
  - `month` string, required — Current calendar month, UTC
  - `raisedCents` integer, required — Sum of donation ledger rows this month, in cents
  - `supporterCount` integer, required — Distinct accounts plus anonymous donations this month
  - `supporters` DonateSupporter[], nullable, required — Newest first, capped at 48. Carries no donation amounts.
    - `accountId` integer, required — The account id
    - `avatar` string, required — The avatar hash
    - `name` string, required — The account's display name
    - `vanity` string, nullable, required — The account's vanity, null if it has none

## Other responses

- `500` — Internal Server Error

---

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