PII Breach Search
收藏PII Breach Search API 数据集概述
基本信息
- 数据集名称:PII Breach Search
- 所属类别:Cybersecurity
- API 提供商:DataBreach
- API 版本:v1 (current)
- 订阅者数量:18
性能指标
- 流行度:9.7
- 服务等级:100%
- 延迟:374ms
- 测试通过率:100%
订阅计划与定价
- BASIC:$10.00 / mo
- PRO:$50.00 / mo
- ULTRA:$150.00 / mo
- MEGA:$1,000.00 / mo
API 功能概述
PII Breach Search API 使用户能够确定特定的个人可识别信息(PII)是否在已知的数据泄露中遭到泄露。通过提交各种 PII 类型,用户可收到相关泄露的详细报告。
支持的 PII 类型
- 电子邮件地址
- 社会安全号码(SSN)
- 其他政府 ID
- 电话号码(E164 格式)
- 用户名
- IP 地址(IPv4 或 IPv6)
- 全名(名 + 姓)
- 家庭地址
- 驾照号码
- 车辆识别号码(VIN)
- 车辆牌照
端点详情
POST /rapidapi/search-pii
在 DataBreach.com 数据库中搜索特定的个人可识别信息(PII)。
请求参数(JSON 主体)
json { "field": "email", "value": "example@example.com" } { "field": "ssn", "value": "123456789" } { "field": "gov_id", "value": "123456789" } { "field": "phone", "value": "+15555555555" } { "field": "nick", "value": "thelegend27" } { "field": "ip", "value": "192.168.1.1" } { "field": "full_name", "value": "John Doe" } { "field": "driver_id", "value": "D1234567" } { "field": "vehicle_vin", "value": "1HGCM82633A123456" } { "field": "vehicle_plate", "value": "ABC1234" }
响应示例
json [ { "id": "twitter.com-2021", "found": [ { "value": "example@example.com", "field": "email", "label": "Email", "fa_icon": "envelope", "sensitive": true }, { "field": "pass", "label": "Password", "fa_icon": "key", "sensitive": true } ], "breach_date": "2021-01-01", "upload_date": "2024-12-01", "name": "Twitter", "rows": 209595569, "summary": "In early 2023, over 200 million records scraped from Twitter were leaked on a hacking forum. The data was obtained in 2021 by exploiting an API to link email addresses to Twitter profiles, resulting in a dataset with public profile information.", "hibp_id": "Twitter200M", "icon": "https://databreach.com/sites/twitter.com-2021.svg" } ]
GET /rapidapi/all-breaches
获取 DataBreach.com 数据库中的所有泄露事件。
响应示例
json { "breaches": [ { "name": "Twitter", "id": "twitter.com-2021", "rows": 209595569, "fields": [ { "field": "email", "count": 209595569, "label": "Email", "fa_icon": "envelope", "sensitive": true } ], "field_counts": { "email": 209595569, "pass": 209595569 }, "hibp_id": "Twitter200M", "breach_date": "2021-01-01", "upload_date": "2024-12-01", "summary": "In early 2023, over 200 million records scraped from Twitter were leaked on a hacking forum. The data was obtained in 2021 by exploiting an API to link email addresses to Twitter profiles, resulting in a dataset with public profile information.", "icon": "https://databreach.com/sites/twitter.com-2021.svg" } ] }
提供商信息
- API 创建者:DataBreach
- 产品网站:需注册以联系提供商
自定义计划
如需更高使用量的自定义计划,请通过 contact@databreach.com 发送消息。




