# API Clients

# Libraries

The following client libraries are thin wrappers around Typesense's RESTful APIs and provide an idiomatic way to make Typesense API calls from your preferred language.

TIP

Typesense has a RESTful API so it can be used with any HTTP library in any programming language, even the ones not listed below. The client libraries are just thin wrappers around Typesense's HTTP API.

We have client libraries for:

We also have the following community-contributed client libraries:

We also have the following community-contributed framework integrations:


# Postman Collection

We have a community-maintained Postman Collection here: https://github.com/typesense/postman (opens new window).

Postman (opens new window) is an app that let's you perform HTTP requests by pointing and clicking, instead of having to type them out in the terminal. The Postman Collection above gives you template requests that you can import into Postman, to quickly make API calls to Typesense.

Last Updated: 12/10/2021, 11:58:18 PM