Back to catalog

Meteoblue

API Key

Global weather data with 100+ weather variables, 14 days ahead and 4 days of history data.

WeatherHTTPSCORS enabled

location

weather_description

LocationZurich, Switzerland
Temperature 2m14.3
Precipitation0.2
Windspeed 10m18.5
Weather DescriptionPartly cloudy

Sample Response

response.json
1{
2 "location": "Zurich, Switzerland",
3 "temperature_2m": 14.3,
4 "precipitation": 0.2,
5 "windspeed_10m": 18.5,
6 "weather_description": "Partly cloudy"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://content.meteoblue.com/en/business-solutions/weather-apis" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs