1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[
  {
    "hotel_id": "OSK-7733",
    "status": "OPERATIONAL",
    "category": "Luxury / International",
    "name": "The Ritz-Carlton, Osaka",
    "brand": "Marriott International",
    "location": {
      "district": "Kita-ku, Umeda",
      "address_en": "2-5-25 Umeda, Kita-ku, Osaka, 530-0001",
      "coordinates": {"lat": 34.699, "lng": 135.492}
    },
    "connectivity": {
      "tel": "+81-6-6343-7000",
      "official_site": "https://www.ritzcarlton.com/en/hotels/osarz-the-ritz-carlton-osaka"
    },
    "pricing_v2": {
      "currency": "JPY",
      "nightly_rate_avg": 78000,
      "last_updated": "2026-01-01T08:00:00Z"
    },
    "rating": 4.8
  },
  {
    "hotel_id": "OSK-0032",
    "status": "PERMANENTLY_CLOSED",
    "name": "Osaka New Hankyu Hotel",
    "closure_date": "2025-01-04",
    "note": "Site under redevelopment (Umeda 1-1 Project)",
    "location": {
      "address_en": "1-1-35 Shibata, Kita-ku, Osaka"
    }
  },
  {
    "hotel_id": "OSK-288L",
    "status": "OPERATIONAL",
    "category": "Leisure (Adults Only)",
    "name": "Hotel American",
    "location": {
      "district": "Taiyuji-cho",
      "address_en": "6-4 Taiyuji-cho, Kita-ku, Osaka"
    },
    "pricing_v2": {
      "rest_rate_3hr": 4500,
      "stay_rate_overnight": 9800
    }
  }
]