ドメイン名/IPアドレスに関する現在と過去の所有者情報をご提供。ドメイン名、登録者、レジストラおよびDNSサーバーの間にある全ての関連性を特定できます。
ドメイン名とA、MX、NSなどのレコードの間にある現在・過去のDNS / IPアドレスの関連性を全て調査。DNSレコードの不審な変更を監視。
ユーザーの所在地、タイムゾーン、関連ドメイン名、接続形態、IPアドレス、ASNなどネットワーク所有権の詳細を含む、IPアドレスの詳細な文脈情報を取得。
ウェブベースのソリューションで、興味のある全てのドメインイベントを掘り下げ、監視できます。
エンタープライズグレードのウェブベースソリューションで、ブランド、ファジーマッチ、興味のある登録者など、ドメイン名の登録と所有に関する詳細なデータを検索、監視できます。
Detect and block access to and from dangerous domain names before malicious actors can weaponize them. Contact us today for more information.
Unlock integrated intelligence on Internet properties and their ownership, infrastructure, and other attributes.
ドメイン名、IPアドレスおよびDNSの完全なインテリジェンスをご用意。明朗な価格設定による年間サブスクリプションでAPIコールをご利用いただけます。
全てのWHOIS、IPアドレス、DNS、サブドメインデータへのアクセスを提供し、商品の充実や脅威の追跡をお手伝いします。
Multi-Level API User Administration Now Available - Manage individual API keys for team members in your organization.
Learn Morecurl https://emailverification.whoisxmlapi.com/api/bevService/request/completed -X POST -H "Content-Type: application/json" -d '{"apiKey": "YOUR_API_KEY", "id": 622, "format": "json"}'
{
"apiKey": "YOUR_API_KEY",
"id": 596,
"format": "csv"
}
apiKey |
Required. Get your personal API key on the My products page. |
id |
Required. Integer. ID of the request. |
format |
Optional. String. Used to specify the response format. Allowed values: "xml", "json", "csv". Default value: "json". |
{
"response": [
{
"emailAddress": "[email protected]",
"formatCheck": "true",
"smtpCheck": "null",
"dnsCheck": "false",
"freeCheck": "false",
"disposableCheck": "false",
"catchAllCheck": "null",
"result": "bad"
},
{
"emailAddress": "[email protected]",
"formatCheck": "true",
"smtpCheck": "true",
"dnsCheck": "true",
"freeCheck": "false",
"disposableCheck": "false",
"catchAllCheck": "true",
"mxRecords": [
"alt2.aspmx.l.google.com",
"alt3.aspmx.l.google.com",
"alt4.aspmx.l.google.com",
"aspmx.l.google.com",
"alt1.aspmx.l.google.com"
],
"result": "unknown"
},
{
"emailAddress": "[email protected]",
"formatCheck": "true",
"smtpCheck": "true",
"dnsCheck": "true",
"freeCheck": "true",
"disposableCheck": "false",
"catchAllCheck": "true",
"mxRecords": [
"mta6.am0.yahoodns.net",
"mta5.am0.yahoodns.net",
"mta7.am0.yahoodns.net"
],
"result": "unknown"
}
]
}
Code: 200 OK.
{
"response": {
"error": "Wrong request id"
}
}
Code: 422 Unprocessable Entity.
response |
The response object. Contains an array of verification results for each email address in the original request (see the documentation below). Responses to these request can be saved directly to disk. In case of an error it contains its description in the 'error' field. If there are multiple errors their descriptions are returned in the 'errors' array. |
result |
The result field may contains four values: 'ok', 'unknown', 'smtp-failed', 'bad'. The 'ok' value means that the email successful passed through the SMTP check, DNS check, and this email address isn’t disposable. The 'bad' value means that some of this checks (except SMTP check) were failed. The 'smtp-failed' value means the email address does not exist on the target SMTP server or temporary couldn't receive messages. The 'unknown' value means that email hosting supports "catch all feature". |
emailAddress
|
The email address to be verified.
|
formatCheck
|
Lets you know if there are any syntax errors in the email address. This is a basic check that’s
done to catch any simple typos or major errors. This value will be 'true' if there are no errors,
and 'false' otherwise. Behind the scenes, the API service is handling all these types of verification
checks for you in a number of interesting ways.
|
smtpCheck
|
Checks if the email address exists and can receive emails by using SMTP connection and
email-sending emulation techniques. This value will be 'true' if the email address exists and can
receive email over SMTP, and 'false' if the email address does not exist on the target SMTP server
or temporarily couldn't receive messages. The value will be null if the SMTP request could not be
completed, mailbox verification is not supported on the target mailbox provider, or not applicable.
|
dnsCheck
|
Ensures that the domain in the email address, eg: gmail.com, is a valid domain. This value will be
'true' if the domain is good and 'false' otherwise. May be 'null' for invalid or non-existing
emails.
|
freeCheck
|
Check to see if the email address is from a free email provider like Gmail or not. This value will
be 'false' if the email address is not free, and 'true' otherwise. May be 'null' for invalid or
non-existing emails.
|
disposableCheck
|
Tells you whether or not the email address is disposable (created via a service like Mailinator).
This helps you check for abuse. This value will be 'false' if the email is not disposable, and
'true' otherwise. May be 'null' for invalid or non-existing emails.
|
catchAllCheck
|
Tells you whether or not this mail server has a “catch-all” address. This refers to a special type
of address that can receive emails for any number of non-existent email addresses under a particular
domain. Catch-all addresses are common in businesses where if you send an email to [email protected] and
another email to non-existent [email protected], both of those emails will go into the same inbox.
Possible values are 'true' or 'false'. May be 'null' for invalid or non-existing emails.
|
mxRecords
|
Mail servers list. May be absent for invalid or non-existing emails.
|
お問い合わせの種類をご選択の上お送りください。またはお問い合わせページをご確認ください。お問い合わせを送信することで、当社の利用規約とプライバシーポリシーに同意したものとみなされます。