How to implement any API in my app

For retrieving, sending data to a web api , you can use the web component:

Also see here:
How to work with the web component and an API by Stephen
And some times, the api’d return the response in json format, so you’d need to parse it to list of lists using this block:
image
See here:

Also you can see this guide by @WatermelonIce:

Some of the links above, are from here : App Inventor Links | Pura Vida Apps

3 Likes