Lorem/mock data generator · Guide
Sample JSON for API Prototypes
A sample JSON response is a cheap way to agree on an API contract before any code is written.
A contract on paper
Sharing a sample response lets front-end and back-end agree on field names and shapes up front. Both sides then build to the same contract in parallel.
Stand in for the endpoint
Serve the sample JSON from a mock server or fixture so the client has something to call while the real endpoint is built.
Frequently asked questions
Can I use this for production work?
Yes, for inspection, formatting and quick generation. Still review the output before committing it to production code or configuration.
Ready to try it?
Open the free browser-based Lorem/mock data generator and apply what you just read — no sign-up, runs locally.
Open the Lorem/mock data generator tool