← Back to docs

API playground

Edit the layout, pick a locale and a seed, and run it. The response comes from the same generator the API serves — capped at 5 records and 20 requests per minute while you're not signed in.

count
locale
seed
layout.json editable
response.json
example response
[
  {
    "id": "b3f1c8a2-4d19-4c30-9f2a-5b8e7d441ce0",
    "name": "Marion Whitfield",
    "email": "[email protected]",
    "age": 34,
    "plan": "pro",
    "signed_up": "2026-03-14",
    "address": { "city": "Rotterdam", "zipcode": "30012" }
  },
  {
    "id": "7c04ae51-8b62-4f19-9d03-2ea6c1f80b95",
    "name": "Priya Raman",
    "email": "[email protected]",
    "age": 41,
    "plan": "free",
    "signed_up": "2026-05-02",
    "address": { "city": "Leeds", "zipcode": "51884" }
  }
]

GET /v1/layouts/user-profile?count=2&seed=42&locale=en

anonymous demo · 20 requests per minute

Want it without the caps?

Signing in turns this page into the full editor: load your own saved layouts, generate up to 100 records at a time, and run it as often as you like.