Free: API openweathermap.org

The API of openweathermap.org gives Feeds like https://samples.openweathermap.org/ and inside that JSON like https://samples.openweathermap.org/data/2.5/weather?q=London&appid=..


See how the free JSON Content Importer Plugin can use with the static JSON-Feed https://api.json-content-importer.com/extra/api/openweather.json:

Shortcode:

[[jsoncontentimporter url=https://api.json-content-importer.com/extra/api/openweather.json]
Location: <a href="https://www.google.com/maps/search/{subloop:coord:-1}{coord.lat},{coord.lon}{/subloop:coord}">{name}</a> wind: 
{subloop:wind:-1}speed: {wind.speed}, deg: {wind.deg}{/subloop:wind}
{subloop:main:-1}humidity: {main.humidity}{/subloop:main} 
{subloop-array:weather:-1} {weather.main}, {weather.description} icon: <img src="http://openweathermap.org/img/wn/{weather.icon}@2x.png" title="{weather.main}: {weather.description}"> {/subloop-array:weather}
 [/jsoncontentimporter]]

In Action:


Location: London
wind: speed: 4.1, deg: 80
humidity: 81

Drizzle, light intensity drizzle
icon: