docs-v2/content/influxdb/v2.6/reference/api/_index.md

1.5 KiB

title description menu weight influxdb/v2.6/tags aliases related
InfluxDB v2 API The InfluxDB v2 API provides a programmatic interface for interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint. influxdb_2_6_ref 3
api
/influxdb/v2.6/concepts/api/
/influxdb/v2.6/api-guide/

The InfluxDB v2 API provides a programmatic interface for interactions with InfluxDB. Access the InfluxDB API using the /api/v2/ endpoint.

{{% oss-only %}}

InfluxDB v2 API documentation

InfluxDB OSS {{< current-version >}} API documentation

View InfluxDB API documentation locally

InfluxDB API documentation is built into the influxd service and represents the API specific to the current version of InfluxDB. To view the API documentation locally, start InfluxDB and visit the /docs endpoint in a browser (localhost:8086/docs).

{{% /oss-only %}}

{{% cloud-only %}}

InfluxDB v2 API documentation

InfluxDB {{< current-version >}} API documentation

{{% /cloud-only %}}

InfluxDB v1 compatibility API documentation

The InfluxDB v2 API includes InfluxDB 1.x compatibility endpoints that work with InfluxDB 1.x client libraries and third-party integrations like Grafana and others.

View full v1 compatibility API documentation