Welcome
caution
Disclaimer: this is an unofficial Star Citizen fan site, not affiliated with the Cloud Imperium group of companies. All content not authored by its host or users are property of their respective owners (robertsspaceindustries.com).
The Unofficial Star Citizen API gives you programmatic access to data from the RSI website. All responses are delivered as a consistent JSON envelope so you can integrate quickly without parsing raw HTML.
What's Available
| Category | Endpoints |
|---|---|
| Citizens | User profiles, organization membership |
| Organizations | Org details, member lists |
| Ships | Ship specifications and stats |
| Roadmap | Development roadmap entries |
| Funding Stats | Crowdfunding statistics |
| Telemetry | Game telemetry data |
| Versions | Game version history |
| Starmap | Star systems and locations |
| Progress Tracker | Feature progress data |
Full parameter and response schema details are available in the API Reference.
How It Works
Next Steps
- Get your API key and learn about authentication
- Understand data freshness — how the cache-first strategy works and when to use
?refresh=true - Make your first request — response format and a working example