Optimizely · Schema
ExperimentResults
Statistical results for an experiment
A/B TestingContent ManagementCustomer DataE-CommerceExperimentationFeature FlagsMarketing
Properties
| Name | Type | Description |
|---|---|---|
| experiment_id | integer | The experiment these results belong to |
| start_time | string | Start time of the results period |
| end_time | string | End time of the results period |
| reach | object | Reach statistics for the experiment |
| metrics | array | Results for each metric |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ExperimentResults",
"title": "ExperimentResults",
"type": "object",
"description": "Statistical results for an experiment",
"properties": {
"experiment_id": {
"type": "integer",
"format": "int64",
"description": "The experiment these results belong to"
},
"start_time": {
"type": "string",
"format": "date-time",
"description": "Start time of the results period"
},
"end_time": {
"type": "string",
"format": "date-time",
"description": "End time of the results period"
},
"reach": {
"type": "object",
"description": "Reach statistics for the experiment",
"properties": {
"variations": {
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {
"count": {
"type": "integer",
"description": "Number of visitors in this variation"
},
"variation_id": {
"type": "string",
"description": "The variation identifier"
}
}
}
}
}
},
"metrics": {
"type": "array",
"description": "Results for each metric",
"items": {
"type": "object",
"properties": {
"event_id": {
"type": "integer",
"format": "int64",
"description": "The event ID for this metric"
},
"results": {
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {
"is_baseline": {
"type": "boolean",
"description": "Whether this is the baseline variation"
},
"value": {
"type": "number",
"description": "The metric value"
},
"lift": {
"type": "object",
"description": "Lift compared to baseline",
"properties": {
"value": {
"type": "number",
"description": "Lift percentage"
},
"is_significant": {
"type": "boolean",
"description": "Whether the lift is statistically significant"
},
"significance": {
"type": "number",
"description": "Statistical significance level"
}
}
}
}
}
}
}
}
}
}
}
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/optimizely-experimentresults"
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.