Artificial Intelligence at Otago — WordPress REST API
The University's AI guidance site runs on WordPress that Otago self-hosts on its own domain behind Cloudflare, and it exposes the full WordPress REST API without credentials. Confirmed live 2026-08-30: /wp-json/ returns a 200,783-byte discovery document naming the site "Artificial Intelligence at the University of Otago", declaring six namespaces — oembed/1.0, wordfence/v1, wp/v2, wp-site-health/v1, wp-block-editor/v1, wp-abilities/v1 — and 144 routes, 111 of them under wp/v2, with an EMPTY "authentication" array. /wp-json/wp/v2/pages returns page objects anonymously, and /feed/ serves RSS. This is the only machine-readable surface in this repo that is on Otago's domain, operated by Otago, and callable without a credential. WordPress is open-source software Otago deploys rather than a service it subscribes to, so the host and the operation are both Otago's — but the CONTRACT is the WordPress project's and is shipped identically by millions of sites, so no Otago-specific OpenAPI is published for it and none is generated here. What is stored is the live route table as probed.