Is it possible to access to google translate api for free? [closed]
Asked Answered
U

1

72

Google only gives access to their translate API with payment but I want free access.

Is it possible to use Google's translate API for free? What are the alternatives?

Untoward answered 6/6, 2016 at 22:13 Comment(2)
yes, it is possible. There is example how to do it with java - https://mcmap.net/q/276193/-how-to-use-google-translate-api-in-my-java-applicationVolans
Can we reopen this, please? I have a solution that allows making requests directly from users browser, without intermediate proxy, even without libraries. Source.Wightman
G
56

Yes, you can use GT for free. See the post with explanation. And look at repo on GitHub.

UPD 19.03.2019 Here is a version for browser on GitHub.

Giveaway answered 25/10, 2016 at 11:52 Comment(14)
Yeah, but is it legal that way?Barbarian
@Barbarian No, it isn't.Bradeord
Does Google do anything about people using it in their apps?Barbarian
Thomas why do you think so? @Barbarian no, they don't.Giveaway
@Giveaway how to use GT in android project for free?Carolacarolan
@HammadNasir I think it's possible to adapt this solution for android (JS to Java)Giveaway
@HammadNasir you can take the code from github.com/matheuss/google-translate-api and rewrite it from JS to Java and then use it in your android appGiveaway
@HammadNasir sorry, but I don't know JavaGiveaway
@hammadNasir It is possible with a http client in android and get info with (for example) a json response from an api url with get or post parameters.Heraclitus
No, you can't! After a while, Google will detect suspicious traffic from your IP and you will get 503 error.Cigarette
Here you have an Android Java implementation: pastebin.com/A96mfdBZLemuelah
can we translate english to sanskrit? i.e. text to text translationRomance
@Cigarette -- not if you call it from the front end :)Kleiman
@Kleiman GeniousFizzy

© 2022 - 2024 — McMap. All rights reserved.