v1 end of life: raw.datafornerds.io will be retired on November 1, 2026. Migration guide →

Free JSON API

Usable data, ready when you are

Windows updates, Microsoft 365 builds, language codes, and more — collected daily from public sources, normalized into consistent schemas, and served free via API.

PowerShell
# Get all Windows 11 updates released this year
$response = Invoke-RestMethod 'https://api.datafornerds.io/v2/microsoft/windows-11-update-history.json'
$response.data | Where-Object { $_.ReleaseDate -ge '2026-01-01' } | Format-Table

Why DataForNerds?

Stop scraping web pages yourself. We do it for you, daily.

Consolidated Data

Data from scattered support pages, release notes, and specifications, collected and merged into single endpoints.

Consistent Schemas

Every dataset has a published JSON Schema, a stable envelope format, and clearly typed fields. No guessing at field names.

Updated Daily

Automated collectors run every day with validation and change tracking, so the data stays fresh without manual effort.

Ready to get started?

Explore the API reference or jump straight to code examples in your language.