URLExecute
URLExecute[url] executes the specified URL, importing whatever result is generated.
URLExecute[url,{param1->val1,param2->val2,…}] executes the specified URL, adding elements with names parami and values vali.
URLExecute[url,params,format] imports the result using the specified format.
URLExecute[CloudObject[…],…] executes a cloud object with current authentication settings.
URLExecute[HTTPRequest[…],…] executes the specified HTTP request.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.