Predict age and demographics from a first name based on a large dataset of real names. Free, no key required.
https://api.apiclearinghouse.com/v1/call/name-dataAuthenticate with X-Api-Key: chk_live_... header.
/age| Name | Type | Required | Description |
|---|---|---|---|
| name | string | required | First name to predict age for (e.g. "michael", "sarah") |
curl -s "https://api.apiclearinghouse.com/v1/call/name-data/age?name={name}" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"name": "example",
"sample_count": "example",
"predicted_age": "example"
}
}No setup required. Sign in and run Name Data directly from your browser.
Open in Explorer →Monthly limits also apply per plan.