{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Queries API", "version": "4.0.0" }, "items": [ { "info": { "name": "Queries", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare Query D1 Database", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/d1/database/:database_id/query", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "database_id", "value": "", "type": "path", "description": "The unique identifier of the D1 database." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Execute a SQL query against the D1 database. Returns results with metadata about the execution." }, { "info": { "name": "Cloudflare Raw Query D1 Database", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/d1/database/:database_id/raw", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "database_id", "value": "", "type": "path", "description": "The unique identifier of the D1 database." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Execute a raw SQL query optimized for performance. Returns results as arrays instead of objects." } ] } ], "bundled": true }