# 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-maintained client libraries:

# 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.

# Framework Integrations

We also have the following framework integrations:

# Utilities

We also have the following utilities:

Last Updated: 8/8/2023, 10:46:13 PM