SDKs & Libraries

Official client libraries for the KalimaLab Arabic Words API.

Every SDK wraps the same REST API and returns identical data structures.

TypeScript / JavaScript

Full reference →

Fully typed client with async/await support. Works in Node.js, Deno, Bun, and edge runtimes.

bash
npm install kalimalab

Sync and async variants via httpx. Supports Python 3.9+.

bash
pip install kalimalab

Idiomatic Go client with context support and no reflection.

bash
go get github.com/kalimalab/kalimalab-go

PSR-18 compatible HTTP client. Supports PHP 8.1+ with strict types.

bash
composer require kalimalab/kalimalab-php

All SDKs are open source

Source code and issue trackers on GitHub. Contributions welcome.