VersionHistory API examples

This page shows example usage of the VersionHistory web service API.

Platform

List all platforms:

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

List all platform and channel combinations:

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

List all versions for all platform and channel combinations.

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

Version

List all versions for Windows in the stable channel:

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

List all versions for Windows in the stable channel in ascending order by version:

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

List all versions for Windows in stable, beta, and dev channels:

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

Release

List all releases for Windows in the stable channel:

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

List all releases for the version 85.0.4183.83:

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

List all releases for Windows that are currently being served:

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

List all releases for Windows in the stable channel that reached 100% rollout:

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2021年03月04日 UTC.