Interactive lab
The API explorer
How to read this
This page lets you send the same state used by the grid and graph explorers as JSON and inspect the result directly.
How to use this page
Paste state in, inspect JSON out.
Use the same inputs as the explorers, but type them directly.
1
Load an example
Start with a matrix, cell, or answer template.
2
Edit the state
Change count, metric, subsets, or lens settings.
3
Read the response
Check the resolved state and returned result.
API explorer
Run explorer state as JSON.
Paste JSON, run it in-browser, and inspect the response.
Request
Request JSON
Use labels like ABC, arrays like ["A","B","C"], or numeric subset indices.
Flat requests and nested
state requests both work. Everything runs client-side with the same explorer math.Response
Normalized output
The response shows the resolved state and the requested result.
// Run a request to see the response here.