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 "http://global.juheapi.com/timezone/v1/query?apikey=xxxx&lat=35.111&lon=12313×tamp=1581656099"
{
"code": "0",
"msg": "success",
"data": {
"timezone_id": "Asia/Shanghai",
"dst_offset": 0,
"raw_offset": 28800
}
}