✓ Verified ✍️ Content Creation ✓ Enhanced Data

Apipick China Phone Checker

Validate Chinese mobile phone numbers using the apipick China Phone Checker API.

Rating
3.9 (28 reviews)
Downloads
3,673 downloads
Version
1.0.0

Overview

Validate Chinese mobile phone numbers using the apipick China Phone Checker API.

Complete Documentation

View Source →

apipick China Phone Checker

Validate Chinese mobile numbers and retrieve carrier and geographic data.

Endpoint

text
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

json
{"phone_number": "13800138000"}

Supported formats: 13800138000 / +8613800138000 / 008613800138000

Response

json
{
  "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

  • Use $APIPICK_API_KEY env var as the x-api-key header 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.

Installation

Terminal bash

openclaw install apipick-china-phone-checker
    
Copied!

💻Code Examples

POST https://www.apipick.com/api/check-china-phone

post-httpswwwapipickcomapicheck-china-phone.txt
**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"}

phonenumber-13800138000.txt
Supported formats: `13800138000` / `+8613800138000` / `008613800138000`

## Response
example.json
{
  "success": true,
  "data": {
    "phone": "13800138000",
    "phone_type": "China Mobile",
    "province": "Beijing",
    "city": "Beijing",
    "zip_code": "100000",
    "area_code": "010"
  }
}

Tags

#image_and-video-generation #api

Quick Info

Category Content Creation
Model Claude 3.5
Complexity One-Click
Author javainthinking
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install apipick-china-phone-checker