Response
{
"input": {
"first_name": "Johann",
"id": 12
},
"details": {
"credits_used": 2,
"duration": "414ms",
"samples": 890,
"country": null,
"first_name_sanitized": "johann"
},
"result_found": true,
"country_of_origin": [
{
"country_name": "Germany",
"country": "DE",
"probability": 0.52,
"continental_region": "Europe",
"statistical_region": "Western Europe"
},
{
"country_name": "Austria",
"country": "AT",
"probability": 0.48,
"continental_region": "Europe",
"statistical_region": "Western Europe"
}
],
"first_name": "Johann",
"probability": 0.9,
"gender": "male",
"language_of_origin": "Germanic",
"meaning": "Johann is the German variation of the name John, which means 'God is gracious'. It was frequently used in the Middle Ages across Europe, particularly as a name for religious figures.",
"ethnicity": {
"id": "GERMANIC",
"name": "Germanic (German, Austrian, Swiss)",
"distribution": [
{
"id": "GERMANIC",
"name": "Germanic (German, Austrian, Swiss)",
"percentage": 90
},
{
"id": "DUTCH",
"name": "Dutch",
"percentage": 5
},
{
"id": "FRENCH",
"name": "French",
"percentage": 5
}
]
}
}
Field |
Type |
Description |
input |
object |
The submitted payload |
details.credits_used |
int |
The amount of requests used for this query |
details.samples |
int |
Number of records found in our database which match your request |
details.country |
string |
The country we found |
details.first_name_sanitized |
string |
The name after we applied our normalizer to it |
details.duration |
string |
Time the server needed to process the request |
result_found |
bool |
True if we were able to query a gender for the given name |
country_of_origin_map_url |
string |
URL to an interactive map about this name |
first_name |
string |
The first name we used for genderization |
probability |
float |
This value (between 0 and 1) determines the reliability of our database. A value of 1 means that the results on your gender request are 100% accurate |
gender |
string |
Possible values: male, female, unknown |
country_of_origin |
object |
Top 25 countries of origin. See "Complete List Of Possible Countries" for a list of supported countries. Every record contains the fields country_name, country, probability, continental_region and statistical_region |
language_of_origin |
string |
The origin language of this name |
meaning |
string |
A short description of the meaning of this name |
ethnicity |
object |
The ethnicity field provides details on the primary ethnic group associated with the name, along how the name is distributed across various ethnic groups |
ethnicity.id |
string |
The id field contains an identifier for the determined main ethnic group. See "Complete List Of Possible Ethnic Groups" for a full list of possible ethnic groups |
ethnicity.name |
string |
The name field contains the name of the determined main ethnic group. See "Complete List Of Possible Ethnic Groups" for a full list of possible ethnic groups |
ethnicity.distribution |
array |
The Distribution field contains information about the proportion of the name within different ethnic groups. Each array entry contains the fields id (string), name (string) and percentage (float). See "Complete List Of Possible Ethnic Groups" for a full list of possible values |