personal
[USES 20 UNITS PER NAME] Infer the likely ethnicity/diaspora of up to 100 personal names, given a country of residence ISO2 code (ex. US, CA, AU, NZ etc.)
post/api2/json/diasporaBatch
Request body
Response
A list of diaspora / ethnicity given a name and residency.
Example response
{
"personalNames": [
{
"ethnicityAlt": "Japanese",
"ethnicity": "Chinese"
}
]
}