APIHub
Back to Explore

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.

Games & Comics
apiKey
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

1377ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/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.

  • text (query, required) — Text to translate
GET

/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.

  • text (query, required) — Text to translate
GET

/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.

  • text (query, required) — Text to translate
GET

/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.

  • text (query, required) — Text to translate
GET

/translate/braille/unicode

Translate from English to Braille Unicode characters.

  • text (query, required) — Text to translate

5 endpoints auto-detected

Authentication

This API requires authentication: apiKey.

curl -X GET \
  "https://api.funtranslations.com//translate/braille"

api.funtranslations.com · HTTPS only