PlusMargin WordPress REST API

The stock WordPress REST API exposed by PlusMargin's marketing site. The root discovery document at /wp-json self-identifies as "Plus Margin" (url https://plusmargin.com) and registers 237 routes across 11 namespaces — wp/v2 content routes plus plugin namespaces (yoast/v1, redirection/v1, contact-form-7/v1, wp-smush/v1, wp-block-editor/v1, wp-site-health/v1, wp-abilities/v1, oembed/1.0 and two site-specific namespaces). Core content collections — posts, pages, categories, tags, types, users, media, search — are readable with no credentials. This is WordPress core's API surface, not a product PlusMargin designed, documents, or supports; it is catalogued because it is the only callable machine-readable interface the company serves. Write operations and the Abilities API require WordPress Application Password credentials.

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: plusmargin:wordpress-rest-api
name: PlusMargin WordPress REST API
description: The stock WordPress REST API exposed by PlusMargin's marketing site. The root discovery document
  at /wp-json self-identifies as "Plus Margin" (url https://plusmargin.com) and registers 237 routes across
  11 namespaces — wp/v2 content routes plus plugin namespaces (yoast/v1, redirection/v1, contact-form-7/v1,
  wp-smush/v1, wp-block-editor/v1, wp-site-health/v1, wp-abilities/v1, oembed/1.0 and two site-specific
  namespaces). Core content collections — posts, pages, categories, tags, types, users, media, search
  — are readable with no credentials. This is WordPress core's API surface, not a product PlusMargin designed,
  documents, or supports; it is catalogued because it is the only callable machine-readable interface
  the company serves. Write operations and the Abilities API require WordPress Application Password credentials.
humanURL: https://developer.wordpress.org/rest-api/
baseURL: https://plusmargin.com/wp-json
tags:
- Content
- REST
- JSON
- WordPress
- CMS
properties:
- type: Documentation
  url: https://developer.wordpress.org/rest-api/
- type: APIReference
  url: https://developer.wordpress.org/rest-api/reference/
- type: Authentication
  url: authentication/plusmargin-authentication.yml
- type: Conventions
  url: conventions/plusmargin-conventions.yml
- type: ErrorCatalog
  url: errors/plusmargin-problem-types.yml
- type: RateLimits
  url: rate-limits/plusmargin-rate-limits.yml
x-discovery:
  root: https://plusmargin.com/wp-json
  status: 200
  advertised_by: 'Link: <https://plusmargin.com/wp-json/>; rel="https://api.w.org/"'
  routes: 237
  namespaces: 11
  checked: '2026-08-12'
x-note: Ownership verified per STEP 0c — the document is served from the company's own apex host and names
  itself "Plus Margin" with url https://plusmargin.com. No OpenAPI describes it; /openapi.json, /openapi.yaml
  and /swagger.json all 404 on this host.