Data that feels
real. Instantly.
Production-quality sample datasets for prototypes, tests, demos, and everything in between.
{
"order_id": "8c12f9b4-24d7-4c9f...",
"customer": {
"name": "Maya Chen",
"email": "maya.chen@example.com"
},
"product": "Canvas Weekender",
"quantity": 2,
"total": 148.00,
"status": "shipped"
}Start with something real.
Curated, connected datasets that look and behave like production data—without the privacy risk.
Create your own dataset
Define a custom schema and generate realistic, repeatable data in any supported format.
E-commerce orders
Realistic purchases with customers, products, payment states, and order totals.
Explore dataset SaaSSaaS users
User accounts with plans, engagement, subscription state, and signup details.
Explore dataset CommerceProduct catalog
Inventory-ready products with SKUs, prices, stock levels, and categories.
Explore dataset FinanceFinancial transactions
Account activity with merchants, transaction types, currencies, and balances.
Explore dataset OperationsSupport tickets
Customer support cases with priorities, agents, categories, and resolution status.
Explore dataset AnalyticsWeb analytics
Page-view events with sessions, devices, traffic sources, and conversions.
Explore dataset SalesCRM pipeline
Linked companies, contacts, and deals — shared IDs stay consistent across rows and bundle tables.
Explore dataset OperationsProject tasks
Projects, assignees, and tasks with stable foreign keys — ideal for multi-table fixtures.
Explore datasetSame seed.
Same data. Every time.
Random fake data breaks tests and ruins demos. Datumly is seeded: pin a seed and a date window, and every request returns byte-identical rows — on your laptop, in CI, and in staging.
- Flake-free fixtures — snapshot tests see the same data on every run
- Reproducible bugs — a teammate replaying your seed sees exactly what you saw
- Fresh by default — windows roll forward monthly; pin dates to freeze forever
[
{
"order_id": "b3542053-60d3…",
"customer_name": "Priya Nyberg",
"product": "Vista Water Bottle",
"total": 21.88
},
{
"order_id": "516a6374-7024…",
"customer_name": "Clara Eriksson",
"product": "Nomad Desk Lamp",
"total": 81.01
}
][
{
"order_id": "b3542053-60d3…",
"customer_name": "Priya Nyberg",
"product": "Vista Water Bottle",
"total": 21.88
},
{
"order_id": "516a6374-7024…",
"customer_name": "Clara Eriksson",
"product": "Nomad Desk Lamp",
"total": 81.01
}
]Your next dataset is
one request away.
Every dataset is available through a simple API. Choose a template, row count, seed, and format.
Try the live endpoint$ curl "/api/datasets?dataset=saas-users&rows=2" 200 OK · application/json [{ "name": "Sofia Martin", "plan": "pro" }, ...]