D

Datasette API

by Datasette Free tier

Execute SQL queries against a Datasette database and return the results as JSON

storagedatasette

Quick Reference

Base URL http://datasette.local Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation http://datasette.local Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score D 18% builder-friendly
Pricing
28
Latency
0
Depth
24

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
GET /content.json Execute a SQLite SQL query against the content database

Sample Request

curl -X GET 'http://datasette.local/content.json' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Datasette documentation.