22 lines
723 B
Markdown
22 lines
723 B
Markdown
---
|
|
title: InfluxDB HTTP API
|
|
description: >
|
|
The InfluxDB HTTP API provides a programmatic interface for interactions with InfluxDB.
|
|
Access the InfluxDB API using the `/api/v2/` endpoint or InfluxDB v1 endpoints.
|
|
menu:
|
|
influxdb_clustered:
|
|
parent: Reference
|
|
name: InfluxDB HTTP API
|
|
weight: 104
|
|
influxdb/clustered/tags: [api]
|
|
aliases:
|
|
- /influxdb/clustered/api/v1-compatibility/
|
|
---
|
|
|
|
The InfluxDB HTTP API provides a programmatic interface for interactions with InfluxDB.
|
|
|
|
## InfluxDB HTTP API reference
|
|
|
|
<a class="btn" href="/influxdb/clustered/api/">InfluxDB Clustered HTTP API reference</a>
|
|
|
|
The API reference describes requests and responses for `/api/v2/` endpoints and v1 `/query` and `/write` endpoints. |