Microsoft apis to fetch list of Windows update released for a given version

Copper Contributor

Hi Folks,
I am developing a cloud like service, where I will be managing the list of updates released for each Windows version. For example, given a windows version Windows 10 version 1903, I will be listing the released updates for  that version of windows. I can get the details from microsoft support site (for ex: Windows 10 version 1903 Update history ) when I browse through browser. But I would like to know if there are any REST apis present to fetch such details (based on windows version) so that I could fetch them and refresh them programatically and periodically.

 

Eagerly waiting for the inputs from you guys.

Thanks.

1 Reply

@GoodLearner did u get any api? I also have a similar use case