Google Chrome · Schema
CountChromeVersionsResponse
Response containing counts of Chrome browser versions.
BrowserChrome ExtensionsDeveloper ToolsWeb Platform
Properties
| Name | Type | Description |
|---|---|---|
| browserVersions | array | Chrome browser version counts. |
| nextPageToken | string | Token for the next page of results. |
| totalSize | integer | Total number of browser version entries. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CountChromeVersionsResponse",
"title": "CountChromeVersionsResponse",
"type": "object",
"description": "Response containing counts of Chrome browser versions.",
"properties": {
"browserVersions": {
"type": "array",
"description": "Chrome browser version counts.",
"items": {
"type": "object",
"properties": {
"version": {
"type": "string",
"description": "Full version string (e.g., 120.0.6099.109)."
},
"count": {
"type": "string",
"format": "int64",
"description": "Number of browsers running this version."
},
"channel": {
"type": "string",
"description": "Release channel (STABLE, BETA, DEV, CANARY).",
"enum": [
"RELEASE_CHANNEL_UNSPECIFIED",
"STABLE",
"BETA",
"DEV",
"CANARY"
]
},
"system": {
"type": "string",
"description": "Operating system platform.",
"enum": [
"DEVICE_SYSTEM_UNSPECIFIED",
"SYSTEM_OTHER",
"SYSTEM_ANDROID",
"SYSTEM_IOS",
"SYSTEM_CROS",
"SYSTEM_WINDOWS",
"SYSTEM_MAC",
"SYSTEM_LINUX"
]
},
"deviceOsVersion": {
"type": "string",
"description": "Operating system version."
}
}
}
},
"nextPageToken": {
"type": "string",
"description": "Token for the next page of results."
},
"totalSize": {
"type": "integer",
"description": "Total number of browser version entries."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-chrome-countchromeversionsresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.