BBDO WordPress REST API
bbdo.com runs on WordPress (WP Engine, fronted by Cloudflare) and leaves the WordPress REST API open for anonymous reads. The route discovery document at https://bbdo.com/wp-json/ enumerates 10 namespaces and 200 routes, and two of the registered post types are BBDO's own editorial content models: `work`, the campaign case-study archive behind bbdo.com/work (46 published records), and `news`, the press archive behind bbdo.com/news (60 published records). Both are readable without credentials, paginate with page/per_page plus X-WP-Total and RFC 8288 Link headers, support sparse fieldsets via _fields and expansion via _embed, and return draft-04 JSON Schema documents from OPTIONS. Writes require a WordPress Application Password issued from BBDO's own admin; there is no self-service registration. This is the WordPress platform's contract as deployed at bbdo.com, not an API product BBDO designed, documents, prices, or supports — BBDO publishes no developer portal, OpenAPI, SDK, changelog, status page, or rate limits.