I need help to connect my website to Kodular through WordPress. can someone help me please?

I see that the JSON you receive is very complex and contains a lot of data.
It’s a list of dictionaries, where each element contains many parameters.

The first step, as you’ve already done, is to call the Web component with the URL you provided.
In Web.GotText you will receive the JSON text (which, for convenience, I’d suggest converting into a dictionary)
After doing this, you’ll be able to access all parts of the dictionary mainly by using getValueAtKeyPath.

I strongly recommend studying how dictionaries work,

and I’ll leave you an example that, using RecyclerList, shows images by creating Image components, and when you click on them it returns their “title”.