Plume API
Fun

/agify

Get the estimated age of a name

GET
/agify

Query Parameters

name*string

The name to estimate

Length1 <= length <= 30

Response 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"
}