GET /
Summary: Predict age from name
Operation ID: getAge
Auth: unknown
Operation ID: getAge
Auth: unknown
Description
Returns the predicted age for a given first name. Supports single name lookup or batch lookup with multiple names.
Parameters (3)
country_id
(string, query, optional)
ISO 3166-1 alpha-2 country code to scope the prediction to a specific country
Constraints: {'pattern': '^[A-Z]{2}$'}
name
(string, query, optional)
First name to predict age for
name[]
(array, query, optional)
Multiple names for batch prediction (can be repeated)
Examples (2)
| Title | Type | URL | Action |
|---|---|---|---|
| Predict age from name | openapi-spec |
https://api.agify.io/?name=john&name[]=['john', 'jane']&country_id=US |
|
| Predict age from name | probe-gate |
https://api.agify.io/?name=john&name%5B%5D=%5B%27john%27%2C+%27jane%27%5D&country_id=US |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:39:19.241980 | 200 | 426ms | |
| 2026-03-23 09:45:37.849751 | 200 | 474ms | |
| 2026-03-21T17:48:36.919466 | 200 | 618ms |