Stats
RSI-Website

Paginated Historical Statistics

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

get/api/stats

Query parameters

pageinteger

Page number for pagination (starts at 1).

page[number]integer

Page number for pagination (starts at 1).

page[size]integer

Number of results to return per page.

Response

List of stats

fundsnumber float

Crowdfunding funds raised in USD

fansinteger

Number of registered fans

fleetinteger

Total Star Citizen fleet size

timestampstring date-time nullable

When the snapshot was taken

Example response

[
  {
    "funds": 962878547.56,
    "fans": 6433852,
    "fleet": 6433852,
    "timestamp": "2026-04-13T00:00:00Z"
  }
]

Changes