Skip to content
Discussion options

You must be logged in to vote

If you add &format=csv to the API URL, it will return data in CSV. It will directly prompt you to download a file, because the HTTP content disposition headers are set. E.g. https://api.open-meteo.com/v1/forecast?latitude=52.52&longitude=13.41&hourly=temperature_2m&format=csv

Otherwise as @guidocioni wrote, use Python to format the data however you like to :)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@franktoffel
Comment options

@patrick-zippenfenig
Comment options

Answer selected by franktoffel
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants