🇨🇳China Phone Number Validation

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.

China MobileChina TelecomChina Unicom
API Authentication Required
Enter your API key to access this service. All API calls require authentication.

Don't have an API key?

Sign in to your account to create and manage your API keys.

Supported formats:

  • 13800138000 - 11-digit format
  • +8613800138000 - International format
  • 008613800138000 - With country code prefix

API Integration Guide

Learn how to integrate this API into your applications with code examples and detailed documentation.

API Overview
Validate Chinese mobile phone numbers and retrieve detailed carrier and location information
POST
/api/check-china-phone

Base URL

https://www.apipick.com

Full Endpoint

https://www.apipick.com/api/check-china-phone
Parameters
Required and optional parameters for this API
phone_number
required
string

Chinese phone number to validate (supports 11-digit, +86, and 0086 formats)

Example: 13800138000
Code Examples
Copy and paste these examples to quickly integrate the API into your application

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"
}'
Replace YOUR_API_KEY with your actual API key
Response Example
Example response from the API

JSON Response

{
  "success": true,
  "data": {
    "phone": "13800138000",
    "phone_type": "China Mobile",
    "province": "Beijing",
    "city": "Beijing",
    "zip_code": "100000",
    "area_code": "010"
  }
}
Integration Tips

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.