FunTranslations
Offers multiple endpoints that translate English text into Braille in various formats—plain Braille display characters, dot‑pattern listings, HTML entity codes, image placeholders, or Unicode Braille characters.
Latency
1377ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/translate/braille
Translate from English to Braille. This is what you use if you have a braille display. This API translates the English text into characters that a braille display understands and you can feed the translated text directly to the display.
/translate/braille/dots
Use this to see which dots are enabled for each Braille letters. This is highly educational (to see which dots are enabled) and can potentially drive a non braille display which works on individual dots.
/translate/braille/html
Translate from English to Braille Image characters. This is probably what you want to use if you are displaying braille in a browser.
/translate/braille/image
Translate from English to Braille image characters. This is probably what you want to use if you are displaying braille in a browser.
/translate/braille/unicode
Translate from English to Braille Unicode characters.
5 endpoints auto-detected
Authentication
This API requires authentication: apiKey.
curl -X GET \ "https://api.funtranslations.com//translate/braille"
api.funtranslations.com · HTTPS only