Estimates the age from a first name
Agify.io estimates the age from a given first name, offering an API for age inference based on names.
import requests
name = "michael"
response = requests.get(f"https://api.agify.io/?name={name}")
data = response.json()
print(data)Last 50 checks (10 min intervals)