Turso · Rate Limits

Turso Rate Limits

Turso enforces monthly row-read, row-write, and storage quotas per plan tier rather than per-second rate limits; the HTTP API returns 429 on plan-level quota exhaustion, and individual database connections idle-timeout after 10 seconds with a 5-second transaction window.

Turso Rate Limits is the machine-readable rate-limit profile for Turso on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 11 rate-limit definitions, measuring bearer_token, idle_seconds, transaction_seconds, rows_read_per_month, and rows_written_per_month.

The profile also includes response codes documented for throttled.

Tagged areas include Rate Limiting, Database, and Edge Computing.

11 Limits Throttle: 429
Rate LimitingDatabaseEdge Computing

Limits

Platform API Authentication key
bearer_token · minute
-1
Bearer token required in Authorization header for all Platform API calls; plan-level quotas enforced rather than per-minute API rate limits.
HTTP Database API - Connection Idle Timeout user
idle_seconds · usage
10
Individual database connections are left open until 10 seconds of idle time, then closed automatically.
HTTP Database API - Transaction Window user
transaction_seconds · usage
5
Transactions must complete within 5 seconds or they are rolled back.
Free Plan - Monthly Rows Read org
rows_read_per_month · month
500000000
Free plan includes 500M rows read per month; overages charged at $1/billion rows.
Free Plan - Monthly Rows Written org
rows_written_per_month · month
10000000
Free plan includes 10M rows written per month; overages charged at $1/million rows.
Developer Plan - Monthly Rows Read org
rows_read_per_month · month
2500000000
Developer plan includes 2.5B rows read per month.
Developer Plan - Monthly Rows Written org
rows_written_per_month · month
25000000
Developer plan includes 25M rows written per month.
Scaler Plan - Monthly Rows Read org
rows_read_per_month · month
100000000000
Scaler plan includes 100B rows read per month; overages at $0.80/billion rows.
Scaler Plan - Monthly Rows Written org
rows_written_per_month · month
100000000
Scaler plan includes 100M rows written per month; overages at $0.80/million rows.
Pro Plan - Monthly Rows Read org
rows_read_per_month · month
250000000000
Pro plan includes 250B rows read per month; overages at $0.75/billion rows.
Pro Plan - Monthly Rows Written org
rows_written_per_month · month
250000000
Pro plan includes 250M rows written per month; overages at $0.75/million rows.

Sources