Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.88 KB | None | 0 0
  1.  
  2.  
  3. {
  4.  
  5.   "data" : {
  6.     "countryId"         : |int|
  7.     "activityTypes"     : [|int|,...],
  8.     "activities"        : [|int|,...],
  9.     "activityCondition" : |string| (Sea,Active,Relax,Land),
  10.     "tripAdvisorUrl"    : |string|
  11.     "cityweathes"       :
  12.     [
  13.       {
  14.         "tempMin"       : |int|,
  15.         "tempAvg"       : |int|,
  16.         "tempMax"       : |int|,
  17.         "humidityMin"   : |int|,
  18.         "humidityAvg"   : |int|,
  19.         "humidityMax"   : |int|,
  20.         "presureMin"    : |int|,
  21.         "presureAvg"    : |int|,
  22.         "presureMax"    : |int|,
  23.         "windMin"       : |int|,
  24.         "windAvg"       : |int|,
  25.         "windMax"       : |int|,
  26.         "precipitation" : |int|,
  27.         "events"        : |int|
  28.       },
  29.       ...
  30.     ]
  31.     "city" : {
  32.       "name"      : |string|,
  33.       "latitude"  : |float|,
  34.       "longitude" : |float|
  35.     }
  36.   }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement