Weather app description range? Solved

Hello. I was wondering if anyone knows how to get the range of descriptions the FCC weather API selects from. I know I could spend hours requesting data by varying lat and long in my requests and downloading descriptions from all over the world, but it would be a bit time consuming. I could also scan the strings for certain elements as well and base image selection off that, but I’d really like to have certainty about the range. Anyone know the range or how to get it easily?

Thanks.

2 Likes

You mean the weather descriptions? The FCC API uses the OpenWeatherMap API, if I’m not mistaken. You can find the list of all codes\descriptions\icons here.

4 Likes

Thanks a lot for that. That’s perfect.

1 Like