---
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

## Changes

> 11 revisions in range; 1 not diffed.

- **2026-08-08** `f7c45c9ec36a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/steamsets/apis/steamsets-api/changes/v1/donate.getGoal/post.md)

---

[API](https://skmtc.dev/steamsets/apis/steamsets-api.md) · [All operations](https://skmtc.dev/steamsets/apis/steamsets-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/steamsets/steamsets-api/revisions/9930915a1df9/schema)
