Skip to content

5l1v3r1/icp-query

 
 

Repository files navigation

ICP Query

A simple ICP query service powered by Cloudflare Workers.

The original API was published at yitd/ICP-API by @yitd.

SLA

This service is built solely for the purpose of learning Cloudflare Workers. There is no SLA provided.

Use at your own risk.

Usage

Request

GET https://icp-query.lujjjh.workers.dev/g.cn

Response

HTTP/1.1 200 OK
Content-Type: application/json

{
  "subject": {
    "name": "北京谷翔信息技术有限公司",
    "nature": "企业",
    "approvedAt": "2020-11-26T09:49:11.000Z",
    "license": "京ICP备13004732号"
  },
  "website": {
    "name": "谷歌",
    "domain": "g.cn",
    "homepage": "www.g.cn",
    "license": "京ICP备13004732号-2"
  }
}

About

A simple ICP query service powered by Cloudflare Workers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%