Agify.io · Example Payload

Batch Name Lookup

Predict ages for multiple names in a single request using array syntax. Each name in a batch counts individually toward the monthly allowance. Maximum 10 names per request.

Age PredictionName AnalysisDemographicsStatistical APIFree API

Batch Name Lookup is an example object payload from Agify.io, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionrequestresponse

Example Payload

Raw ↑
{
  "summary": "Batch name lookup (up to 10 names)",
  "description": "Predict ages for multiple names in a single request using array syntax. Each name in a batch counts individually toward the monthly allowance. Maximum 10 names per request.",
  "request": {
    "method": "GET",
    "url": "https://api.agify.io/?name[]=anna&name[]=john&name[]=kim&apikey=YOUR_API_KEY",
    "headers": {},
    "curl": "curl \"https://api.agify.io/?name[]=anna&name[]=john&name[]=kim&apikey=YOUR_API_KEY\""
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json",
      "X-Rate-Limit-Limit": "2500",
      "X-Rate-Limit-Remaining": "2495",
      "X-Rate-Limit-Reset": "1750000000"
    },
    "body": [
      {
        "name": "anna",
        "age": 42,
        "count": 185234
      },
      {
        "name": "john",
        "age": 55,
        "count": 412789
      },
      {
        "name": "kim",
        "age": 38,
        "count": 67890
      }
    ]
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/batch-name-lookup"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.