Advertisement
Guest User

Untitled

a guest
Oct 26th, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.39 KB | None | 0 0
  1. {
  2.     "currentLocation": {
  3.         "city": "Fabrica di Roma",
  4.         "country": "Italy",
  5.         "locationId": 103177314,
  6.         "state": "Latium",
  7.         "weather": {
  8.             "description": "Partly cloudy",
  9.             "populated": true,
  10.             "status": 1,
  11.             "temperature": 18,
  12.             "temperatureFeel": 18,
  13.             "timestamp": "2015-10-26T15:00:00Z",
  14.             "weatherType": "cloud-day-2"
  15.         }
  16.     },
  17.     "savedLocations": [
  18.         {
  19.             "city": "Viterbo",
  20.             "country": "Italy",
  21.             "locationId": 103164039,
  22.             "state": "Latium",
  23.             "weather": {
  24.                 "description": "Cloudy",
  25.                 "populated": true,
  26.                 "status": 1,
  27.                 "temperature": 15,
  28.                 "temperatureFeel": 15,
  29.                 "timestamp": "2015-10-26T10:55:00Z",
  30.                 "weatherType": "cloud-3"
  31.             }
  32.         },
  33.         {
  34.             "city": "Rome",
  35.             "country": "Italy",
  36.             "locationId": 103169070,
  37.             "state": "Latium",
  38.             "weather": {
  39.                 "description": "Clear",
  40.                 "populated": true,
  41.                 "status": 1,
  42.                 "temperature": 18,
  43.                 "temperatureFeel": 18,
  44.                 "timestamp": "2015-10-26T10:50:00Z",
  45.                 "weatherType": "cloud-day-0"
  46.             }
  47.         },
  48.         {
  49.             "city": "Helsinki",
  50.             "country": "Finland",
  51.             "locationId": 100658225,
  52.             "state": "Southern Finland",
  53.             "weather": {
  54.                 "description": "Clear",
  55.                 "populated": true,
  56.                 "status": 1,
  57.                 "temperature": 9,
  58.                 "temperatureFeel": 9,
  59.                 "timestamp": "2015-10-26T12:10:00Z",
  60.                 "weatherType": "cloud-day-0"
  61.             }
  62.         },
  63.         {
  64.             "city": "New York City",
  65.             "country": "United States",
  66.             "locationId": 105128581,
  67.             "state": "New York",
  68.             "weather": {
  69.                 "description": "Clear",
  70.                 "populated": true,
  71.                 "status": 1,
  72.                 "temperature": 9,
  73.                 "temperatureFeel": 9,
  74.                 "timestamp": "2015-10-26T05:51:00Z",
  75.                 "weatherType": "cloud-night-0"
  76.             }
  77.         }
  78.     ]
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement