# Take-Two Interactive Software > Take-Two Interactive Software, Inc. (NASDAQ: TTWO) is a US interactive-entertainment holding > company that develops and publishes video games through its labels Rockstar Games, 2K, Zynga > and Ghost Story Games. It is a Fortune 1000 corporation headquartered in New York City. > Take-Two publishes NO public developer program, NO developer portal, and NO machine-readable > API contract of any kind. This file is generated by API Evangelist from the catalog record and > from live probes; it is not published by Take-Two Interactive. ## API surface — what actually exists - Take-Two runs real, live API hosts, but none is documented and none serves a contract. - `https://api.take2games.com` — the base URL on record. Resolves to a Google Cloud load balancer; returns a bare `403 Forbidden` on every path probed, root included. - `https://api.t2gp.take2games.com` — the T2GP (Take-Two Game Platform) API, the backend behind the Rockstar/2K launcher and Take-Two account system. CNAMEs to `api.t2gp.io`. Live — `/health` returns `200 OK` — but every other probed path returns a plain-text `404`. - No OpenAPI, Swagger, GraphQL SDL, AsyncAPI, WSDL or Protobuf contract is published anywhere. Probed on every known host: `/openapi.json`, `/openapi.yaml`, `/swagger.json`, `/v1/openapi.json`, `/api-docs`, `/docs`, `/redoc`, `/graphql`, `?wsdl`. - No MCP server and no A2A agent card. `/.well-known/agent-card.json` and `/.well-known/agent.json` were probed on 7 hosts and returned zero documents. - No `/.well-known/` discovery document of any kind: 56 probes across 7 hosts x 8 named paths returned zero 200s carrying a real document. See `well-known/take-two-interactive-well-known.yml`. - No first-party SDK or client library on npm, PyPI, RubyGems, crates.io, NuGet, Maven Central or pkg.go.dev. ## The wall - `developer.take2games.com` does not resolve (NXDOMAIN). Any reference to a Take-Two developer portal at that host is stale. - `docs.take2games.com` and `dev.take2games.com` do resolve, and answer **every** path with a `302` to `https://fusionauth-vouch-proxy.t2gp.take2games.com/login` — a Vouch Proxy in front of a FusionAuth identity provider. The developer surface exists; it is behind partner/employee SSO. - `status.take2games.com` is a dangling CNAME to a decommissioned Atlassian Statuspage. The TLS certificate is `*.statuspage.io` and does not cover the hostname; requests that ignore validation land on Atlassian's marketing page. Nothing here reports Take-Two availability. ## Company - Website: https://www.take2games.com - Labels: https://www.take2games.com/labels/ - Investor relations (source of the news feed we archive): https://www.take2games.com/ir - Press releases (RSS): https://ir.take2games.com/rss/news-releases.xml - Careers: https://careers.take2games.com/ - Support (consumer, routes to each label): https://www.take2games.com/support - Legal / Terms of Service: https://www.take2games.com/legal - Privacy Policy: https://www.take2games.com/privacy - Community Standards: https://www.take2games.com/community-standards - GitHub (archive org, "Take-Two Interactive"): https://github.com/take-two-archive - GitHub (archive org, "T2GP", 4 archived forks of third-party tooling): https://github.com/take-two-t2gp-archive - LinkedIn: https://www.linkedin.com/company/take-2-interactive-software-inc- ## Label support surfaces (separate companies in this catalog) - Rockstar Games: https://support.rockstargames.com/ - 2K: https://support.2k.com/hc/en-us - Zynga: https://www.zynga.com/support/ - Ghost Story Games: https://www.ghoststorygames.com/contact/ ## Artifacts in this record - well-known/take-two-interactive-well-known.yml — 56-probe absence record - lifecycle/take-two-interactive-lifecycle.yml — no versioning/deprecation/SLA; dangling status page - security/take-two-interactive-domain-security.yml — TLS/HSTS/SPF/DMARC probe - plans/take-two-interactive-plans-pricing.yml — no published API plans - rate-limits/take-two-interactive-rate-limits.yml — no published rate limits - finops/take-two-interactive-finops.yml — no billing telemetry - blogs/ — archived Take-Two investor-relations press releases ## For agents There is nothing here to call. Take-Two Interactive is a publisher and holding company, not an API provider. Do not synthesize endpoints, parameters or authentication for `api.take2games.com` or `api.t2gp.take2games.com` — no contract describes them and no public credential path exists.