Soon One MCP server, all 49 APIs as agent tools. See how it works

Playground

See exactly what you'll get back.

A sample request and response for every API in the catalog. No signup, no setup. When you're ready, the same call runs for real with a free key.

GET /v1/check
View API page
Request · HTTP
GET /v1/[email protected] HTTP/1.1
Host: api.apicodex.io
X-Api-Key: YOUR_API_KEY
Response · JSON200 OK
{
"status": true,
"data": {
  "email": "[email protected]",
  "domain": "gmail.com",
  "alias": {
    "main": "test",
    "alias": "alias"
  },
  "is_subdomain": false,
  "is_valid": true,
  "is_temp_email": false,
  "is_gov": false,
  "is_edu": false,
  "has_valid_mx_records": true,
  "records": {
    "mx": [
      {
        "exchange": "alt1.aspmx.l.google.com",
        "priority": 5
      }
    ],
    "spf": "v=spf1 include:_spf.google.com ~all",
    "dmarc": "v=DMARC1; p=none; rua=mailto:[email protected]"
  },
  "smtp": {
    "provider": "alt1.aspmx.l.google.com",
    "addresses": [
      {
        "exchange": "alt1.aspmx.l.google.com",
        "priority": 5
      }
    ]
  },
  "email_provider": {
    "name": "google",
    "provider": "Google"
  },
  "website": {
    "url": "http://gmail.com",
    "is_valid": true,
    "ssl": true
  },
  "deliverability_score": 85,
  "risk_indicator": "low"
}
}

Sample values for illustration. Get a free key to run real calls against live data.

Run it for real in minutes

Each API page lists its current quota, pricing, and authentication details.