US Person Generator
LiveFake US people with SSN-like value, address and ZIP.
All generated data is fictional and intended for development, testing, QA, prototyping, and automation only. Do not use it for fraud, impersonation, or illegal activity.
Configure the options and press Generate to produce output.
About this tool
The SSN-like value is intentionally drawn from the 900–999 area, which the Social Security Administration has never issued — so it is valid in shape but provably not a real SSN. Use it to exercise US-format forms and validators safely.
Example output
[
{
"fullName": "Chloe White",
"firstName": "Chloe",
"lastName": "White",
"gender": "female",
"email": "[email protected]",
"phone": "+1 (512) 521-8804",
"ssn": "942-20-9811",
"birthDate": "1980-08-07",
"age": 46,
"address": {
"street": "8795 Lincoln Rd",
"city": "Austin",
"state": "TX",
"stateName": "Texas",
"zipCode": "78797"
}
},
{
"fullName": "Andrew Perez",
"firstName": "Andrew",
"lastName": "Perez",
"gender": "male",
"email": "[email protected]",
"phone": "+1 (503) 859-9117",
"ssn": "998-55-2222",
"birthDate": "1981-03-21",
"age": 45,
"address": {
"street": "5799 Spruce St",
"city": "Portland",
"state": "OR",
"stateName": "Oregon",
"zipCode": "97241"
}
}
]API endpoint
curl "https://codetoolshub.dev/api/v1/us/person?count=3"