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
Similar APIs
Tavily Search API
★95AI-native search engine optimized for LLMs and AI agents. Real-time web data with structured results.
Notion API
★85Read, create, and update Notion pages and databases programmatically.
Clerk API
★74Complete user management and authentication. Drop-in UI components for React and Next.js.
Clerk Auth API
★72Complete user management and authentication for modern apps. Social login, MFA, session management, and organization support.
Something wrong or missing? Open an issue on GitHub →
Pricing Comparison
| API | Pricing | Auth | Popularity |
|---|---|---|---|
| GitHub REST API | free tier (5000 req/hr) + paid plans | Personal Access Token | 96 |
| GitHub REST & GraphQL API | free (5000 req/hr for authenticated), unlimited for public repos | Personal Access Token | 92 |
| LangChain Platform | free tier + developer plan $39/month | API Key | 91 |
| Bolt.new - AI Web App Builder | free tier, Starter $20/mo, Pro $100/mo (includes Bolt AI credits) | OAuth (GitHub/Google) | 90 |
Get Started with Supabase API
Click below to visit the official website and start using this API.
Visit Supabase API →Discussion
Questions, feedback, or suggestions? Start a discussion.
Discuss on GitHub