personal
[USES 20 UNITS PER NAME] Infer the likely ethnicity/diaspora of a personal name, given a country of residence ISO2 code (ex. US, CA, AU, NZ etc.)
get/api2/json/diaspora/{countryIso2}/{firstName}/{lastName}
Path parameters
countryIso2string required
firstNamestring required
lastNamestring required
Response
A diaspora / ethnicity for given name and geography.
Example response
{
"ethnicityAlt": "Japanese",
"ethnicity": "Chinese"
}