Skip to main content
ZangTable gives each project its own SQLite-backed data API: tables, columns, records, Project API Tokens, logs, and data exports around your API calls. The public API is designed for trusted server-side integrations using Project API Tokens.
Project API tokens are powerful project credentials. Keep pat_... (Project API Token) tokens on your backend/server only. Do not ship them in browser JavaScript, mobile apps, public repos, or client-side config.

Quickstart

Create a Project API Token, make your first request, and add records.

Authentication

Use pat_... Project API Tokens safely from your backend/server.

Records

List, create, update, and delete table rows.

API Reference

Browse the public integration endpoints by product area.

API Endpoint

https://api-zangtable.com

What you can build

  • CRUD backends for lightweight apps
  • Admin dashboards
  • Server-side forms and automations
  • Export tables, databases, schemas
  • Clear debuggable logs that trace the specific developer-defined operations end-to-end