Contents
- Access to the Google Translate API
- Pricing and support
- Data confidentiality
- Attribution
- Technical Questions
Access to the Google Translate API
- How do I sign up?
- See setup instructions for how to sign up for the Google Translate API service.
- How do I create a corporate account and not use my personal gmail account?
- You can sign up for a Google Account using your work email address. Then use the account you just created when you login to the Google Developers Console .
- Is there any free quota?
- No, the Google Translate API is only available as a paid service. Please see Pricing and Support for more details. However we do offer the Google Website Translator gadget, which will translate your website without charge.
- What languages are supported?
- See the list of supported languages .
- Why are some languages that are available through the Google Translate web interface not available through the API?
- Some languages are not available in the API because they are Alpha languages, meaning the translation quality is not yet good enough.
- Can I resell the Google Translate API?
- No, you are not permitted to resell the Google Translate API service.
- Can my users sign up for their own Translate API key and use it in my application?
- Yes. However, one requirement is that you identify the application by providing a unique user agent and/or referrer when making requests to the Google Translate API with your user's key.
- What happened to earlier free versions of Translate API?
- Google Translate API v1 is no longer available as of December 1, 2011 and has been replaced by Google Translate API v2 . Google Translate API v1 was officially deprecated on May 26, 2011. The decision to deprecate the API and replace it with the paid service was made due to the substantial economic burden caused by extensive abuse.
- Where can I find pricing information?
- Please read the Pricing and Terms for detailed information on pricing.
- How do you calculate translation usage?
- Use of the translation and language detection functionality is calculated per million characters submitted to the service, where 1 million characters = 10 6 characters. Use is charged 'pro rata'. That is, where the charges are adjusted in proportion to the number of characters actually provided.
- Can I be billed in weekly installments, or can my bill be broken up into multiple payments?
- No, at the moment we only support a single monthly charge.
- Do you offer any discounts for non-profit or educational use?
- No discounts are currently offered at this time. If you would like to make your website available in other languages, we continue to offer the Google Website Translator gadget without charge.
- How do you charge for multi-byte character sets?
- Google charges on a per character basis, even if the character is multiple bytes. For example, translating "こんにちは" to English counts as 5 characters.
- Do you charge on the number of bytes returned by the API?
- Google only charges on the input to the Translate API, on a per character basis.
- How do I disable billing?
-
To disable billing for your project, do the following:
- Go to the Google Developers Console .
- Select a project.
- In the sidebar on the left, select Billing .
- At the top of the page, select Cancel Billing .
-
After you disable billing, you will receive one last bill for charges that occurred between the beginning of the billing cycle and when you cancelled.