Builder.io · Example Payload

Builder Io Get Content Example

Example response from GET /api/v3/content/page?apiKey=YOUR_KEY&url=/home&limit=1

Headless CMSVisual DevelopmentContent DeliveryA/B TestingGraphQLRESTPersonalizationPage Building

Builder Io Get Content Example is an example object payload from Builder.io, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionrequestresponse

Example Payload

Raw ↑
{
  "description": "Example response from GET /api/v3/content/page?apiKey=YOUR_KEY&url=/home&limit=1",
  "request": {
    "method": "GET",
    "url": "https://cdn.builder.io/api/v3/content/page",
    "queryParameters": {
      "apiKey": "YOUR_PUBLIC_API_KEY",
      "url": "/home",
      "limit": 1,
      "enrich": false
    }
  },
  "response": {
    "status": 200,
    "body": {
      "results": [
        {
          "@version": 2,
          "id": "abc123def456abc123def456abc12345",
          "name": "Home Page",
          "published": "published",
          "modelId": "page",
          "priority": 0,
          "firstPublished": 1700000000000,
          "lastUpdated": 1717000000000,
          "data": {
            "title": "Welcome to Our Site",
            "description": "The home page of our website built with Builder.io.",
            "url": "/home",
            "blocks": [
              {
                "@type": "@builder.io/sdk:Element",
                "@version": 2,
                "id": "elem-001",
                "tagName": "div",
                "layerName": "Hero Section",
                "responsiveStyles": {
                  "large": {
                    "display": "flex",
                    "flexDirection": "column",
                    "alignItems": "center",
                    "paddingTop": "80px",
                    "paddingBottom": "80px"
                  },
                  "medium": {
                    "paddingTop": "40px",
                    "paddingBottom": "40px"
                  }
                },
                "children": [
                  {
                    "@type": "@builder.io/sdk:Element",
                    "@version": 2,
                    "id": "elem-002",
                    "component": {
                      "name": "Text",
                      "options": {
                        "text": "<h1>Build Faster with Builder.io</h1>"
                      }
                    },
                    "responsiveStyles": {
                      "large": {
                        "fontSize": "48px",
                        "fontWeight": "700",
                        "textAlign": "center"
                      }
                    }
                  },
                  {
                    "@type": "@builder.io/sdk:Element",
                    "@version": 2,
                    "id": "elem-003",
                    "component": {
                      "name": "Button",
                      "options": {
                        "text": "Get Started",
                        "link": "/signup",
                        "openLinkInNewTab": false
                      }
                    }
                  }
                ]
              }
            ]
          },
          "variations": {
            "variant-001": {
              "id": "variant-001",
              "name": "B - New Headline",
              "testRatio": 0.5,
              "data": {
                "title": "Ship Pages Without Devs",
                "blocks": []
              }
            }
          },
          "testVariationId": "variant-001",
          "testVariationName": "B - New Headline"
        }
      ]
    }
  }
}

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/builder-io-get-content-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.