Properties
| Name | Type | Description |
|---|---|---|
| acceptHeader | string | The accept header value of the shopper's browser. |
| colorDepth | integer | The color depth of the shopper's browser in bits per pixel. This should be obtained by using the browser's `screen.colorDepth` property. Accepted values: 1, 4, 8, 15, 16, 24, 30, 32 or 48 bit color de |
| javaEnabled | boolean | Boolean value indicating if the shopper's browser is able to execute Java. |
| javaScriptEnabled | boolean | Boolean value indicating if the shopper's browser is able to execute JavaScript. A default 'true' value is assumed if the field is not present. |
| language | string | The `navigator.language` value of the shopper's browser (as defined in IETF BCP 47). |
| screenHeight | integer | The total height of the shopper's device screen in pixels. |
| screenWidth | integer | The total width of the shopper's device screen in pixels. |
| timeZoneOffset | integer | Time difference between UTC time and the shopper's browser local time, in minutes. |
| userAgent | string | The user agent value of the shopper's browser. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/checkout-browser-info-schema.json",
"title": "BrowserInfo",
"description": "BrowserInfo schema from Adyen API",
"type": "object",
"properties": {
"acceptHeader": {
"description": "The accept header value of the shopper's browser.",
"type": "string"
},
"colorDepth": {
"x-addedInVersion": "40",
"description": "The color depth of the shopper's browser in bits per pixel. This should be obtained by using the browser's `screen.colorDepth` property. Accepted values: 1, 4, 8, 15, 16, 24, 30, 32 or 48 bit color depth.",
"format": "int32",
"type": "integer"
},
"javaEnabled": {
"x-addedInVersion": "40",
"description": "Boolean value indicating if the shopper's browser is able to execute Java.",
"type": "boolean"
},
"javaScriptEnabled": {
"x-addedInVersion": "40",
"default": true,
"description": "Boolean value indicating if the shopper's browser is able to execute JavaScript. A default 'true' value is assumed if the field is not present.",
"type": "boolean"
},
"language": {
"x-addedInVersion": "40",
"description": "The `navigator.language` value of the shopper's browser (as defined in IETF BCP 47).",
"type": "string"
},
"screenHeight": {
"x-addedInVersion": "40",
"description": "The total height of the shopper's device screen in pixels.",
"format": "int32",
"type": "integer"
},
"screenWidth": {
"x-addedInVersion": "40",
"description": "The total width of the shopper's device screen in pixels.",
"format": "int32",
"type": "integer"
},
"timeZoneOffset": {
"x-addedInVersion": "40",
"description": "Time difference between UTC time and the shopper's browser local time, in minutes.",
"format": "int32",
"type": "integer"
},
"userAgent": {
"description": "The user agent value of the shopper's browser.",
"type": "string"
}
},
"required": [
"userAgent",
"acceptHeader",
"javaEnabled",
"colorDepth",
"screenHeight",
"screenWidth",
"timeZoneOffset",
"language"
]
}
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/checkout-browser-info"
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.