Get client-facing environment configuration from the server.
Output
Encoding
application/jsongamesEnabled
boolean
Optional
Whether the games API is configured and available
playbackWorkerUrl
string
Optional
URL of the Cloudflare playback router worker
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"gamesEnabled": {
"type": "boolean",
"description": "Whether the games API is configured and available"
},
"playbackWorkerUrl": {
"type": "string",
"description": "URL of the Cloudflare playback router worker"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {}
},
"description": "Get client-facing environment configuration from the server."
}