---
title: "Latest Crowdfunding Statistics"
method: GET
path: "/api/stats/latest"
tags: ["Stats", "RSI-Website"]
---

# Latest Crowdfunding Statistics

`GET /api/stats/latest`

Get the most recent Star Citizen crowdfunding statistics snapshot, including funds raised (USD), fan count, and fleet size.

## Response `200`

Latest statistics

- Stat — Statistics about Star Citizen crowdfunding: fans, fleet, and funds (USD)
  - `funds` number, float — Crowdfunding funds raised in USD
  - `fans` integer — Number of registered fans
  - `fleet` integer — Total Star Citizen fleet size
  - `timestamp` string, date-time, nullable — When the snapshot was taken

## Changes

- **2026-04-24** `c096aa819d11` — 1 breaking
  - the response property `timestamp` became nullable for the status `200`
- **2026-03-29** `8ff40d443bb4` — 1 warning, 7 info
  - removed the optional property `data` from the response with the `200` status
  - api operation id `getLatestStats` removed and replaced with `bd891b16c3cee16ea79438380f9b4f8b`
  - api tag `RSI-Website` added
  - removed the non-success response with the status `404`
  - …4 more

[Change history](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/changes/api/stats/latest/get.md)

---

[API](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api.md) · [All operations](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/llms.txt) · [OpenAPI document](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/revisions/5cd81baa02cb?raw)
