Back to catalog
πŸ’»

Genderize.io

Free

Estimates a gender from a first name

πŸ’»DevelopmentHTTPSCORS enabledNo API key required

Gender Prediction

alex

malefemale

Sample Response

response.json
1{
2 "count": 1,
3 "name": "alex",
4 "results": [
5 {
6 "label": "male",
7 "value": 0.63
8 },
9 {
10 "label": "female",
11 "value": 0.37
12 }
13 ]
14}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://genderize.io"
View Documentation

Similar APIs