Star Citizen Wiki API
Public JSON API for Star Citizen data, powering starcitizen.tools and the German Star Citizen Wiki.
https://api.star-citizen.wiki
Community maintained. Not affiliated with Cloud Imperium Games.
Find a resource
Search across ships, items, locations, and other resources when you only have a name. The response includes the resource type and identifier to use next.
No results yet.
Search returns a resource type and identifier. Use them to request the full Carrack vehicle record.
Open one record
Use the resource show route with the identifier from search. Add include to load related data such as ports and components.
curl "https://api.star-citizen.wiki/api/vehicles/carrack?include=ports,components"
For lists, use index routes with filters discovered from the API.
Browse with filters
Index routes return paginated lists. Use the filters endpoint to discover supported filter fields and values before building a query. The same pattern is available across vehicles, items, locations, missions, and commodities.
curl "https://api.star-citizen.wiki/api/vehicles/filters"
curl -G "https://api.star-citizen.wiki/api/vehicles" \
--data-urlencode "filter[manufacturer]=Anvil Aerospace"
Same shape for every game resource:
/api/vehicles /api/items /api/locations
/api/missions /api/commodities
Comm-links and Galactapedia follow the same pattern with field filters like filter[title] and filter[content].
Pin game data to a patch: ?version= using /api/game-versions/default.
Once your requests are working, generate types or clients from the OpenAPI specification.
Set up your project
Generate client types
Use the OpenAPI specification with client generators or type generation tools.
npx openapi-typescript https://api.star-citizen.wiki/api/openapi -o sc-api.d.ts
Links
Usage
Please credit api.star-citizen.wiki in public projects.
Commercial use is not permitted under the RSI Fandom FAQ.
Search is rate-limited to 60 requests/min/IP. API health: https://api.star-citizen.wiki/up.