Help needed for converting this curl to blocks

Dear developers,

I need your esteemed help for converting the following curl request to blocks :

curl -X GET “https://api.aladhan.com/v1/timingsByAddress/01-03-2025?address=Algiers%2C+Algeria&method=19&shafaq=general&timezonestring=UTC&calendarMethod=UAQ” \ -H ‘accept: application/json’

I highly appreciate your help.

Many thanks in advance.

https://curltoblocks.firebaseapp.com/

Visit here, paste your above vode here, instantly it will convert.

Enjoy.

Dear Ahmed,

Thank you very much for your help and time.
Unfortunatly the blocks you suggested didn’t work.
Since I am new to coding can you please help me implementing the API request.

Kind regards.

Just set

https://api.aladhan.com/v1/timingsByAddress/01-03-2025?address=Algiers%2C+Algeria&method=19&shafaq=general&timezonestring=UTC&calendarMethod=UAQ

as Web.Url, tthen call Web.Get and receive the result in the Web.GotText event

A very good way to learn App Inventor or Kodular is to read the free Inventor’s Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps … the links are at the bottom of the Web page. The book ‘teaches’ users how to program with AI2 blocks.

There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps

How to do a lot of basic things with App Inventor are described here: How do you...? .

Also do the tutorials Our Tutorials! to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor

Taifun