FlyerTalk Forums - View Single Post - Genting Hotel Jurong, Singapore (Opening October, 2025)
Old Sep 22, 2025 | 9:16 pm
  #2  
cruser1
Community Builder
All eyes on you!
10 Years on Site
 
Join Date: Feb 2016
Location: CLT
Posts: 3,070
From the Marriott website -

Code:
{
    "__typename": "SearchLowestAvailableRatesSearchEdge",
    "node": {
        "__typename": "SearchLowestAvailableRates",
        "distance": null,
        "property": {
            "__typename": "Hotel",
            "basicInformation": {
                "__typename": "HotelBasicInformation",
                "bookable": false,
                "brand": {
                    "__typename": "Brand",
                    "id": "FP",
                    "name": "Four Points by Sheraton",
                    "photos": [
                        {
                            "__typename": "BrandPhoto",
                            "content": [
                                {
                                    "__typename": "BrandPhotoContent",
                                    "alternateText": "Four Points Hotel photography",
                                    "index": 1,
                                    "name": "fp_main01",
                                    "url": "https://cache.marriott.com/is/image/marriotts7prod/fp-main-001-hor-clsc:Feature-Hor"
                                },
                                {
                                    "__typename": "BrandPhotoContent",
                                    "alternateText": "Friends/Colleauges relaxing with beer and food.",
                                    "index": 2,
                                    "name": "fp-friends-restaurant-24854",
                                    "url": "https://cache.marriott.com/is/image/marriotts7prod/fp-friends-restaurant-24854:Feature-Hor"
                                },
                                {
                                    "__typename": "BrandPhotoContent",
                                    "alternateText": "Guests leaving lobby with work bags.",
                                    "index": 3,
                                    "name": "fp-lobby-checkin-2men-146-26980",
                                    "url": "https://cache.marriott.com/is/image/marriotts7prod/fp-lobby-checkin-2men-146-26980:Feature-Hor"
                                }
                            ],
                            "type": {
                                "__typename": "Lookup",
                                "code": "primary"
                            }
                        }
                    ],
                    "type": "SPG"
                },
                "currency": "SGD",
                "descriptions": [
                    {
                        "__typename": "PropertyDescription",
                        "text": "Hotel opening in",
                        "type": {
                            "__typename": "Lookup",
                            "code": "HOTEL MARKETING CAPTION",
                            "enumCode": "HOTEL_MARKETING_CAPTION"
                        }
                    }
                ],
                "hasRenovatedRooms": false,
                "hasUniquePropertyLogo": true,
                "isAdultsOnly": false,
                "isFullyRenovated": false,
                "isMax": false,
                "isRecentlyRenovated": false,
                "latitude": 1.33175021501107,
                "longitude": 103.739582028836,
                "name": "Genting Hotel Jurong",
                "nameInDefaultLanguage": "Genting Hotel Jurong",
                "newProperty": false,
                "openingDate": "2025-10-15",
                "resort": null,
                "newLobby": false
            },
            "id": "SINSP",
            "media": {
                "__typename": "HotelMediaContent",
                "primaryImage": null
            },
            "reviews": {
                "__typename": "Reviews",
                "numberOfReviews": {
                    "__typename": "ReviewContent",
                    "count": null
                },
                "stars": {
                    "__typename": "starsContent",
                    "count": null
                }
            },
            "seoNickname": "sinsp-genting-hotel-jurong"
        },
        "rates": [
            {
                "__typename": "SearchLowestAvailableRate",
                "lengthOfStay": 1,
                "membersOnly": null,
                "rateCategory": {
                    "__typename": "SearchRateCategory",
                    "code": "StandardRates",
                    "value": null
                },
                "rateModes": null,
                "sourceOfRate": "MARSHA",
                "status": {
                    "__typename": "Lookup",
                    "code": "NotAvailable"
                }
            }
        ]
    }
}

.
cruser1 is offline