VersionHistory API 示例

此页面显示了 VersionHistory 网络服务 API 的用法示例。

平台

列出所有平台:

GET https://versionhistory.googleapis.com/v1/chrome/platforms/

列出所有平台和渠道组合:

GET https://versionhistory.googleapis.com/v1/chrome/platforms/all/channels

列出所有平台和渠道组合的所有版本。

GET https://versionhistory.googleapis.com/v1/chrome/platforms/all/channels/all/versions

版本

stable 渠道中列出适用于 Windows 的所有版本:

GET https://versionhistory.googleapis.com/v1/chrome/platforms/win/channels/stable/versions

按版本升序列出 stable 渠道中的所有 Windows 版本:

GET https://versionhistory.googleapis.com/v1/chrome/platforms/win/channels/stable/versions?order_by=version%20asc

stablebetadev 渠道中列出适用于 Windows 的所有版本:

GET https://versionhistory.googleapis.com/v1/chrome/platforms/win/channels/all/versions/?filter=channel<=dev

版本

stable 渠道中列出适用于 Windows 的所有版本:

GET https://versionhistory.googleapis.com/v1/chrome/platforms/win/channels/stable/versions/all/releases

列出版本 85.0.4183.83 的所有版本:

GET https://versionhistory.googleapis.com/v1/chrome/platforms/all/channels/all/versions/85.0.4183.83/releases

列出当前提供的 Windows 的所有版本:

GET https://versionhistory.googleapis.com/v1/chrome/platforms/win/channels/all/versions/all/releases?filter=endtime=1970-01-01T00:00:00Z

列出 stable 渠道中已达到 100% 发布的所有 Windows 版本:

GET https://versionhistory.googleapis.com/v1/chrome/platforms/win/channels/stable/versions/all/releases?filter=fraction=1