Back to catalog

Meteosource

API Key

Global weather forecasts based on machine learning and historical data

WeatherHTTPS

Vienna, Austria

Partly sunny

Current.Temperature19.6
Current.SummaryPartly sunny
Current.Wind.Speed15.2
Current.Humidity51
Current.Uv Index4.5

Sample Response

response.json
1{
2 "lat": "48.2082N",
3 "lon": "16.3738E",
4 "elevation": 171,
5 "timezone": "Europe/Vienna",
6 "units": "metric",
7 "current": {
8 "icon": "partly_sunny",
9 "icon_num": 4,
10 "summary": "Partly sunny",
11 "temperature": 19.6,
12 "feels_like": 18.3,
13 "wind": {
14 "speed": 15.2,
15 "gusts": 28.4,

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.meteosource.com/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs