Rockstar Games website screenshot

Rockstar Games

Rockstar Games is an American video game publisher headquartered in New York City and a wholly-owned subsidiary of Take-Two Interactive Software (NASDAQ: TTWO). Best known for the Grand Theft Auto and Red Dead Redemption franchises, Rockstar operates online services for GTA Online and Red Dead Online, the Rockstar Games Launcher PC client, and the legacy Rockstar Games Social Club identity / authentication platform. Rockstar does not publish a public developer portal; its HTTP API surface is internal and consumed only by first-party clients (game executables, the Rockstar Games Launcher, and Rockstar's mobile companion apps). The most visible public-facing API is its OpenID Connect / OAuth 2.0 identity provider at signin.rockstargames.com, which exposes standard /connect/authorize, /connect/Token, /connect/introspect, and /.well-known/jwks endpoints. Grand Theft Auto VI is scheduled to launch on November 19, 2026 for PlayStation 5 and Xbox Series X/S and will include a "significant online mode" succeeding GTA Online.

Rockstar Games publishes 3 APIs on the APIs.io network. Tagged areas include Gaming, Entertainment, Video Games, Grand Theft Auto, and Red Dead Redemption.

Rockstar Games’ developer surface includes support, authentication, and 12 more developer resources.

15.4/100 emerging ▬ flat Agent 9/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
3 APIs
GamingEntertainmentVideo GamesGrand Theft AutoRed Dead RedemptionIdentityOAuth

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 15.4/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 3.0 / 20
Commercial Clarity 4.2 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 9/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/rockstar-games: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

Rockstar Games Sign-In (OpenID Connect)

Public OpenID Connect / OAuth 2.0 identity provider operated by Rockstar Games at signin.rockstargames.com. Backs authentication for the Rockstar Games website, Rockstar Games L...

Rockstar Games Social Club

Rockstar's online authentication and player-services backbone originally launched in 2008 to back GTA IV and later every major Rockstar title. Provides player accounts, friends,...

Rockstar Games Launcher

Rockstar's first-party PC storefront and game launcher, distributing Grand Theft Auto V, Red Dead Redemption 2, L.A. Noire, Bully, Max Payne 3, the GTA and Midnight Club catalog...

GraphQL 1

GraphQL schemas published by this provider.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Rockstar Games Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Rockstar Games Vulnerability Disclosure

Hackerone · security.txt · contact published

SECURITY

Resources

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 4

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: rockstar-games
name: Rockstar Games
description: 'Rockstar Games is an American video game publisher headquartered in New York City and a wholly-owned subsidiary
  of Take-Two Interactive Software (NASDAQ: TTWO). Best known for the Grand Theft Auto and Red Dead Redemption franchises,
  Rockstar operates online services for GTA Online and Red Dead Online, the Rockstar Games Launcher PC client, and the legacy
  Rockstar Games Social Club identity / authentication platform. Rockstar does not publish a public developer portal; its
  HTTP API surface is internal and consumed only by first-party clients (game executables, the Rockstar Games Launcher, and
  Rockstar''s mobile companion apps). The most visible public-facing API is its OpenID Connect / OAuth 2.0 identity provider
  at signin.rockstargames.com, which exposes standard /connect/authorize, /connect/Token, /connect/introspect, and /.well-known/jwks
  endpoints. Grand Theft Auto VI is scheduled to launch on November 19, 2026 for PlayStation 5 and Xbox Series X/S and will
  include a "significant online mode" succeeding GTA Online.'
type: Index
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/rockstar-games.png
tags:
- Gaming
- Entertainment
- Video Games
- Grand Theft Auto
- Red Dead Redemption
- Identity
- OAuth
url: https://raw.githubusercontent.com/api-evangelist/rockstar-games/refs/heads/main/apis.yml
created: '2026-05-23'
modified: '2026-07-25'
specificationVersion: '0.19'
apis:
- aid: rockstar-games:signin-oidc
  name: Rockstar Games Sign-In (OpenID Connect)
  description: Public OpenID Connect / OAuth 2.0 identity provider operated by Rockstar Games at signin.rockstargames.com.
    Backs authentication for the Rockstar Games website, Rockstar Games Launcher, Social Club, Rockstar Newswire, and first-party
    mobile apps. Supports the authorization_code, client_credentials, and refresh_token grant types and exposes /connect/authorize,
    /connect/Token, /connect/introspect, and a JSON Web Key Set at /.well-known/jwks. Appears to be implemented on an IdentityServer-style
    stack. Client registration is not open to third parties; only Rockstar-issued client IDs (e.g. the Launcher, Social Club,
    Newswire) are accepted.
  humanURL: https://signin.rockstargames.com/
  baseURL: https://signin.rockstargames.com
  tags:
  - Authentication
  - Identity
  - OAuth
  - OpenID Connect
  - Single Sign-On
  properties:
  - type: AuthorizationEndpoint
    url: https://signin.rockstargames.com/connect/authorize
  - type: TokenEndpoint
    url: https://signin.rockstargames.com/connect/Token
  - type: IntrospectionEndpoint
    url: https://signin.rockstargames.com/connect/introspect
  - type: JWKS
    url: https://signin.rockstargames.com/.well-known/jwks
  - url: graphql/rockstar-games-graphql.md
    type: GraphQL
- aid: rockstar-games:social-club
  name: Rockstar Games Social Club
  description: Rockstar's online authentication and player-services backbone originally launched in 2008 to back GTA IV and
    later every major Rockstar title. Provides player accounts, friends, Crews, multiplayer matchmaking, achievements/awards,
    job sharing, Snapmatic photos, and the GTA Online / Red Dead Online stat back-ends. Per Wikipedia, "Most branding relating
    to Social Club was removed from Rockstar's website by November 2023" — the service has been folded into the unified Rockstar
    Games account, though its internal HTTP APIs (commonly observed under scapi.rockstargames.com and prod.cloud.rockstargames.com)
    continue to power live-service titles. No public developer documentation or third-party client credentials are offered.
  humanURL: https://www.rockstargames.com/
  baseURL: https://scapi.rockstargames.com
  tags:
  - Social Club
  - Player Accounts
  - Crews
  - Multiplayer
  - Live Service
  properties:
  - type: Documentation
    url: https://www.rockstargames.com/
  - type: Authentication
    url: https://signin.rockstargames.com/
- aid: rockstar-games:launcher
  name: Rockstar Games Launcher
  description: Rockstar's first-party PC storefront and game launcher, distributing Grand Theft Auto V, Red Dead Redemption
    2, L.A. Noire, Bully, Max Payne 3, the GTA and Midnight Club catalog, and Rockstar-published indies. Handles install,
    patching, cloud saves, friends list, and entitlement checks against the Rockstar account. The Launcher consumes Rockstar's
    internal HTTP APIs and the signin.rockstargames.com OIDC provider; it is not itself an API product.
  humanURL: https://www.rockstargames.com/games/rockstar-games-launcher
  baseURL: https://prod.cloud.rockstargames.com
  tags:
  - Launcher
  - PC
  - Storefront
  - Entitlements
  properties:
  - type: Download
    url: https://www.rockstargames.com/games/rockstar-games-launcher
  - type: Authentication
    url: https://signin.rockstargames.com/
common:
- type: VulnerabilityDisclosure
  url: security/rockstar-games-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/rockstar-games-domain-security.yml
- type: Website
  url: https://www.rockstargames.com
- type: Newswire
  url: https://www.rockstargames.com/newswire
- type: Support
  url: https://support.rockstargames.com/
- type: Authentication
  url: https://signin.rockstargames.com/
- type: ParentCompany
  url: https://www.take2games.com/
- type: LinkedIn
  url: https://www.linkedin.com/company/rockstar-games
- type: GitHubOrganization
  url: https://github.com/rockstar-games
- type: TermsOfService
  url: https://www.rockstargames.com/legal
- type: PrivacyPolicy
  url: https://www.rockstargames.com/privacy
- type: ProductPage
  url: https://www.rockstargames.com/gta-online
- type: ProductPage
  url: https://www.rockstargames.com/reddeadonline
- type: ProductPage
  url: https://www.rockstargames.com/VI
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com