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