Get data from a website and show on the app

Hi guys, I was wondering how can I get data from a website and show it on an app.
For example, let’s say that I have my internet service provider website from where I can see the data left on my plan but there isn’t an app linked to it.
How can I make an app that have a label and, when I login, it connects to the website and get this information?
Not only with numbers but with text, ecc.
Like “connect to a website, read the string in this place, show it on the label”.
Hope I was clear and everyone understood…

Yep, you can do it.

Using the Web function.

To send a username and password check here

https://puravidaapps.com/snippets.php#2authurl

2 Likes

Thanks,
Any block example or guide? The documentation is still in progress ;___;

https://puravidaapps.com/filedownload.php#restricted

Login, get the data, and then when you have GotFile, that is the HTML file, you can do whatever you want with the content.

2 Likes

You can do that if you are able to get API from service provider to get specific info.

1 Like

Can u plz show me the blocks that i have to make in order to make something like below:

using the url:-
https://andro.cyou/api/v1/posts

or simply you can tell me what changes i have to make in the blocks on this guide Guide: How to get JSON data from an Api using dictionaries (and show it on a dynamic cardview)

Web Component

plz can u elaborate more…

API + web Component

https://community.kodular.io/search?context=topic&context_id=21399&q=Web%20Component%20api&skip_context=true

Ya thanks for that.but actually what i am trying to say is that since i want the same layout as created in the GIF…but my api is somewhat diffrerent so when using exact copy of the blocks from the guide its showing error and i know it will show…I don’y have much knowledge about WEB and API component…so i want you to check while changing the url from the one mentioned in the guide to my own url…what exact changes i have to make in the blocks mentioned in the guide…it will be really helpful for me…plz