简介
此API能够让您查询域名是否已被注册。
定价
Price | |
Standard | RM0.0001 / request |
API对接
[POST] https://api2.synorexcloud.com/pointoapi/domain/check
Param | Example | Remark |
api_key string(32) | API_KEY | |
domain string(30) | google.com |
PointoAPI SDK (PHP)
pointoapi_Request('SynorexAPI/Domain/Check', [
'domain' => 'google.com'
]);