数据来着中国天气网
equalizer 累计使用:10295
请求地址 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": 31,
"tempn": 31,
"weather": "多云",
"wind": "东南风转南风",
"windSpeed": "<3级",
"time": "2026-07-24 08:00",
"warning": [],
"current": {
"city": "上海",
"cityEnglish": "shanghai",
"humidity": "75%",
"wind": "东北风",
"windSpeed": "1级",
"visibility": "21km",
"weather": "晴",
"weatherEnglish": "Sunny",
"temp": 28.7,
"fahrenheit": 83.7,
"air": 33,
"air_pm25": 33,
"date": "07月24日(星期五)",
"time": "06:00",
"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": "建议佩戴透射比2级且UV400的浅色太阳镜"
},
{
"name": "紫外线强度指数",
"index": "最弱",
"tips": "辐射弱,涂擦SPF8-12防晒护肤品。"
},
{
"name": "风寒指数",
"index": "无",
"tips": "温度未达到风寒所需的低温,稍作防寒准备即可。"
},
{
"name": "穿衣指数",
"index": "热",
"tips": "适合穿T恤、短薄外套等夏季服装。"
},
{
"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": "涂抹8-12SPF防晒护肤品。"
},
{
"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 |
|---|