This is a forked project from the marvelously-splendid Data For Nerds project with just a few tweaks:
- Data is generally refreshed quickly
- Some behind-the-scenes workflows are validating newer versions of actions
- Additional datasets that I build will be available here first for validation
https://raw.githubusercontent.com/altrhombus/DataForGeeks/main/content/ms/msapps/buildnumbers.json
Properties: ReleaseDate, Channel, Build, Version, FullVersion
https://raw.githubusercontent.com/altrhombus/DataForGeeks/main/content/ms/msother/msasrguid.json
Properties: AsrName, AsrGuid
Properties: Value, Number
https://raw.githubusercontent.com/altrhombus/DataForGeeks/main/content/ms/msother/mslocales.json
Properties: LangCode, LangHex, LangName, LangTag
https://raw.githubusercontent.com/altrhombus/DataForGeeks/main/content/ms/mswin/buildnumbers.json
Properties: Version, ReleaseDate, Article, KBTitle, LTSCOnly, Comment
Properties: Version, SKU, StartDate, EndDate
Properties: Version, ServicingOption, Build, StartDate, MainstreamEndDate, ExtendedEndDate
Properties: Version, StartDate, MainstreamEndDate, ExtendedEndDate
Properties: Value, Hex, Dec, Meaning
https://raw.githubusercontent.com/altrhombus/DataForGeeks/main/content/ms/mswin/releases.json
Properties: Version, FullVersion, Build
You can consume this data using the Invoke-RestMethod command, passing the JSON URL for the Uri parameter. For example:
$data = Invoke-RestMethod -Uri "https://raw.githubusercontent.com/altrhombus/DataForGeeks/main/content/ms/mswin/buildnumbers.json"
You can get this data using the Web data source. When prompted for authentication, select Anonymous.