QuestDB HTTP REST API

HTTP REST endpoints for SQL execution (/exec), CSV import (/imp), CSV export (/exp), health/metrics (/chk, /metrics) and runtime settings (/settings). Default port 9000.

API entry from apis.yml

apis.yml Raw ↑
aid: questdb:rest-http
name: QuestDB HTTP REST API
description: HTTP REST endpoints for SQL execution (/exec), CSV import (/imp), CSV export (/exp), health/metrics
  (/chk, /metrics) and runtime settings (/settings). Default port 9000.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://questdb.com/docs/reference/sql/overview/
baseURL: http://<host>:9000
tags:
- REST
- SQL
- CSV
- Health
- Metrics
properties:
- type: Documentation
  url: https://questdb.com/docs/
- type: APIReference
  url: https://questdb.com/docs/reference/api/rest/