BLOG

WE ARE PROUD TO ANNOUNCE A NEW CSV BULK UPLOAD FEATURE

With our new CSV bulk upload feature you can now easily upload up to 1 Million datasets in one single file. While it is not necessary to specifically name the columns, our assistant guides you through the process by letting you choose which column contains which token, first name or country included. The feature is located within your account. Processed records will be charged like requests so that you can upload a CSV file with up to 1,000 entries for free every month. This sample CSV file:
 firstname;lastname
 Silvia;Miller
 Jonathan;Holmes
 Sophia;Smith
will result in:
 firstname;lastname;ga_gender;ga_accuracy
 Silvia;Miller;female;99
 Jonathan;Holmes;male;100
 Sophia;Smith;female;98

OUR DATABASE GROWS AND GROWS

We are continuously adding more and more datasets to our database. Today, we support more than 140 countries with over 350,000 unique names. All in all, our database contains 5,347,230 datasets. With 68,077 names the United States is our best supported country in the world.

MULTIPLE NAMES PER QUERY

We've added support for multiple names per query. You can now query up to 100 names in one single request. To query multiple names simply add then to the url separated by semicolon:
GET https://gender-api.com/get?name=anna;jack;stephen
The result will look like this:
{"name":"anna;jack;stephen","result":[{"name":"anna","gender":"female","samples":51142,"accuracy":98},{"name":"jack","gender":"male","samples":24890,"accuracy":97},{"name":"stephen","gender":"male","samples":26428,"accuracy":100}],"duration":"190ms"}

GENDER-API.COM WENT ONLINE

Since the market was lacking an easy way to deduce the gender from a first name for commercial use, we started our project gender-api.com with a dataset of about 140,000 names in 68 different countries to meet these needs. Our goal is to support the maximum level of variant forms of spelling and to take into account the peculiarities of different countries all over the globe.
fast_rewind
Newer entries
Chat