I'm trying to use the API provided by AEMET, spanish goverment office for climatological information. It is fully defined in this swagger definition:
https://opendata.aemet.es/AEMET_OpenData_specification.json
Microsoft flow assistant for user APIs gets everithing just fine from this template and automatically configures all the 58 possible actions. The login must be done with an API key which is generated in this url:
https://opendata.aemet.es/centrodedescargas/altaUsuario?
The problem comes when executing any of the defined actions, the result is always the same: Internal server error, which I'm not sure whether it is coming from de flow server or the AEMET server.
Can someone give a hand here? I'm sure this connector when working will be very useful for many users, it is possible to get all the temperatures, forecasts, satellite pictures etc. on demand.
Here is the documentation for the API
https://opendata.aemet.es/dist/index.html?
Thanks!

