Advertisement
thief_g

Weather API responce for Delhi

Nov 17th, 2021
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.63 KB | None | 0 0
  1. {
  2. "location": {
  3. "name": "Delhi",
  4. "region": "Delhi",
  5. "country": "India",
  6. "lat": 28.67,
  7. "lon": 77.22,
  8. "tz_id": "Asia/Kolkata",
  9. "localtime_epoch": 1637179099,
  10. "localtime": "2021-11-18 1:28"
  11. },
  12. "current": {
  13. "last_updated_epoch": 1637178300,
  14. "last_updated": "2021-11-18 01:15",
  15. "temp_c": 16.0,
  16. "temp_f": 60.8,
  17. "is_day": 0,
  18. "condition": {
  19. "text": "Mist",
  20. "icon": "//cdn.weatherapi.com/weather/64x64/night/143.png",
  21. "code": 1030
  22. },
  23. "wind_mph": 0.0,
  24. "wind_kph": 0.0,
  25. "wind_degree": 0,
  26. "wind_dir": "N",
  27. "pressure_mb": 1015.0,
  28. "pressure_in": 29.97,
  29. "precip_mm": 0.0,
  30. "precip_in": 0.0,
  31. "humidity": 82,
  32. "cloud": 25,
  33. "feelslike_c": 16.0,
  34. "feelslike_f": 60.8,
  35. "vis_km": 2.0,
  36. "vis_miles": 1.0,
  37. "uv": 1.0,
  38. "gust_mph": 2.7,
  39. "gust_kph": 4.3,
  40. "air_quality": {
  41. "co": 6942.7998046875,
  42. "no2": 106.9000015258789,
  43. "o3": 0.0,
  44. "so2": 52.900001525878906,
  45. "pm2_5": 642.0,
  46. "pm10": 788.2000122070312,
  47. "us-epa-index": 6,
  48. "gb-defra-index": 10
  49. }
  50. },
  51. "forecast": {
  52. "forecastday": [
  53. {
  54. "date": "2021-11-18",
  55. "date_epoch": 1637193600,
  56. "day": {
  57. "maxtemp_c": 29.6,
  58. "maxtemp_f": 85.3,
  59. "mintemp_c": 18.5,
  60. "mintemp_f": 65.3,
  61. "avgtemp_c": 23.4,
  62. "avgtemp_f": 74.2,
  63. "maxwind_mph": 3.6,
  64. "maxwind_kph": 5.8,
  65. "totalprecip_mm": 0.0,
  66. "totalprecip_in": 0.0,
  67. "avgvis_km": 10.0,
  68. "avgvis_miles": 6.0,
  69. "avghumidity": 26.0,
  70. "daily_will_it_rain": 0,
  71. "daily_chance_of_rain": 0,
  72. "daily_will_it_snow": 0,
  73. "daily_chance_of_snow": 0,
  74. "condition": {
  75. "text": "Sunny",
  76. "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
  77. "code": 1000
  78. },
  79. "uv": 5.0
  80. },
  81. "astro": {
  82. "sunrise": "06:47 AM",
  83. "sunset": "05:27 PM",
  84. "moonrise": "04:55 PM",
  85. "moonset": "05:39 AM",
  86. "moon_phase": "Waning Gibbous",
  87. "moon_illumination": "97"
  88. },
  89. "hour": [
  90. {
  91. "time_epoch": 1637173800,
  92. "time": "2021-11-18 00:00",
  93. "temp_c": 20.8,
  94. "temp_f": 69.4,
  95. "is_day": 0,
  96. "condition": {
  97. "text": "Clear",
  98. "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
  99. "code": 1000
  100. },
  101. "wind_mph": 1.6,
  102. "wind_kph": 2.5,
  103. "wind_degree": 174,
  104. "wind_dir": "S",
  105. "pressure_mb": 1014.0,
  106. "pressure_in": 29.96,
  107. "precip_mm": 0.0,
  108. "precip_in": 0.0,
  109. "humidity": 30,
  110. "cloud": 0,
  111. "feelslike_c": 20.8,
  112. "feelslike_f": 69.4,
  113. "windchill_c": 20.8,
  114. "windchill_f": 69.4,
  115. "heatindex_c": 20.8,
  116. "heatindex_f": 69.4,
  117. "dewpoint_c": 2.5,
  118. "dewpoint_f": 36.5,
  119. "will_it_rain": 0,
  120. "chance_of_rain": 0,
  121. "will_it_snow": 0,
  122. "chance_of_snow": 0,
  123. "vis_km": 10.0,
  124. "vis_miles": 6.0,
  125. "gust_mph": 2.7,
  126. "gust_kph": 4.3,
  127. "uv": 1.0
  128. },
  129. {
  130. "time_epoch": 1637177400,
  131. "time": "2021-11-18 01:00",
  132. "temp_c": 20.4,
  133. "temp_f": 68.7,
  134. "is_day": 0,
  135. "condition": {
  136. "text": "Clear",
  137. "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
  138. "code": 1000
  139. },
  140. "wind_mph": 0.9,
  141. "wind_kph": 1.4,
  142. "wind_degree": 221,
  143. "wind_dir": "SW",
  144. "pressure_mb": 1014.0,
  145. "pressure_in": 29.95,
  146. "precip_mm": 0.0,
  147. "precip_in": 0.0,
  148. "humidity": 30,
  149. "cloud": 0,
  150. "feelslike_c": 20.4,
  151. "feelslike_f": 68.7,
  152. "windchill_c": 20.4,
  153. "windchill_f": 68.7,
  154. "heatindex_c": 20.4,
  155. "heatindex_f": 68.7,
  156. "dewpoint_c": 2.3,
  157. "dewpoint_f": 36.1,
  158. "will_it_rain": 0,
  159. "chance_of_rain": 0,
  160. "will_it_snow": 0,
  161. "chance_of_snow": 0,
  162. "vis_km": 10.0,
  163. "vis_miles": 6.0,
  164. "gust_mph": 1.6,
  165. "gust_kph": 2.5,
  166. "uv": 1.0
  167. },
  168. {
  169. "time_epoch": 1637181000,
  170. "time": "2021-11-18 02:00",
  171. "temp_c": 19.9,
  172. "temp_f": 67.8,
  173. "is_day": 0,
  174. "condition": {
  175. "text": "Clear",
  176. "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
  177. "code": 1000
  178. },
  179. "wind_mph": 1.8,
  180. "wind_kph": 2.9,
  181. "wind_degree": 287,
  182. "wind_dir": "WNW",
  183. "pressure_mb": 1014.0,
  184. "pressure_in": 29.95,
  185. "precip_mm": 0.0,
  186. "precip_in": 0.0,
  187. "humidity": 31,
  188. "cloud": 0,
  189. "feelslike_c": 19.9,
  190. "feelslike_f": 67.8,
  191. "windchill_c": 19.9,
  192. "windchill_f": 67.8,
  193. "heatindex_c": 19.9,
  194. "heatindex_f": 67.8,
  195. "dewpoint_c": 2.3,
  196. "dewpoint_f": 36.1,
  197. "will_it_rain": 0,
  198. "chance_of_rain": 0,
  199. "will_it_snow": 0,
  200. "chance_of_snow": 0,
  201. "vis_km": 10.0,
  202. "vis_miles": 6.0,
  203. "gust_mph": 3.1,
  204. "gust_kph": 5.0,
  205. "uv": 1.0
  206. },
  207. {
  208. "time_epoch": 1637184600,
  209. "time": "2021-11-18 03:00",
  210. "temp_c": 19.5,
  211. "temp_f": 67.1,
  212. "is_day": 0,
  213. "condition": {
  214. "text": "Clear",
  215. "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
  216. "code": 1000
  217. },
  218. "wind_mph": 2.0,
  219. "wind_kph": 3.2,
  220. "wind_degree": 317,
  221. "wind_dir": "NW",
  222. "pressure_mb": 1014.0,
  223. "pressure_in": 29.94,
  224. "precip_mm": 0.0,
  225. "precip_in": 0.0,
  226. "humidity": 32,
  227. "cloud": 0,
  228. "feelslike_c": 19.5,
  229. "feelslike_f": 67.1,
  230. "windchill_c": 19.5,
  231. "windchill_f": 67.1,
  232. "heatindex_c": 19.5,
  233. "heatindex_f": 67.1,
  234. "dewpoint_c": 2.5,
  235. "dewpoint_f": 36.5,
  236. "will_it_rain": 0,
  237. "chance_of_rain": 0,
  238. "will_it_snow": 0,
  239. "chance_of_snow": 0,
  240. "vis_km": 10.0,
  241. "vis_miles": 6.0,
  242. "gust_mph": 3.6,
  243. "gust_kph": 5.8,
  244. "uv": 1.0
  245. },
  246. {
  247. "time_epoch": 1637188200,
  248. "time": "2021-11-18 04:00",
  249. "temp_c": 19.1,
  250. "temp_f": 66.4,
  251. "is_day": 0,
  252. "condition": {
  253. "text": "Clear",
  254. "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
  255. "code": 1000
  256. },
  257. "wind_mph": 2.2,
  258. "wind_kph": 3.6,
  259. "wind_degree": 1,
  260. "wind_dir": "N",
  261. "pressure_mb": 1014.0,
  262. "pressure_in": 29.93,
  263. "precip_mm": 0.0,
  264. "precip_in": 0.0,
  265. "humidity": 34,
  266. "cloud": 0,
  267. "feelslike_c": 19.1,
  268. "feelslike_f": 66.4,
  269. "windchill_c": 19.1,
  270. "windchill_f": 66.4,
  271. "heatindex_c": 19.1,
  272. "heatindex_f": 66.4,
  273. "dewpoint_c": 2.9,
  274. "dewpoint_f": 37.2,
  275. "will_it_rain": 0,
  276. "chance_of_rain": 0,
  277. "will_it_snow": 0,
  278. "chance_of_snow": 0,
  279. "vis_km": 10.0,
  280. "vis_miles": 6.0,
  281. "gust_mph": 4.0,
  282. "gust_kph": 6.5,
  283. "uv": 1.0
  284. },
  285. {
  286. "time_epoch": 1637191800,
  287. "time": "2021-11-18 05:00",
  288. "temp_c": 18.8,
  289. "temp_f": 65.8,
  290. "is_day": 0,
  291. "condition": {
  292. "text": "Clear",
  293. "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
  294. "code": 1000
  295. },
  296. "wind_mph": 2.5,
  297. "wind_kph": 4.0,
  298. "wind_degree": 30,
  299. "wind_dir": "NNE",
  300. "pressure_mb": 1014.0,
  301. "pressure_in": 29.93,
  302. "precip_mm": 0.0,
  303. "precip_in": 0.0,
  304. "humidity": 36,
  305. "cloud": 0,
  306. "feelslike_c": 18.8,
  307. "feelslike_f": 65.8,
  308. "windchill_c": 18.8,
  309. "windchill_f": 65.8,
  310. "heatindex_c": 18.8,
  311. "heatindex_f": 65.8,
  312. "dewpoint_c": 3.4,
  313. "dewpoint_f": 38.1,
  314. "will_it_rain": 0,
  315. "chance_of_rain": 0,
  316. "will_it_snow": 0,
  317. "chance_of_snow": 0,
  318. "vis_km": 10.0,
  319. "vis_miles": 6.0,
  320. "gust_mph": 4.5,
  321. "gust_kph": 7.2,
  322. "uv": 1.0
  323. },
  324. {
  325. "time_epoch": 1637195400,
  326. "time": "2021-11-18 06:00",
  327. "temp_c": 18.5,
  328. "temp_f": 65.3,
  329. "is_day": 0,
  330. "condition": {
  331. "text": "Clear",
  332. "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
  333. "code": 1000
  334. },
  335. "wind_mph": 2.2,
  336. "wind_kph": 3.6,
  337. "wind_degree": 20,
  338. "wind_dir": "NNE",
  339. "pressure_mb": 1014.0,
  340. "pressure_in": 29.95,
  341. "precip_mm": 0.0,
  342. "precip_in": 0.0,
  343. "humidity": 38,
  344. "cloud": 0,
  345. "feelslike_c": 18.5,
  346. "feelslike_f": 65.3,
  347. "windchill_c": 18.5,
  348. "windchill_f": 65.3,
  349. "heatindex_c": 18.5,
  350. "heatindex_f": 65.3,
  351. "dewpoint_c": 3.9,
  352. "dewpoint_f": 39.0,
  353. "will_it_rain": 0,
  354. "chance_of_rain": 0,
  355. "will_it_snow": 0,
  356. "chance_of_snow": 0,
  357. "vis_km": 10.0,
  358. "vis_miles": 6.0,
  359. "gust_mph": 4.0,
  360. "gust_kph": 6.5,
  361. "uv": 1.0
  362. },
  363. {
  364. "time_epoch": 1637199000,
  365. "time": "2021-11-18 07:00",
  366. "temp_c": 18.6,
  367. "temp_f": 65.5,
  368. "is_day": 1,
  369. "condition": {
  370. "text": "Sunny",
  371. "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
  372. "code": 1000
  373. },
  374. "wind_mph": 2.0,
  375. "wind_kph": 3.2,
  376. "wind_degree": 16,
  377. "wind_dir": "NNE",
  378. "pressure_mb": 1015.0,
  379. "pressure_in": 29.97,
  380. "precip_mm": 0.0,
  381. "precip_in": 0.0,
  382. "humidity": 39,
  383. "cloud": 0,
  384. "feelslike_c": 18.6,
  385. "feelslike_f": 65.5,
  386. "windchill_c": 18.6,
  387. "windchill_f": 65.5,
  388. "heatindex_c": 18.6,
  389. "heatindex_f": 65.5,
  390. "dewpoint_c": 4.4,
  391. "dewpoint_f": 39.9,
  392. "will_it_rain": 0,
  393. "chance_of_rain": 0,
  394. "will_it_snow": 0,
  395. "chance_of_snow": 0,
  396. "vis_km": 10.0,
  397. "vis_miles": 6.0,
  398. "gust_mph": 3.4,
  399. "gust_kph": 5.4,
  400. "uv": 5.0
  401. },
  402. {
  403. "time_epoch": 1637202600,
  404. "time": "2021-11-18 08:00",
  405. "temp_c": 20.0,
  406. "temp_f": 68.0,
  407. "is_day": 1,
  408. "condition": {
  409. "text": "Sunny",
  410. "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
  411. "code": 1000
  412. },
  413. "wind_mph": 1.6,
  414. "wind_kph": 2.5,
  415. "wind_degree": 354,
  416. "wind_dir": "N",
  417. "pressure_mb": 1016.0,
  418. "pressure_in": 29.99,
  419. "precip_mm": 0.0,
  420. "precip_in": 0.0,
  421. "humidity": 36,
  422. "cloud": 0,
  423. "feelslike_c": 20.0,
  424. "feelslike_f": 68.0,
  425. "windchill_c": 20.0,
  426. "windchill_f": 68.0,
  427. "heatindex_c": 20.0,
  428. "heatindex_f": 68.0,
  429. "dewpoint_c": 4.7,
  430. "dewpoint_f": 40.5,
  431. "will_it_rain": 0,
  432. "chance_of_rain": 0,
  433. "will_it_snow": 0,
  434. "chance_of_snow": 0,
  435. "vis_km": 10.0,
  436. "vis_miles": 6.0,
  437. "gust_mph": 2.0,
  438. "gust_kph": 3.2,
  439. "uv": 6.0
  440. },
  441. {
  442. "time_epoch": 1637206200,
  443. "time": "2021-11-18 09:00",
  444. "temp_c": 21.6,
  445. "temp_f": 70.9,
  446. "is_day": 1,
  447. "condition": {
  448. "text": "Sunny",
  449. "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
  450. "code": 1000
  451. },
  452. "wind_mph": 1.1,
  453. "wind_kph": 1.8,
  454. "wind_degree": 54,
  455. "wind_dir": "NE",
  456. "pressure_mb": 1016.0,
  457. "pressure_in": 29.99,
  458. "precip_mm": 0.0,
  459. "precip_in": 0.0,
  460. "humidity": 33,
  461. "cloud": 0,
  462. "feelslike_c": 21.6,
  463. "feelslike_f": 70.9,
  464. "windchill_c": 21.6,
  465. "windchill_f": 70.9,
  466. "heatindex_c": 23.4,
  467. "heatindex_f": 74.1,
  468. "dewpoint_c": 4.7,
  469. "dewpoint_f": 40.5,
  470. "will_it_rain": 0,
  471. "chance_of_rain": 0,
  472. "will_it_snow": 0,
  473. "chance_of_snow": 0,
  474. "vis_km": 10.0,
  475. "vis_miles": 6.0,
  476. "gust_mph": 1.3,
  477. "gust_kph": 2.2,
  478. "uv": 6.0
  479. },
  480. {
  481. "time_epoch": 1637209800,
  482. "time": "2021-11-18 10:00",
  483. "temp_c": 23.2,
  484. "temp_f": 73.8,
  485. "is_day": 1,
  486. "condition": {
  487. "text": "Sunny",
  488. "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
  489. "code": 1000
  490. },
  491. "wind_mph": 0.7,
  492. "wind_kph": 1.1,
  493. "wind_degree": 39,
  494. "wind_dir": "NE",
  495. "pressure_mb": 1015.0,
  496. "pressure_in": 29.98,
  497. "precip_mm": 0.0,
  498. "precip_in": 0.0,
  499. "humidity": 30,
  500. "cloud": 0,
  501. "feelslike_c": 23.7,
  502. "feelslike_f": 74.7,
  503. "windchill_c": 23.2,
  504. "windchill_f": 73.8,
  505. "heatindex_c": 23.7,
  506. "heatindex_f": 74.7,
  507. "dewpoint_c": 4.6,
  508. "dewpoint_f": 40.3,
  509. "will_it_rain": 0,
  510. "chance_of_rain": 0,
  511. "will_it_snow": 0,
  512. "chance_of_snow": 0,
  513. "vis_km": 10.0,
  514. "vis_miles": 6.0,
  515. "gust_mph": 0.9,
  516. "gust_kph": 1.4,
  517. "uv": 6.0
  518. },
  519. {
  520. "time_epoch": 1637213400,
  521. "time": "2021-11-18 11:00",
  522. "temp_c": 27.5,
  523. "temp_f": 81.5,
  524. "is_day": 1,
  525. "condition": {
  526. "text": "Sunny",
  527. "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
  528. "code": 1000
  529. },
  530. "wind_mph": 1.3,
  531. "wind_kph": 2.2,
  532. "wind_degree": 278,
  533. "wind_dir": "W",
  534. "pressure_mb": 1015.0,
  535. "pressure_in": 29.96,
  536. "precip_mm": 0.0,
  537. "precip_in": 0.0,
  538. "humidity": 26,
  539. "cloud": 0,
  540. "feelslike_c": 26.2,
  541. "feelslike_f": 79.2,
  542. "windchill_c": 27.5,
  543. "windchill_f": 81.5,
  544. "heatindex_c": 26.2,
  545. "heatindex_f": 79.2,
  546. "dewpoint_c": 6.3,
  547. "dewpoint_f": 43.3,
  548. "will_it_rain": 0,
  549. "chance_of_rain": 0,
  550. "will_it_snow": 0,
  551. "chance_of_snow": 0,
  552. "vis_km": 10.0,
  553. "vis_miles": 6.0,
  554. "gust_mph": 1.6,
  555. "gust_kph": 2.5,
  556. "uv": 7.0
  557. },
  558. {
  559. "time_epoch": 1637217000,
  560. "time": "2021-11-18 12:00",
  561. "temp_c": 28.5,
  562. "temp_f": 83.3,
  563. "is_day": 1,
  564. "condition": {
  565. "text": "Sunny",
  566. "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
  567. "code": 1000
  568. },
  569. "wind_mph": 1.8,
  570. "wind_kph": 2.9,
  571. "wind_degree": 279,
  572. "wind_dir": "W",
  573. "pressure_mb": 1013.0,
  574. "pressure_in": 29.93,
  575. "precip_mm": 0.0,
  576. "precip_in": 0.0,
  577. "humidity": 22,
  578. "cloud": 0,
  579. "feelslike_c": 26.6,
  580. "feelslike_f": 79.9,
  581. "windchill_c": 28.5,
  582. "windchill_f": 83.3,
  583. "heatindex_c": 26.6,
  584. "heatindex_f": 79.9,
  585. "dewpoint_c": 4.8,
  586. "dewpoint_f": 40.6,
  587. "will_it_rain": 0,
  588. "chance_of_rain": 0,
  589. "will_it_snow": 0,
  590. "chance_of_snow": 0,
  591. "vis_km": 10.0,
  592. "vis_miles": 6.0,
  593. "gust_mph": 2.0,
  594. "gust_kph": 3.2,
  595. "uv": 7.0
  596. },
  597. {
  598. "time_epoch": 1637220600,
  599. "time": "2021-11-18 13:00",
  600. "temp_c": 29.2,
  601. "temp_f": 84.6,
  602. "is_day": 1,
  603. "condition": {
  604. "text": "Sunny",
  605. "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
  606. "code": 1000
  607. },
  608. "wind_mph": 2.5,
  609. "wind_kph": 4.0,
  610. "wind_degree": 279,
  611. "wind_dir": "W",
  612. "pressure_mb": 1012.0,
  613. "pressure_in": 29.89,
  614. "precip_mm": 0.0,
  615. "precip_in": 0.0,
  616. "humidity": 20,
  617. "cloud": 0,
  618. "feelslike_c": 27.1,
  619. "feelslike_f": 80.8,
  620. "windchill_c": 29.2,
  621. "windchill_f": 84.6,
  622. "heatindex_c": 27.1,
  623. "heatindex_f": 80.8,
  624. "dewpoint_c": 3.7,
  625. "dewpoint_f": 38.7,
  626. "will_it_rain": 0,
  627. "chance_of_rain": 0,
  628. "will_it_snow": 0,
  629. "chance_of_snow": 0,
  630. "vis_km": 10.0,
  631. "vis_miles": 6.0,
  632. "gust_mph": 2.9,
  633. "gust_kph": 4.7,
  634. "uv": 7.0
  635. },
  636. {
  637. "time_epoch": 1637224200,
  638. "time": "2021-11-18 14:00",
  639. "temp_c": 29.5,
  640. "temp_f": 85.1,
  641. "is_day": 1,
  642. "condition": {
  643. "text": "Sunny",
  644. "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
  645. "code": 1000
  646. },
  647. "wind_mph": 2.9,
  648. "wind_kph": 4.7,
  649. "wind_degree": 295,
  650. "wind_dir": "WNW",
  651. "pressure_mb": 1011.0,
  652. "pressure_in": 29.86,
  653. "precip_mm": 0.0,
  654. "precip_in": 0.0,
  655. "humidity": 18,
  656. "cloud": 0,
  657. "feelslike_c": 27.3,
  658. "feelslike_f": 81.1,
  659. "windchill_c": 29.5,
  660. "windchill_f": 85.1,
  661. "heatindex_c": 27.3,
  662. "heatindex_f": 81.1,
  663. "dewpoint_c": 2.7,
  664. "dewpoint_f": 36.9,
  665. "will_it_rain": 0,
  666. "chance_of_rain": 0,
  667. "will_it_snow": 0,
  668. "chance_of_snow": 0,
  669. "vis_km": 10.0,
  670. "vis_miles": 6.0,
  671. "gust_mph": 3.4,
  672. "gust_kph": 5.4,
  673. "uv": 7.0
  674. },
  675. {
  676. "time_epoch": 1637227800,
  677. "time": "2021-11-18 15:00",
  678. "temp_c": 29.6,
  679. "temp_f": 85.3,
  680. "is_day": 1,
  681. "condition": {
  682. "text": "Sunny",
  683. "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
  684. "code": 1000
  685. },
  686. "wind_mph": 2.7,
  687. "wind_kph": 4.3,
  688. "wind_degree": 313,
  689. "wind_dir": "NW",
  690. "pressure_mb": 1011.0,
  691. "pressure_in": 29.85,
  692. "precip_mm": 0.0,
  693. "precip_in": 0.0,
  694. "humidity": 17,
  695. "cloud": 0,
  696. "feelslike_c": 27.4,
  697. "feelslike_f": 81.3,
  698. "windchill_c": 29.6,
  699. "windchill_f": 85.3,
  700. "heatindex_c": 27.4,
  701. "heatindex_f": 81.3,
  702. "dewpoint_c": 2.0,
  703. "dewpoint_f": 35.6,
  704. "will_it_rain": 0,
  705. "chance_of_rain": 0,
  706. "will_it_snow": 0,
  707. "chance_of_snow": 0,
  708. "vis_km": 10.0,
  709. "vis_miles": 6.0,
  710. "gust_mph": 3.1,
  711. "gust_kph": 5.0,
  712. "uv": 7.0
  713. },
  714. {
  715. "time_epoch": 1637231400,
  716. "time": "2021-11-18 16:00",
  717. "temp_c": 29.1,
  718. "temp_f": 84.4,
  719. "is_day": 1,
  720. "condition": {
  721. "text": "Sunny",
  722. "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
  723. "code": 1000
  724. },
  725. "wind_mph": 1.8,
  726. "wind_kph": 2.9,
  727. "wind_degree": 330,
  728. "wind_dir": "NNW",
  729. "pressure_mb": 1011.0,
  730. "pressure_in": 29.84,
  731. "precip_mm": 0.0,
  732. "precip_in": 0.0,
  733. "humidity": 18,
  734. "cloud": 0,
  735. "feelslike_c": 27.0,
  736. "feelslike_f": 80.6,
  737. "windchill_c": 29.1,
  738. "windchill_f": 84.4,
  739. "heatindex_c": 27.0,
  740. "heatindex_f": 80.6,
  741. "dewpoint_c": 2.1,
  742. "dewpoint_f": 35.8,
  743. "will_it_rain": 0,
  744. "chance_of_rain": 0,
  745. "will_it_snow": 0,
  746. "chance_of_snow": 0,
  747. "vis_km": 10.0,
  748. "vis_miles": 6.0,
  749. "gust_mph": 2.0,
  750. "gust_kph": 3.2,
  751. "uv": 7.0
  752. },
  753. {
  754. "time_epoch": 1637235000,
  755. "time": "2021-11-18 17:00",
  756. "temp_c": 27.6,
  757. "temp_f": 81.7,
  758. "is_day": 0,
  759. "condition": {
  760. "text": "Clear",
  761. "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
  762. "code": 1000
  763. },
  764. "wind_mph": 2.7,
  765. "wind_kph": 4.3,
  766. "wind_degree": 338,
  767. "wind_dir": "NNW",
  768. "pressure_mb": 1011.0,
  769. "pressure_in": 29.85,
  770. "precip_mm": 0.0,
  771. "precip_in": 0.0,
  772. "humidity": 18,
  773. "cloud": 0,
  774. "feelslike_c": 25.7,
  775. "feelslike_f": 78.3,
  776. "windchill_c": 27.6,
  777. "windchill_f": 81.7,
  778. "heatindex_c": 25.7,
  779. "heatindex_f": 78.3,
  780. "dewpoint_c": 1.5,
  781. "dewpoint_f": 34.7,
  782. "will_it_rain": 0,
  783. "chance_of_rain": 0,
  784. "will_it_snow": 0,
  785. "chance_of_snow": 0,
  786. "vis_km": 10.0,
  787. "vis_miles": 6.0,
  788. "gust_mph": 3.1,
  789. "gust_kph": 5.0,
  790. "uv": 1.0
  791. },
  792. {
  793. "time_epoch": 1637238600,
  794. "time": "2021-11-18 18:00",
  795. "temp_c": 26.8,
  796. "temp_f": 80.2,
  797. "is_day": 0,
  798. "condition": {
  799. "text": "Clear",
  800. "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
  801. "code": 1000
  802. },
  803. "wind_mph": 3.6,
  804. "wind_kph": 5.8,
  805. "wind_degree": 347,
  806. "wind_dir": "NNW",
  807. "pressure_mb": 1012.0,
  808. "pressure_in": 29.87,
  809. "precip_mm": 0.0,
  810. "precip_in": 0.0,
  811. "humidity": 19,
  812. "cloud": 0,
  813. "feelslike_c": 25.1,
  814. "feelslike_f": 77.2,
  815. "windchill_c": 26.8,
  816. "windchill_f": 80.2,
  817. "heatindex_c": 25.1,
  818. "heatindex_f": 77.2,
  819. "dewpoint_c": 1.4,
  820. "dewpoint_f": 34.5,
  821. "will_it_rain": 0,
  822. "chance_of_rain": 0,
  823. "will_it_snow": 0,
  824. "chance_of_snow": 0,
  825. "vis_km": 10.0,
  826. "vis_miles": 6.0,
  827. "gust_mph": 4.0,
  828. "gust_kph": 6.5,
  829. "uv": 1.0
  830. },
  831. {
  832. "time_epoch": 1637242200,
  833. "time": "2021-11-18 19:00",
  834. "temp_c": 26.1,
  835. "temp_f": 79.0,
  836. "is_day": 0,
  837. "condition": {
  838. "text": "Clear",
  839. "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
  840. "code": 1000
  841. },
  842. "wind_mph": 2.9,
  843. "wind_kph": 4.7,
  844. "wind_degree": 7,
  845. "wind_dir": "N",
  846. "pressure_mb": 1012.0,
  847. "pressure_in": 29.88,
  848. "precip_mm": 0.0,
  849. "precip_in": 0.0,
  850. "humidity": 20,
  851. "cloud": 0,
  852. "feelslike_c": 24.5,
  853. "feelslike_f": 76.1,
  854. "windchill_c": 26.1,
  855. "windchill_f": 79.0,
  856. "heatindex_c": 24.5,
  857. "heatindex_f": 76.1,
  858. "dewpoint_c": 1.4,
  859. "dewpoint_f": 34.5,
  860. "will_it_rain": 0,
  861. "chance_of_rain": 0,
  862. "will_it_snow": 0,
  863. "chance_of_snow": 0,
  864. "vis_km": 10.0,
  865. "vis_miles": 6.0,
  866. "gust_mph": 3.4,
  867. "gust_kph": 5.4,
  868. "uv": 1.0
  869. },
  870. {
  871. "time_epoch": 1637245800,
  872. "time": "2021-11-18 20:00",
  873. "temp_c": 22.6,
  874. "temp_f": 72.7,
  875. "is_day": 0,
  876. "condition": {
  877. "text": "Clear",
  878. "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
  879. "code": 1000
  880. },
  881. "wind_mph": 3.4,
  882. "wind_kph": 5.4,
  883. "wind_degree": 6,
  884. "wind_dir": "N",
  885. "pressure_mb": 1012.0,
  886. "pressure_in": 29.89,
  887. "precip_mm": 0.0,
  888. "precip_in": 0.0,
  889. "humidity": 21,
  890. "cloud": 0,
  891. "feelslike_c": 22.5,
  892. "feelslike_f": 72.5,
  893. "windchill_c": 22.6,
  894. "windchill_f": 72.7,
  895. "heatindex_c": 22.5,
  896. "heatindex_f": 72.5,
  897. "dewpoint_c": -1.0,
  898. "dewpoint_f": 30.2,
  899. "will_it_rain": 0,
  900. "chance_of_rain": 0,
  901. "will_it_snow": 0,
  902. "chance_of_snow": 0,
  903. "vis_km": 10.0,
  904. "vis_miles": 6.0,
  905. "gust_mph": 5.8,
  906. "gust_kph": 9.4,
  907. "uv": 1.0
  908. },
  909. {
  910. "time_epoch": 1637249400,
  911. "time": "2021-11-18 21:00",
  912. "temp_c": 22.2,
  913. "temp_f": 72.0,
  914. "is_day": 0,
  915. "condition": {
  916. "text": "Clear",
  917. "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
  918. "code": 1000
  919. },
  920. "wind_mph": 2.9,
  921. "wind_kph": 4.7,
  922. "wind_degree": 15,
  923. "wind_dir": "NNE",
  924. "pressure_mb": 1013.0,
  925. "pressure_in": 29.9,
  926. "precip_mm": 0.0,
  927. "precip_in": 0.0,
  928. "humidity": 21,
  929. "cloud": 0,
  930. "feelslike_c": 22.3,
  931. "feelslike_f": 72.1,
  932. "windchill_c": 22.2,
  933. "windchill_f": 72.0,
  934. "heatindex_c": 22.3,
  935. "heatindex_f": 72.1,
  936. "dewpoint_c": -1.0,
  937. "dewpoint_f": 30.2,
  938. "will_it_rain": 0,
  939. "chance_of_rain": 0,
  940. "will_it_snow": 0,
  941. "chance_of_snow": 0,
  942. "vis_km": 10.0,
  943. "vis_miles": 6.0,
  944. "gust_mph": 5.1,
  945. "gust_kph": 8.3,
  946. "uv": 1.0
  947. },
  948. {
  949. "time_epoch": 1637253000,
  950. "time": "2021-11-18 22:00",
  951. "temp_c": 21.8,
  952. "temp_f": 71.2,
  953. "is_day": 0,
  954. "condition": {
  955. "text": "Clear",
  956. "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
  957. "code": 1000
  958. },
  959. "wind_mph": 2.2,
  960. "wind_kph": 3.6,
  961. "wind_degree": 15,
  962. "wind_dir": "NNE",
  963. "pressure_mb": 1013.0,
  964. "pressure_in": 29.91,
  965. "precip_mm": 0.0,
  966. "precip_in": 0.0,
  967. "humidity": 22,
  968. "cloud": 0,
  969. "feelslike_c": 21.8,
  970. "feelslike_f": 71.2,
  971. "windchill_c": 21.8,
  972. "windchill_f": 71.2,
  973. "heatindex_c": 22.2,
  974. "heatindex_f": 72.0,
  975. "dewpoint_c": -0.9,
  976. "dewpoint_f": 30.4,
  977. "will_it_rain": 0,
  978. "chance_of_rain": 0,
  979. "will_it_snow": 0,
  980. "chance_of_snow": 0,
  981. "vis_km": 10.0,
  982. "vis_miles": 6.0,
  983. "gust_mph": 4.0,
  984. "gust_kph": 6.5,
  985. "uv": 1.0
  986. },
  987. {
  988. "time_epoch": 1637256600,
  989. "time": "2021-11-18 23:00",
  990. "temp_c": 21.5,
  991. "temp_f": 70.7,
  992. "is_day": 0,
  993. "condition": {
  994. "text": "Clear",
  995. "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
  996. "code": 1000
  997. },
  998. "wind_mph": 2.9,
  999. "wind_kph": 4.7,
  1000. "wind_degree": 11,
  1001. "wind_dir": "NNE",
  1002. "pressure_mb": 1012.0,
  1003. "pressure_in": 29.9,
  1004. "precip_mm": 0.0,
  1005. "precip_in": 0.0,
  1006. "humidity": 22,
  1007. "cloud": 0,
  1008. "feelslike_c": 21.5,
  1009. "feelslike_f": 70.7,
  1010. "windchill_c": 21.5,
  1011. "windchill_f": 70.7,
  1012. "heatindex_c": 22.2,
  1013. "heatindex_f": 72.0,
  1014. "dewpoint_c": -0.9,
  1015. "dewpoint_f": 30.4,
  1016. "will_it_rain": 0,
  1017. "chance_of_rain": 0,
  1018. "will_it_snow": 0,
  1019. "chance_of_snow": 0,
  1020. "vis_km": 10.0,
  1021. "vis_miles": 6.0,
  1022. "gust_mph": 5.1,
  1023. "gust_kph": 8.3,
  1024. "uv": 1.0
  1025. }
  1026. ]
  1027. }
  1028. ]
  1029. },
  1030. "alerts": {
  1031. "alert": []
  1032. }
  1033. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement