Spiber Content API (WordPress REST)

The read-only WordPress REST API that backs spiber.inc. The service names itself "Spiber API" in its own discovery document and is referenced from spiber.inc/robots.txt as the origin of the site sitemap. It exposes the standard wp/v2 content namespace (posts, pages, media, taxonomies, types) plus a small custom/v1 namespace the site uses for menus and news listings. It is corporate-website infrastructure, not a published developer product: Spiber advertises no developer program, publishes no reference documentation for it, and marks every response x-robots-tag noindex. Anonymous GET access to the content routes is confirmed live; write, admin, migration, and jwt-auth routes are permission-gated.

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/spiber-content-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 email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: spiber-content-api
name: Spiber Content API (WordPress REST)
description: 'The read-only WordPress REST API that backs spiber.inc. The service names itself "Spiber
  API" in its own discovery document and is referenced from spiber.inc/robots.txt as the origin of the
  site sitemap. It exposes the standard wp/v2 content namespace (posts, pages, media, taxonomies, types)
  plus a small custom/v1 namespace the site uses for menus and news listings. It is corporate-website
  infrastructure, not a published developer product: Spiber advertises no developer program, publishes
  no reference documentation for it, and marks every response x-robots-tag noindex. Anonymous GET access
  to the content routes is confirmed live; write, admin, migration, and jwt-auth routes are permission-gated.'
humanURL: https://spiber.inc/en
baseURL: https://spiber.xsrv.jp/api/wp-json
tags:
- Content
- CMS
- WordPress
properties:
- type: Authentication
  url: authentication/spiber-authentication.yml
- type: Conventions
  url: conventions/spiber-conventions.yml
- type: ErrorCatalog
  url: errors/spiber-problem-types.yml
- type: DataModel
  url: data-model/spiber-data-model.yml
- type: RateLimits
  url: rate-limits/spiber-rate-limits.yml
- type: MCPServer
  url: mcp/spiber-mcp.yml