Get a WordPress page
get_pageFetch a WordPress page by ID to get its raw content, revealing the actual authoring syntax (e.g., shortcodes, block markup) to guide new content creation.
Instructions
Fetch a single page by ID via GET /wp-json/wp/v2/pages/?context=edit. Returns both content.rendered (compiled HTML/output) and content.raw (the actual stored source — e.g. real Fusion Builder shortcodes on an Avada site, or Gutenberg block markup) — use content.raw to learn a site's real authoring syntax before writing new content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The numeric WordPress page ID. |