Access multiple translators in the Game of Thrones Translator collection with a single subscription. Convert from English to One of the Game of Thrones languages. Game of Thrones is a television adaptation of George R. R. Martin's fantasy no...
Subscribe once and unlock API access to every translator in this collection. Use the standard API endpoint and swap the translator slug as needed.
curl -X POST "https://api.funtranslations.com/translate/skroth" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Use any included translator slug below.
Skroth Translator
skroth
curl -X POST "https://api.funtranslations.com/translate/skroth" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Asshai Translator
asshai
curl -X POST "https://api.funtranslations.com/translate/asshai" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Dothraki translator
dothraki
curl -X POST "https://api.funtranslations.com/translate/dothraki" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Lhazareen Language Translator — Language of the Lamb Men
lhazareen
curl -X POST "https://api.funtranslations.com/translate/lhazareen" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Valyrian translator
valyrian
curl -X POST "https://api.funtranslations.com/translate/valyrian" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Use the standard translate endpoint with any included slug.
POST /translate/{translator}
Send your API key in the Authorization header.
Authorization: Bearer YOUR_API_KEY
Plans include 1,000 to 12,500 calls per day.
Limits reset daily (UTC).
Pick a plan that bundles multiple translators in one subscription.
Use API Key based authentication with the Authorization Bearer header.
Yes. Each included translator slug is enabled under the same subscription.
Starter includes 1,000 calls/day, Premium 5,000 calls/day, and Ultra 12,500 calls/day.
Yes, paid plans allow commercial use.