Paginated Historical Statistics
Get paginated historical Star Citizen crowdfunding statistics, ordered by most recent first. Supports page-based pagination.
Query parameters
Page number for pagination (starts at 1). Prefer using page[number] instead.
Page number for pagination (starts at 1).
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"
}
}Changes
Changed in 3 of the 53 revisions of this API.337
- ▲
the response's body type changed from
arraytoobjectfor statusresponse-body-type-changed
- ○
api operation id
5e2fda37059d5c1883d2b7b511c2ac53removed and replaced withlistStatsapi-operation-id-removed
- ○
api tag
RSI-Websiteremovedapi-tag-removed
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ▲
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type changed from
objecttoarrayfor statusresponse-body-type-changed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ○
api operation id
listStatsremoved and replaced with5e2fda37059d5c1883d2b7b511c2ac53api-operation-id-removed
- ○
api tag
RSI-Websiteaddedapi-tag-added
This revision also has 95 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲