Description
Returns the full Star Citizen ship matrix — every flyable and concept ship with stats, manufacturer, role, size, and more. Data is proxied from the RSI API and cached server-side.
Star Citizen
Parameters
None — returns all ships.
Response
[
{
"id": 42,
"name": "Avenger Titan",
"manufacturer": { "name": "Aegis Dynamics", "code": "AEGS" },
"focus": "Bounty Hunting",
"type": "multi",
"size": "small",
"fly_able": true,
"media": [{ "images": { "store_hub_large": "..." } }],
"msrp": 55,
"crew": { "min": 1, "max": 1 },
"cargo_capacity": 8
},
...
]
Used By
fleet.beemo.space — ship search when adding ships to your fleet
Example
curl https://api.beemo.space/api/ship-matrix