JUHEAPI Explorer - API testing tools
JUHEAPI Explorer allows you to call an API through its web interface , and view the entire process
curl -i -k "https://global.juheapi.com/aqi/v1/city?q=beijing&apikey=xxxx"
{
"code": "0",
"msg": "success",
"data": {
"city": "Dongcheng Dongsi, Beijing (东城东四)",
"aqi": "117",
"co": "4.6",
"no2": "14.7",
"o3": "10.6",
"pm10": "44",
"pm25": "117",
"so2": "2.6",
"geo": {
"lat": "39.929",
"lon": "116.417"
}
}