China Phone Checker

v1.0.1

Validate Chinese mobile phone numbers using the apipick China Phone Checker API. Returns carrier (China Mobile/Telecom/Unicom), province, city, zip code, and...

0· 590· 2 versions· 0 current· 0 all-time· Updated 1d ago· MIT-0

Install

openclaw skills 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

CodeMeaning
400Invalid phone number format
401Missing or invalid API key
402Insufficient credits
500Server error

Cost: 1 credit per request

Usage Pattern

  1. Use $APIPICK_API_KEY env var as the x-api-key header value; if not set, ask the user for their apipick API key
  2. Make the POST request with the phone number
  3. Present carrier and geographic results clearly

See references/api_reference.md for full response field descriptions.

Version tags

latestvk979haqrwrqcfx08m0mrm55j8181nf1w

Runtime requirements

EnvAPIPICK_API_KEY
Primary envAPIPICK_API_KEY