← Back to Dashboard

Agify.io

DevelopmentActiveCORS ReadyFreemiumAuth: NoneDoc: HTML
Visit Website ↗

Description

Estimates the age from a first name

✨ AI Summary

Agify.io estimates the age from a given first name, offering an API for age inference based on names.

Code Example

import requests

name = "michael"
response = requests.get(f"https://api.agify.io/?name={name}")
data = response.json()
print(data)

Live Health Metrics

Last 50 checks (10 min intervals)