SimpleIDGen
§ 01 · Synthetic Population

Free synthetic
person data.

A census of people who never existed. 65 attributes per record — demographics, health, financial, behavioral — drawn from published US reference distributions, calibrated to NHANES & ACS. Not real data. Statistically indistinguishable from it.

Fig. 1 — Age distributionACS 2022
020406080+
POST /v1/datasets/person
curl -s -X POST https://api.simpleidgen.com/v1/datasets/person \
  -H 'Content-Type: application/json' \
  -d '{"clientId":"…","count":100000}'
65
attributes / record
18/18
distribution tests pass
2M
rows in ~60 seconds
8
public references cited
§ 02 · Method

Not random fillers.
A calibrated population.

01

Every attribute cites a source

Marginals are drawn from published US references — ACS, NHANES, CDC NDSS, KFF, MEPS, BLS. BMI follows weight over height squared. ZIP codes match states. Diabetes prevalence rises with age. Verified with KS and chi-squared tests.

02

No source dataset required

Most synthetic-data tools need your real records first, then learn from them. This one doesn't. It is built entirely from public reference data — no real PII ever enters the system at any point.

03

Deterministic by seed

Same seed, same people — byte for byte, every time. Pin your test fixtures, reproduce a bug, version a dataset. Change the seed and you get a different, equally-calibrated population.

04

Bulk export, async

Need millions of rows? Submit a job and the async endpoint streams up to 5,000,000 records as JSONL to object storage. Poll for status, then download. The link stays live for 90 days.

§ 03 · Readership

Health-tech startups

Demo to investors with records that read like real patients, not John Doe, 30. Build your MVP before you have a single user.

Students & researchers

A 10K-row dataset in five seconds instead of six months fighting an IRB. Teach analytics, prototype models, publish reproducibly.

QA & test engineers

Populate staging with believable data. Deterministic seeds make every fixture reproducible across CI runs and machines.

See exactly what you get.

A full example record and all 65 fields on the product page. Create a free account to generate your own.

Create a free account See the data