# URL

{% hint style="info" %}
Last updated: 2024/1/9
{% endhint %}

Here is the list of tables which are related to URL category:

<table><thead><tr><th width="78" align="center">ID</th><th width="177">Display Name</th><th width="228">Explanations</th><th align="center">Parameter A</th><th align="center">Parameter B</th></tr></thead><tbody><tr><td align="center"><a href="url/url-request">169</a></td><td>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)</td><td><p>Load the results from website API ‘A’, then save it to variable ‘B’</p><p>P.S. If you tried to grab a whole webpage, the result will only get &#x3C;html> or &#x3C;!DOCHTML> which is useless.<br>Also, Json will give either "{" or "{...}" depends on new line.</p></td><td align="center">Var (URL)</td><td align="center">Var</td></tr></tbody></table>
