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.

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: bbdo:wordpress-rest-api
name: BBDO WordPress REST API
description: '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.'
humanURL: https://developer.wordpress.org/rest-api/
baseURL: https://bbdo.com/wp-json/wp/v2
tags:
- Content
- JSON
- REST
- WordPress
- Advertising
properties:
- type: Documentation
  url: https://developer.wordpress.org/rest-api/
  name: WordPress REST API Handbook (platform documentation; BBDO publishes none)
- type: Discovery
  url: https://bbdo.com/wp-json/
  name: WordPress REST API route discovery document
- type: JSONSchema
  url: json-schema/_index.yml
- type: Authentication
  url: authentication/bbdo-authentication.yml
- type: Conventions
  url: conventions/bbdo-conventions.yml
- type: ErrorCatalog
  url: errors/bbdo-problem-types.yml
- type: DataModel
  url: data-model/bbdo-data-model.yml
- type: RateLimits
  url: rate-limits/bbdo-rate-limits.yml