# Redpanda HTTP Proxy API
OpenAPI file: https://docs.redpanda.com/api/doc/http-proxy.json

## Description
This is version `0.0.2` of this API documentation. Last update on Aug 19, 2025.
HTTP Proxy is an HTTP server that exposes operations you can perform directly on a Redpanda cluster. Use the Redpanda HTTP Proxy API to perform a subset of actions that are also available through the Kafka API, but using simpler REST operations.

See also:

- [Use Redpanda Cloud with the HTTP Proxy API](https://docs.redpanda.com/redpanda-cloud/develop/http-proxy/)
- [Use Redpanda Self-Managed with the HTTP Proxy API](https://docs.redpanda.com/current/develop/http-proxy/)


## Servers
- http://{{Host}}: http://{{Host}} ()




## Groups and operations

### [Brokers](https://docs.redpanda.com/api/doc/http-proxy/group/endpoint-brokers.md)
- [Get a list of brokers.](https://docs.redpanda.com/api/doc/http-proxy/operation/operation-get_brokers.md)
### [Consumers](https://docs.redpanda.com/api/doc/http-proxy/group/endpoint-consumers.md)
- [Create a consumer for the group.](https://docs.redpanda.com/api/doc/http-proxy/operation/operation-create_consumer.md)
- [Remove a consumer for the group.](https://docs.redpanda.com/api/doc/http-proxy/operation/operation-remove_consumer.md)
- [Get committed group offsets for given partitions.](https://docs.redpanda.com/api/doc/http-proxy/operation/operation-get_consumer_offsets.md)
- [Commit offsets for a consumer.](https://docs.redpanda.com/api/doc/http-proxy/operation/operation-post_consumer_offsets.md)
- [Fetch data for the consumer assignments.](https://docs.redpanda.com/api/doc/http-proxy/operation/operation-consumer_fetch.md)
- [Subscribe a consumer group to topics.](https://docs.redpanda.com/api/doc/http-proxy/operation/operation-subscribe_consumer.md)
### [Topics](https://docs.redpanda.com/api/doc/http-proxy/group/endpoint-topics.md)
- [Get a list of Kafka topics.](https://docs.redpanda.com/api/doc/http-proxy/operation/operation-get_topics_names.md)
- [Produce messages to a topic.](https://docs.redpanda.com/api/doc/http-proxy/operation/operation-post_topics_name.md)
- [Get records from a topic.](https://docs.redpanda.com/api/doc/http-proxy/operation/operation-get_topics_records.md)



[Powered by Bump.sh](https://bump.sh)
