Weather App - Finding All of the Possible weather[0].main Values

I’m working on the weather app project and I want the use weather descriptors as part of my code to change the background with the weather (ie weather[0].main). Does anyone have a list of all the possible weather descriptors in this api or know of a way I can find such a list? I’ve discovered 5 so far (rain, mist, clouds, clear, thunderstorm) just by looking up places with different weather conditions on a weather radar and entering those locations’ longs/lats into the api, but that’s not an ideal method (I can’t find anywhere that’s snowing at the moment for example). Any help would be appreciated.

Looks like they’re using this one.
https://openweathermap.org/weather-conditions

1 Like

NIIIIICEE!!! Thanks for the prompt response. This is exactly what I was looking for.

1 Like