Skip to main content

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

CategoryEndpoints
CitizensUser profiles, organization membership
OrganizationsOrg details, member lists
ShipsShip specifications and stats
RoadmapDevelopment roadmap entries
Funding StatsCrowdfunding statistics
TelemetryGame telemetry data
VersionsGame version history
StarmapStar systems and locations
Progress TrackerFeature progress data

Full parameter and response schema details are available in the API Reference.

How It Works

Next Steps

  1. Get your API key and learn about authentication
  2. Understand data freshness — how the cache-first strategy works and when to use ?refresh=true
  3. Make your first request — response format and a working example