Yoast · Example Payload

Yoast Rest Get Post Seo Example

SEOWordPressContent OptimizationSchemaMetadataStructured DataHeadless CMSContent AnalysisAgent ReadinessPlugins

Yoast Rest Get Post Seo Example is an example object payload from Yoast, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://example.com/wp-json/wp/v2/posts/42",
    "headers": {}
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "id": 42,
      "date": "2026-01-15T10:00:00",
      "modified": "2026-04-01T14:30:00",
      "slug": "seo-tips",
      "status": "publish",
      "title": {
        "rendered": "10 Essential SEO Tips for 2026"
      },
      "content": {
        "rendered": "<p>Search engine optimization is critical for content visibility...</p>"
      },
      "excerpt": {
        "rendered": "<p>Boost your search rankings with these 10 actionable SEO tips for 2026.</p>"
      },
      "link": "https://example.com/blog/seo-tips/",
      "yoast_head": "<title>10 Essential SEO Tips for 2026 - Example Blog</title>\n<meta name=\"description\" content=\"Boost your search rankings with these 10 actionable SEO tips for 2026.\"/>",
      "yoast_head_json": {
        "title": "10 Essential SEO Tips for 2026 - Example Blog",
        "description": "Boost your search rankings with these 10 actionable SEO tips for 2026.",
        "canonical": "https://example.com/blog/seo-tips/",
        "robots": {
          "index": "index",
          "follow": "follow"
        },
        "og_type": "article",
        "og_title": "10 Essential SEO Tips for 2026",
        "twitter_card": "summary_large_image"
      }
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/yoast-rest-get-post-seo-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.