I am building a new website using Reactjs and need to use API for translation Do you know any reliable free APIs? I used the Google Translate API for free a few years ago
But I don’t think it’s free anymore?
However, the number of words that need to be translated will not exceed 1,000 And it will only be used to translate from one language to another, so the traffic between languages will not be huge
If it's just for a pet project, there are several libraries that can be recommended to bypass the limitations of
google translate api
.Please take a look atthislibrary and read the documentation carefully, luckily I saw that the library is still under maintenance. I saw that this library uses a proxy server to achieve unlimited
google translate
.Please check outthisrepository forexamples of how to use the crawler tool to use the Google API without restrictions.
This tool utilizespuppeeter, a very popular crawler tool, to access Google Translate through the browser, so you can use Google Translate without restrictions.