BLOG
FULL IPV6 SUPPORT
It’s only a matter of time until IPv6 replaces IPv4 as the standard on the Internet.
Gender-API.com supports from this time on native IPv6 access to our services.
If your ISP supports the new protocol you will automatically access our site through IPv6.
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;Smithwill result in:
firstname;lastname;ga_gender;ga_accuracy Silvia;Miller;female;99 Jonathan;Holmes;male;100 Sophia;Smith;female;98
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;stephenThe 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"}