北京空气质量指数数只有20,说明空气质量很糟糕,判断对还是错。

12 机动车驾驶人科目一试题之罚款200元 第一页机动车驾驶人科目一试题之罚款200元 第二页。,答案就选60公里。杭州自提要求 今年一半以上驾校要安装;对于学员而言,这次驾培改革定下了一个合理的培训时间,即理论12小时,场地与路面培训时间为34小时,非常符合实际情况。
广东花都实用工具查询
全国天气预报查询工具你正在使用的浏览器版本过低,将不能正常浏览和使用知乎。空气质量指数接口查询__API服务_API服务_API Store
空气质量指数接口查询
空气质量指数接口查询
购买API套餐
所属分类:
更新时间:
质量问题技术支持
冻结担保特色功能
API调试工具 :
接口地址 :
/netpopo/aqi/city
请求方法 :
请求参数(header) :
您自己的apikey
请求示例 :
python示例
ObjectC示例
--get --include
'/netpopo/aqi/city'
-H 'apikey:您自己的apikey'
$ch = curl_init();
$url = '/netpopo/aqi/city';
$header = array(
'apikey: 您自己的apikey',
// 添加apikey到header
curl_setopt($ch, CURLOPT_HTTPHEADER
, $header);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
// 执行HTTP请求
curl_setopt($ch , CURLOPT_URL , $url);
$res = curl_exec($ch);
var_dump(json_decode($res));
# -*- coding: utf-8 -*-
import sys, urllib, urllib2, json
url = '/netpopo/aqi/city'
req = urllib2.Request(url)
req.add_header(&apikey&, &您自己的apikey&)
resp = urllib2.urlopen(req)
content = resp.read()
if(content):
print(content)
String httpUrl = &/netpopo/aqi/city&;
String httpArg = &&;
String jsonResult = request(httpUrl, httpArg);
System.out.println(jsonResult);
* @param urlAll
* @param httpArg
* @return 返回结果
public static String request(String httpUrl, String httpArg) {
BufferedReader reader =
String result =
StringBuffer sbf = new StringBuffer();
httpUrl = httpUrl + &?& + httpA
URL url = new URL(httpUrl);
HttpURLConnection connection = (HttpURLConnection) url
.openConnection();
connection.setRequestMethod(&GET&);
// 填入apikey到HTTP header
connection.setRequestProperty(&apikey&,
&您自己的apikey&);
connection.connect();
InputStream is = connection.getInputStream();
reader = new BufferedReader(new InputStreamReader(is, &UTF-8&));
String strRead =
while ((strRead = reader.readLine()) != null) {
sbf.append(strRead);
sbf.append(&\r\n&);
reader.close();
result = sbf.toString();
} catch (Exception e) {
e.printStackTrace();
string url = &/netpopo/aqi/city&;
string param = &&;
string result = request(url,param);
/// &summary&
/// 发送HTTP请求
/// &/summary&
/// &param name=&url&&请求的URL&/param&
/// &param name=&param&&请求的参数&/param&
/// &returns&请求结果&/returns&
public static string request(string url, string param)
string strURL = url + '?' +
System.Net.HttpWebR
request = (System.Net.HttpWebRequest)WebRequest.Create(strURL);
request.Method = &GET&;
// 添加header
request.Headers.Add(&apikey&, &您自己的apikey&);
System.Net.HttpWebR
response = (System.Net.HttpWebResponse)request.GetResponse();
System.IO.S
s = response.GetResponseStream();
string StrDate = &&;
string strValue = &&;
StreamReader Reader = new StreamReader(s, Encoding.UTF8);
while ((StrDate = Reader.ReadLine()) != null)
strValue += StrDate + &\r\n&;
return strV
NSString *httpUrl = @&/netpopo/aqi/city&;
NSString *httpArg = @&&;
[self request: httpUrl withHttpArg: httpArg];
-(void)request: (NSString*)httpUrl withHttpArg: (NSString*)HttpArg
NSString *urlStr = [[NSString alloc]initWithFormat: @&%@?%@&, httpUrl, HttpArg];
NSURL *url = [NSURL URLWithString: urlStr];
NSMutableURLRequest *request = [[NSMutableURLRequest alloc]initWithURL: url cachePolicy: NSURLRequestUseProtocolCachePolicy timeoutInterval: 10];
[request setHTTPMethod: @&GET&];
[request addValue: @&您自己的apikey& forHTTPHeaderField: @&apikey&];
[NSURLConnection sendAsynchronousRequest: request
queue: [NSOperationQueue mainQueue]
completionHandler: ^(NSURLResponse *response, NSData *data, NSError *error){
if (error) {
NSLog(@&Httperror: %@%ld&, error.localizedDescription, error.code);
NSInteger responseCode = [(NSHTTPURLResponse *)response statusCode];
NSString *responseString = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];
NSLog(@&HttpResponseCode:%ld&, responseCode);
NSLog(@&HttpResponseBody %@&,responseString);
var url = &/netpopo/aqi/city&
var httpArg = &&
request(url, httpArg: httpArg)
request(httpUrl: String, httpArg: String) {
var req = NSMutableURLRequest(URL: NSURL(string: httpUrl + &?& + httpArg)!)
req.timeoutInterval = 6
req.HTTPMethod = &GET&
req.addValue(&您自己的apikey&, forHTTPHeaderField: &apikey&)
NSURLConnection.sendAsynchronousRequest(req, queue: NSOperationQueue.mainQueue()) {
(response, data, error) -& Void in
let res = response as! NSHTTPURLResponse
println(res.statusCode)
if let e = error{
println(&请求失败&)
if let d = data {
var content = NSString(data: d, encoding: NSUTF8StringEncoding)
println(content)
JSON返回示例 :
&status&: &0&,
&msg&: &ok&,
&result&: [
&cityid&: &1&,
&city&: &北京&
&cityid&: &24&,
&city&: &上海&
&cityid&: &26&,
&city&: &天津&
&cityid&: &31&,
&city&: &重庆&
&cityid&: &35&,
&city&: &安庆&
&cityid&: &36&,
&city&: &蚌埠&
&cityid&: &38&,
&city&: &池州&
&cityid&: &39&,
&city&: &滁州&
&cityid&: &40&,
&city&: &阜阳&
&cityid&: &41&,
&city&: &淮北&
&cityid&: &42&,
&city&: &淮南&
返回参数信息:
cityid :城市ID
city:城市
status见错误码列表。
温馨提示:
1.因为该接口支持的城市众多,因此在返回示例中没有全部显示,完整的城市名单列表以及对应的城市ID请下载最上方的相关文档,以便查看。
2.目前接口所支持的城市,一般只会增加,不会减少,请用户放心使用。
API调试工具 :
接口地址 :
/netpopo/aqi/history
请求方法 :
请求参数(header) :
您自己的apikey
请求参数(urlParam) :
请求示例 :
python示例
ObjectC示例
--get --include
'/netpopo/aqi/history?city=%E6%9D%AD%E5%B7%9E&cityid=382'
-H 'apikey:您自己的apikey'
$ch = curl_init();
$url = '/netpopo/aqi/history?city=%E6%9D%AD%E5%B7%9E&cityid=382';
$header = array(
'apikey: 您自己的apikey',
// 添加apikey到header
curl_setopt($ch, CURLOPT_HTTPHEADER
, $header);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
// 执行HTTP请求
curl_setopt($ch , CURLOPT_URL , $url);
$res = curl_exec($ch);
var_dump(json_decode($res));
# -*- coding: utf-8 -*-
import sys, urllib, urllib2, json
url = '/netpopo/aqi/history?city=%E6%9D%AD%E5%B7%9E&cityid=382'
req = urllib2.Request(url)
req.add_header(&apikey&, &您自己的apikey&)
resp = urllib2.urlopen(req)
content = resp.read()
if(content):
print(content)
String httpUrl = &/netpopo/aqi/history&;
String httpArg = &city=%E6%9D%AD%E5%B7%9E&cityid=382&;
String jsonResult = request(httpUrl, httpArg);
System.out.println(jsonResult);
* @param urlAll
* @param httpArg
* @return 返回结果
public static String request(String httpUrl, String httpArg) {
BufferedReader reader =
String result =
StringBuffer sbf = new StringBuffer();
httpUrl = httpUrl + &?& + httpA
URL url = new URL(httpUrl);
HttpURLConnection connection = (HttpURLConnection) url
.openConnection();
connection.setRequestMethod(&GET&);
// 填入apikey到HTTP header
connection.setRequestProperty(&apikey&,
&您自己的apikey&);
connection.connect();
InputStream is = connection.getInputStream();
reader = new BufferedReader(new InputStreamReader(is, &UTF-8&));
String strRead =
while ((strRead = reader.readLine()) != null) {
sbf.append(strRead);
sbf.append(&\r\n&);
reader.close();
result = sbf.toString();
} catch (Exception e) {
e.printStackTrace();
string url = &/netpopo/aqi/history&;
string param = &city=%E6%9D%AD%E5%B7%9E&cityid=382&;
string result = request(url,param);
/// &summary&
/// 发送HTTP请求
/// &/summary&
/// &param name=&url&&请求的URL&/param&
/// &param name=&param&&请求的参数&/param&
/// &returns&请求结果&/returns&
public static string request(string url, string param)
string strURL = url + '?' +
System.Net.HttpWebR
request = (System.Net.HttpWebRequest)WebRequest.Create(strURL);
request.Method = &GET&;
// 添加header
request.Headers.Add(&apikey&, &您自己的apikey&);
System.Net.HttpWebR
response = (System.Net.HttpWebResponse)request.GetResponse();
System.IO.S
s = response.GetResponseStream();
string StrDate = &&;
string strValue = &&;
StreamReader Reader = new StreamReader(s, Encoding.UTF8);
while ((StrDate = Reader.ReadLine()) != null)
strValue += StrDate + &\r\n&;
return strV
NSString *httpUrl = @&/netpopo/aqi/history&;
NSString *httpArg = @&city=%E6%9D%AD%E5%B7%9E&cityid=382&;
[self request: httpUrl withHttpArg: httpArg];
-(void)request: (NSString*)httpUrl withHttpArg: (NSString*)HttpArg
NSString *urlStr = [[NSString alloc]initWithFormat: @&%@?%@&, httpUrl, HttpArg];
NSURL *url = [NSURL URLWithString: urlStr];
NSMutableURLRequest *request = [[NSMutableURLRequest alloc]initWithURL: url cachePolicy: NSURLRequestUseProtocolCachePolicy timeoutInterval: 10];
[request setHTTPMethod: @&GET&];
[request addValue: @&您自己的apikey& forHTTPHeaderField: @&apikey&];
[NSURLConnection sendAsynchronousRequest: request
queue: [NSOperationQueue mainQueue]
completionHandler: ^(NSURLResponse *response, NSData *data, NSError *error){
if (error) {
NSLog(@&Httperror: %@%ld&, error.localizedDescription, error.code);
NSInteger responseCode = [(NSHTTPURLResponse *)response statusCode];
NSString *responseString = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];
NSLog(@&HttpResponseCode:%ld&, responseCode);
NSLog(@&HttpResponseBody %@&,responseString);
var url = &/netpopo/aqi/history&
var httpArg = &city=%E6%9D%AD%E5%B7%9E&cityid=382&
request(url, httpArg: httpArg)
request(httpUrl: String, httpArg: String) {
var req = NSMutableURLRequest(URL: NSURL(string: httpUrl + &?& + httpArg)!)
req.timeoutInterval = 6
req.HTTPMethod = &GET&
req.addValue(&您自己的apikey&, forHTTPHeaderField: &apikey&)
NSURLConnection.sendAsynchronousRequest(req, queue: NSOperationQueue.mainQueue()) {
(response, data, error) -& Void in
let res = response as! NSHTTPURLResponse
println(res.statusCode)
if let e = error{
println(&请求失败&)
if let d = data {
var content = NSString(data: d, encoding: NSUTF8StringEncoding)
println(content)
JSON返回示例 :
&status&: &0&,
&msg&: &ok&,
&result&: {
&cityid&: &382&,
&city&: &杭州&,
&so2&: &12&,
&so224&: &20&,
&no2&: &80&,
&no224&: &64&,
&co&: &1.105&,
&co24&: &0.924&,
&o3&: &11&,
&o38&: &11&,
&o324&: &56&,
&pm10&: &86&,
&pm1024&: &78&,
&pm2_5&: &60&,
&pm2_524&: &52&,
&iso2&: &4&,
&ino2&: &40&,
&ico&: &12&,
&io3&: &4&,
&io38&: &6&,
&ipm10&: &64&,
&ipm2_5&: &72&,
&aqi&: &72&,
&primarypollutant&: &PM2.5&,
&quality&: &良&,
&timepoint&: & 16:00:00&,
&color&: &#FFFF00&
&cityid&: &382&,
&so2&: &22&,
&so224&: &22&,
&no2&: &62&,
&no224&: &64&,
&co&: &0.983&,
&co24&: &1.022&,
&o3&: &11&,
&o38&: &14&,
&o324&: &56&,
&pm10&: &87&,
&pm1024&: &98&,
&pm2_5&: &56&,
&pm2_524&: &66&,
&iso2&: &8&,
&ino2&: &31&,
&ico&: &10&,
&io3&: &4&,
&io38&: &7&,
&ipm10&: &74&,
&ipm2_5&: &89&,
&aqi&: &89&,
&primarypollutant&: &PM2.5&,
&quality&: &良&,
&date&: &&,
&color&: &#FFFF00&
返回参数信息:
cityid :城市ID
city:城市
hour:按小时指数
so2:二氧化硫1小时平均
so224:二氧化硫24小时平均
no2:二氧化氮1小时平均
no224:二氧化氮24小时平均
co:一氧化碳1小时平均 mg/m3
co24:一氧化碳24小时平均 mg/m3
o3:臭氧1小时平均
o38:臭氧8小时平均
o324 :臭氧24小时平均
pm10:PM10 1小时平均
pm1024:PM10 24小时平均
pm2_5:PM2.5 1小时平均
pm2_524:PM2.5 24小时平均
iso2:二氧化硫指数
ino2:二氧化氮指数
ico:一氧化碳指数
io3:臭氧指数
io38:臭氧8小时指数
ipm10:PM10指数
ipm2_5:PM2.5指数
aqi:AQI指数
primarypollutant :首要污染物
quality:空气质量指数类别,有“优、良、轻度污染、中度污染、重度污染、严重污染”6类
timepoint:发布时间
color:指数颜色值
day:按日期指数
date:日期
status见错误码列表
温馨提示:
1.请求参数中的cityid(城市ID)一项不要求用户必须填写。该接口所支持的城市名单以及城市对应的城市ID请查看获取城市列表接口。
2.关于历史空气质量查询,该接口只提供过去12小时和过去10天的aqi信息,按时间和天提供 。
API调试工具 :
接口地址 :
/netpopo/aqi/query
请求方法 :
请求参数(header) :
您自己的apikey
请求参数(urlParam) :
请求示例 :
python示例
ObjectC示例
--get --include
'/netpopo/aqi/query?city=%E6%9D%AD%E5%B7%9E&cityid=382'
-H 'apikey:您自己的apikey'
$ch = curl_init();
$url = '/netpopo/aqi/query?city=%E6%9D%AD%E5%B7%9E&cityid=382';
$header = array(
'apikey: 您自己的apikey',
// 添加apikey到header
curl_setopt($ch, CURLOPT_HTTPHEADER
, $header);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
// 执行HTTP请求
curl_setopt($ch , CURLOPT_URL , $url);
$res = curl_exec($ch);
var_dump(json_decode($res));
# -*- coding: utf-8 -*-
import sys, urllib, urllib2, json
url = '/netpopo/aqi/query?city=%E6%9D%AD%E5%B7%9E&cityid=382'
req = urllib2.Request(url)
req.add_header(&apikey&, &您自己的apikey&)
resp = urllib2.urlopen(req)
content = resp.read()
if(content):
print(content)
String httpUrl = &/netpopo/aqi/query&;
String httpArg = &city=%E6%9D%AD%E5%B7%9E&cityid=382&;
String jsonResult = request(httpUrl, httpArg);
System.out.println(jsonResult);
* @param urlAll
* @param httpArg
* @return 返回结果
public static String request(String httpUrl, String httpArg) {
BufferedReader reader =
String result =
StringBuffer sbf = new StringBuffer();
httpUrl = httpUrl + &?& + httpA
URL url = new URL(httpUrl);
HttpURLConnection connection = (HttpURLConnection) url
.openConnection();
connection.setRequestMethod(&GET&);
// 填入apikey到HTTP header
connection.setRequestProperty(&apikey&,
&您自己的apikey&);
connection.connect();
InputStream is = connection.getInputStream();
reader = new BufferedReader(new InputStreamReader(is, &UTF-8&));
String strRead =
while ((strRead = reader.readLine()) != null) {
sbf.append(strRead);
sbf.append(&\r\n&);
reader.close();
result = sbf.toString();
} catch (Exception e) {
e.printStackTrace();
string url = &/netpopo/aqi/query&;
string param = &city=%E6%9D%AD%E5%B7%9E&cityid=382&;
string result = request(url,param);
/// &summary&
/// 发送HTTP请求
/// &/summary&
/// &param name=&url&&请求的URL&/param&
/// &param name=&param&&请求的参数&/param&
/// &returns&请求结果&/returns&
public static string request(string url, string param)
string strURL = url + '?' +
System.Net.HttpWebR
request = (System.Net.HttpWebRequest)WebRequest.Create(strURL);
request.Method = &GET&;
// 添加header
request.Headers.Add(&apikey&, &您自己的apikey&);
System.Net.HttpWebR
response = (System.Net.HttpWebResponse)request.GetResponse();
System.IO.S
s = response.GetResponseStream();
string StrDate = &&;
string strValue = &&;
StreamReader Reader = new StreamReader(s, Encoding.UTF8);
while ((StrDate = Reader.ReadLine()) != null)
strValue += StrDate + &\r\n&;
return strV
NSString *httpUrl = @&/netpopo/aqi/query&;
NSString *httpArg = @&city=%E6%9D%AD%E5%B7%9E&cityid=382&;
[self request: httpUrl withHttpArg: httpArg];
-(void)request: (NSString*)httpUrl withHttpArg: (NSString*)HttpArg
NSString *urlStr = [[NSString alloc]initWithFormat: @&%@?%@&, httpUrl, HttpArg];
NSURL *url = [NSURL URLWithString: urlStr];
NSMutableURLRequest *request = [[NSMutableURLRequest alloc]initWithURL: url cachePolicy: NSURLRequestUseProtocolCachePolicy timeoutInterval: 10];
[request setHTTPMethod: @&GET&];
[request addValue: @&您自己的apikey& forHTTPHeaderField: @&apikey&];
[NSURLConnection sendAsynchronousRequest: request
queue: [NSOperationQueue mainQueue]
completionHandler: ^(NSURLResponse *response, NSData *data, NSError *error){
if (error) {
NSLog(@&Httperror: %@%ld&, error.localizedDescription, error.code);
NSInteger responseCode = [(NSHTTPURLResponse *)response statusCode];
NSString *responseString = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];
NSLog(@&HttpResponseCode:%ld&, responseCode);
NSLog(@&HttpResponseBody %@&,responseString);
var url = &/netpopo/aqi/query&
var httpArg = &city=%E6%9D%AD%E5%B7%9E&cityid=382&
request(url, httpArg: httpArg)
request(httpUrl: String, httpArg: String) {
var req = NSMutableURLRequest(URL: NSURL(string: httpUrl + &?& + httpArg)!)
req.timeoutInterval = 6
req.HTTPMethod = &GET&
req.addValue(&您自己的apikey&, forHTTPHeaderField: &apikey&)
NSURLConnection.sendAsynchronousRequest(req, queue: NSOperationQueue.mainQueue()) {
(response, data, error) -& Void in
let res = response as! NSHTTPURLResponse
println(res.statusCode)
if let e = error{
println(&请求失败&)
if let d = data {
var content = NSString(data: d, encoding: NSUTF8StringEncoding)
println(content)
JSON返回示例 :
&status&: &0&,
&msg&: &ok&,
&result&: {
&cityid&: &382&,
&city&: &杭州&,
&so2&: &12&,
&so224&: &20&,
&no2&: &80&,
&no224&: &64&,
&co&: &1.105&,
&co24&: &0.924&,
&o3&: &11&,
&o38&: &11&,
&o324&: &56&,
&pm10&: &86&,
&pm1024&: &78&,
&pm2_5&: &60&,
&pm2_524&: &52&,
&iso2&: &4&,
&ino2&: &40&,
&ico&: &12&,
&io3&: &4&,
&io38&: &6&,
&ipm10&: &64&,
&ipm2_5&: &72&,
&aqi&: &72&,
&primarypollutant&: &PM2.5&,
&quality&: &良&,
&timepoint&: & 16:00:00&,
&aqiinfo&: {
&level&: &二级&,
&color&: &#FFFF00&,
&affect&: &空气质量可接受,但某些污染物可能对极少数异常敏感人群健康有较弱影响&,
&measure&: &极少数异常敏感人群应减少户外活动&
&position&: [
&positionname&: &滨江&,
&so2&: &10&,
&so224&: &25&,
&no2&: &84&,
&no224&: &75&,
&co&: &1.324&,
&co24&: &0.808&,
&o3&: &4&,
&o38&: &6&,
&o324&: &45&,
&pm10&: &112&,
&pm1024&: &93&,
&pm2_5&: &80&,
&pm2_524&: &61&,
&iso2&: &4&,
&ino2&: &42&,
&ico&: &14&,
&io3&: &2&,
&io38&: &3&,
&ipm10&: &72&,
&ipm2_5&: &83&,
&aqi&: &107&,
&primarypollutant&: &细颗粒物(PM2.5)&,
&quality&: &轻度污染&,
&timepoint&: & 16:00:00&,
&color&: &#FF7E00&
返回参数信息:
cityid :城市ID
city:城市
so2:二氧化硫1小时平均
so224:二氧化硫24小时平均
no2:二氧化氮1小时平均
no224:二氧化氮24小时平均
co:一氧化碳1小时平均 mg/m3
co24:一氧化碳24小时平均 mg/m3
o3:臭氧1小时平均
o38:臭氧8小时平均
o324:臭氧24小时平均
pm10:PM10 1小时平均
pm1024:PM10 24小时平均
pm2_5:PM2.5 1小时平均
pm2_524:PM2.5 24小时平均
iso2:二氧化硫指数
ino2:二氧化氮指数
ico:一氧化碳指数
io3:臭氧指数
io38:臭氧8小时指数
ipm10:PM10指数
ipm2_5:PM2.5指数
aqi:AQI指数
primarypollutant:首要污染物
quality:空气质量指数类别,有“优、良、轻度污染、中度污染、重度污染、严重污染”6类
timepoint:发布时间
aqiinfo:AQI指数信息
level:等级
color:指数颜色值
affect :对健康的影响
measure:建议采取的措施
position:监测点
positionname:监测点名称
status见错误码列表。
温馨提示:请求参数中的cityid(城市ID)一项不要求用户必须填写。该接口所支持的城市名单以及城市对应的城市ID请查看获取城市列表接口。
套餐权限套餐价格
限制类错误:
错误码返回
错误码返回说明
User's request is expired
用户请求过期
User call overrun per day
用户日调用量超限
Service call overrun per second
服务每秒调用量超限
Service call overrun per day
服务日调用量超限
调用方错误:
错误码返回
错误码返回说明
URL cannot be resolved
url无法解析
Missing apikey
请求缺少apikey,登录即可获取
Apikey or secretkey is NULL
服务没有取到apikey或secretkey
Apikey does not exist
apikey不存在
Api does not exist
Api out of service
api已关闭服务
Service overdue, please pay in time
余额不足,请充值
User not verified
未通过实名验证
Service provider response status error
服务商响应status非200
代理平台错误:
错误码返回
错误码返回说明
Internal error
Sorry,The system is busy. Please try again late
系统繁忙稍候再试
获取城市接口调用方错误码:
错误码返回
错误码返回说明
城市和城市ID为空
城市不存在
APPKEY为空或不存在
APPKEY已过期
APPKEY无请求此数据权限
请求超过次数限制
IP请求超过限制
接口维护中
接口已停用
历史空气质量指数查询接口调用方错误码:
错误码返回
错误码返回说明
城市和城市ID为空
城市不存在
APPKEY为空或不存在
APPKEY已过期
APPKEY无请求此数据权限
请求超过次数限制
IP请求超过限制
接口维护中
接口已停用
空气质量指数查询接口调用方错误码:
错误码返回
错误码返回说明
城市和城市ID为空
城市不存在
APPKEY为空或不存在
APPKEY已过期
APPKEY无请求此数据权限
请求超过次数限制
IP请求超过限制
接口维护中
接口已停用
购买开发者
联系邮箱:
大家都在问
1.数据实时更新,覆盖面广,接口多,查询便捷。
2.返回标准接口,返回内容完备.
3.数据接口每日检查、更新,专人负责维护,保证程序正常运行。
App软件查询。个人、企业开发需要。
平均响应延迟
&&&&服务遇到质量问题享受退款保障
&&&&如果当前服务无法满足您的需求,可以联系我们。平台评估需求通过后,提供定制化解决方案 & & &
&&&&购买服务冻结担保30天,30天内遇到服务质量问题您有权申请退款印度首发10城市空气质量指数
&&&&来源:&&&&
原标题:印度首发10城市空气质量指数  首次采用国际通用标准 “深绿”到“紫红”分6个级别   欣华
■ 印度空气污染情况严重,政府呼吁更多使用清洁能源   印度6日首次发布全国10座城市的空气质量指数,这是印度首次采用国际通用的空气质量标准,让公众及时了解空气污染状况,并为他们提供防护建议。   污染全球最严重   印度官员表示,新德里、班加罗尔等10座大中城市首先设立空气质量报告系统,随后逐渐覆盖所有人口百万以上的城市。   这一系统把空气质量分为“好”“适宜”“一般”“差”“很差”和“严重污染”共6个级别,分别以“深绿”至“紫红”等颜色标示,同时列出主要污染物,如二氧化硫、二氧化氮、PM2.5等,并按时更新相关指数。   从目前数据看,除了南部城市海得拉巴以外,新德里和孟买等印度大城市近日的空气质量多为“一般”或“差”,新兴科技中心班加罗尔的空气则“很差”。   世界卫生组织去年的报告显示,新德里是空气污染最严重的首都,在20座空气污染最严重的城市中印度占12座。美国耶鲁大学等机构发布的报告估计,糟糕的空气质量会导致印度人平均“减寿”约3.2年。   莫迪总理6日表示,不会向外国要求减排的压力低头,但会更多使用清洁能源和鼓励低能耗的生活方式。但他同时认为,印度人均温室气体排放量很低,相关国际数据不能客观反映全部事实。   城市管理有问题   印度城市的空气污染问题,与城市管理的深层次问题有关。以新德里为例,这座城市及其周围地区居住着约3000万人,人口密度极高,空气污染源包括汽车尾气、工业废气和正在兴起的房地产工程建设污染。   新德里没有煤气管道,做饭主要靠煤气罐和电炉,一些贫民窟和郊区还大量使用柴草及煤炭。与此同时,城市应对空气污染的措施严重不足,虽设有监管部门,但缺乏实际能力控制污染。   城市交通管理相对落后也是空气污染严重的原因之一。比如在新德里,白天有各种中小型汽车造成的严重尾气污染,夜晚还有大量重型卡车进城装卸货物,给城市空气质量带来持续压力。   应对战略未跟进   专家认为,推出空气质量报告系统说明印度政府日益重视这一问题。不过,印度还没有把提高空气质量上升到战略高度,也没有同步出台遏制空气污染的新措施。
  此外,公众对空气污染问题的认识水平普遍较低,不利于相关措施的落实。而印度各地对城市污染的检测标准也不统一,管理成效不佳。印度环保人士认为,政府在立法、预算和投入等方面应尽快采取更多措施,为遏制空气污染进行“持久战”。
善意回帖,理性发言!
使用其他账号登录:
恭喜你,发表成功!
请牢记你的用户名:,密码:,立即进入修改密码。
s后自动返回
5s后自动返回
恭喜你,发表成功!
5s后自动返回
最新评论热门评论
24小时排行&|&
人 民 网 版 权 所 有 ,未 经 书 面 授 权 禁 止 使 用
Copyright &
by .cn all rights reserved
人 民 网 版 权 所 有 ,未 经 书 面 授 权 禁 止 使 用
Copyright &
by .cn. all rights reserved

我要回帖

更多关于 北京空气质量指数一周 的文章

 

随机推荐