Cloud9 WordPress REST API

cloud9.gg runs on WordPress (WP Cloud / Automattic Atomic hosting) and serves the standard WordPress REST API anonymously at https://cloud9.gg/wp-json/. The discovery index enumerates 277 routes across 14 namespaces; the wp/v2 namespace alone carries 118 routes. Read access requires no credentials and no key. Alongside the core content types (89 posts, 17 pages, 1,175 media items, 19 categories, 3 users, a 769-item search index) the site registers four Cloud9-specific custom post types that make the roster and record queryable: players (47), teams (45), achievement (564) and case-study (7). Responses carry X-WP-Total and X-WP-TotalPages pagination headers and RFC 8288 Link headers, and every collection publishes a real JSON Schema over HTTP OPTIONS. Write operations are advertised on the same routes but require WordPress authentication (application passwords), so the public surface is read-only.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/wordpress-rest-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: cloud9:wordpress-rest-api
name: Cloud9 WordPress REST API
description: 'cloud9.gg runs on WordPress (WP Cloud / Automattic Atomic hosting) and serves the standard
  WordPress REST API anonymously at https://cloud9.gg/wp-json/. The discovery index enumerates 277 routes
  across 14 namespaces; the wp/v2 namespace alone carries 118 routes. Read access requires no credentials
  and no key. Alongside the core content types (89 posts, 17 pages, 1,175 media items, 19 categories,
  3 users, a 769-item search index) the site registers four Cloud9-specific custom post types that make
  the roster and record queryable: players (47), teams (45), achievement (564) and case-study (7). Responses
  carry X-WP-Total and X-WP-TotalPages pagination headers and RFC 8288 Link headers, and every collection
  publishes a real JSON Schema over HTTP OPTIONS. Write operations are advertised on the same routes but
  require WordPress authentication (application passwords), so the public surface is read-only.'
humanURL: https://developer.wordpress.org/rest-api/
baseURL: https://cloud9.gg/wp-json/wp/v2
tags:
- Content
- REST
- JSON
- WordPress
- Esports
properties:
- type: JSONSchema
  url: json-schema/cloud9-wp-rest-schemas.json
- type: DataModel
  url: data-model/cloud9-data-model.yml
- type: Conventions
  url: conventions/cloud9-conventions.yml
- type: ErrorCatalog
  url: errors/cloud9-problem-types.yml
- type: Authentication
  url: authentication/cloud9-authentication.yml
- type: AgentSkill
  url: skills/cloud9-read-roster-and-news.md
x-evidence:
  discovery_url: https://cloud9.gg/wp-json/
  http_status: 200
  fetched: '2026-08-09'
  routes: 277
  namespaces: 14
  anonymous_read: true
  platform_docs: https://developer.wordpress.org/rest-api/
  note: 'This is the WordPress platform REST API as deployed on the Cloud9 site, not a bespoke Cloud9
    developer API. Cloud9 publishes no OpenAPI and no developer documentation for it; the contract recorded
    here was read from the live discovery index and from HTTP OPTIONS schema responses on each collection.
    No Documentation or APIReference pointer is emitted for this API: the only reference that describes
    it is WordPress''s own upstream documentation, which Cloud9 neither authored nor links to, and crediting
    Cloud9 with it would overstate what this company publishes.'