China Phone Checker
/install apipick-china-phone-checker
apipick China Phone Checker
Validate Chinese mobile numbers and retrieve carrier and geographic data.
Endpoint
POST https://www.apipick.com/api/check-china-phone
Authentication: x-api-key: YOUR_API_KEY header required.
Get a free API key at https://www.apipick.com/dashboard/api-keys
Request
{"phone_number": "13800138000"}
Supported formats: 13800138000 / +8613800138000 / 008613800138000
Response
{
"success": true,
"data": {
"phone": "13800138000",
"phone_type": "China Mobile",
"province": "Beijing",
"city": "Beijing",
"zip_code": "100000",
"area_code": "010"
}
}
phone_type values: China Mobile, China Telecom, China Unicom
Error Codes
| Code | Meaning |
|---|---|
| 400 | Invalid phone number format |
| 401 | Missing or invalid API key |
| 402 | Insufficient credits |
| 500 | Server error |
Cost: 1 credit per request
Usage Pattern
- Use
$APIPICK_API_KEYenv var as thex-api-keyheader value; if not set, ask the user for their apipick API key - Make the POST request with the phone number
- Present carrier and geographic results clearly
See references/api_reference.md for full response field descriptions.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install apipick-china-phone-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/apipick-china-phone-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
China Phone Checker 是什么?
Validate Chinese mobile phone numbers using the apipick China Phone Checker API. Returns carrier (China Mobile/Telecom/Unicom), province, city, zip code, and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 578 次。
如何安装 China Phone Checker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install apipick-china-phone-checker」即可一键安装,无需额外配置。
China Phone Checker 是免费的吗?
是的,China Phone Checker 完全免费(开源免费),可自由下载、安装和使用。
China Phone Checker 支持哪些平台?
China Phone Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 China Phone Checker?
由 javainthinking(@javainthinking)开发并维护,当前版本 v1.0.1。