Help Loop over array - trigger API query with the value from array as input

Hi,

Hope it is okay asking like this. I have no idea how to do this. I have googled and tried to look into the community and it is likely fairly simple but i cannot seem to convert/transfer that info to what i need hence asking here.

I have a API connection setup and a URL which takes an input like shown in below screenshot (VALUEINPUTHERE)

I cannot figure out for the love of my life how to run a loop over an array of number values which should substitute the VALUEINPUTHERE.

e.g. a transformer containing something as simple as :
image

I would also need to contain/capture the result of the API call. (query1)

Can you please give me an example (preferably with the names/variablenames as in my example so i can try to figure out how the things are connected?

In advance many thanks.

Ended up doing it through python.