sanya5791

PL Code Assignment: Hotels for location

Jan 24th, 2026
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.32 KB | None | 0 0
  1. {
  2.   "status": "OK",
  3.   "num_results": 8,
  4.   "location": "New York",
  5.   "hotels": [
  6.     {
  7.       "hotel": "Hilton Midtown",
  8.       "rooms": 1,
  9.       "rating": "4.5",
  10.       "check_in": "2026-01-24",
  11.       "price_per_night": 320
  12.     },
  13.     {
  14.       "hotel": "Marriott Marquis",
  15.       "rooms": 2,
  16.       "rating": "4.6",
  17.       "check_in": "2026-01-24",
  18.       "price_per_night": 350
  19.     },
  20.     {
  21.       "hotel": "Hyatt Grand Central",
  22.       "rooms": 1,
  23.       "rating": "4.3",
  24.       "check_in": "2026-01-24",
  25.       "price_per_night": 280
  26.     },
  27.     {
  28.       "hotel": "The Plaza Hotel",
  29.       "rooms": 1,
  30.       "rating": "4.8",
  31.       "check_in": "2026-01-24",
  32.       "price_per_night": 620
  33.     },
  34.     {
  35.       "hotel": "Sheraton Times Square",
  36.       "rooms": 3,
  37.       "rating": "4.1",
  38.       "check_in": "2026-01-24",
  39.       "price_per_night": 260
  40.     },
  41.     {
  42.       "hotel": "InterContinental Barclay",
  43.       "rooms": 2,
  44.       "rating": "4.7",
  45.       "check_in": "2026-01-24",
  46.       "price_per_night": 340
  47.     },
  48.     {
  49.       "hotel": "Pod Times Square",
  50.       "rooms": 1,
  51.       "rating": "4.0",
  52.       "check_in": "2026-01-24",
  53.       "price_per_night": 180
  54.     },
  55.     {
  56.       "hotel": "Arlo SoHo",
  57.       "rooms": 2,
  58.       "rating": "4.2",
  59.       "check_in": "2026-01-24",
  60.       "price_per_night": 230
  61.     }
  62.   ]
  63. }
  64.  
Advertisement
Add Comment
Please, Sign In to add comment