I am sending request to
https://translation.googleapis.com/language/translate/v2?key=mykey
The body of request is
{
"q": ["Some characters here", "and here"],
"from": "en",
"target": "de"
}
Sometimes it allows me to do more requests with the same body (<5K characters), but I can't find the same exact number of requests or characters to send per minute?