G
G
giggigi2012-02-25 11:27:19
API
giggigi, 2012-02-25 11:27:19

translate API. Good and free - a myth?

Hello!
There was an idea to create a translation service for some information.
I decided to look for the API, but I did not find anything worthwhile.
Google gives only for money (and given the amount of information it will be quite expensive), bing somehow translates very badly, translate.ru also gives only paid options, abby, as I understand it, does not give a public api at all.
Tell me, are there any other options? Interested in translation, at least only English-Russian.

I thought that you can, for example, do it through the Google web interface, but they will probably block it?
Share your experience :)

Answer the question

In order to leave comments, you need to log in

10 answer(s)
S
Sergey, 2012-02-25
@Ualde

Just a few days ago, an article appeared Using PHP API from Yandex for translation and a small study of the service

E
ertaquo, 2012-02-27
@ertaquo

Evgeny Ponomarev emailed me the following solution:

Hello, I noticed a Q&A - http://habrahabr.ru/qa/16856/ , I myself only have a readonly account, because I don’t have any particular information that I’m pulling for an article)) I didn’t find TC’s email, maybe it will be a useful solution via google: there is one possibility to send them requests to translate.google.com and get a normal translation.
http://translate.google.ru/translate_a/t?client=x&text={textToTranslate}&hl=en&sl=en&tl=ru
{textToTranslate}, in fact, there is what we need to translate (I didn’t try very long things, but with coped with suggestions)
The answer comes in the form of a json string, which needs to be parsed and translatedText = myJSON.sentences[0].trans;
I hope it will be useful))

M
myschyk, 2014-04-04
@myschyk

try - api.yandex.com/translate/doc/dg/reference/translate.xml

S
Shamil_ds, 2014-11-07
@Shamil_ds

https://multilllect.com/apidoc good service.

D
De YURII, 2018-03-21
@Dejurin

There are hundreds of ways on the Internet how to find out google translater free https://github.com/dejurin/php-google-translate-fo...

M
Madzohan, 2015-05-23
@Madzohan

https://pypi.python.org/pypi/py-translate

E
ertaquo, 2012-02-25
@ertaquo

Six months ago, I used Bing for these purposes, and did not find anything more acceptable.

S
swinger, 2016-10-24
@swinger

Multillect API to help https://multilllect.com/apidoc

U
Unicorns_are_real, 2017-02-17
@Unicorns_are_real

PROMT now has PROMT Cloud API www.promt.ru/corporate/internet

D
domanskiy, 2018-12-09
@domanskiy

I want to make a car. translation of articles on the site. There is a text with names, names of objects, etc., which no translator adequately translates. Is it possible to force the translator to translate these words as I specify? Those. how to train him to translate in a certain way for my site.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question