Wyndham Business WordPress REST API

www.wyndhambusiness.com — the Wyndham Business corporate-travel program site — runs WordPress on WP Engine behind Cloudflare and leaves the standard WordPress REST API anonymously readable at /wp-json/. The live route-discovery document advertises 309 routes across 12 namespaces, and anonymous HTTP 200 was verified on posts (489 records), pages, media, categories, tags, users, types, taxonomies, statuses, comments, blocks and search. HTTP OPTIONS on each collection returns a JSON Schema, eleven of which are harvested into json-schema/. Page-number pagination with X-WP-Total / X-WP-TotalPages and RFC 8288 Link headers; errors use the WordPress {code,message,data.status} envelope rather than RFC 9457. This is incidental CMS infrastructure, not a Wyndham API product — Wyndham documents, supports and issues keys for nothing, and the surface carries no property, rate, availability, reservation, loyalty or folio data. Settings and the wp-abilities registry return 401.

Documentation

Schemas & Data

📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/wyndham-hotels/refs/heads/main/json-schema/wyndham-hotels-wp-v2-posts.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/wyndham-hotels/refs/heads/main/json-schema/wyndham-hotels-wp-v2-pages.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/wyndham-hotels/refs/heads/main/json-schema/wyndham-hotels-wp-v2-media.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/wyndham-hotels/refs/heads/main/json-schema/wyndham-hotels-wp-v2-categories.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/wyndham-hotels/refs/heads/main/json-schema/wyndham-hotels-wp-v2-tags.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/wyndham-hotels/refs/heads/main/json-schema/wyndham-hotels-wp-v2-users.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/wyndham-hotels/refs/heads/main/json-schema/wyndham-hotels-wp-v2-types.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/wyndham-hotels/refs/heads/main/json-schema/wyndham-hotels-wp-v2-taxonomies.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/wyndham-hotels/refs/heads/main/json-schema/wyndham-hotels-wp-v2-statuses.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/wyndham-hotels/refs/heads/main/json-schema/wyndham-hotels-wp-v2-comments.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/wyndham-hotels/refs/heads/main/json-schema/wyndham-hotels-wp-v2-search.json

Other Resources

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/wyndham-business-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: wyndham-hotels:wyndham-business-wordpress-rest-api
name: Wyndham Business WordPress REST API
description: www.wyndhambusiness.com — the Wyndham Business corporate-travel program site — runs WordPress
  on WP Engine behind Cloudflare and leaves the standard WordPress REST API anonymously readable at /wp-json/.
  The live route-discovery document advertises 309 routes across 12 namespaces, and anonymous HTTP 200
  was verified on posts (489 records), pages, media, categories, tags, users, types, taxonomies, statuses,
  comments, blocks and search. HTTP OPTIONS on each collection returns a JSON Schema, eleven of which
  are harvested into json-schema/. Page-number pagination with X-WP-Total / X-WP-TotalPages and RFC 8288
  Link headers; errors use the WordPress {code,message,data.status} envelope rather than RFC 9457. This
  is incidental CMS infrastructure, not a Wyndham API product — Wyndham documents, supports and issues
  keys for nothing, and the surface carries no property, rate, availability, reservation, loyalty or folio
  data. Settings and the wp-abilities registry return 401.
humanURL: https://www.wyndhambusiness.com/
baseURL: https://www.wyndhambusiness.com/wp-json/wp/v2
tags:
- Content
- WordPress
- REST
- JSON
- Business Travel
properties:
- type: Documentation
  url: https://developer.wordpress.org/rest-api/
- type: APIReference
  url: https://developer.wordpress.org/rest-api/reference/
- type: Discovery
  url: https://www.wyndhambusiness.com/wp-json/
- type: DiscoveryDocument
  url: discovery/wyndham-hotels-wyndhambusiness-wp-json-root.json
- type: JSONSchema
  url: json-schema/wyndham-hotels-wp-v2-posts.json
- type: JSONSchema
  url: json-schema/wyndham-hotels-wp-v2-pages.json
- type: JSONSchema
  url: json-schema/wyndham-hotels-wp-v2-media.json
- type: JSONSchema
  url: json-schema/wyndham-hotels-wp-v2-categories.json
- type: JSONSchema
  url: json-schema/wyndham-hotels-wp-v2-tags.json
- type: JSONSchema
  url: json-schema/wyndham-hotels-wp-v2-users.json
- type: JSONSchema
  url: json-schema/wyndham-hotels-wp-v2-types.json
- type: JSONSchema
  url: json-schema/wyndham-hotels-wp-v2-taxonomies.json
- type: JSONSchema
  url: json-schema/wyndham-hotels-wp-v2-statuses.json
- type: JSONSchema
  url: json-schema/wyndham-hotels-wp-v2-comments.json
- type: JSONSchema
  url: json-schema/wyndham-hotels-wp-v2-search.json
- type: Conventions
  url: conventions/wyndham-hotels-conventions.yml
- type: ErrorCatalog
  url: errors/wyndham-hotels-problem-types.yml
- type: DataModel
  url: data-model/wyndham-hotels-data-model.yml
- type: Authentication
  url: authentication/wyndham-hotels-authentication.yml