← Tools Reference

GenderAPI.io

GenderAPI.io integration (Data). Imported from open-connector.

API key3 toolshttps://api.genderapi.io
GET
genderapi_io_get_gender_by_first_name
Infer the likely gender for one first name with optional country and AI fallback hints.

/api

4 parameters
ParamTypeRequiredDescription
firstNamestringrequiredThe first name to classify with GenderAPI.io.
countrystringoptionalThe optional ISO 3166-1 alpha-2 country code used to localize the request.
askToAIbooleanoptionalWhether GenderAPI.io should ask its AI model when the name is missing from the …
forceToGenderizebooleanoptionalWhether GenderAPI.io should still guess a gender for unusual or non-human-looki…
GET
genderapi_io_get_gender_by_email_address
Infer the likely gender for one email address after GenderAPI.io extracts a name from it.

/api/email

3 parameters
ParamTypeRequiredDescription
emailAddressstringrequiredThe email address to classify with GenderAPI.io.
countrystringoptionalThe optional ISO 3166-1 alpha-2 country code used to localize the request.
askToAIbooleanoptionalWhether GenderAPI.io should ask its AI model when the extracted name is missing…
GET
genderapi_io_get_gender_by_username
Infer the likely gender for one username or nickname with optional country and AI fallback hints.

/api/username

4 parameters
ParamTypeRequiredDescription
usernamestringrequiredThe username or nickname to classify with GenderAPI.io.
countrystringoptionalThe optional ISO 3166-1 alpha-2 country code used to localize the request.
askToAIbooleanoptionalWhether GenderAPI.io should ask its AI model when the username cannot be resolv…
forceToGenderizebooleanoptionalWhether GenderAPI.io should still guess a gender for unusual usernames.