Unofficial Star Citizen API
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).
Programmatic access to data from the RSI website. All responses are delivered as a consistent JSON envelope so you can integrate quickly — no HTML scraping, no fragile selectors.
Build Discord bots, org dashboards, ship browsers, funding trackers, and more.
Coming from v1?
The URL structure, authentication method, and response format have all changed. Read the Migration Guide → — it has a checklist, before/after examples, and a phased migration plan.
What's Available
| Category | Endpoints |
|---|---|
| Citizens | User profiles, organization membership |
| Organizations | Org details, member lists, member search |
| Ships | Ship specifications and stats |
| Roadmap | Development roadmap entries |
| Funding Stats | Crowdfunding statistics |
| Telemetry | Game telemetry data |
| Versions | Game version history |
| Starmap | Star systems, routes, and locations |
| Progress Tracker | Feature progress and team deliverables |
Full parameter and response schema details are in the API Reference.
Get Started
Ready to make your first call? Start here:
- Get your API key — takes about 30 seconds via Discord or web login.
- Make your first request — a working example with a real response.