Disposable Email Checker
收藏RapidAPI2026-03-24 更新2026-03-25 收录
下载链接:
https://rapidapi.com/vfrncscai/api/disposable-email-checker12
下载链接
链接失效反馈官方服务:
资源简介:
Detects if an email address is from a disposable or temporary provider with high accuracy using a database of 5,400+ verified domains.
创建时间:
2026-03-24
原始信息汇总
Disposable Email Checker API 数据集概述
基本信息
- API名称:Disposable Email Checker
- 类别:Email
- 提供商:V Fr.
- 订阅者数量:1
- 流行度:0
- 服务等级:83%
- 延迟:527ms
- 测试状态:30%
订阅计划
- BASIC:$0.00 / 月
- PRO:$19.00 / 月
功能概述
检测电子邮件地址是否来自一次性或临时提供商,使用包含5,400多个已验证域名的数据库,具有高准确性。旨在阻止垃圾邮件、防止欺诈并提高用户数据质量。
主要特性
- 庞大的数据库:包含5,400多个经过验证的一次性域名,并定期更新。
- 快速响应:基于Cloudflare Workers构建,实现全球低延迟响应。
- 高准确性:经过精心筛选,排除了主要的合法提供商(如Gmail、Outlook等)。
- 开发者友好:提供标准化的JSON响应和简单的集成方式。
使用方法
端点
- 方法:POST
- 路径:
/api/disposable-email/check
请求头
| 头信息 | 值 | 描述 |
|---|---|---|
Content-Type |
application/json |
必需 |
x-api-key |
YOUR_API_KEY |
由RapidAPI提供 |
请求体示例
json { "email": "user@mailinator.com" }
代码示例
cURL
bash curl -X POST https://ushrem.com/api/disposable-email/check -H "Content-Type: application/json" -d {"email": "test@temp-mail.org"}
Node.js (Fetch)
javascript const response = await fetch("https://ushrem.com/api/disposable-email/check", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ email: "user@guerrillamail.com" }) }); const result = await response.json(); console.log(result.data.is_disposable); // true
响应格式
成功的检查返回标准的JSON对象: json { "success": true, "data": { "email": "user@mailinator.com", "domain": "mailinator.com", "is_disposable": true }, "error": null }
安全与限制
- 速率限制:提供免费和付费层级。
- 来源验证:所有请求均通过RapidAPI安全代理。
- 数据隐私:不存储或记录检查的电子邮件地址。
提供商信息
- API创建者:V Fr.
- 类别:Email
- 资源:Product Website



