Reputation: 2145
I'm trying to use the Microsoft Translator API. I'm currently using the HTTP API: https://msdn.microsoft.com/en-us/library/ff512419.aspx
Looks like all the examples shown have XML content and responses. I've seen some old stackoverflow posts with JSON references like this one here but can't find anything on that in the MS documentation. Is it possible to make requests and get responses to the API in JSON, and is this documented?
Thanks.
Upvotes: 3
Views: 467
Reputation: 2149
Nope! It's still not possible with Microsoft Translator API to be used in json! It's so weird...
Take a look here: http://docs.microsofttranslator.com/text-translate.html#!/default/get_Translate
The Response Content Type shows only "application/xml" as the only option!
Upvotes: 1