Why Google Translate API doesn't accept API-Key in JSON request body? Why Google Translate API doesn't accept API-Key in JSON request body? json json

Why Google Translate API doesn't accept API-Key in JSON request body?


The only working example I could find was:

Append the key in the URL, e.g.:

https://translation.googleapis.com/language/translate/v2?key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Do the rest in POST.