Temporary Gmail
收藏RapidAPI2026-04-18 更新2025-05-03 收录
下载链接:
https://rapidapi.com/JessePinkman/api/temporary-gmail
下载链接
链接失效反馈官方服务:
资源简介:
Instantly create temp disposable Gmail addresses. Receive, read, and delete emails in real-time — ideal for testing, signups, and protecting your privacy.
创建时间:
2026-04-18
原始信息汇总
Temporary Gmail API 数据集概述
基本信息
- 数据集名称:Temporary Gmail
- 提供平台:RapidAPI
- API 创建者:Jesse Pinkman
- 类别:Email
- 订阅者数量:55
- 当前版本:v1
性能与评级
- 流行度:9.6
- 服务等级:98%
- 延迟:9125ms
- 测试通过率:93%
订阅计划与定价
- BASIC:$2.50 / 月
- PRO:$9.99 / 月
- ULTRA:$24.99 / 月
- MEGA:$75.00 / 月
功能概述
该 API 提供一套用于与临时 Gmail 收件箱交互的端点。可即时创建临时一次性 Gmail 地址,并实时接收、读取和删除电子邮件。适用于测试电子邮件流、验证用户账户、解析消息内容、匿名注册或保护隐私等场景。
主要端点
1. /generate-email
- 方法:GET
- 功能:创建一个新的临时 Gmail 地址,可立即用于接收电子邮件。
- 响应示例: json { "email": "demo@gmail.com" }
2. /inbox
- 方法:GET
- 功能:检索临时 Gmail 地址收到的最新电子邮件。适用于获取验证码、登录链接或通知邮件。
- 必需查询参数:
email(要检查的临时 Gmail 地址) - 响应示例: json { "email": "demo@gmail.com", "queried_at": "2025-04-21 16:02:11", "response_time": "1s", "count": 2, "messages": [ { "id": 21, "from": "Steam noreply@steampowered.com", "subject": "Please verify your email address", "date": "Mon, 21 Apr 2025 15:55:00 +0000" } ] }
3. /message
- 方法:GET
- 功能:使用消息 ID 获取特定消息的完整内容。返回纯文本和 HTML 内容,以及提取的链接和图像。
- 必需查询参数:
email:接收消息的电子邮件地址。id:从/inbox端点获取的消息 ID。
- 响应示例: json { "id": 21, "from": "Steam noreply@steampowered.com", "subject": "Please verify your email address", "date": "Mon, 21 Apr 2025 15:55:00 +0000", "body": "Hello,
Click the link below to verify your email address: https://store.steampowered.com/account/newaccountverification?...", "content": "<html><body><p>Hello,</p><p>Click the link below...</p></body></html>", "links": [ "https://store.steampowered.com/account/newaccountverification?...", "https://store.steampowered.com/account/emailoptout", "https://help.steampowered.com" ], "images": [ "https://store.fastly.steamstatic.com/public/shared/images/email/logo.png" ] }
4. /bulk
- 方法:GET
- 功能:列出系统中当前所有活跃的临时 Gmail 地址。适用于批量处理或仪表板概览。
- 响应示例: json { "count": 5, "emails": [ "s.a.m.u.c.a.rp.i.n.t+anymore@gmail.com", "dd.a.dj.a.m.al+Down@gmail.com", "o.r.a.g.e.nc.lo.ck+Suck@googlemail.com", "lkbaltaz.r+River@gmail.com", "sa.m.u.c.arp.i.nt+Cork@googlemail.com" ] }



