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

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