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/exchange-rate/v1/query?apikey=xxxx&from=USD&to=CNY"
{
"code": "0",
"msg": "success",
"data": [
{
"currencyF": "CNY",
"currencyF_Name": "人民币",
"currencyT": "USD",
"currencyT_Name": "美元",
"currencyFD": "1",
"exchange": "0.1433",
"result": "0.1433",
"updateTime": "2020-02-13 17:39:56"
},
{
"currencyF": "USD",
"currencyF_Name": "美元",
"currencyT": "CNY",
"currencyT_Name": "人民币",
"currencyFD": "1",
"exchange": "6.9804",
"result": "6.9804",
"updateTime": "2020-02-13 17:39:56"
}
]
}