Hello there
I have some questions about the Google Translation API:
-
Is the API below free? I noticed that when I call it, I don’t have to pass an API key as a parameter. https://translate.googleapis.com/translate_a/single
-
What is the difference between the free API (the one I asked about in the previous question), Cloud Translation - Basic, and Cloud Translation - Advanced?
-
When I register for a Cloud Translation plan, I will receive $300 in free credits. In the “Price” column in the link below, it says “Free (applied as $10 credit every month)”. What does this mean? After one month of using the Cloud Translation plan, will my free credits be charged $10, resulting in a balance of $290?
https://cloud.google.com/translate/pricing
Hi Joevanie,
- Sorry for omitting the API parameter.
Here is the full API URL and Parameter: https://translate.googleapis.com/translate_a/single?client=gtx&sl=en&tl=ja&dt=t&q=How%20old%20are%20you
So is this API free?
- Thank for you replying, I got it.
Per this doc on Google Translate API, “The Google Translate API is provided to you without any free usage quota at all. You will be charged for each successful request you make through the Translate API. The usage charges for the Translate APIs (“Usage Charges”) can be found at https://developers.google.com/cloud/pricing/.”
Hi
As i’m using google translate element with https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit
where we can pass the google API key to track the pricing and all?
Please suggest