{
  "name": "vrfy.lol",
  "version": "1.0.0",
  "description": "Email address validation API. No SMTP probes. No API keys. POST-only.",
  "endpoints": {
    "POST /": "Validate an email address (body: {\"email\": \"...\"})",
    "POST /batch": "Validate up to 20 emails (body: {\"emails\": [...]})",
    "GET /health": "Health check"
  },
  "rate_limit": {
    "free": "10/hour + 50/day per IP",
    "pow": "Unlimited with proof-of-work"
  },
  "example": "curl -s -X POST https://vrfy.lol/ -H \"Content-Type: application/json\" -d '{\"email\":\"user@example.com\"}' | jq .action",
  "source": "https://github.com/yokedotlol/vrfy-lol",
  "license": "MIT",
  "_meta": {
    "family": {
      "email": "https://vrfy.lol",
      "domains": "https://yoke.lol",
      "tls": "https://certs.lol",
      "dns": "https://ns.lol",
      "http": "https://xhttp.lol"
    },
    "docs": "https://vrfy.lol/api/docs"
  }
}
