天气查询

GET

3天天气预报

https://apix.iqfk.top/api/weather

请求参数

接口指标

QPS 上限
2次/秒
平均响应时间
209.71ms
今日调用量
0
累计调用量
2,453

请求示例

Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://apix.iqfk.top/api/weather?dz=text'

返回示例

{
  "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"
    }
  ]
}