Request webpage with URL stored in variable 'A' and save response to variable 'B' once loaded (variable 'B' will be equal to ''loading...'' for some period of time)
Load the results from website API ‘A’, then save it to variable ‘B’
P.S. If you tried to grab a whole webpage, the result will only get <html> or <!DOCHTML> which is useless.
Also, Json will give either "{" or "{...}" depends on new line.