数据来着中国天气网
equalizer 累计使用:6056
请求地址 https://free.wqwlkj.cn/wqwlapi/weather.php
请求示例 https://free.wqwlkj.cn/wqwlapi/weather.php?city=上海
请求方式 GET
返回格式 JSON
{
"code": 1,
"text": "获取成功",
"data": {
"city": "上海",
"cityEnglish": "shanghai",
"temp": 10,
"tempn": 8,
"weather": "多云",
"wind": "东北风转北风",
"windSpeed": "<3级",
"time": "2025-12-08 08:00",
"warning": [],
"current": {
"city": "上海",
"cityEnglish": "shanghai",
"humidity": "40%",
"wind": "东北风",
"windSpeed": "1级",
"visibility": "23km",
"weather": "晴",
"weatherEnglish": "Sunny",
"temp": 14.5,
"fahrenheit": 58.1,
"air": 26,
"air_pm25": 26,
"date": "12月08日(星期一)",
"time": "15:30",
"image": "https://free.wqwlkj.cn/wqwlapi/data/weather/image/晴.png"
},
"living": [
{
"name": "路况指数",
"index": "干燥",
"tips": "天气较好,路面较干燥,路况较好。"
},
{
"name": "晨练指数",
"index": "适宜",
"tips": "天气不错,空气清新。"
},
{
"name": "夜生活指数",
"index": "较适宜",
"tips": "只要您稍作准备就可以放心外出。"
},
{
"name": "感冒指数",
"index": "少发",
"tips": "无明显降温,感冒机率较低。"
},
{
"name": "逛街指数",
"index": "适宜",
"tips": "这种好天气去逛街可使身心畅快放松。"
},
{
"name": "空气污染扩散条件指数",
"index": "中",
"tips": "易感人群应适当减少室外活动。"
},
{
"name": "旅游指数",
"index": "适宜",
"tips": "天气较好,丝毫不会影响您出行的心情。"
},
{
"name": "舒适度指数",
"index": "较舒适",
"tips": "白天晴,早晚偏凉,午后舒适。"
},
{
"name": "啤酒指数",
"index": "较不适宜",
"tips": "有些凉意,少量饮用常温啤酒。"
},
{
"name": "划船指数",
"index": "适宜",
"tips": "天气较好,适宜划船及嬉玩水上运动。"
},
{
"name": "太阳镜指数",
"index": "必要",
"tips": "建议佩戴透射比为1级的浅色太阳镜"
},
{
"name": "紫外线强度指数",
"index": "强",
"tips": "涂擦SPF大于15、PA+防晒护肤品。"
},
{
"name": "风寒指数",
"index": "无",
"tips": "温度未达到风寒所需的低温,稍作防寒准备即可。"
},
{
"name": "穿衣指数",
"index": "较冷",
"tips": "建议着厚外套加毛衣等服装。"
},
{
"name": "放风筝指数",
"index": "较适宜",
"tips": "温暖舒适,较适宜放风筝。"
},
{
"name": "空调开启指数",
"index": "较少开启",
"tips": "体感舒适,不需要开启空调。"
},
{
"name": "钓鱼指数",
"index": "适宜",
"tips": "适宜垂钓,愿您度过愉快垂钓时光。"
},
{
"name": "晾晒指数",
"index": "适宜",
"tips": "天气不错,抓紧时机让衣物晒太阳吧。"
},
{
"name": "洗车指数",
"index": "适宜",
"tips": "天气较好,适合擦洗汽车。"
},
{
"name": "心情指数",
"index": "较好",
"tips": "温度适宜,心情会不错。"
},
{
"name": "中暑指数",
"index": "无中暑风险",
"tips": "天气舒适,对易中暑人群来说非常友善。"
},
{
"name": "交通指数",
"index": "良好",
"tips": "气象条件良好,车辆可以正常行驶。"
},
{
"name": "约会指数",
"index": "较适宜",
"tips": "不用担心天气来调皮捣乱而影响了兴致。"
},
{
"name": "运动指数",
"index": "较适宜",
"tips": "气温较低,在户外运动请注意增减衣物。"
},
{
"name": "过敏指数",
"index": "极不易发",
"tips": "无需担心过敏。"
},
{
"name": "美发指数",
"index": "一般",
"tips": "建议选用防晒滋润型护发品或带遮阳帽。"
},
{
"name": "雨伞指数",
"index": "不带伞",
"tips": "天气较好,不用带雨伞。"
},
{
"name": "防晒指数",
"index": "强",
"tips": "涂擦15-20SPF,PA++护肤品。"
},
{
"name": "化妆指数",
"index": "防晒",
"tips": "请选用中性保湿型化妆品。"
},
{
"name": "干燥指数",
"index": "适宜",
"tips": "天气条件较好,保持正常对皮肤的护理即可,可使用冬季滋润保湿型护肤品。"
}
]
}
}
| 参数名称 | 是否必需 | 参数说明 |
|---|---|---|
city |
否 | 需要查询的城市 |
type |
否 | 可选json text 默认就送 |
| 参数名称 | 参数类型 | 参数说明 |
|---|---|---|
code |
integer |
1成功其他失败 |
text |
string |
返回结果 |
data |
string |
返回数据 |
更新时间 2023-03-11 18:04:07
| 状态码 | 状态说明 |
|---|---|
| 400 | 请求错误 |
| 403 | 请求被服务器拒绝 |
| 404 | 请求服务器失败 |
| 500 | 服务器错误 |
| 503 | 服务器维护 |
PHP
GET方法
$url = 'https://free.wqwlkj.cn/wqwlapi/weather.php';
$data = '?city=上海';
$get = $url.$data;
$result = file_get_contents($get);
if ($result) {
//成功
echo $result;
} else {
//失败
}
POST方法
$url = 'https://free.wqwlkj.cn/wqwlapi/weather.php';
$data = array(
  'city' => '上海',
);
$data = http_build_query($data);
$option = array('http'=>array('method'=>'POST','content'=>$data));
$context = stream_context_create($option);
$result = file_get_contents($url,false,$context);
if ($result) {
//成功
echo $result;
} else {
//失败
}
JavaScript
GET方法
var url = "https://free.wqwlkj.cn/wqwlapi/weather.php"
var data = "?city=上海"
var xhrGet = new XMLHttpRequest();
xhrGet.open('GET', url + data, true);
xhrGet.send();
xhrGet.onreadystatechange = function() {
if (xhrGet.readyState == 4 && xhrGet.status == 200) {
//成功
var result = xhrGet.responseText;
console.log(result);
} else {
//失败
}
};
POST方法
var url = "https://free.wqwlkj.cn/wqwlapi/weather.php"
var data = "city=上海"
var xhrPost = new XMLHttpRequest();
xhrPost.open('POST', url, true);
xhrPost.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhrPost.send(data);
xhrPost.onreadystatechange = function() {
if (xhrPost.readyState == 4 && xhrPost.status == 200) {
//成功
var result = xhrPost.responseText;
console.log(result);
} else {
//失败
}
};
JAVA
GET方法
new Thread(){
public void run() {
String path = "https://free.wqwlkj.cn/wqwlapi/weather.php";
String data = "?city=上海";
try {
URL url = new URL(path + data);
HttpURLConnection connection = (HttpURLConnection)url.openConnection();
connection.setRequestMethod("GET");
int code = connection.getResponseCode();
if (code == 200) {
//成功
InputStreamReader isr = new InputStreamReader(connection.getInputStream());
BufferedReader bufferedreader = new BufferedReader(isr);
String string;
StringBuilder stringbuilder = new StringBuilder();
while ((string = bufferedreader.readLine()) != null) {
stringbuilder.append(string);
}
final String result = stringbuilder.toString();
System.out.println(result);
} else {
//失败
}
} catch (MalformedURLException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}
}}.start();
POST方法
new Thread(){
public void run() {
String path = "https://free.wqwlkj.cn/wqwlapi/weather.php";
String data = "city=上海";
try {
URL url = new URL(path);
HttpURLConnection connection = (HttpURLConnection)url.openConnection();
connection.setRequestMethod("POST");
connection.setDoOutput(true);
connection.getOutputStream().write(data.getBytes());
int code = connection.getResponseCode();
if (code == 200) {
//成功
InputStreamReader isr = new InputStreamReader(connection.getInputStream());
BufferedReader bufferedreader = new BufferedReader(isr);
String string;
StringBuilder stringbuilder = new StringBuilder();
while ((string = bufferedreader.readLine()) != null) {
stringbuilder.append(string);
}
final String result = stringbuilder.toString();
System.out.println(result);
} else {
//失败
}
} catch (MalformedURLException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}
}}.start();
Lua
GET方法
url="https://free.wqwlkj.cn/wqwlapi/weather.php"
data=url.."?city=上海"
Http.get(data,function(code,content,data)
if code==200 then
--成功
print(content)
else
--失败
end
end)
POST方法
url="https://free.wqwlkj.cn/wqwlapi/weather.php"
data="city=上海"
Http.post(url,data,function(code,content,data)
if code==200 then
--成功
print(content)
else
--失败
end
end)
结绳
GET方法
变量 网络GET操作 为 网络操作 = 创建 网络操作()
变量 GET数据 为 文本型 = "?city=上海"
网络GET操作.取网页源码("https://free.wqwlkj.cn/wqwlapi/weather.php" + GET数据)
事件 网络GET操作:取网页源码结束(结果 为 文本型,cookie 为 文本型)
//成功
调试输出(结果)
结束 事件
事件 网络GET操作:取网页源码失败(响应码 为 文本型)
//失败
结束 事件
POST方法
变量 网络POST操作 为 网络操作 = 创建 网络操作()
变量 POST数据 为 文本型 = "city=上海"
网络POST操作.发送数据("https://free.wqwlkj.cn/wqwlapi/weather.php",POST数据)
事件 网络POST操作:发送数据结束(结果 为 文本型,cookie 为 文本型)
//成功
调试输出(结果)
结束 事件
事件 网络POST操作:发送数据失败(响应码 为 文本型)
//失败
结束 事件
iAPP
GET方法
s url="https://free.wqwlkj.cn/wqwlapi/weather.php"
s data="?city=上海"
ss(url+data,get)
t(){
hs(get,result)
f(result!=null){
//成功
syso(result)
}else{
//失败
}
}
POST方法
s url="https://free.wqwlkj.cn/wqwlapi/weather.php"
s data="city=上海"
t(){
hs(url,data,"utf-8",result)
f(result!=null){
//成功
syso(result)
}else{
//失败
}
} | 反馈时间 | 反馈接口 | 反馈内容 | 反馈者IP |
|---|