1.7 KiB
1.7 KiB
title | description | weight | menu | influxdb3/clustered/tags | prepend | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
InfluxDB v2 API client libraries | InfluxDB v2 client libraries use InfluxDB `/api/v2` endpoints and work with [InfluxDB 2.x API compatibility endpoints](/influxdb/v1/tools/api/#influxdb-2x-api-compatibility-endpoints). View the list of available client libraries. | 101 |
|
|
> [!WARNING] > ### Use InfluxDB 3 clients > > The `/api/v2/query` API endpoint and associated tooling, such as InfluxDB v2 client libraries and the `influx` CLI, **can't** query an {{% product-name omit=" Clustered" %}} cluster. > > [InfluxDB 3 client libraries](/influxdb3/{{% product-key %}}/client-libraries/v3/) are available that integrate with your code to write and query data stored in {{% product-name %}}. > > InfluxDB 3 supports many different tools for [**writing**](/influxdb3/clustered/write-data/) and [**querying**](/influxdb3/clustered/query-data/) data. > [**Compare tools you can use**](/influxdb3/clustered/get-started/#tools-to-use) to interact with {{% product-name %}}. |
Client libraries for InfluxDB 2.x and 1.8+
InfluxDB client libraries are language-specific tools that integrate with InfluxDB APIs.
InfluxDB v2 client libraries use InfluxDB /api/v2
endpoints and work with InfluxDB 2.x API compatibility endpoints.
Functionality varies among client libraries. InfluxDB client libraries are maintained by the InfluxDB community. For specifics about a client library, see the library's GitHub repository.
{{< children type="list" depth="999" >}}