FarsiMatrix API

FarsiMatrix API

A comprehensive English-Persian dictionary API with over 4 million translated words

https://api-farsimatrix.ehsanjs.ir
4M+
Translated Words
69
Word Groups
100%
Free to Use
info About FarsiMatrix API

FarsiMatrix is a comprehensive English-Persian dictionary API that provides access to over 4 million translated words across 69 specialized groups. It's designed to allow developers to easily integrate dictionary functionality into their applications and websites. All requests return JSON responses and do not require authentication.

فارسی‌ماتریکس یک API جامع دیکشنری انگلیسی به فارسی است که دسترسی به بیش از 4 میلیون کلمه ترجمه شده در 69 گروه تخصصی را فراهم می‌کند. این سرویس به گونه‌ای طراحی شده که توسعه‌دهندگان بتوانند به راحتی قابلیت‌های دیکشنری را در برنامه‌ها و وبسایت‌های خود ادغام کنند. تمامی درخواست‌ها به صورت JSON پاسخ داده می‌شوند و نیاز به احراز هویت ندارند.

stars Key Features
check_circle

Bilingual Search

Search in both English and Persian

check_circle

Specialized Groups

69 specialized word categories

check_circle

Quiz Generation

Create vocabulary quizzes

check_circle

No Authentication

Free to use without API keys

rocket_launch Getting Started

To start using the FarsiMatrix API, simply make HTTP GET requests to our endpoints. All responses are in JSON format. Here's a quick example:

code Example Request
fetch('https://api-farsimatrix.ehsanjs.ir/search?q=book')
  .then(response => response.json())
  .then(data => console.log(data));