Cloudflare D1 · Example Payload

D1 List Databases

DatabaseSQLiteServerlessEdge ComputingSQLCloudflareWorkers

D1 List Databases is an example object payload from Cloudflare D1, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdrequestresponse

Example Payload

Raw ↑
{
  "summary": "List all D1 databases for an account",
  "operationId": "d1-list-databases",
  "request": {
    "method": "GET",
    "url": "https://api.cloudflare.com/client/v4/accounts/{account_id}/d1/database",
    "headers": {
      "Authorization": "Bearer <api_token>"
    },
    "queryParams": {
      "name": "my-",
      "per_page": 10,
      "page": 1
    }
  },
  "response": {
    "status": 200,
    "body": {
      "success": true,
      "errors": [],
      "messages": [],
      "result": [
        {
          "uuid": "7b162190-cb3e-4d7b-a862-9f5a69e36a62",
          "name": "my-production-db",
          "version": "production",
          "num_tables": 5,
          "file_size": 204800,
          "created_at": "2026-03-01T00:00:00Z"
        },
        {
          "uuid": "a4e9b301-1cd2-4f3e-b1a0-8f2d3e9c7b14",
          "name": "my-staging-db",
          "version": "production",
          "num_tables": 5,
          "file_size": 98304,
          "created_at": "2026-04-10T00:00:00Z"
        }
      ]
    }
  }
}

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/d1-list-databases"
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.