← Back to Dashboard

Nationalize.io

DevelopmentActiveCORS ReadyFreemiumAuth: API KeyDoc: HTML
Visit Website ↗

Description

Estimate the nationality of a first name

✨ AI Summary

Nationalize.io estimates the nationality of a given first name using an API.

Code Example

import requests

name = "peter"
# For higher usage tiers, an API key might be required, often passed as a query parameter or header.
# response = requests.get(f"https://api.nationalize.io/?name={name}&apikey=YOUR_API_KEY")
response = requests.get(f"https://api.nationalize.io/?name={name}")
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)