Get Phone Number Info
收藏RapidAPI2026-01-02 更新2025-03-15 收录
下载链接:
https://rapidapi.com/laszlodeak1983/api/get-phone-number-info
下载链接
链接失效反馈官方服务:
资源简介:
Provides a reliable API service designed to deliver detailed information about phone numbers from around the world
创建时间:
2026-01-02
原始信息汇总
Get Phone Number Info API 数据集概述
基本属性
- API名称: Get Phone Number Info
- 提供商: LD
- 类别: Tools
- 订阅者数量: 3
- 版本: 1.0.0 (current)
- 定价模式: Freemium
- 免费层限制: 3 requests per second
定价计划
- BASIC: $0.00 / mo
- PRO: $1.99 / mo
- ULTRA: $4.99 / mo
- MEGA: $7.99 / mo
核心功能
- 确定与特定电话号码关联的国家/地区、ISO代码和移动运营商。
- 获取电话号码的标准化格式,包括国际、国家和RFC3966标准。
- 将电话号码智能无缝集成到应用程序中,支持实时数据检索。
- 适用于需要验证、增强安全性或改善用户体验的应用程序。
更新日志
- 2025.03.13: 语言支持已实现。当前支持语言:zh, ja, ko, ru, de, fr, pl。
示例请求与响应
有效电话号码请求
- 请求示例: GET
https://{api_url}/8801863088111?lang=ja - 响应示例: json { "phone_number": "8801863088111", "country": { "code": "880", "name": "バングラデシュ", "iso": "BD" }, "carrier": { "code": "1863", "name": "Robi" }, "format": { "e164": "+8801863088111", "national": "01863-088111", "international": "+880 1863-088111", "rfc3966": "tel:+880-1863-088111" }, "success": true, "errors": [] }
无效请求示例
-
字符串过短: GET
https://{api_url}/222- 响应: json { "phone_number": "222", "country": {}, "carrier": {}, "format": {}, "success": false, "errors": [ "The string supplied is too short to be a phone number." ] }
-
非数字字符串: GET
https://{api_url}/aaaa- 响应: json { "phone_number": "aaaa", "country": {}, "carrier": {}, "format": {}, "success": false, "errors": [ "The string supplied did not seem to be a phone number." ] }
端点信息
- 基础端点: default
- 操作端点: GET
getData



