Skip to main content

Unofficial Star Citizen API

caution

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.

note

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

CategoryEndpoints
CitizensUser profiles, organization membership
OrganizationsOrg details, member lists, member search
ShipsShip specifications and stats
RoadmapDevelopment roadmap entries
Funding StatsCrowdfunding statistics
TelemetryGame telemetry data
VersionsGame version history
StarmapStar systems, routes, and locations
Progress TrackerFeature 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:

  1. Get your API key — takes about 30 seconds via Discord or web login.
  2. Make your first request — a working example with a real response.