Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions content/Data Sources/ms-mswin-buildnumbers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ date: 2021-07-08T16:28:20-04:00
draft: false
---

Windows Builds are available in JSON format at this address: [https://raw.datafornerds.io/ms/mswin/buildnumbers.json](https://raw.datafornerds.io/ms/mswin/buildnumbers.json). The source of this information is [this site](https://docs.microsoft.com/en-us/windows/release-health/release-information). The data is validated hourly.
Windows Builds are available in JSON format at this address: [https://raw.datafornerds.io/ms/mswin/buildnumbers.json](https://raw.datafornerds.io/ms/mswin/buildnumbers.json). The source of this information is [this site](https://support.microsoft.com/en-us/topic/windows-10-update-history-1b6aac92-bf01-42b5-b158-f80c6d93eb11). The data is validated hourly.


## Sample Data
```json
{
"DataForNerds": {
"LastUpdatedUTC": "\/Date(1625758980460)\/",
"SourceList": [
"https://docs.microsoft.com/en-us/windows/release-health/release-information",
"https://winreleaseinfoprod.blob.core.windows.net/winreleaseinfoprod/en-US.html"
]
"LastUpdatedUTC": "2021-10-26T19:15:20.4188207Z",
"SourceList": "https://support.microsoft.com/en-us/topic/windows-10-update-history-1b6aac92-bf01-42b5-b158-f80c6d93eb11"
},
"Data": [{
"Win10Version": "10.0.10240.16683",
Expand Down