ToolKiti
Home/开发工具/Supabase API

Supabase API

Supabase 接口

Open-source Firebase alternative: PostgreSQL database, auth, realtime subscriptions, and storage API.

开源 Firebase 替代品:PostgreSQL 数据库、身份认证、实时订阅、存储 API。

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

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

Compare Supabase API with other APIs

Similar APIs

Something wrong or missing? Open an issue on GitHub →

Pricing Comparison

APIPricingAuthPopularity
GitHub REST APIfree tier (5000 req/hr) + paid plansPersonal Access Token
96
GitHub REST & GraphQL APIfree (5000 req/hr for authenticated), unlimited for public reposPersonal Access Token
92
LangChain Platformfree tier + developer plan $39/monthAPI Key
91
Bolt.new - AI Web App Builderfree 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