Mock API Generator
Define your payload schema using standard faker-like syntax. We'll generate a realistic JSON response you can copy or download.
1. Define Schema
2. Output Payload
Click "Generate Data" to see results based on your schema.
How to use the generator
Our generator uses a Handlebars-like syntax ({{ ... }}) to inject realistic fake data into your JSON schema. This ensures your mock endpoints resemble production data as closely as possible.
Supported Data Tokens
| Token | Description | Example Output |
|---|---|---|
| {{uuid}} | Standard v4 UUID | f47ac10b-58cc-4372-a567-0e02b2c3d479 |
| {{name.full}} | Realistic full name | Jane Doe |
| {{internet.email}} | Randomly generated email | [email protected] |