Skip to content
Tools.Town
290+ free online tools

Real-world workflow

Use Case

Generate Fixture Rows for an API Test

Create reproducible JSON or CSV mock people rows for frontend and API fixtures.

16 August 2026 By Tools.Town Team 5 min read

Steps

  1. Open the Mock Data Generator.
  2. Set row count and format (JSON for APIs, CSV for spreadsheets).
  3. Pick a seed and keep it in your test README.
  4. Copy the output into your fixture file; format JSON with the JSON Formatter if needed.

Frequently Asked Questions

Why set a seed?

Same seed and settings produce identical output — useful for golden fixtures in CI.