08.01.2018, 17:18
You can make use of the HTTP function in a_http (#include a_http). This will work better on actual APIs than the page you linked, as it will be difficult to read off what is returned and make use of it.
For example, this will return data in a formatted json string, which is more usable. More information on the HTTP function here.
For example, this will return data in a formatted json string, which is more usable. More information on the HTTP function here.

