E
E
ernestby2014-03-17 12:12:00
API
ernestby, 2014-03-17 12:12:00

Where can I get the weather forecast in .json format?

You need to write a weather forecast for the site. I am looking for sites that give weather in .json.
If anyone knows please share

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Stepan, 2014-03-17
@ernestby

openweathermap.org/API
The most "truthful" according to my observations is developer.yahoo.com/weather
But there is XML...

D
Dmitry Yakovlev, 2015-07-13
@dimansar

I'm not a pro in programming, but here
api.openweathermap.org/data/2.5/weather?q=London,uk
Where is the weather in Celtius?))

This API has a units variable - it is responsible for the metric.
With the metric value, almost everything will go into the usual types of measurements - degrees in Celsius, wind speed in m / s, etc. The only thing that will not change is atmospheric pressure. it will remain in hectopascals. So convert to mmHg. will have to.
Example:
http://api.openweathermap.org/data/2.5/weather?q=S...

E
ernestby, 2014-03-17
@ernestby

I'm not a pro in programming, but here
api.openweathermap.org/data/2.5/weather?q=London,uk
Where is the weather in Celtius?))

S
Seiger, 2020-06-02
@Seiger

https://gridforecast.com/api gives data in json. Contains 586 variables for one forecast. Has coverage for the entire planet. Access to forecasts by coordinates.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question