Star Trek Translator API
Access multiple translators in the Star Trek Translator collection with a single subscription. Convert from English to One of the Star Trek languages. Star Trek is an American science fiction and entertainment franchise based on the te...
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/cardassian-kardasi" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Translator Endpoints
Use any included translator slug below.
Star Trek Cardassian Kardasi Language Translator
cardassian-kardasi
curl -X POST "https://api.funtranslations.com/translate/cardassian-kardasi" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Klingon translator
klingon
curl -X POST "https://api.funtranslations.com/translate/klingon" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Romulan translator
romulan
curl -X POST "https://api.funtranslations.com/translate/romulan" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Tamarian Language Translator — Darmok and Jalad
tamarian
curl -X POST "https://api.funtranslations.com/translate/tamarian" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"text":"Hello there"}'
Vulcan translator
vulcan
curl -X POST "https://api.funtranslations.com/translate/vulcan" \
-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.