API Playground

Explore Tacobase's API with live demo data. Test queries, filters, sorting, and relations in real-time.

Loading demo collections...

Quick Guide

1. Select Collection

Choose a data collection to query from the dropdown.

2. Choose Method

Pick getList to fetch multiple records or getOne for a single record.

3. Add Filters

Use Tacobase filter syntax to query specific data.

4. Run Query

Click "Run Query" to see results and generated SDK code.

Filter Examples

Exact match:
status = "active"
Comparison:
views > 100
Contains text:
title ~ "guide"
Multiple conditions:
published = true && views > 100
View full filter reference

Ready to Build?

Create your own instance with full API access, authentication, file storage, and realtime updates.

Start for Free

Full Features

  • All CRUD operations (create, read, update, delete)
  • Email/password & OAuth authentication
  • Realtime subscriptions
  • File uploads & storage
  • TypeScript SDK with full type safety
  • React hooks & components