WordPress · Example Payload

Wordpress Search Result Example

CMSContent ManagementOpen SourceWordPress

Wordpress Search Result 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

idtitleurltypesubtype

Example Payload

Raw ↑
{
  "id": 123,
  "title": "My First WordPress Post",
  "url": "https://example.com/2026/04/my-first-post/",
  "type": "post",
  "subtype": "post"
}