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/weather/v1/city?q=London,uk&apikey=xxxx"
{
"code": "0",
"msg": "success",
"data": {
"name": "London",
"weather": "Clouds",
"weather_description": "scattered clouds",
"temp": "45.1",
"humidity": "65",
"pressure": "1000",
"sunrise": "1583217649",
"sunset": "1583257456",
"coord": {
"lon": -0.13,
"lat": 51.509999999999998
},
"wind_speed": "11.41",
"wind_deg": "250",
"timezone": "0"
}
}