Fun
/agify
Get the estimated age of a name
Query Parameters
name*string
The name to estimate
Length
1 <= length <= 30Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://plume.sodiumlabs.xyz/api/agify?name=string"{
"age": 0,
"name": "string",
"count": 0
}{
"message": "string"
}{
"message": "string",
"errors": [
{
"message": "string"
}
]
}{
"message": "string"
}