Google Translate API is now deprecated.
11–20 of 20 posts
Re: Google Translate API is now deprecated.
#12If any developers out there are looking for a new API to target, you could consider mygengo. It's not free (because it isn't machine translation), but they do have developer tools and an API available: http://mygengo.com/services/api/
Re: Google Translate API is now deprecated.
#13Re: Google Translate API is now deprecated.
#14This is a slippery slope for Google. Why should I build applications on top of their products, if I know that the API can be ripped out from under me?
Re: Google Translate API is now deprecated.
#15Wow, that is unexpected. I can think of a lot of developer tools that use google translate to give a rough first translate. Things like Wordpress and web framework plugins. It seems like they should have just dropped a fee structure on top of it and that would eliminate abuse. If any developers out there are looking for a new API to target, you could consider mygengo. It's not free (because it isn't machine translati…
That said, we definitely welcome developers to our services. I just wanted to take a second to note this for any Python developers interested in our services, though - if you don't like the supplied Python library (I didn't), I wrote a new more concise and documented version. It's easier to follow and extend, and has some functions to help with encoding/decoding characters.
We're considering adopting this as the main Python library in the near future. Always interested in input from other developers!
Re: Google Translate API is now deprecated.
#16Re: Google Translate API is now deprecated.
#17It's interesting that the reason for this is 'extensive abuse', does anyone know if it is talking about the 'translate party' websites that translate back and forth in rapid succession.
Re: Google Translate API is now deprecated.
#18It's interesting that the reason for this is 'extensive abuse', does anyone know if it is talking about the 'translate party' websites that translate back and forth in rapid succession.
That seems unlikely - there aren't too many, they don't make that many calls, and Google could just shut them down. I think http://news.ycombinator.com/item?id=2590551 (andymurd) presents a more likely explanation: > I think the "abuse" they are referring to is the common practise among blackhats of using Google Translate to spin stolen content to make it unique. Translating English -> $LANGUAGE -> English makes for…
Google book search, for example, or google search itself, could easily be used for it.
Re: Google Translate API is now deprecated.
#19Re: Google Translate API is now deprecated.
#20All I can say is give Micorsoft a try: http://www.microsofttranslator.com/dev/
No limits, seemingly comparable translation quality. The API was a bit annoying, but hey no surprise there. Thanks Microsoft!