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"}