China Phone Number Checker
Verify Chinese mobile phone numbers instantly. Get detailed information about carrier, province, city, and area code for any mainland China phone number.
Don't have an API key?
Sign in to your account to create and manage your API keys.
API Integration Guide
Learn how to integrate this API into your applications with code examples and detailed documentation.
/api/check-china-phone
Base URL
https://www.apipick.com
Full Endpoint
https://www.apipick.com/api/check-china-phone
phone_number
Chinese phone number to validate (supports 11-digit, +86, and 0086 formats)
Example: 13800138000
cURL Request
curl -X POST "https://www.apipick.com/api/check-china-phone" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"phone_number": "13800138000"
}'
YOUR_API_KEY
with your actual API keyJSON Response
{
"success": true,
"data": {
"phone": "13800138000",
"phone_type": "China Mobile",
"province": "Beijing",
"city": "Beijing",
"zip_code": "100000",
"area_code": "010"
}
}
✓Best Practices
- • Always include x-api-key header
- • Always handle errors gracefully
- • Validate input data before sending
- • Use HTTPS for secure communication
- • Cache responses when appropriate
ℹResponse Headers
- • Content-Type: application/json
- • x-api-key: Required for authentication
- • Status codes: 200 (success), 400 (error), 401 (unauthorized)
- • No rate limiting applied
What You Can Verify
Carrier Information
Identify whether the number belongs to China Mobile, China Telecom, or China Unicom
Location Details
Get detailed province, city, area code and zip code information
Number Validation
Verify if the phone number format is valid and can be used in China
Perfect for These Use Cases
E-commerce Platforms
Validate customer phone numbers during registration and checkout
SMS Marketing
Clean your contact lists and ensure delivery to valid Chinese numbers
User Registration
Verify user phone numbers for account creation and verification
Data Analysis
Analyze regional distribution and carrier preferences in datasets
Technical Information
Supported Number Formats
- • Standard format: 13800138000 (11 digits)
- • International: +8613800138000
- • With country code: 008613800138000
- • All major carriers: Mobile, Telecom, Unicom
API Response Data
- • Carrier: Network operator identification
- • Location: Province and city details
- • Area Code: Regional telephone prefix
- • Zip Code: Postal code information
Frequently Asked Questions
Q: Which Chinese phone number formats are supported?
A: We support all standard Chinese mobile number formats including 11-digit domestic format, international format with +86, and format with 00 country code prefix.
Q: Can I verify Hong Kong or Taiwan phone numbers?
A: This tool is specifically designed for mainland China phone numbers. Hong Kong (+852) and Taiwan (+886) numbers use different formats and are not supported.
Q: Is this service free to use?
A: Yes, our China phone number checker is completely free to use. You can validate phone numbers instantly without any registration required.