Changelog
2026-05-25
Added
- New public website at datafornerds.io with API documentation and code examples
- Windows Server update history dataset (
windows-server-update-history.json) - Windows release history dataset (
windows-release-history.json) IsExpiredfield added to all Windows update history datasets- JSON Schema validation for all datasets
- Changelog tracking for all datasets (delta detection on each collection run)
Changed
- API migrated from v1 (CloudFront/GitHub) to v2 (Cloudflare Workers/R2)
- New JSON envelope format with
metadataanddatatop-level keys - All datasets now include
sourceUrlsandlastCollectedin metadata
Deprecated
- v1 API at
raw.datafornerds.io. All responses now includeDeprecation: trueheader. Useapi.datafornerds.io/v2/instead.