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/exchangerate/v1/codes?apikey=xxxx"
{ "code": "0", "msg": "success", "supported_codes": [ { "code": "USD", "name": "US Dollar" }, { "code": "ARS", "name": "Argentine Peso" }, { "code": "BBD", "name": "Barbados Dollar" } ] }