---
title: InfluxDB HTTP API
description: Use the InfluxDB HTTP API to write and query data, and manage databases, tables, and tokens. InfluxDB Clustered provides separate Data API and Management API specifications.
url: https://docs.influxdata.com/influxdb3/clustered/api/
estimated_tokens: 284
product: InfluxDB Clustered
version: clustered
---

Use the InfluxDB Clustered HTTP API to write and query data, and manage databases, tables, and tokens. InfluxDB Clustered provides separate Data API and Management API specifications.

InfluxDB Clustered exposes two distinct HTTP APIs:

-   **Data API** — write time series data to databases and query data using SQL, InfluxQL, or v1/v2 compatibility endpoints.
-   **Management API** — create and manage databases, database tokens, tables, and cluster resources.

Each API has its own OpenAPI specification and download button. Use the links below to navigate to each API reference.

### [Data API](/influxdb3/clustered/api/data-api/)

Data API reference for InfluxDB Clustered.

### [Management API](/influxdb3/clustered/api/management-api/)

Management API reference for InfluxDB Clustered.
