Lazy loaded image
Spider
天气查询免费API接口
字数 956阅读时长 3 分钟
2024-8-6
2024-8-7
type
status
date
slug
summary
tags
category
icon
password

一.中央气象台

天气查询

  1. 查询省份列表获取province code
  1. 查询城市列表获取city code
  1. 根据city code获取天气详情
 

数据字段

💡
  1. 实时天气数据(real)
  • 测站信息
    • 站点代码(code)
    • 省份(province)
    • 城市(city)
    • 预报URL(url)
  • 实况数据发布时间(publish_time)
  • 天气信息(weather):
    • 温度(temperature)
    • 温差(temperatureDiff)
    • 气压(airpressure,好像只有发布时间为整点时才有数据)
    • 湿度(humidity)
    • 降雨量(rain)
    • 体感舒适度?(rcomfort)
    • 舒适度指数?(icomfort)
    • 天气情况(info)
    • 天气图标(img)
    • 体感温度(feelst)
  • (wind):
    • 风向(direct)
    • 风向角度(degree)
    • 风力(power)
    • 风速(speed,单位应该是km/h)
  • 预警信息(warn):
    • 警报(alert)
    • 图片(pic)
    • 省份(province)
    • 城市(city)
    • URL(url)
    • 发布内容(issuecontent)
    • 措施(fmeans)
    • 信号类型(signaltype)
    • 信号等级(signallevel)
    • 第二张图片(pic2)
  1. 天气预报数据(predict)
  • 测站信息
    • 代码(code)
    • 省份(province)
    • 城市(city)
    • URL(url)
  • 预报发布时间(publish_time)
  • 详细预报(detail):
    • 日期(date)
    • 预报时间(pt)
    • 白天天气(day):
      • 天气情况(info)
      • 天气图标(img)
      • 温度(temperature)
      • 风(wind):风向(direct),风力(power)
    • 夜间天气(night):
      • 天气情况(info)
      • 天气图标(img)
      • 温度(temperature)
      • 风(wind):风向(direct),风力(power)
    • 降雨量(precipitation)
  1. 空气质量实况数据(air)
  • 更新时间(forecasttime)
  • 空气质量指数(aqi)
  • 空气质量等级(aq)
  • 空气质量文本(text)
  • 空气质量代码(aqiCode)
  1. 温度变化图表(tempchart)
  • 时间(time)
  • 最高温度(max_temp)
  • 最低温度(min_temp)
  • 白天天气图标(day_img)
  • 白天天气文本(day_text)
  • 夜间天气图标(night_img)
  • 夜间天气文本(night_text)
  1. 过去的天气数据(passedchart)
  • 每小时降雨量(rain1h)
  • 24小时降雨量(rain24h)
  • 12小时降雨量(rain12h)
  • 6小时降雨量(rain6h)
  • 温度(temperature)
  • 温差(tempDiff)
  • 湿度(humidity)
  • 气压(pressure)
  • 风向(windDirection)
  • 风速(windSpeed)
  • 时间(time)
  1. 气候数据(climate)
  • 时间范围(time,一般是1981~2010)
  • 月份数据(month):
    • 月份(month)
    • 最高温度(maxTemp)
    • 最低温度(minTemp)
    • 降雨量(precipitation)
  1. 实况雷达数据(radar)
  • 标题(title)
  • 图片URL(image)
  • 链接(url)
以上数据若有的为9999,则是没有数据!
 
上一篇
curl_cffi模拟浏览器TLS/JA3指纹通过Cloudflare
下一篇
Espacenet专利文件抓取

评论
Loading...