根据位置、经纬度获取天气API

2023-09-25 18:39:20 浏览数 (1)

结论:

心知天气:

心知天气API文档地址:

https://seniverse.yuque.com/books/share/ded1e167-e35c-4669-8306-cf65c6e01dc0/start

使用:

  • “私钥”直接请求方式
    • https://api.seniverse.com/v3/weather/now.json?key=your_private_key&location=beijing&language=zh-Hans&unit=c
    • Location: 城市ID、城市中文名、省市名称组合、城市拼音/英文名、经纬度(格式为 纬度:精度)、IP地址、"ip"两个字母 自动识别请求IO地址
  • “公钥 私钥”签名验证方式

结果格式:

和风天气:

和风天气API文档地址:

https://dev.qweather.com/docs/api/weather/weather-now/

价格:

使用:

代码语言:javascript复制
https://devapi.qweather.com/v7/weather/now?key=xxx&location=longtitude,latitude

结果格式:

彩云天气:

彩云天气文档地址:

http://www.caiyun.org/

彩云天气API文档地址:

https://open.caiyunapp.com/彩云天气_API_一览表

使用,需审核:

https://api.caiyunapp.com/v2.5/xxxAppKey/longitude,latitude/realtime.json

高德地图:

天气查询文档地址:

https://lbs.amap.com/api/webservice/guide/api/weatherinfo/

天气现象表:

https://lbs.amap.com/api/webservice/guide/tools/weather-code

结果格式:

例如:

https://restapi.amap.com/v3/weather/weatherInfo?city=310115&key=APP_KEY

ios

0 人点赞