Egyptian Arabic Vocabulary API

4207 words scraped from Desert Sky

Sections

Sections include both Egyptian and Standard arabic, as well as the respective transliteration

API

Use the following endpoint to get the vocabulary for a section

GET /vocab/:section

Replace :section with the section name

Example

GET /vocab/animals

Response

{
  "english": "cow",
  "standardArabic": "بقرة",
  "standardArabicTransliteration": "baqara",
  "egyptianArabic": "بقرة",
  "egyptianArabicTransliteration": "ba'ara"
}