| Use the InfluxDB v3 HTTP query API |
Use SQL or InfluxQL and InfluxDB v3 HTTP query API |
Use the v3 query API |
Use SQL or InfluxQL and the InfluxDB v3 HTTP query API to query data in {{< product-name >}}.
|
301 |
| influxdb3_core |
| parent |
name |
| Execute queries |
Use the v3 query API |
|
|
| query |
| influxql |
| sql |
| python |
|
|
| /influxdb3/core/api-compatibility/v1/ |
|
```sh
curl --get http://{{< influxdb/host >}}/api/v3/query_sql \
--header "Authorization: Token AUTH_TOKEN" \
--data-urlencode "db=DATABASE_NAME" \
--data-urlencode "q=SELECT * FROM home"
```
|
/shared/influxdb3-query-guides/execute-queries/influxdb3-api.md |