Bubble Data API
REST API exposing the Bubble app database. Supports search with constraints, cursor-based pagination, single-record CRUD, bulk create (up to 1,000 records), and metadata discovery. Authentication uses bearer tokens (admin tokens bypass privacy rules; user tokens enforce them). Endpoints are available on both live and `version-test` (development) environments.
Documentation
Documentation
https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api.md
APIReference
https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/data-api-endpoints.md
Authentication
https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/authentication.md
Quickstart
https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/data-api-requests.md
Specifications
Schemas & Data
JSONSchema
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/json-schema/bubble-data-thing-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/json-schema/bubble-data-search-response-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/bubble/refs/heads/main/json-schema/bubble-error-schema.json