Private BetaFound a bug or have feedback? Share it →

Name Data

Predict age and demographics from a first name based on a large dataset of real names. Free, no key required.

Healthy
UtilitiesNo upstream key required

Base URL

https://api.apiclearinghouse.com/v1/call/name-data

Authenticate with X-Api-Key: chk_live_... header.

GET/age

Parameters

NameTypeRequiredDescription
namestringrequiredFirst name to predict age for (e.g. "michael", "sarah")

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/name-data/age?name={name}" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "name": "example",
    "sample_count": "example",
    "predicted_age": "example"
  }
}

Try it live

No setup required. Sign in and run Name Data directly from your browser.

Open in Explorer →

Rate Limits

Free10/min
Pro100/min
Elite500/min

Monthly limits also apply per plan.

Authentication

Pass your API key in the request header:

X-Api-Key: chk_live_...
Join the beta
← Back to catalog
name-data API Documentation — API Clearinghouse