After a year of testing, our split
API left its beta state. The
API was constantly improved since we first launched it with some of our biggest customers a year ago.
The
API can split full
names (first and last name) into its parts.
If you have a combined field for first and last name on your page, use this
API to extract the parts:
GET https://gender-api.com/get?split=theresa%20miller&key=<your api key>
The request will be returned as:
{"last_name":"Miller","first_name":"Theresa","strict":false,"name":"theresa","gender":"female","samples":8065,"accuracy":98,"duration":"56ms"}