Supabase API
Supabase 接口
Open-source Firebase alternative: PostgreSQL database, auth, realtime subscriptions, and storage API.
开源 Firebase 替代品:PostgreSQL 数据库、身份认证、实时订阅、存储 API。
Website
Documentation
Pricing
free tier (2 projects, 500 MB DB), paid plans
Authentication
- API Key (anon/service_role)
- OAuth
Popularity
76/100
Endpoints
https://[project].supabase.co/rest/v1/
https://[project].supabase.co/auth/v1/
SDKs
JavaScript/TypeScriptPythonDartGoSwiftKotlin
Key Features
- ◆Open-source Firebase alternative
- ◆PostgreSQL database with REST API
- ◆Built-in auth & Row Level Security
- ◆Realtime subscriptions
- ◆File storage
Code Examples
Query Data (REST)bash
curl "https://your-project.supabase.co/rest/v1/users" \
-H "apikey: $SUPABASE_ANON_KEY" \
-H "Authorization: Bearer $SUPABASE_ANON_KEY"Tags
databaseauthrealtimebackendpostgres
Last updated: 2026-07-28
Get Started with Supabase API
Click below to visit the official website and start using this API.
Visit Supabase API →