Euskalmet
APIFree weather API for Basque Country meteorological data
Overview
Euskalmet API provides real-time and forecasted meteorological data specific to the Basque Country (Álava, Biscay, Gipuzkoa). Key endpoints include current weather conditions (temperature, humidity, wind speed/direction), 7-day forecasts, historical climate records, and extreme weather alerts. Responses are formatted in JSON for seamless integration. Ideal use cases: Local weather apps for Basque regions, agricultural planning tools, tourism platforms highlighting regional conditions, and municipal public notification systems for weather-related events.
Example Integration (JavaScript)
fetch('https://opendata.euskadi.eus/api-euskalmet/-/api-de-euskalmet/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON response format
- Region-specific Basque Country data
- Real-time weather updates
- 7-day forecasts
- Historical climate records
- No API key required
Frequently Asked Questions
? Is Euskalmet API free to use?
Yes, the Euskalmet API is completely free for public use as part of the Basque Government's open data program.
? Does it require an API Key?
No, the API does not require an API key for access, allowing straightforward integration into applications.
? What is the response format?
All responses from the Euskalmet API are in JSON format, which is widely compatible with most programming languages and development tools.
Top Alternatives
People Also Ask about Euskalmet
Tool Info
Pros
- ⊕ Free public access
- ⊕ Accurate region-specific data
- ⊕ Comprehensive data types (current, forecast, historical)
- ⊕ Easy integration (JSON, no auth)
- ⊕ Supported by Basque Government open data initiative
Cons
- ⊖ Limited to Basque Country geographic scope
- ⊖ Potential rate limits for high-volume use
- ⊖ Documentation primarily in Basque/Spanish
- ⊖ No official SLA for uptime