Translate texts using Nitro Translation API!
The Nitro Translation API offers a straightforward programmatic interface to facilitate human translations of any given text into multiple supported languages. Working with professional translators instead of machine algorithms provides high-quality and culturally accurate translations.
Integrate the Nitro Translation API into your Bash/Shell Script projects to benefit from multilingual translation support. With real-time translation capabilities, you can increase your project's global reach and provide a better experience for users across different languages.
Read API Documentation for Bash/Shell Script TranslationTo use the Nitro Translation API in your Bash or Shell scripts, follow these steps:
Write Script:
- Use curl or wget to make HTTP requests from your script.
- Include the Authorization header with the Base64 encoded API key in your request.
- Example curl command:
API_KEY="your_api_key"
AUTH_HEADER=$(echo -n "$API_KEY:" | base64)
curl -X POST "https://api.nitrotranslation.com/translate" \
-H "Authorization: Basic $AUTH_HEADER" \
-H "Content-Type: application/json" \
-d '{"text": "Hello, world!", "target_lang": "es"}'
With Nitro’s translation API for Bash/Shell Script, you can access a wide range of supported languages for fast translations, including English, Spanish, French, German and many more. Ensure your content reaches global audiences by utilizing accurate and context-aware translations for over 170+ language pairs.
Language code | Language | Language code | Language |
---|---|---|---|
ar | Arabic | az | Azerbaijani |
be | Belarusian | bg | Bulgarian |
bn | Bengali | ca | Catalan |
cs | Czech | da | Danish |
de | German | el | Greek |
en | English | es-ES | Spanish |
es-MX | Spanish (Mexico) | et | Estonian |
fa | Persian (Farsi) | fi | Finnish |
fr | French | he | Hebrew |
hi | Hindi | hr | Croatian |
hu | Hungarian | id | Indonesian |
is | Icelandic | it | Italian |
ja | Japanese | kk | Kazakh |
ko | Korean | lt | Lithuanian |
lv | Latvian | ml-IN | Malayalam |
ms | Malay | my | Burmese |
nl | Dutch | no | Norwegian |
pl | Polish | pt-BR | Portuguese (Brazilian) |
pt-PT | Portuguese | ro | Romanian |
ru | Russian | sk | Slovak |
sl | Slovenian | sr | Serbian (Cyrillic) |
sr-CS | Serbian (Latin) | sv-SE | Swedish |
ta | Tamil | th | Thai |
tl | Tagalog | tr | Turkish |
uk | Ukrainian | ur-PK | Urdu (Pakistan) |
uz | Uzbek | vi | Vietnamese |
zh-CN | Chinese Simplified | zh-TW | Chinese Traditional |
af | Afrikaans | fr-CA | French (Canada) |
hy-AM | Armenian | ka | Georgian |
te | Telugu | tg | Tajik |
ml-IN | Malayalam | ky | Kyrgyz |
ms | Malay |
Nitro’s translation API for Bash/Shell Script is free - you do not pay for access, integration, calls, key generation or anything else, except the translations you order!
Simply request the translation for Bash/Shell Script through Nitro's Translation API, and you'll be billed based on the number of characters translated, including spaces, at competitive rates. Start translating without minimum order requirements and get high-quality translations tailored to your needs.