Hi Experts.
I think I have followed step by step to Call API, but the response is not in JSON format, but in HTML format (although I think in that HTML-format response, I found the information I need).
I am making my weather prediction in my country with the API from our nation’s weather service body:
https://api.bmkg.go.id/publik/prakiraan-cuaca?adm4={kode_wilayah_tingkat_iv}
parameter {kode_wilayah_tingkat_iv} replaced with 71.71.08.1011.
I have made the Construct URL column (API_BMKG), and it did return the correct JSON format when I paste the constructed URL. Here is the constructed URL form the API:
https://api.bmkg.go.id/publik/prakiraan-cuaca?adm4=71.71.08.1011
If I copy then paste the constructed URL, it returned the right JSON format, like below:
But when I created a button to Call API, it returned not in pure JSON format (HTML, I think):
This is the button configuration in Workflow:
Please guide me what should I do to get the correct JSON format, so I can move on. Thank you.