v1

latestOpenAPI 3.0.0MIT (code only)2026-07-1783284693.9 KB
Stats

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). Prefer using page[number] instead.

page[number]integer

Page number for pagination (starts at 1).

page[size]integer

Number of results per page. Maximum 200.

Response

Paginated list of stats

Example response

{
  "data": [
    {
      "funds": 962878547.56,
      "fans": 6433852,
      "fleet": 6433852,
      "timestamp": "2026-04-13T00:00:00Z"
    }
  ],
  "meta": {
    "current_page": 1,
    "from": 1,
    "last_page": 5,
    "per_page": 30,
    "to": 30,
    "total": 150,
    "path": "https://api.star-citizen.wiki/api/vehicles"
  }
}