C#C
C#4y ago
nevemlaci

❔ Weather API

Hi, I'm trying to make a simple weather forecast app for school and to learn how APIs work. Here is the link that I get from their site: https://api.open-meteo.com/v1/forecast?latitude=52.52&longitude=13.41&hourly=temperature_2m
this returns a json with the forecast. How can I use this in code?
Was this page helpful?