Storyblok · Example Payload

Storyblok List Stories Example

CMSContent DeliveryContent ManagementHeadless CMSImage OptimizationREST APIVisual EditorWebhook

Storyblok List Stories Example is an example object payload from Storyblok, 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://api.storyblok.com/v2/cdn/stories?version=published&token=YOUR_TOKEN&per_page=10&page=1",
    "headers": {
      "Content-Type": "application/json"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json",
      "Total": "42",
      "Per-Page": "10"
    },
    "body": {
      "stories": [
        {
          "id": 107350,
          "uuid": "ac0d2ed0-e323-43ca-ae59-5cd7d38683cb",
          "name": "Home",
          "slug": "home",
          "full_slug": "home",
          "default_full_slug": null,
          "created_at": "2022-07-05T11:54:18.165Z",
          "published_at": "2022-07-06T08:33:25.284Z",
          "first_published_at": "2022-07-06T08:33:25.284Z",
          "release_id": null,
          "lang": "default",
          "content": {
            "_uid": "5aa14e5b-adee-4a6d-b7cf-3cd55ac3cf44",
            "component": "page",
            "headline": "Welcome to our site",
            "subheadline": "Built with Storyblok",
            "body": []
          },
          "position": -10,
          "tag_list": ["featured"],
          "is_startpage": true,
          "parent_id": 0,
          "meta_data": null,
          "group_id": "d1bc5b31-52a2-4e3e-b3cb-1b3d50f0dfd2",
          "translated_slugs": []
        }
      ],
      "cv": 1657095205,
      "rels": [],
      "links": []
    }
  }
}

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/storyblok-list-stories-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.