API Response Mocker
mock_api_responseGenerate realistic mock API responses from JSON Schema specifications for testing and development purposes.
Instructions
Generate realistic mock API responses from a JSON Schema. Supports nested objects, arrays, string formats (email, uuid, date-time, url), field-name heuristics, enums, and min/max constraints. Set seed for reproducible output. Returns 1–100 records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | JSON Schema object describing the shape of the mock data | |
| count | No | Number of mock records to generate (1–100) | |
| seed | No | Optional seed for reproducible output |