# 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:
- JavaScript (opens new window)
- PHP (opens new window)
- Python (opens new window)
- Ruby (opens new window)
We also have the following community-maintained client libraries:
- Go (opens new window)
- .Net (opens new window)
- Java (opens new window)
- Rust (opens new window)
- Dart (opens new window)
- Perl (opens new window)
- Swift (opens new window)
- Clojure (opens new window)
- python orm client (opens new window)
# 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:
- Laravel (opens new window)
- Firebase (opens new window)
- Gatsby (opens new window)
- WordPress (opens new window)
- WooCommerce (opens new window)
- Symfony (opens new window)
- InstantSearch (opens new window)
- DocSearch (opens new window)
- Docusaurus (opens new window)
- ToolJet (opens new window)
- Plone CMS (opens new window)
# Utilities
We also have the following utilities: