Wahi WordPress REST API

The stock WordPress REST API served by Wahi's marketing and Learning Centre CMS at https://wahi.com/wp-json/. It is publicly reachable and self-describing: an anonymous GET on the root returns a 319KB JSON discovery document declaring 14 namespaces and 223 routes (wp/v2 content routes plus oembed/1.0, contact-form-7/v1, rankmath/v1, divi/v1, divi-pixel/v1, custom-permalinks/v1, wp-block-editor/v1, wp-smush/v1 and wp-site-health/v1 plugin routes), and an anonymous GET on /wp-json/wp/v2/posts returns published Learning Centre content as JSON. This is CMS infrastructure that Wahi neither documents nor offers as a product — it carries no Wahi developer documentation, no key issuance, no terms of API use and no real estate listing, valuation or transaction capability. It is recorded here because it is the only genuinely public, machine-readable API surface confirmed on a Wahi host. Write operations advertise WordPress application passwords, which are issued only through wp-admin to authenticated CMS users.

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/wahi-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: wahi:wahi-wordpress-rest-api
name: Wahi WordPress REST API
description: 'The stock WordPress REST API served by Wahi''s marketing and Learning Centre CMS at https://wahi.com/wp-json/.
  It is publicly reachable and self-describing: an anonymous GET on the root returns a 319KB JSON discovery
  document declaring 14 namespaces and 223 routes (wp/v2 content routes plus oembed/1.0, contact-form-7/v1,
  rankmath/v1, divi/v1, divi-pixel/v1, custom-permalinks/v1, wp-block-editor/v1, wp-smush/v1 and wp-site-health/v1
  plugin routes), and an anonymous GET on /wp-json/wp/v2/posts returns published Learning Centre content
  as JSON. This is CMS infrastructure that Wahi neither documents nor offers as a product — it carries
  no Wahi developer documentation, no key issuance, no terms of API use and no real estate listing, valuation
  or transaction capability. It is recorded here because it is the only genuinely public, machine-readable
  API surface confirmed on a Wahi host. Write operations advertise WordPress application passwords, which
  are issued only through wp-admin to authenticated CMS users.'
humanURL: https://developer.wordpress.org/rest-api/
baseURL: https://wahi.com/wp-json
tags:
- WordPress
- Content
- CMS
- REST
properties:
- type: Discovery
  url: openapi/wahi-wp-json-discovery.json
- type: Documentation
  url: https://developer.wordpress.org/rest-api/