blob: fe5bfc11fda1eee7809fecff72ab0d1069ac2213 [file] [view]
---
id: reference-rest-api-overview
title: Pulsar REST APIs
sidebar_label: "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](https://pulsar.apache.org/admin-rest-api/?version=@pulsar:version_number@) | REST APIs for administrative operations.|
| [Functions](https://pulsar.apache.org/functions-rest-api/?version=@pulsar:version_number@) | REST APIs for function-specific operations.|
| [Sources](https://pulsar.apache.org/source-rest-api/?version=@pulsar:version_number@) | REST APIs for source-specific operations.|
| [Sinks](https://pulsar.apache.org/sink-rest-api/?version=@pulsar:version_number@) | REST APIs for sink-specific operations.|
| [Packages](https://pulsar.apache.org/packages-rest-api/?version=@pulsar:version_number@) | REST APIs for package-specific operations. A package can be a group of functions, sources, and sinks.|