WordPress · Example Payload

Wordpress Comment Example

CMSContent ManagementOpen SourceWordPress

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

Top-level fields

idpostparentauthorauthor_nameauthor_emaildatecontentstatustype

Example Payload

Raw ↑
{
  "id": 1,
  "post": 123,
  "parent": 0,
  "author": 0,
  "author_name": "John Doe",
  "author_email": "john@example.com",
  "date": "2026-04-16T08:00:00",
  "content": {
    "rendered": "<p>Sample content.</p>",
    "protected": false
  },
  "status": "approved",
  "type": "comment"
}