---
title: Use InfluxDB client libraries
description: InfluxDB client libraries are language-specific tools that integrate with the InfluxDB v2 API. View the list of available client libraries.
url: https://docs.influxdata.com/influxdb/v2/api-guide/client-libraries/
estimated_tokens: 447
product: InfluxDB OSS v2
version: v2
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb/v2/api-guide/client-libraries/
date: '2025-04-02T15:54:32-06:00'
lastmod: '2025-04-02T15:54:32-06:00'
---

This page documents an earlier version of InfluxDB OSS.[InfluxDB 3 Core](/influxdb3/core/) is the latest stable version.

#### API token hashing is enabled by default in InfluxDB OSS 2.9.0

Stronger token security: tokens are stored as hashes on disk, so a
copy of the database file doesn’t expose usable tokens. Existing
tokens are hashed on first startup and the original strings can’t
be recovered afterward — **capture any plaintext tokens you still
need before you upgrade**.

For more information, see [Token hashing](/influxdb/v2/admin/tokens/#token-hashing).

InfluxDB client libraries are language-specific packages that integrate with the InfluxDB v2 API.
The following **InfluxDB v2** client libraries are available:

* [Arduino](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino) *– contributed by [tobiasschuerg](https://github.com/tobiasschuerg)*
* [C#](https://github.com/influxdata/influxdb-client-csharp)
* [Dart](https://github.com/influxdata/influxdb-client-dart)
* [Go](/influxdb/v2/api-guide/client-libraries/go/)
* [Java](https://github.com/influxdata/influxdb-client-java)
* [JavaScript for browsers](/influxdb/v2/api-guide/client-libraries/browserjs/)
* [Kotlin](https://github.com/influxdata/influxdb-client-java/tree/master/client-kotlin)
* [Node.js](/influxdb/v2/api-guide/client-libraries/nodejs/)
* [PHP](https://github.com/influxdata/influxdb-client-php)
* [Python](/influxdb/v2/api-guide/client-libraries/python/)
* [R](https://github.com/influxdata/influxdb-client-r)
* [Ruby](https://github.com/influxdata/influxdb-client-ruby)
* [Scala](https://github.com/influxdata/influxdb-client-java/tree/master/client-scala)
* [Swift](https://github.com/influxdata/influxdb-client-swift)

[client libraries](/influxdb/v2/tags/client-libraries/)
