Is API available in App inventor? If it is, then how to utilize it?

I'm curious, how to use API in app inventor? I have scrolled through all the elements, but I can't really find an asset to utilize it. Is there anyway to utilize APIs?

Hello, with the Web component, in the Connectivity category, can be used to query any Web API. All you need is the URL and all the parameters to include. Sometimes an API key may also be required. (Normally everything is written in the API documentation)

Nico

Here's our collection of API samples:

well, except post multipart form data .