Web API not work

instead of get property “ayahs”, you should try get_property “ayahs[1]” (because ayahs is an array (you can tell because it starts with “[”

i f you want to handle arrays dynamically so you don’t have to pre-count how many elements in an array,
use the method used here:

study the way the ‘for each item’ block is used to loop thru the array. you will have to do a similar thing.