FAU Web Platform WordPress REST API

FAU's central web platform is a WordPress estate run by the RRZE Webteam, and its REST API is partly open to anonymous callers. Verified live on 2026-08-30: https://www.fau.de/wp-json/wp/v2/posts returns real post JSON, and https://ub.fau.de/wp-json/ returns the complete route index for the University Library site — 364 routes across 20 namespaces, including the RRZE Webteam's own plugin namespaces rrze-elements-blocks/v1 and rrze-video/v1, whose source lives in the public github.com/RRZE-Webteam organisation. The /wp-json/ index and the wp/v2/search route are deliberately restricted on the main sites ("Die Unterstützung der REST-API ist eingeschränkt", HTTP 403), so this is a partly-closed deployment rather than an open content API programme. The contract is WordPress core's; what is FAU's is the deployment, the decision to leave the content collections readable, and the RRZE-authored namespaces. Also present and NOT open: ub.fau.de exposes wp-abilities/v1 and an mcp namespace with three MCP servers registered by plugins, every route of which returns HTTP 401 rest_forbidden to an anonymous caller. It is recorded here so a later pass does not mistake it for a public MCP surface.

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"
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: friedrich-alexander-universitat-erlangen-nurnberg:wordpress-rest
name: FAU Web Platform WordPress REST API
x-operator: institution
description: 'FAU''s central web platform is a WordPress estate run by the RRZE Webteam, and its REST
  API is partly open to anonymous callers. Verified live on 2026-08-30: https://www.fau.de/wp-json/wp/v2/posts
  returns real post JSON, and https://ub.fau.de/wp-json/ returns the complete route index for the University
  Library site — 364 routes across 20 namespaces, including the RRZE Webteam''s own plugin namespaces
  rrze-elements-blocks/v1 and rrze-video/v1, whose source lives in the public github.com/RRZE-Webteam
  organisation. The /wp-json/ index and the wp/v2/search route are deliberately restricted on the main
  sites ("Die Unterstützung der REST-API ist eingeschränkt", HTTP 403), so this is a partly-closed deployment
  rather than an open content API programme. The contract is WordPress core''s; what is FAU''s is the
  deployment, the decision to leave the content collections readable, and the RRZE-authored namespaces.
  Also present and NOT open: ub.fau.de exposes wp-abilities/v1 and an mcp namespace with three MCP servers
  registered by plugins, every route of which returns HTTP 401 rest_forbidden to an anonymous caller.
  It is recorded here so a later pass does not mistake it for a public MCP surface.'
humanURL: https://www.rrze.fau.de/
baseURL: https://www.fau.de/wp-json/wp/v2/posts
tags:
- Content
- WordPress
- REST
- Web Platform
properties:
- type: Documentation
  url: https://www.rrze.fau.de/
- type: SourceCode
  url: https://github.com/RRZE-Webteam