personal
[USES 50 UNITS PER NAME COUPLE] Infer several classifications for a cross border interaction between names (ex. remit, travel, intl com)
get/api2/json/corridor/{countryIso2From}/{firstNameFrom}/{lastNameFrom}/{countryIso2To}/{firstNameTo}/{lastNameTo}
Path parameters
countryIso2Fromstring required
firstNameFromstring required
lastNameFromstring required
countryIso2Tostring required
firstNameTostring required
lastNameTostring required
Response
Two classified names.
Example response
{
"FirstLastNameDiasporaedOut": {
"ethnicityAlt": "Japanese",
"ethnicity": "Chinese"
}
}