Getting weather data through external API

You might want to look at thus example as a way of extracting one or two pieces of data from an API response.
Otherwise you can use the JSON library and use that to deserialise and extract the data.

Pete.

1 Like