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

---

[API](https://skmtc.net/starcitizenwiki/apis/star-citizen-wiki-api.md) · [All operations](https://skmtc.net/starcitizenwiki/apis/star-citizen-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/starcitizenwiki/star-citizen-wiki-api/versions/8b259bb9a44c/schema)
