Network

Query Domain ICP Filing Information

0calls
4 credits / call

Want to know who operates a website? If it operates in mainland China, ICP filing information can tell you the answer.

GET
uapis.cn
/api/v1/network/icp
Query parameters
1
domain
string
required

Want to know who operates a website? If it operates in mainland China, ICP filing information can tell you the answer.

Overview

Provide a domain name to query its ICP (Internet Content Provider) filing information from China's Ministry of Industry and Information Technology. This is helpful for background checks before business cooperation, verifying website legitimacy and other scenarios.

Note

Query Scope This query is only valid for domains filed with China's MIIT. For foreign domains or unfiled domains, no results will be found.

Overview

Provide a domain name to query its ICP (Internet Content Provider) filing information from China's Ministry of Industry and Information Technology. This is helpful for background checks before business cooperation, verifying website legitimacy and other scenarios.

Note

Query Scope This query is only valid for domains filed with China's MIIT. For foreign domains or unfiled domains, no results will be found.

Query parameters

domain
stringrequired

Want to know who operates a website? If it operates in mainland China, ICP filing information can tell you the answer.

Overview

Provide a domain name to query its ICP (Internet Content Provider) filing information from China's Ministry of Industry and Information Technology. This is helpful for background checks before business cooperation, verifying website legitimacy and other scenarios.

Note

Query Scope This query is only valid for domains filed with China's MIIT. For foreign domains or unfiled domains, no results will be found.

Response

200 / OK

Query successful! Returns ICP filing details for the domain.

JSON
{
  "code": "200",
  "domain": "baidu.com",
  "msg": "Query successful",
  // Nature of organizing entity (Enterprise/Individual)
  "natureName": "Enterprise",
  // ICP filing number
  "serviceLicence": "京ICP证030173号",
  // Organizing entity name
  "unitName": "Beijing Baidu Netcom Science and Technology Co., Ltd."
}

400 / Bad Request

Invalid request parameters. Please check if the domain parameter is provided and formatted correctly.

JSON
{
  "code": "INVALID_ARGUMENT",
  "details": {},
  "message": "Missing or invalid 'domain' parameter."
}

404 / Not Found

No ICP record found. The domain may not be filed with MIIT, or no results are currently available.

JSON
{
  "code": "NOT_FOUND",
  "details": {},
  "message": "No ICP record found for this domain."
}