After hours of messing around with the DeepL API and HTTP, I finally managed to get a JSON response object for translation, but it contains only one translation in the JSON.
However, when I use the DeepL desktop application, and I enter a sentence that results in multiple alternative translations, if I then use the same sentence as an API call (REST) in my application, it only returns one translation.
I could have sworn that in my hours of playing around, I saw multiple translation JSON objects, but that doesn't seem to be the case anymore.
Is there an additional parameter you have to pass for alternatives?
Note - I am using the DeepL Free API version.
Thanks.