Back to catalog

Aemet

API Key

Weather and forecast data from Spain

WeatherHTTPS

Spain Weather Forecast

AEMET

CityMadrid
Temperature28°C
Humidity35%
Wind Speed14 km/h
DescriptionClear sky

Sample Response

response.json
1{
2 "city": "Madrid",
3 "temperature": "28°C",
4 "humidity": "35%",
5 "windSpeed": "14 km/h",
6 "description": "Clear sky"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://opendata.aemet.es/centrodedescargas/inicio" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs