https://api.tcslw.cn/api/iptq
GET
JSON
正常启用
以下参数为接口所需调用信息
名称 | 是否必填 | 类型 | 说明 |
---|---|---|---|
true | 是 | ?&city=广州 | 根据城市查询一周天气 |
string | 是 | ?&city=广州&type=week | 根据城市查询天气 |
string | 是 | ?&ip=47.98.234.90&type=week | 根据ip查询一周天气 |
string | 是 | ?&type=week | 自动获取用户地址一周天气 |
string | 是 | ?&ip=47.98.234.90 | 根据ip查询天气 |
string | 是 | weather | 自动获取用户地址天气 |
https://api.tcslw.cn/api/iptq
<?php $result = file_get_contents("https://api.tcys.xyz/api/weather"); echo $result; ?>
<?php $result = file_get_contents("https://api.tcys.xyz/api/weather"); echo $result; ?>