← Back to Dashboard

Genderize.io

DevelopmentActiveCORS ReadyFreemiumAuth: API KeyDoc: HTML
Visit Website ↗

Description

Estimates a gender from a first name

✨ AI Summary

Estimates a person's gender from their first name using an API.

Code Example

import requests

name = "lucas"
api_key = "YOUR_API_KEY" # Optional, for higher limits

url = f"https://api.genderize.io?name={name}&apikey={api_key}"
response = requests.get(url)
data = response.json()
print(data)

Live Health Metrics

Last 50 checks (10 min intervals)