69

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?

Klesun
  • 12,280
  • 5
  • 59
  • 52
Dominik
  • 1,265
  • 1
  • 16
  • 27
  • yes, it is possible. There is example how to do it with java - https://stackoverflow.com/a/48159904/7179509 – Maksym Nov 07 '19 at 15:17
  • Can we reopen this, please? I have [a solution](https://klesun.github.io/entry/google_translate_api_spreadsheet/) that allows making requests directly from users browser, without intermediate proxy, even without libraries. [Source](https://github.com/klesun/klesun.github.io/blob/master/entry/google_translate_api_spreadsheet/src/GoogleTranslateTk.js). – Klesun Aug 11 '20 at 20:41

1 Answers1

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.

Londeren
  • 3,202
  • 25
  • 26