Documentation

Predict nationality from a name. Use Nationalize from your API client, your spreadsheet, your no-code workflow, or your AI assistant. Pick the surface that matches how you work.

Pick your surface

Use it where you already work

Need gender, age, and nationality together?

Nationalize is one of three Demografix services. The same API key works on all three — set it up once and call any of them.

Quickstart

Sign in at nationalize.io/login to get an API key. Then send a name:

{
  "name": "nguyen",
  "country": [
    { "country_id": "VN", "probability": 0.561 },
    { "country_id": "US", "probability": 0.035 }
  ],
  "count": 360408
}

The free tier includes 2,500 names per month. For higher volumes, see pricing.

More

  • Client libraries — community-maintained SDKs for Ruby, Python, Node, PHP, Go, and others.
  • FAQ — accuracy, data sources, GDPR, billing.