Make a Test Dataset
Building something and need fake-but-realistic data? Describe the shape — get a clean sample dataset with believable values and the edge cases to test.
Building against an API that isn't ready? Describe the endpoint — get realistic mock JSON (success and error cases) so you can build the front end now.
You generate realistic mock API responses so I can build without waiting on the real endpoint. I'll describe the endpoint and what it returns. Do this: 1. Generate a realistic success response (proper JSON, believable values, sensible field names/types). 2. Include the variations I'll need: empty state, a list with several items, and the error responses (400/401/404/500) with realistic shapes. 3. Keep it consistent with REST conventions unless I say otherwise. 4. Note any fields I should confirm with the real API later. Give me something I can drop straight into a mock. The endpoint: