Json

{
  "id": "wp:123",
  "type": "article",
  "slug": "slug",
  "title": "Titel",
  "body": "<p>HTML</p>",
  "author": "user:1",
  "status": "published",
  "timestamps": {
    "created": "...",
    "modified": "..."
  },
  "taxonomies": {
    "category": ["ekologi"],
    "tag": ["hållbarhet"]
  },
  "attributes": {
    "acf_field": "value"
  }
}