5 change levels
How far you are willing to move: C0 Baseline, C1 Minor Change, C2 Major Change, C3 Structural Change, C4 Paradigm Change.
GET /v1/axes/change-levels
Public REST API
The LAKA Volumetric Grammar treats any system as a sentence you can navigate: five change levels × ten internal variables × fourteen meta-variables — 700 base coordinates, each one a specific question about the system in front of you. This API serves all of it as JSON.
Quickstart
Every GET endpoint is public. Resolve a coordinate to see the shape of the data.
# Structural Change x Feedback x Acceleration
curl https://api.digitalstemcell.bowtiekreative.com/v1/coordinates/LAKA-C3-I07-M08
{
"id": "LAKA-C3-I07-M08",
"change_level": { "code": "C3", "label": "Structural Change", ... },
"internal_variable": { "code": "I07", "label": "Feedback", ... },
"meta_variable": { "code": "M08", "label": "Acceleration", ... },
"grid_intent": "Multiple adaptive loops across the system",
"prompt": "For [ACTOR] in [SCENARIO], ..."
}
The volume
How far you are willing to move: C0 Baseline, C1 Minor Change, C2 Major Change, C3 Structural Change, C4 Paradigm Change.
GET /v1/axes/change-levels
The clauses of the system sentence: Object, Conditions, Actions, Tools, Resources, Outcomes, Feedback, Constraints, Value, Failure mode.
GET /v1/axes/internal-variables
How a clause can vary: Magnitude, Rate, Direction, Scope, Depth, Duration, Frequency, Acceleration, Variability, Detectability, Reversibility, Propagation, Amplification, Accumulation.
GET /v1/axes/meta-variables
A coordinate such as LAKA-C3-I07-M08 reads as Structural Change × Feedback × Acceleration. It is a question slot — an analysis prompt — not a guaranteed distinct, feasible, novel or valuable innovation.
Endpoints
Full parameters and response shapes are in the API reference.
Honesty
An unfilled cell does not establish novelty or demand. Filling one produces an observation, assumption, hypothesis or documented not-applicable result — nothing stronger.
The illustrative states are not calibrated ordinal scales and do not map onto change levels.
/v1/score returns an analyst-defined comparison number from 0 to 100. It is not a success probability.
A decoded explanation of a system is not proof of intent or wrongdoing.