通过 `api.who.ga/<查询内容>` 直接获取结构化 RDAP JSON。
API 子域名面向程序化调用设计。访问根域名会跳转到首页,带路径请求时会返回标准化 JSON,支持域名、IP、ASN 与后缀等查询对象。
`https://api.who.ga/` 会跳转到 `https://who.ga/`
`https://api.who.ga/google.tt` 返回域名注册数据
`https://api.who.ga/8.8.8.8` 返回 IP 网段数据
`https://api.who.ga/AS15169` 返回自治系统数据
curl https://api.who.ga/google.tt
curl https://api.who.ga/8.8.8.8
curl https://api.who.ga/AS15169