---
title: "Paginated Historical Statistics"
method: GET
path: "/api/stats"
tags: ["Stats", "RSI-Website"]
---

# Paginated Historical Statistics

`GET /api/stats`

Get paginated historical Star Citizen crowdfunding statistics, ordered by most recent first. Supports page-based pagination.

## Query parameters

- `page` integer
- `page[number]` integer
- `page[size]` integer

## Response `200`

List of stats

- Stat[]
  - `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 `items/timestamp` became nullable for the status `200`
- **2026-03-29** `8ff40d443bb4` — 1 breaking, 3 warning, 2 info
  - the response's body type changed from `object` to `array` for status `200`
  - removed the optional property `data` from the response with the `200` status
  - removed the optional property `links` from the response with the `200` status
  - removed the optional property `meta` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/changes/api/stats/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)
