Getting value from JSON dictionary (openweathermap api air pollution)

I'm trying to get the values from inside the "components" dictionary from the following JSON:
json

Those are my current blocks:

I get the content from "list", but i don't know how i can reach what is inside.

To get so2, use path

list
1
components
so2

This discussion about the openweather api might be helpful

image

You are welcome to try my aia:
AirQuality_III.aia (6.8 KB)

You need to add your api token. :wink:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.