{
"status":"OK",
"data":{
"firstname":"Ivana",
"gender":"female", // Possible values : male, female, both, unknown
"frequency":4.025 // Greater frequency is, greater the gender match is.
}
}
{
"status":"OK",
"data":{
"genders":{
"Ivana":"female",
"Jo\ufffdl":"unknown",
"jason":"male"
},
"frequencies":{
"Ivana":4.025,
"Jo\ufffdl":0,
"jason":1.587
}
}
}
Response Status | Description |
---|---|
EMPTY_QUERY | Nothing to get. Must provide not empty string. |
MAX_NAMES_PER_QUERY_IS_1000 | Query exceeds the maximum number of firstname by query |
Genderine.com is a trademark of Pyxweb Inc.