GET /names/gender/:name
Spáðu the likely gender associated with a first name using statistical data from millions of records í many countries. Skilar predicted gender and a probability score (0 to 1). Gagnlegt fyrir personalizing user interfaces before explicit gender is provided, marketing analytics, form pre-filling, and demographic research. Gögn frá Genderize.io.
name
nauðsynlegt
First name
| Nafn | Nauðsynlegt | Sjálfgefið | Lýsing |
|---|---|---|---|
name |
Já | - | First name |
curl https://nordapi.ee/api/v1/names/gender/alex
curl https://nordapi.ee/api/v1/names/gender/alex
curl https://nordapi.ee/api/v1/names/gender/maria
curl https://nordapi.ee/api/v1/names/gender/robin
{
"data": {
"count": 1665200,
"gender": "male",
"name": "alex",
"probability": 0.95
},
"success": true
}