Advertisement
askcompu

Untitled

Jul 30th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.90 KB | None | 0 0
  1. {
  2.   "response": {
  3.   "version":"0.1",
  4.   "termsofService":"http://www.wunderground.com/weather/api/d/terms.html",
  5.   "features": {
  6.   "conditions": 1
  7.   }
  8.         , "results": [
  9.         {
  10.         "name": "Rio",
  11.         "city": "Rio",
  12.         "state": "",
  13.         "country": "BZ",
  14.         "country_iso3166":"BR",
  15.         "country_name":"Brazil",
  16.         "zmw": "00000.1.83111",
  17.         "l": "/q/zmw:00000.1.83111"
  18.         }
  19.         ,
  20.         {
  21.         "name": "Rio",
  22.         "city": "Rio",
  23.         "state": "IL",
  24.         "country": "US",
  25.         "country_iso3166":"US",
  26.         "country_name":"USA",
  27.         "zmw": "61472.1.99999",
  28.         "l": "/q/zmw:61472.1.99999"
  29.         }
  30.         ,
  31.         {
  32.         "name": "Rio",
  33.         "city": "Rio",
  34.         "state": "WV",
  35.         "country": "US",
  36.         "country_iso3166":"US",
  37.         "country_name":"USA",
  38.         "zmw": "26755.1.99999",
  39.         "l": "/q/zmw:26755.1.99999"
  40.         }
  41.         ,
  42.         {
  43.         "name": "Rio",
  44.         "city": "Rio",
  45.         "state": "WI",
  46.         "country": "US",
  47.         "country_iso3166":"US",
  48.         "country_name":"USA",
  49.         "zmw": "53960.1.99999",
  50.         "l": "/q/zmw:53960.1.99999"
  51.         }
  52.         ]
  53.     }
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement