Star Wars Translator API
Access multiple translators in the Star wars translator collection with a single subscription. Convert from English to One of the star wars languages. Star wars is a film series created by George Lucas and is now owned by Disney. In th...
Included Translators
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/yodish" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Translator Endpoints
Use any included translator slug below.
Yoda Speak translator
yodish
curl -X POST "https://api.funtranslations.com/translate/yodish" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
R2-D2 Translator
r2d2
curl -X POST "https://api.funtranslations.com/translate/r2d2" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Huttese Translator
star-wars-huttese-language
curl -X POST "https://api.funtranslations.com/translate/star-wars-huttese-language" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Ewokese Translator
ewokese
curl -X POST "https://api.funtranslations.com/translate/ewokese" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Jawaese (Jawa Language) Translator
jawaese
curl -X POST "https://api.funtranslations.com/translate/jawaese" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Star Wars Aqualish Language Translator
star-wars-aqualish-language
curl -X POST "https://api.funtranslations.com/translate/star-wars-aqualish-language" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Cheunh / Chiss translator
star-wars-cheunh-language
curl -X POST "https://api.funtranslations.com/translate/star-wars-cheunh-language" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Gungan / Jar Jar Binks Translator
star-wars-gungan-language
curl -X POST "https://api.funtranslations.com/translate/star-wars-gungan-language" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Mandalorian Translator
star-wars-mandalorian-language
curl -X POST "https://api.funtranslations.com/translate/star-wars-mandalorian-language" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Sith translator
star-wars-sith-language
curl -X POST "https://api.funtranslations.com/translate/star-wars-sith-language" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Stormtrooper Translator
stormtrooper
curl -X POST "https://api.funtranslations.com/translate/stormtrooper" \
-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.
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.