Gender API
Gender-API is AI powered and helps you to find out whether a first name is more likely be used by males or females.
{
"name": "elizabeth",
"gender": "female",
"samples": 355,
"accuracy": 100,
"duration": "34ms"
}
GENDER API EXPLAINED
Take a Test Drive
Try it out yourself. Enter a name to see the result.
WE CAN ALSO DETERMINE THE GENDER OF AN EMAIL ADDRESS
GENDER-API VS GENERIC AI
Why specialized gender determination outperforms generic AI models.
Lightning Fast
Faster response times compared to generic AI
More Comprehensive
More names in our database
Higher Accuracy
Better accuracy in gender determination
EASY INTEGRATION
Our API can be easily integrated into every existing platform in any language. Take a look at some coding examples.
First install our library with composer:
$ composer require gender-api/client
use GenderApi\Client as GenderApiClient;
try {
$apiClient = new GenderApiClient('insert your API key');
// Query a single name
$lookup = $apiClient->getByFirstName('elisabeth');
if ($lookup->genderFound()) {
echo $lookup->getGender(); // female
}
// Query a full name and improve the result by providing a country code
$lookup = $apiClient->getByFirstNameAndLastNameAndCountry('Thomas Johnson', 'US');
if ($lookup->genderFound()) {
echo $lookup->getGender(); // male
echo $lookup->getFirstName(); // Thomas
echo $lookup->getLastName(); // Johnson
}
} catch (GenderApi\Exception $e) {
// Name lookup failed due to a network error or insufficient remaining requests
// left. See https://gender-api.com/en/api-docs/error-codes
echo 'Exception: ' . $e->getMessage();
}
See full client documentation here:
TRUSTED INTEGRATIONS
Gender-API works seamlessly with the tools you already use. Explore our growing ecosystem of integrations.
And many more integrations available!
View All IntegrationsCSV AND EXCEL FILE UPLOAD
Upload CSV files with up to 10,000,000 datasets or Excel files with up to 100,000 datasets per file.
Free Plan Available
Join us today and receive up to 100 requests for free every month.
PRICING
DOWNLOAD OUR PRESENTATION
Learn more about Gender API and how it can help your business.