WordPress · Example Payload

Wordpress Block Example

CMSContent ManagementOpen SourceWordPress

Wordpress Block Example is an example object payload from WordPress, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idstatustypetitlecontent

Example Payload

Raw ↑
{
  "id": 15,
  "status": "publish",
  "type": "wp_block",
  "title": {
    "rendered": "Sample Title"
  },
  "content": {
    "rendered": "<p>Sample content.</p>",
    "protected": false
  }
}