# API How-Tos

## Quick Links

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Create a Kafka Cluster</strong></mark></td><td>Learn to create a Kafka cluster</td><td><a href="api-howtos/create-kafka">create-kafka</a></td></tr><tr><td><mark style="color:blue;"><strong>Retrieve a Kafka Cluster</strong></mark></td><td>Learn to retrieve a Kafka cluster</td><td><a href="api-howtos/fetch-a-kafka">fetch-a-kafka</a></td></tr><tr><td><mark style="color:blue;"><strong>List all Kafka Clusters</strong></mark></td><td>Learn to get a list of all your Kafka clusters</td><td><a href="api-howtos/fetch-all-kafka">fetch-all-kafka</a></td></tr><tr><td><mark style="color:blue;"><strong>Delete a Kafka Cluster</strong></mark></td><td>Learn to delete a Kafka cluster</td><td><a href="api-howtos/delete-kafka">delete-kafka</a></td></tr><tr><td><mark style="color:blue;"><strong>Create a Kafka Topic</strong></mark></td><td>Learn to create new topics in your cluster</td><td><a href="api-howtos/create-topic">create-topic</a></td></tr><tr><td><mark style="color:blue;"><strong>List all Kafka Topics</strong></mark></td><td>Get a list of all topics in the cluster</td><td><a href="api-howtos/fetch-all-topics">fetch-all-topics</a></td></tr><tr><td><mark style="color:blue;"><strong>Retrieve a Kafka Topic</strong></mark></td><td>Get detailed information about a specific topic</td><td><a href="api-howtos/fetch-topic">fetch-topic</a></td></tr><tr><td><mark style="color:blue;"><strong>Delete a Kafka Topic</strong></mark></td><td>Learn to delete a Kafka topic</td><td><a href="api-howtos/delete-topic">delete-topic</a></td></tr><tr><td><mark style="color:blue;"><strong>List all Kafka Users</strong></mark></td><td>Get a list of the users in the cluster</td><td><a href="api-howtos/fetch-all-users">fetch-all-users</a></td></tr><tr><td><mark style="color:blue;"><strong>Retrieve Kafka Cluster User Credentials</strong></mark></td><td>Learn to fetch credentials for your Kafka cluster</td><td><a href="api-howtos/fetch-access">fetch-access</a></td></tr><tr><td><mark style="color:blue;"><strong>Configure Access to Kafka Cluster</strong></mark></td><td>Learn to configure access to your Kafka cluster</td><td><a href="api-howtos/configure-access">configure-access</a></td></tr></tbody></table>

## Endpoints

* Frankfurt, Germany: `https://kafka.de-fra.ionos.com`
* Berlin, Germany: `https://kafka.de-txl.ionos.com`
* London, Great Britain: `https://kafka.gb-lhr.ionos.com`
* Worcester, Great Britain: `https://kafka.gb-bhx.ionos.com`
* Paris, France: `https://kafka.fr-par.ionos.com`
* Logroño, Spain: `https://kafka.es-vit.ionos.com`
* Lenexa, United States: `https://kafka.us-mci.ionos.com`
* Newark, United States: `https://kafka.us-ewr.ionos.com`
* Las Vegas, United States: `https://kafka.us-las.ionos.com`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/cloud/data-analytics/kafka/api-howtos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
