blob: f6551281360f8ebf5aca0184fe5126f09c9245b0 [file] [view]
---
id: reference-rest-api-overview
title: Pulsar REST APIs
sidebar_label: "REST APIs"
description: Get a comprehensive understanding of Pulsar REST APIs.
---
A REST API (also known as RESTful API, REpresentational State Transfer Application Programming Interface) is a set of definitions and protocols for building and integrating application software, using HTTP requests to GET, PUT, POST, and DELETE data following the REST standards. In essence, REST API is a set of remote calls using standard methods to request and return data in a specific format between two systems.
Pulsar provides a variety of REST APIs that enable you to interact with Pulsar to retrieve information or perform an action.
| REST API category | Description |
| --- | --- |
| [Admin](/admin-rest-api/?version=@pulsar:version_number@) | REST APIs for administrative operations.|
| [Functions](/functions-rest-api/?version=@pulsar:version_number@) | REST APIs for function-specific operations.|
| [Sources](/source-rest-api/?version=@pulsar:version_number@) | REST APIs for source-specific operations.|
| [Sinks](/sink-rest-api/?version=@pulsar:version_number@) | REST APIs for sink-specific operations.|
| [Packages](/packages-rest-api/?version=@pulsar:version_number@) | REST APIs for package-specific operations. A package can be a group of functions, sources, and sinks.|
| [Transactions](/transactions-rest-api/?version=@pulsar:version_number@) | REST APIs for transaction-specific operations.|
| [Lookup](/lookup-rest-api/?version=@pulsar:version_number@) | REST APIs for lookup-specific operations, such as getting the owner broker of a topic, getting the namespace bundle that a topic belongs to, and so on.|