-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAPI Key
53 lines (36 loc) · 1.21 KB
/
API Key
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Open Weather Map API:
https://openweathermap.org/
-------------------------------------------------------------------------------
Open Weather Map API Key:
7558419d9a99d2be3b1975a5ecc02218
-------------------------------------------------------------------------------
Current Weather API:
Sample Link:
https://samples.openweathermap.org/data/2.5/weather?q=London,uk&appid=439d4b804bc8187953eb36d2a8c26a02
API Call by City Name:
api.openweathermap.org/data/2.5/weather?q={city name}&appid={your api key}
-icon
-main weather
-description
-temp
-humidity
-wind speed
--------------------------------------------------------------------------------
5 Day weather
Link to documentation:
https://openweathermap.org/forecast5
API Call by City Name:
api.openweathermap.org/data/2.5/forecast?q={city name}&appid={your api key}
-icon
-main weather
-description
-temp
-humidity
-wind speed
--------------------------------------------------------------------------------
One Call API - current weather, has UV index
ONLY for LAT and LON COORDINATES
https://api.openweathermap.org/data/2.5/onecall?lat=33.441792&lon=-94.037689&
exclude=hourly,daily&appid={YOUR API KEY}
- hourly forecast for 48 hours
- daily forecast for 7 days