I have been retrieving monthly JSON format "cvrf" data via the API below by specifying "application/json" for the "Content-Type" header. However, from this month, I cannot seem to find the JSON format data, and only XML format seems to be retrievable.
Has the provision of JSON format been discontinued and switched to XML format only? By the way, "Updates" seem to continue to be available in both JSON and XML formats.
I have been retrieving monthly JSON format "cvrf" data via the API below by specifying "application/json" for the "Content-Type" header. However, from this month, I cannot seem to find the JSON format data, and only XML format seems to be retrievable.
https[://]api.msrc.microsoft.com/cvrf/v3.0/cvrf/yyyy-mmm
Has the provision of JSON format been discontinued and switched to XML format only? By the way, "Updates" seem to continue to be available in both JSON and XML formats.
https[://]api.msrc.microsoft.com/cvrf/v3.0/updates/yyyy-mmm
Please guide me on how to retrieve "cvrf" data in JSON format if it possible.