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

# 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

- object
  - `data` 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

## Other responses

- `404` — No statistics found.

## Changes

- **2026-05-21** `af03a6ba771d` — 4 warning, 4 info
  - removed the optional property `fans` from the response with the `200` status
  - removed the optional property `fleet` from the response with the `200` status
  - removed the optional property `funds` from the response with the `200` status
  - removed the optional property `timestamp` from the response with the `200` status
  - …4 more
- **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-service-production.skmtc.workers.dev/v1/apis/starcitizenwiki/star-citizen-wiki-api/revisions/8b259bb9a44c/schema)
