Fun Translations
Login
Fun Translations
Toggle sidebar
Elder Scrolls Translator API

Elder Scrolls Translator API

Access multiple translators in the Elder Scrolls Translator collection with a single subscription. Convert from English to One of the Elder Scroll languages. Some of the translations include the popular Skyrim languages like Thuum and Dova...

How it works

Subscribe once and unlock API access to every translator in this collection. Use the standard API endpoint and swap the translator slug as needed.

Example Request

curl -X POST "https://api.funtranslations.com/translate/aldmeris" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{"text":"Hello there"}'

Translator Endpoints

Use any included translator slug below.

Aldmeris translator

aldmeris

View API
curl -X POST "https://api.funtranslations.com/translate/aldmeris" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{"text":"Hello there"}'

Ayleidoon translator

ayleidoon

View API
curl -X POST "https://api.funtranslations.com/translate/ayleidoon" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{"text":"Hello there"}'

Dovahzul translator

dovahzul

View API
curl -X POST "https://api.funtranslations.com/translate/dovahzul" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{"text":"Hello there"}'

Jel (Argonian) Language Translator

jel

View API
curl -X POST "https://api.funtranslations.com/translate/jel" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{"text":"Hello there"}'

Tamrielic Language Translator — Ancient Tongue of the Elder Scrolls

tamrielic

View API
curl -X POST "https://api.funtranslations.com/translate/tamrielic" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{"text":"Hello there"}'

Thuum translator

thuum

View API
curl -X POST "https://api.funtranslations.com/translate/thuum" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{"text":"Hello there"}'

Endpoints

Use the standard translate endpoint with any included slug.

POST /translate/{translator}

Authentication

Send your API key in the Authorization header.

Authorization: Bearer YOUR_API_KEY

Rate Limits

Plans include 1,000 to 12,500 calls per day.

Limits reset daily (UTC).

Pricing Plans

Pick a plan that bundles multiple translators in one subscription.

Elder Scrolls Translator API Starter

1000 API Calls/day

$24.99

/month

Subscribe

Elder Scrolls Translator API Premium

5000 API Calls/day

$49.99

/month

Subscribe

Elder Scrolls Translator API Ultra

12500 API Calls/day

$74.90

/month

Subscribe

Frequently Asked Questions

How do I authenticate with the API?

Use API Key based authentication with the Authorization Bearer header.

Can I call any translator in the collection?

Yes. Each included translator slug is enabled under the same subscription.

What are the rate limits?

Starter includes 1,000 calls/day, Premium 5,000 calls/day, and Ultra 12,500 calls/day.

Is commercial use allowed?

Yes, paid plans allow commercial use.