A rendered content object containing raw and rendered versions
Type: objectProperties: 2
CMSContent ManagementOpen-SourceWordPress
RenderedContent is a JSON Structure definition published by WordPress, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/wordpress/refs/heads/main/json-structure/wordpress-rendered-content-structure.json",
"name": "RenderedContent",
"description": "A rendered content object containing raw and rendered versions",
"type": "object",
"properties": {
"rendered": {
"type": "string",
"description": "The HTML rendered version of the content",
"example": "<p>Hello World</p>"
},
"protected": {
"type": "boolean",
"description": "Whether the content is protected with a password",
"example": false
}
}
}
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.