Generate sample API response objects from a schema or field template.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
A schema is traversed recursively; primitive formats choose representative values, arrays repeat item shapes, and object properties become nested records. Samples are illustrative and do not enforce business uniqueness or references.
{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"email":{"type":"string","format":"email"},"active":{"type":"boolean"}}}
[
{
"id": 336,
"name": "opxqwcrvm",
"email": "[email protected]",
"active": false
},
{
"id": 315,
"name": "zzozsyxdfp",
"email": "[email protected]",
"active": true
},
{
"id": 281,
"name": "ktokrn",
"email": "[email protected]",
"active": true
}
]
Frontend development, contract tests, and API documentation generate mock responses.