网站状态码查询接口


接口地址

https://api.lxurl.net/api/sitecode.php

返回格式

JSON

请求方式:

GET

请求示例:

https://api.lxurl.net/api/sitecode.php?url=http://api.lxurl.net/&json=1

参数说明

名称 必填 类型 说明
urlhttp://api.lxurl.net/需要检测的域名或IP
json1返回JSON格式或文字

返回数据

{"code":200,"msg":"查询成功!","data":{"url":"http://api.lxurl.net/","code":200,"msg":"成功"}}

调用实例

根据实际需要自行编写

示例代码

根据实际需要自行编写