# Datasette API **Provider:** Datasette **Category:** storage **Base URL:** `http://datasette.local` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://datasette.local ## Description Execute SQL queries against a Datasette database and return the results as JSON ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://datasette.local/content.json` | Execute a SQLite SQL query against the content database | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'http://datasette.local/content.json' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/datasette/) — CC BY 4.0*