Limit API requests for translating Google Translate

I know that the Google Translate API has a limit of 5000 characters per request, but how many requests are allowed over a given period of time?

+3
source share
3 answers

It seems to be 100,000 .

Although this may be increased. (See discussion in the link)

+2
source

Using the (paid) Google 2.0 Translation API, you can set different quotas, such as a user limit, which limits the maximum number of characters that a user can send per transfer / second. You can set this as low as possible, i.e. 10.0 characters / second / user.

API google: V1 1 2011 , V2 . : API- Google

+4

5 // 200 000 ( ), -// - google (https://code.google.com/apis/console/).

  • API auth, API " API".
  • API Quota API.
  • " ...", .

IMPORTANT: if you do not see the line "BigQuery API" → 5 requests / seconds / user, this is because you do not have a professional gmail account. Also: you need to enable Biling (professional account or not).

0
source

Source: https://habr.com/ru/post/1779540/


All Articles