天气查询
https://apix.iqfk.top/api/weather接口描述
3天天气预报
请求参数
请求示例
var axios = require('axios')
var config = {
method: 'get',
url: ''
}
axios(config)
.then(function (response) {
console.log(JSON.stringify(response.data))
})
.catch(function (error) {
console.log(error)
})axios
ajax
fetch
xhr
php
python
返回示例
{"results":[{"location":{"id":"WM6N2PM3WY2K","name":"成都","country":"CN","path":"成都,成都,四川,中国","timezone":"Asia/Shanghai","timezone_offset":"+08:00"},"daily":[{"date":"2025-05-31","text_day":"小雨","code_day":"13","text_night":"阴","code_night":"9","high":"22","low":"17","rainfall":"5.40","precip":"0.83","wind_direction":"无持续风向","wind_direction_degree":"","wind_speed":"8.4","wind_scale":"2","humidity":"86"},{"date":"2025-06-01","text_day":"阴","code_day":"9","text_night":"小雨","code_night":"13","high":"26","low":"17","rainfall":"5.40","precip":"0.82","wind_direction":"无持续风向","wind_direction_degree":"","wind_speed":"8.4","wind_scale":"2","humidity":"80"},{"date":"2025-06-02","text_day":"阴","code_day":"9","text_night":"多云","code_night":"4","high":"25","low":"19","rainfall":"0.00","precip":"0.00","wind_direction":"无持续风向","wind_direction_degree":"","wind_speed":"3.0","wind_scale":"1","humidity":"77"}],"last_update":"2025-05-31T08:00:00+08:00"}]}