WordPress · Example Payload

Wordpress Term Example

CMSContent ManagementOpen SourceWordPress

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

Top-level fields

idcountdescriptionlinknameslugtaxonomyparent

Example Payload

Raw ↑
{
  "id": 1,
  "count": 12,
  "description": "",
  "link": "https://example.com/category/uncategorized/",
  "name": "Uncategorized",
  "slug": "uncategorized",
  "taxonomy": "category",
  "parent": 0
}