Brainy Rms - API Solution

Brainy RMS API is a comprehensive solution designed to streamline Revenue Management tasks. Create an account at https://v2.brainyrms.com/ to get your API key.

Was this section helpful?

What made this section unhelpful for you?

Base URL

Production:

https://brainy-api-portal-3cuixb5lia-ew.a.run.app

Language Box

Live Market Data - On Demand

The Live Market Data - On Demand is a service that provides real-time market data as per user requests. It fetches and delivers live market data, including prices, trends, and other relevant information, on demand. This service is essential for users who require immediate and up-to-date market information for making informed decisions. It supports various market data types and ensures the data is accurate and reliable.

Was this section helpful?

What made this section unhelpful for you?

Fetch room details

This endpoint fetches room-rate details-prices for a given property.

Header Parameters

X-API-KEYstring

Body Parameters

hotel_idstring

The unique identifier for the BookingCom ID hotel

Default value
ExampleHotelID
departure_datestring

The departure date in the format 'YYYY-MM-DD'

Default value
YYYY-MM-DD
arrival_datestring

The arrival date in the format 'YYYY-MM-DD'

Default value
YYYY-MM-DD
rec_guest_qtystring

The recommended quantity of guests

Default value
1
rec_room_qtystring

The recommended quantity of rooms

Default value
1
currency_codestring

The currency code

Default value
EUR
languagecodestring

The language code

Default value
en
Enum values:
enen-usarbgcacsdadeeles
... 33 other enums
unitsstring

The units for measurements

Default value
metric

Responses

200
Object
Successful response

Response Attributes

address_requirednumber
cvc_requiredstring
qualifies_for_no_cc_reservationnumber
last_matching_block_indexnumber
min_room_distributionobject

Show child attributes

b_max_los_dataobject

Show child attributes

arrival_datestring
blockarray

Show child attributes

room_recommendationarray

Show child attributes

cc_requiredstring
preferencesarray

Show child attributes

currency_codestring
roomsobject

Show child attributes

tax_exceptionsarray
b_legal_use_neutral_color_for_persuasion_legalnumber
is_exclusivenumber
hotel_idnumber
departure_datestring
direct_paymentobject

Show child attributes

use_new_bui_icon_highlightnumber
soldout_roomsarray
is_cpv2_propertynumber
top_ufi_benefitsarray

Show child attributes

duplicate_rates_removednumber
max_rooms_in_reservationnumber
total_blocksnumber
422
Object
Validation Error

Response Attributes

detailarray

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/on-demand/get-rooms

Select
1 2 3 4 5 6 7 8 9 10 11 curl --location 'https://brainy-api-portal-3cuixb5lia-ew.a.run.app/on-demand/get-rooms' \ --data '{ "hotel_id": "1612456", "departure_date": "2024-01-02", "arrival_date": "2024-01-01", "rec_guest_qty": "2", "rec_room_qty": "1", "currency_code": "USD", "languagecode": "en-us", "units": "imperial" }'

Response

[
  {
    "address_required": 0,
    "cvc_required": "0",
    "qualifies_for_no_cc_reservation": 0,
    "last_matching_block_index": 0,
    "min_room_distribution": {
      "adults": 2,
      "children": []
    },
    "b_max_los_data": {
      "max_allowed_los": 90,
      "has_extended_los": 1,
      "experiment": "long_stays_android_extend_los_3",
      "is_fullon": 0,
      "default_los": 30,
      "extended_los": 90
    },
    "arrival_date": "2023-12-25",
    "block": [
      {
        "half_board": 0,
        "name_without_policy": "Economy Double Room",
        "roomtype_id": 9,
        "refundable": 0,
        "all_inclusive": 0,
        "is_smart_deal": 0,
        "breakfast_included": 0,
        "full_board": 0,
        "deposit_required": 1,
        "extrabed_available": 0,
        "transactional_policy_objects": [
          {
            "key": "NrOneFreeDateChangeKey",
            "icon": "bui_checkmark",
            "text": "Flexible to reschedule if plans change"
          },
          {
            "key": "NonRefundableKey",
            "icon": "ic_cancellation_non_refundable",
            "text": "Non-refundable"
          },
          {
            "text": "Pay in advance",
            "icon": "bui_wallet",
            "key": "VP2PayInAdvanceKey"
          },
          {
            "text": "Flexible to reschedule if plans change",
            "icon": "bui_checkmark",
            "key": "NrOneFreeDateChangeKey"
          },
          {
            "icon": "ic_cancellation_non_refundable",
            "key": "NonRefundableKey",
            "text": "Non-refundable"
          },
          {
            "icon": "bui_wallet",
            "key": "VP2PayInAdvanceKey",
            "text": "Pay in advance"
          },
          {
            "text": "Flexible to reschedule if plans change",
            "icon": "bui_checkmark",
            "key": "NrOneFreeDateChangeKey"
          },
          {
            "text": "Non-refundable",
            "key": "NonRefundableKey",
            "icon": "ic_cancellation_non_refundable"
          },
          {
            "icon": "bui_wallet",
            "key": "VP2PayInAdvanceKey",
            "text": "Pay in advance"
          },
          {
            "text": "Flexible to reschedule if plans change",
            "key": "NrOneFreeDateChangeKey",
            "icon": "bui_checkmark"
          },
          {
            "icon": "ic_cancellation_non_refundable",
            "key": "NonRefundableKey",
            "text": "Non-refundable"
          },
          {
            "text": "Pay in advance",
            "icon": "bui_wallet",
            "key": "VP2PayInAdvanceKey"
          },
          {
            "text": "Flexible to reschedule if plans change",
            "key": "NrOneFreeDateChangeKey",
            "icon": "bui_checkmark"
          },
          {
            "text": "Non-refundable",
            "key": "NonRefundableKey",
            "icon": "ic_cancellation_non_refundable"
          },
          {
            "text": "Pay in advance",
            "key": "VP2PayInAdvanceKey",
            "icon": "bui_wallet"
          },
          {
            "text": "<b>Free cancellation</b> until 11:59 PM on 22 December",
            "key": "FreeCancellationKey",
            "icon": "bui_checkmark_fill"
          },
          {
            "text": "<b>No prepayment needed</b> – pay at the property",
            "key": "NoPrepaymentConstructiveKey",
            "icon": "bui_checkmark_fill"
          },
          {
            "text": "Flexible to reschedule if plans change",
            "key": "NrOneFreeDateChangeKey",
            "icon": "bui_checkmark"
          },
          {
            "text": "Non-refundable",
            "icon": "ic_cancellation_non_refundable",
            "key": "NonRefundableKey"
          },
          {
            "text": "Pay in advance",
            "icon": "bui_wallet",
            "key": "VP2PayInAdvanceKey"
          },
          {
            "key": "FreeCancellationKey",
            "icon": "bui_checkmark_fill",
            "text": "<b>Free cancellation</b> until 11:59 PM on 22 December"
          },
          {
            "icon": "bui_checkmark_fill",
            "key": "NoPrepaymentConstructiveKey",
            "text": "<b>No prepayment needed</b> – pay at the property"
          },
          {
            "key": "FreeCancellationKey",
            "icon": "bui_checkmark_fill",
            "text": "<b>Free cancellation</b> until 11:59 PM on 22 December"
          },
          {
            "key": "NoPrepaymentConstructiveKey",
            "icon": "bui_checkmark_fill",
            "text": "<b>No prepayment needed</b> – pay at the property"
          },
          {
            "text": "Flexible to reschedule if plans change",
            "icon": "bui_checkmark",
            "key": "NrOneFreeDateChangeKey"
          },
          {
            "text": "Non-refundable",
            "key": "NonRefundableKey",
            "icon": "ic_cancellation_non_refundable"
          },
          {
            "text": "Pay in advance",
            "key": "VP2PayInAdvanceKey",
            "icon": "bui_wallet"
          },
          {
            "text": "Flexible to reschedule if plans change",
            "key": "NrOneFreeDateChangeKey",
            "icon": "bui_checkmark"
          },
          {
            "key": "NonRefundableKey",
            "icon": "ic_cancellation_non_refundable",
            "text": "Non-refundable"
          },
          {
            "key": "VP2PayInAdvanceKey",
            "icon": "bui_wallet",
            "text": "Pay in advance"
          },
          {
            "text": "<b>Free cancellation</b> until 11:59 PM on 22 December",
            "key": "FreeCancellationKey",
            "icon": "bui_checkmark_fill"
          },
          {
            "text": "<b>No prepayment needed</b> – pay at the property",
            "icon": "bui_checkmark_fill",
            "key": "NoPrepaymentConstructiveKey"
          }
        ],
        "lunch_included": 0,
        "nr_children": 0,
        "room_surface_in_m2": 16,
        "number_of_bathrooms": 1,
        "room_id": 161245601,
        "paymentterms": {
          "prepayment": {
            "simple_translation": "No prepayment",
            "timeline": {
              "u_currency_code": "EUR",
              "nr_stages": 2,
              "currency_code": "EUR",
              "policygroup_instance_id": "29/152/-",
              "stages": [
                {
                  "fee_remaining_pretty": "€ 158",
                  "b_number": 0,
                  "limit_timezone": "Verona",
                  "fee": 0,
                  "u_fee": "0.00",
                  "is_effective": 1,
                  "limit_until": "25 December 2023 23:59",
                  "fee_rounded": 0,
                  "limit_from": "21 August 2023 23:27",
                  "limit_from_time": "23:27",
                  "fee_remaining": 158.4,
                  "u_stage_fee_pretty": "€ 0",
                  "b_state": "FREE",
                  "fee_pretty": "€ 0",
                  "limit_until_raw": "2023-12-25 23:59:59",
                  "stage_fee": 0,
                  "u_fee_remaining": "158.40",
                  "limit_until_time": "23:59",
                  "u_stage_fee": "0.00",
                  "text": "Before you stay you'll pay",
                  "limit_from_raw": "2023-08-21 23:27:06",
                  "limit_until_date": "25 December 2023",
                  "limit_from_date": "21 August 2023",
                  "amount": "0.00",
                  "effective_number": 0,
                  "is_free": 1,
                  "u_fee_pretty": "€ 0",
                  "stage_fee_pretty": "€ 0",
                  "amount_pretty": "€ 0",
                  "u_fee_remaining_pretty": "€ 158",
                  "current_stage": 1
                },
                {
                  "amount": "158.40",
                  "text": "At the property you'll pay",
                  "is_free": 0,
                  "amount_pretty": "€ 158",
                  "after_checkin": 1
                }
              ]
            },
            "type": "no_prepayment",
            "info": {
              "prepayment_at_booktime": 0,
              "refundable": "anytime"
            },
            "extended_type_translation": "No payment needed today",
            "type_translation": "No payment needed today",
            "description": "You'll pay during your stay.",
            "type_extended": "non_refundable_prepayment"
          },
          "cancellation": {
            "non_refundable_anymore": 0,
            "bucket": "SMP_FLEX",
            "info": {
              "date_before": "22 December 2023",
              "timezone_offset": "3600",
              "timezone": "CET",
              "date_before_raw": "2023-12-22",
              "time_before_midnight": "23:59",
              "refundable": 1,
              "date_raw": "2023-12-23 00:00:00",
              "date": "23 December 2023",
              "is_midnight": 1,
              "time": "00:00"
            },
            "type_translation": "Free to cancel",
            "description": "You may cancel free of charge until 2 days before arrival. If you cancel in the 2 days before arrival, the cancellation fee will be the total price of the reservation. If you don't show up, the no-show fee will be the same as the cancellation fee.",
            "guaranteed_non_refundable": 0,
            "timeline": {
              "nr_stages": 2,
              "u_currency_code": "EUR",
              "stages": [
                {
                  "limit_until": "22 December 2023 23:59",
                  "fee_rounded": 0,
                  "is_effective": 1,
                  "u_fee": "0.00",
                  "fee": 0,
                  "b_state": "FREE",
                  "u_stage_fee_pretty": "€ 0",
                  "limit_from_time": "23:27",
                  "fee_remaining": 158.4,
                  "limit_from": "21 August 2023 23:27",
                  "limit_timezone": "Verona",
                  "date_until": "2023-12-22 23:59:59 +0100",
                  "b_number": 0,
                  "fee_remaining_pretty": "€ 158",
                  "effective_number": 0,
                  "is_free": 1,
                  "limit_from_date": "21 August 2023",
                  "limit_until_date": "22 December 2023",
                  "limit_from_raw": "2023-08-21 23:27:06",
                  "current_stage": 1,
                  "text_refundable": "You'll get a full refund if you cancel before 23:59 on 22 December 2023.",
                  "u_fee_remaining_pretty": "€ 158",
                  "stage_fee_pretty": "€ 0",
                  "u_fee_pretty": "€ 0",
                  "u_fee_remaining": "158.40",
                  "stage_fee": 0,
                  "limit_until_raw": "2023-12-22 23:59:59",
                  "fee_pretty": "€ 0",
                  "text": "Free cancellation until 23:59 on 22 Dec",
                  "u_stage_fee": "0.00",
                  "stage_translation": "Free to cancel",
                  "limit_until_time": "23:59"
                },
                {
                  "limit_until_time": "00:00",
                  "stage_translation": "No refund if you cancel",
                  "text": "From 00:00 on 23 Dec",
                  "u_stage_fee": "158.40",
                  "fee_pretty": "€ 158",
                  "limit_until_raw": "2023-12-23 00:00:00",
                  "stage_fee": 158.4,
                  "u_fee_remaining": "0.00",
                  "u_fee_pretty": "€ 158",
                  "stage_fee_pretty": "€ 158",
                  "text_refundable": "If you cancel from 23 December 2023, you will no longer be eligible for a refund.",
                  "current_stage": 0,
                  "amount_pretty": "€ 158",
                  "u_fee_remaining_pretty": "€ 0",
                  "limit_until_date": "23 December 2023",
                  "limit_from_raw": "2023-12-23 00:00:00",
                  "limit_from_date": "23 December 2023",
                  "amount": "158.40",
                  "effective_number": 1,
                  "is_free": 0,
                  "fee_remaining_pretty": "€ 0",
                  "b_number": 1,
                  "limit_timezone": "Verona",
                  "date_from": "2023-12-23 00:00:00 +0100",
                  "limit_from": "23 December 2023 00:00",
                  "fee_remaining": 0,
                  "limit_from_time": "00:00",
                  "b_state": "NONREF",
                  "u_stage_fee_pretty": "€ 158",
                  "fee": 158.4,
                  "u_fee": "158.40",
                  "is_effective": 1,
                  "fee_rounded": 158,
                  "limit_until": "23 December 2023 00:00"
                }
              ],
              "policygroup_instance_id": "29/152/-",
              "currency_code": "EUR"
            },
            "type": "free_cancellation"
          }
        },
        "pod_ios_migrate_policies_to_smp_fullon": 0,
        "must_reserve_free_parking": 0,
        "max_children_free_age": 4,
        "max_occupancy": 2,
        "genius_discount_percentage": 0,
        "is_mobile_deal": 0,
        "bh_room_highlights": [],
        "is_vp2_enrolled": 1,
        "can_reserve_free_parking": 0,
        "smoking": 0,
        "room_name": "Economy Double Room",
        "b_bsb_campaigns": [],
        "is_last_minute_deal": 0,
        "pay_in_advance": 1,
        "block_text": {
          "policies": [
            {
              "content": "You may cancel free of charge until 2 days before arrival. If you cancel in the 2 days before arrival, the cancellation fee will be the total price of the reservation. If you don't show up, the no-show fee will be the same as the cancellation fee.",
              "class": "POLICY_CANCELLATION"
            },
            {
              "content": "No prepayment is needed.",
              "class": "POLICY_PREPAY"
            },
            {
              "content": "Continental breakfast included",
              "mealplan_vector": "1",
              "class": "POLICY_HOTEL_MEALPLAN"
            },
            {
              "class": "POLICY_TITLE",
              "content": "General"
            }
          ]
        },
        "refundable_until": "",
        "max_children_free": 0,
        "children_ages": [],
        "name": "Economy Double Room - Low rate - no money back",
        "dinner_included": 0,
        "product_price_breakdown": {
          "discounted_amount": {
            "currency": "EUR",
            "value": 17.6
          },
          "excluded_amount": {
            "value": 7,
            "currency": "EUR"
          },
          "gross_amount_per_night": {
            "value": 158.4,
            "currency": "EUR"
          },
          "has_long_stays_weekly_rate_price": 0,
          "nr_stays": 3,
          "benefits": [
            {
              "identifier": "combined-discount",
              "name": "10% off",
              "kind": "badge",
              "details": "You’re getting a reduced rate because this property is offering a Mobile-only price.",
              "badge_variant": "constructive"
            },
            {
              "badge_variant": "constructive",
              "identifier": "mobile-rate",
              "name": "Mobile-only price",
              "kind": "badge",
              "details": "You’re getting a reduced rate because this property is offering a discount when you book on a mobile device."
            }
          ],
          "included_taxes_and_charges_amount": {
            "value": 14.4,
            "currency": "EUR"
          },
          "net_amount": {
            "value": 144,
            "currency": "EUR"
          },
          "gross_amount_hotel_currency": {
            "currency": "EUR",
            "value": 158.4
          },
          "items": [
            {
              "inclusion_type": "included",
              "item_amount": {
                "currency": "EUR",
                "value": 14.4
              },
              "base": {
                "percentage": 10,
                "kind": "percentage"
              },
              "kind": "charge",
              "name": "VAT",
              "details": "10 % VAT"
            },
            {
              "inclusion_type": "excluded",
              "name": "City tax",
              "item_amount": {
                "currency": "EUR",
                "value": 7
              },
              "kind": "charge",
              "base": {
                "base_amount": 3.5,
                "kind": "per_person_per_night"
              }
            },
            {
              "details": "You're getting a reduced rate because you're using a mobile device.",
              "identifier": "mobile-discount",
              "name": "Mobile-only price",
              "kind": "discount",
              "base": {
                "kind": "rate"
              },
              "item_amount": {
                "currency": "EUR",
                "value": 17.6
              }
            }
          ],
          "has_long_stays_monthly_rate_price": 0,
          "gross_amount": {
            "currency": "EUR",
            "value": 158.4
          },
          "charges_details": {
            "translated_copy": "+€ 7 taxes and charges",
            "amount": {
              "currency": "EUR",
              "value": 7
            },
            "mode": "extra_charges"
          },
          "strikethrough_amount": {
            "value": 176,
            "currency": "EUR"
          },
          "all_inclusive_amount": {
            "value": 165.4,
            "currency": "EUR"
          },
          "strikethrough_amount_per_night": {
            "currency": "EUR",
            "value": 176
          }
        },
        "is_domestic_rate": 0,
        "room_count": 4,
        "loyalty_reward_data": {
          "reward_detail": []
        },
        "is_flash_deal": 0,
        "babycots_available": 0,
        "nr_adults": 2,
        "mealplan": "Continental breakfast costs € 13 per person per night.",
        "nr_one_free_date_change": {
          "policy_short": "Flexible to reschedule if plans change",
          "policy_long": "However, you can reschedule your stay once until 18 December 2023 for the same or higher price. You’ll only be charged if there’s a price difference between your new and old dates.",
          "date_change_until": "18 December 2023"
        },
        "detail_mealplan": [
          {
            "title": "Breakfast available (Continental, Italian, Vegetarian, Gluten-free)",
            "icon": "coffee",
            "price": 13,
            "currency": "EUR"
          },
          {
            "title": "Breakfast included (Continental, Italian, Vegetarian, Gluten-free)",
            "icon": "coffee"
          },
          {
            "title": "Breakfast available (Continental, Italian, Vegetarian, Gluten-free)",
            "price": 13,
            "currency": "EUR",
            "icon": "coffee"
          },
          {
            "title": "Breakfast available (Continental, Italian, Vegetarian, Gluten-free)",
            "price": 13,
            "currency": "EUR",
            "icon": "coffee"
          },
          {
            "title": "Breakfast included (Continental, Italian, Vegetarian, Gluten-free)",
            "icon": "coffee"
          },
          {
            "icon": "coffee",
            "title": "Breakfast included (Continental, Italian, Vegetarian, Gluten-free)"
          },
          {
            "title": "Breakfast included (Continental, Italian, Vegetarian, Gluten-free)",
            "icon": "coffee"
          },
          {
            "icon": "coffee",
            "title": "Breakfast included (Continental, Italian, Vegetarian, Gluten-free)"
          },
          {
            "icon": "coffee",
            "title": "Breakfast included (Continental, Italian, Vegetarian, Gluten-free)"
          },
          {
            "icon": "coffee",
            "currency": "EUR",
            "price": 13,
            "title": "Breakfast available (Continental, Italian, Vegetarian, Gluten-free)"
          },
          {
            "icon": "coffee",
            "title": "Breakfast included (Continental, Italian, Vegetarian, Gluten-free)"
          },
          {
            "icon": "coffee",
            "title": "Breakfast included (Continental, Italian, Vegetarian, Gluten-free)"
          }
        ],
        "is_dormitory": 0,
        "is_block_fit": 1,
        "deals": {
          "deal_attributes": {
            "has_secret_channel_option": 0
          }
        },
        "is_secret_deal": 0,
        "room_surface_in_feet2": 172.2225664,
        "block_id": "161245601_88970267_0_2_0"
      },
      {
        "children_ages": [],
        "max_children_free": 0,
        "dinner_included": 0,
        "name": "Economy Double Room - Low rate - no money back",
        "is_domestic_rate": 0,
        "room_count": 4,
        "loyalty_reward_data": {
          "reward_detail": []
        },
        "is_flash_deal": 0,
        "babycots_available": 0,
        "product_price_breakdown": {
          "discounted_amount": {
            "value": 11.7,
            "currency": "EUR"
          },
          "nr_stays": 2,
          "has_long_stays_weekly_rate_price": 0,
          "gross_amount_per_night": {
            "value": 105.3,
            "currency": "EUR"
          },
          "excluded_amount": {
            "currency": "EUR",
            "value": 7
          },
          "benefits": [
            {
              "details": "You’re getting a reduced rate because this property is offering a Mobile-only price.",
              "kind": "badge",
              "identifier": "combined-discount",
              "name": "10% off",
              "badge_variant": "constructive"
            },
            {
              "kind": "badge",
              "details": "You’re getting a reduced rate because this property is offering a discount when you book on a mobile device.",
              "identifier": "mobile-rate",
              "name": "Mobile-only price",
              "badge_variant": "constructive"
            }
          ],
          "included_taxes_and_charges_amount": {
            "currency": "EUR",
            "value": 9.57272727272727
          },
          "gross_amount_hotel_currency": {
            "currency": "EUR",
            "value": 105.3
          },
          "items": [
            {
              "details": "10 % VAT",
              "inclusion_type": "included",
              "name": "VAT",
              "kind": "charge",
              "base": {
                "percentage": 10,
                "kind": "percentage"
              },
              "item_amount": {
                "value": 9.57272727272727,
                "currency": "EUR"
              }
            },
            {
              "kind": "charge",
              "base": {
                "kind": "per_person_per_night",
                "base_amount": 3.5
              },
              "item_amount": {
                "value": 7,
                "currency": "EUR"
              },
              "name": "City tax",
              "inclusion_type": "excluded"
            },
            {
              "details": "You're getting a reduced rate because you're using a mobile device.",
              "item_amount": {
                "currency": "EUR",
                "value": 11.7
              },
              "kind": "discount",
              "base": {
                "kind": "rate"
              },
              "name": "Mobile-only price",
              "identifier": "mobile-discount"
            }
          ],
          "net_amount": {
            "currency": "EUR",
            "value": 95.7272727272727
          },
          "charges_details": {
            "translated_copy": "+€ 7 taxes and charges",
            "amount": {
              "value": 7,
              "currency": "EUR"
            },
            "mode": "extra_charges"
          },
          "has_long_stays_monthly_rate_price": 0,
          "gross_amount": {
            "currency": "EUR",
            "value": 105.3
          },
          "strikethrough_amount": {
            "currency": "EUR",
            "value": 117
          },
          "all_inclusive_amount": {
            "value": 112.3,
            "currency": "EUR"
          },
          "strikethrough_amount_per_night": {
            "currency": "EUR",
            "value": 117
          }
        },
        "nr_adults": 2,
        "mealplan": "Continental breakfast is included in the room rate.",
        "detail_mealplan": [
          {
            "title": "Breakfast included (Continental, Italian, Vegetarian, Gluten-free)",
            "icon": "coffee"
          }
        ],
        "is_dormitory": 0,
        "is_block_fit": 1,
        "deals": {
          "deal_attributes": {
            "has_secret_channel_option": 0
          }
        },
        "nr_one_free_date_change": {
          "policy_short": "Flexible to reschedule if plans change",
          "policy_long": "However, you can reschedule your stay once until 18 December 2023 for the same or higher price. You’ll only be charged if there’s a price difference between your new and old dates.",
          "date_change_until": "18 December 2023"
        },
        "is_secret_deal": 0,
        "room_surface_in_feet2": 172.2225664,
        "block_id": "161245601_88970267_0_1_0",
        "half_board": 0,
        "name_without_policy": "Economy Double Room",
        "refundable": 0,
        "all_inclusive": 0,
        "roomtype_id": 9,
        "is_smart_deal": 0,
        "extrabed_available": 0,
        "lunch_included": 0,
        "transactional_policy_objects": [
          {
            "text": "Flexible to reschedule if plans change",
            "icon": "bui_checkmark",
            "key": "NrOneFreeDateChangeKey"
          },
          {
            "icon": "ic_cancellation_non_refundable",
            "key": "NonRefundableKey",
            "text": "Non-refundable"
          },
          {
            "icon": "bui_wallet",
            "key": "VP2PayInAdvanceKey",
            "text": "Pay in advance"
          }
        ],
        "breakfast_included": 1,
        "deposit_required": 1,
        "full_board": 0,
        "room_id": 161245601,
        "paymentterms": {
          "prepayment": {
            "type": "full_prepayment",
            "simple_translation": "Prepayment",
            "description": "The total price of the reservation is charged at the time of booking.",
            "type_translation": "SECURE YOUR BOOKING - pay now",
            "type_extended": "non_refundable_prepayment",
            "info": {
              "prepayment_at_booktime": 0,
              "refundable": 0
            },
            "extended_type_translation": "SECURE YOUR BOOKING - pay now"
          },
          "cancellation": {
            "description": "If you cancel, modify the booking, or don't show up, the fee will be the total price of the reservation.",
            "type_translation": "Non-refundable",
            "bucket": "SMP_NON_REF",
            "info": {
              "refundable": 0
            },
            "non_refundable_anymore": 0,
            "type": "non_refundable",
            "guaranteed_non_refundable": 0
          }
        },
        "pod_ios_migrate_policies_to_smp_fullon": 0,
        "must_reserve_free_parking": 0,
        "nr_children": 0,
        "room_surface_in_m2": 16,
        "number_of_bathrooms": 1,
        "is_mobile_deal": 0,
        "max_occupancy": 2,
        "max_children_free_age": 4,
        "genius_discount_percentage": 0,
        "is_vp2_enrolled": 1,
        "can_reserve_free_parking": 0,
        "smoking": 0,
        "room_name": "Economy Double Room",
        "bh_room_highlights": [],
        "block_text": {
          "policies": [
            {
              "class": "POLICY_CANCELLATION",
              "content": "If you cancel, modify the booking, or don't show up, the fee will be the total price of the reservation."
            },
            {
              "class": "POLICY_PREPAY",
              "content": "The total price of the reservation is charged at the time of booking."
            },
            {
              "content": "Continental breakfast included",
              "class": "POLICY_HOTEL_MEALPLAN",
              "mealplan_vector": "1"
            },
            {
              "content": "Non Refundable",
              "class": "POLICY_TITLE"
            },
            {
              "class": "POLICY_REFUND_SCHEDULE",
              "content": " You won't be eligible for a refund if you cancel this booking."
            }
          ]
        },
        "refundable_until": "",
        "b_bsb_campaigns": [],
        "is_last_minute_deal": 0,
        "pay_in_advance": 1
      },
      {
        "loyalty_reward_data": {
          "reward_detail": []
        },
        "room_count": 8,
        "is_domestic_rate": 0,
        "is_flash_deal": 0,
        "babycots_available": 0,
        "product_price_breakdown": {
          "net_amount": {
            "value": 101.454545454545,
            "currency": "EUR"
          },
          "gross_amount_hotel_currency": {
            "value": 111.6,
            "currency": "EUR"
          },
          "items": [
            {
              "details": "10 % VAT",
              "item_amount": {
                "currency": "EUR",
                "value": 10.1454545454545
              },
              "kind": "charge",
              "base": {
                "percentage": 10,
                "kind": "percentage"
              },
              "name": "VAT",
              "inclusion_type": "included"
            },
            {
              "inclusion_type": "excluded",
              "base": {
                "base_amount": 3.5,
                "kind": "per_person_per_night"
              },
              "kind": "charge",
              "item_amount": {
                "currency": "EUR",
                "value": 7
              },
              "name": "City tax"
            },
            {
              "kind": "discount",
              "base": {
                "kind": "rate"
              },
              "item_amount": {
                "currency": "EUR",
                "value": 12.4
              },
              "name": "Mobile-only price",
              "identifier": "mobile-discount",
              "details": "You're getting a reduced rate because you're using a mobile device."
            }
          ],
          "benefits": [
            {
              "identifier": "combined-discount",
              "name": "10% off",
              "kind": "badge",
              "badge_variant": "constructive",
              "details": "You’re getting a reduced rate because this property is offering a Mobile-only price."
            },
            {
              "badge_variant": "constructive",
              "name": "Mobile-only price",
              "identifier": "mobile-rate",
              "kind": "badge",
              "details": "You’re getting a reduced rate because this property is offering a discount when you book on a mobile device."
            }
          ],
          "included_taxes_and_charges_amount": {
            "value": 10.1454545454545,
            "currency": "EUR"
          },
          "nr_stays": 8,
          "excluded_amount": {
            "value": 7,
            "currency": "EUR"
          },
          "gross_amount_per_night": {
            "value": 111.6,
            "currency": "EUR"
          },
          "has_long_stays_weekly_rate_price": 0,
          "discounted_amount": {
            "currency": "EUR",
            "value": 12.4
          },
          "strikethrough_amount_per_night": {
            "currency": "EUR",
            "value": 124
          },
          "all_inclusive_amount": {
            "currency": "EUR",
            "value": 118.6
          },
          "strikethrough_amount": {
            "value": 124,
            "currency": "EUR"
          },
          "has_long_stays_monthly_rate_price": 0,
          "gross_amount": {
            "currency": "EUR",
            "value": 111.6
          },
          "charges_details": {
            "mode": "extra_charges",
            "amount": {
              "currency": "EUR",
              "value": 7
            },
            "translated_copy": "+€ 7 taxes and charges"
          }
        },
        "nr_adults": 2,
        "mealplan": "Continental breakfast costs € 13 per person per night.",
        "children_ages": [],
        "max_children_free": 0,
        "dinner_included": 0,
        "name": "Double or Twin Room - Low rate - no money back",
        "deals": {
          "deal_attributes": {
            "has_secret_channel_option": 0
          }
        },
        "is_dormitory": 0,
        "is_block_fit": 1,
        "detail_mealplan": [
          {
            "title": "Breakfast available (Continental, Italian, Vegetarian, Gluten-free)",
            "price": 13,
            "currency": "EUR",
            "icon": "coffee"
          }
        ],
        "nr_one_free_date_change": {
          "policy_short": "Flexible to reschedule if plans change",
          "policy_long": "However, you can reschedule your stay once until 18 December 2023 for the same or higher price. You’ll only be charged if there’s a price difference between your new and old dates.",
          "date_change_until": "18 December 2023"
        },
        "is_secret_deal": 0,
        "block_id": "161245602_88970267_0_2_0",
        "room_surface_in_feet2": 193.7503872,
        "is_smart_deal": 0,
        "transactional_policy_objects": [
          {
            "text": "Flexible to reschedule if plans change",
            "icon": "bui_checkmark",
            "key": "NrOneFreeDateChangeKey"
          },
          {
            "text": "Non-refundable",
            "key": "NonRefundableKey",
            "icon": "ic_cancellation_non_refundable"
          },
          {
            "icon": "bui_wallet",
            "key": "VP2PayInAdvanceKey",
            "text": "Pay in advance"
          }
        ],
        "lunch_included": 0,
        "extrabed_available": 0,
        "full_board": 0,
        "deposit_required": 1,
        "breakfast_included": 0,
        "half_board": 0,
        "name_without_policy": "Double or Twin Room",
        "refundable": 0,
        "all_inclusive": 0,
        "roomtype_id": 24,
        "is_vp2_enrolled": 1,
        "can_reserve_free_parking": 0,
        "smoking": 0,
        "room_name": "Double or Twin Room",
        "bh_room_highlights": [],
        "block_text": {
          "policies": [
            {
              "content": "If you cancel, modify the booking, or don't show up, the fee will be the total price of the reservation.",
              "class": "POLICY_CANCELLATION"
            },
            {
              "content": "The total price of the reservation is charged at the time of booking.",
              "class": "POLICY_PREPAY"
            },
            {
              "class": "POLICY_HOTEL_MEALPLAN",
              "mealplan_vector": "2",
              "price": 13,
              "currencycode": "EUR",
              "content": "Continental breakfast costs € 13 per person per night."
            },
            {
              "class": "POLICY_TITLE",
              "content": "Non Refundable"
            },
            {
              "content": " You won't be eligible for a refund if you cancel this booking.",
              "class": "POLICY_REFUND_SCHEDULE"
            }
          ]
        },
        "refundable_until": "",
        "b_bsb_campaigns": [],
        "pay_in_advance": 1,
        "is_last_minute_deal": 0,
        "room_id": 161245602,
        "pod_ios_migrate_policies_to_smp_fullon": 0,
        "must_reserve_free_parking": 0,
        "paymentterms": {
          "cancellation": {
            "type_translation": "Non-refundable",
            "description": "If you cancel, modify the booking, or don't show up, the fee will be the total price of the reservation.",
            "non_refundable_anymore": 0,
            "bucket": "SMP_NON_REF",
            "info": {
              "refundable": 0
            },
            "type": "non_refundable",
            "guaranteed_non_refundable": 0
          },
          "prepayment": {
            "description": "The total price of the reservation is charged at the time of booking.",
            "type_translation": "SECURE YOUR BOOKING - pay now",
            "type": "full_prepayment",
            "type_extended": "non_refundable_prepayment",
            "simple_translation": "Prepayment",
            "info": {
              "refundable": 0,
              "prepayment_at_booktime": 0
            },
            "extended_type_translation": "SECURE YOUR BOOKING - pay now"
          }
        },
        "room_surface_in_m2": 18,
        "nr_children": 0,
        "number_of_bathrooms": 1,
        "is_mobile_deal": 0,
        "max_children_free_age": 4,
        "max_occupancy": 2,
        "genius_discount_percentage": 0
      },
      {
        "paymentterms": {
          "prepayment": {
            "type_translation": "SECURE YOUR BOOKING - pay now",
            "description": "The total price of the reservation is charged at the time of booking.",
            "type_extended": "non_refundable_prepayment",
            "info": {
              "prepayment_at_booktime": 0,
              "refundable": 0
            },
            "extended_type_translation": "SECURE YOUR BOOKING - pay now",
            "type": "full_prepayment",
            "simple_translation": "Prepayment"
          },
          "cancellation": {
            "type_translation": "Non-refundable",
            "description": "If you cancel, modify the booking, or don't show up, the fee will be the total price of the reservation.",
            "info": {
              "refundable": 0
            },
            "bucket": "SMP_NON_REF",
            "non_refundable_anymore": 0,
            "guaranteed_non_refundable": 0,
            "type": "non_refundable"
          }
        },
        "pod_ios_migrate_policies_to_smp_fullon": 0,
        "must_reserve_free_parking": 0,
        "room_id": 161245603,
        "number_of_bathrooms": 1,
        "nr_children": 0,
        "room_surface_in_m2": 22,
        "is_mobile_deal": 0,
        "genius_discount_percentage": 0,
        "max_occupancy": 2,
        "max_children_free_age": 4,
        "smoking": 0,
        "can_reserve_free_parking": 0,
        "room_name": "Superior Double Room",
        "is_vp2_enrolled": 1,
        "bh_room_highlights": [],
        "refundable_until": "",
        "block_text": {
          "policies": [
            {
              "content": "If you cancel, modify the booking, or don't show up, the fee will be the total price of the reservation.",
              "class": "POLICY_CANCELLATION"
            },
            {
              "content": "The total price of the reservation is charged at the time of booking.",
              "class": "POLICY_PREPAY"
            },
            {
              "currencycode": "EUR",
              "price": 13,
              "content": "Continental breakfast costs € 13 per person per night.",
              "mealplan_vector": "2",
              "class": "POLICY_HOTEL_MEALPLAN"
            },
            {
              "class": "POLICY_TITLE",
              "content": "Non Refundable"
            },
            {
              "content": " You won't be eligible for a refund if you cancel this booking.",
              "class": "POLICY_REFUND_SCHEDULE"
            }
          ]
        },
        "is_last_minute_deal": 0,
        "pay_in_advance": 1,
        "b_bsb_campaigns": [],
        "name_without_policy": "Superior Double Room",
        "half_board": 0,
        "all_inclusive": 0,
        "refundable": 0,
        "roomtype_id": 9,
        "is_smart_deal": 0,
        "extrabed_available": 0,
        "lunch_included": 0,
        "transactional_policy_objects": [
          {
            "text": "Flexible to reschedule if plans change",
            "key": "NrOneFreeDateChangeKey",
            "icon": "bui_checkmark"
          },
          {
            "icon": "ic_cancellation_non_refundable",
            "key": "NonRefundableKey",
            "text": "Non-refundable"
          },
          {
            "text": "Pay in advance",
            "icon": "bui_wallet",
            "key": "VP2PayInAdvanceKey"
          }
        ],
        "breakfast_included": 0,
        "full_board": 0,
        "deposit_required": 1,
        "detail_mealplan": [
          {
            "title": "Breakfast available (Continental, Italian, Vegetarian, Gluten-free)",
            "price": 13,
            "currency": "EUR",
            "icon": "coffee"
          }
        ],
        "is_block_fit": 1,
        "is_dormitory": 0,
        "deals": {
          "deal_attributes": {
            "has_secret_channel_option": 0
          }
        },
        "nr_one_free_date_change": {
          "policy_short": "Flexible to reschedule if plans change",
          "policy_long": "However, you can reschedule your stay once until 18 December 2023 for the same or higher price. You’ll only be charged if there’s a price difference between your new and old dates.",
          "date_change_until": "18 December 2023"
        },
        "room_surface_in_feet2": 236.8060288,
        "block_id": "161245603_88970267_0_2_0",
        "is_secret_deal": 0,
        "children_ages": [],
        "max_children_free": 0,
        "dinner_included": 0,
        "name": "Superior Double Room - Low rate - no money back",
        "is_flash_deal": 0,
        "babycots_available": 0,
        "room_count": 8,
        "is_domestic_rate": 0,
        "loyalty_reward_data": {
          "reward_detail": []
        },
        "product_price_breakdown": {
          "charges_details": {
            "amount": {
              "value": 7,
              "currency": "EUR"
            },
            "translated_copy": "+€ 7 taxes and charges",
            "mode": "extra_charges"
          },
          "has_long_stays_monthly_rate_price": 0,
          "gross_amount": {
            "value": 114.3,
            "currency": "EUR"
          },
          "strikethrough_amount": {
            "value": 127,
            "currency": "EUR"
          },
          "all_inclusive_amount": {
            "currency": "EUR",
            "value": 121.3
          },
          "strikethrough_amount_per_night": {
            "currency": "EUR",
            "value": 127
          },
          "discounted_amount": {
            "currency": "EUR",
            "value": 12.7
          },
          "excluded_amount": {
            "currency": "EUR",
            "value": 7
          },
          "gross_amount_per_night": {
            "value": 114.3,
            "currency": "EUR"
          },
          "has_long_stays_weekly_rate_price": 0,
          "nr_stays": 8,
          "included_taxes_and_charges_amount": {
            "currency": "EUR",
            "value": 10.3909090909091
          },
          "benefits": [
            {
              "badge_variant": "constructive",
              "kind": "badge",
              "details": "You’re getting a reduced rate because this property is offering a Mobile-only price.",
              "identifier": "combined-discount",
              "name": "10% off"
            },
            {
              "badge_variant": "constructive",
              "kind": "badge",
              "name": "Mobile-only price",
              "identifier": "mobile-rate",
              "details": "You’re getting a reduced rate because this property is offering a discount when you book on a mobile device."
            }
          ],
          "gross_amount_hotel_currency": {
            "value": 114.3,
            "currency": "EUR"
          },
          "items": [
            {
              "name": "VAT",
              "item_amount": {
                "currency": "EUR",
                "value": 10.3909090909091
              },
              "base": {
                "percentage": 10,
                "kind": "percentage"
              },
              "kind": "charge",
              "inclusion_type": "included",
              "details": "10 % VAT"
            },
            {
              "base": {
                "kind": "per_person_per_night",
                "base_amount": 3.5
              },
              "kind": "charge",
              "item_amount": {
                "currency": "EUR",
                "value": 7
              },
              "name": "City tax",
              "inclusion_type": "excluded"
            },
            {
              "details": "You're getting a reduced rate because you're using a mobile device.",
              "identifier": "mobile-discount",
              "name": "Mobile-only price",
              "base": {
                "kind": "rate"
              },
              "kind": "discount",
              "item_amount": {
                "currency": "EUR",
                "value": 12.7
              }
            }
          ],
          "net_amount": {
            "value": 103.909090909091,
            "currency": "EUR"
          }
        },
        "mealplan": "Continental breakfast costs € 13 per person per night.",
        "nr_adults": 2
      },
      {
        "product_price_breakdown": {
          "included_taxes_and_charges_amount": {
            "value": 10.4727272727273,
            "currency": "EUR"
          },
          "benefits": [
            {
              "badge_variant": "constructive",
              "kind": "badge",
              "details": "You’re getting a reduced rate because this property is offering a Mobile-only price.",
              "identifier": "combined-discount",
              "name": "10% off"
            },
            {
              "name": "Mobile-only price",
              "identifier": "mobile-rate",
              "kind": "badge",
              "badge_variant": "constructive",
              "details": "You’re getting a reduced rate because this property is offering a discount when you book on a mobile device."
            }
          ],
          "gross_amount_hotel_currency": {
            "value": 115.2,
            "currency": "EUR"
          },
          "items": [
            {
              "details": "10 % VAT",
              "base": {
                "percentage": 10,
                "kind": "percentage"
              },
              "kind": "charge",
              "item_amount": {
                "value": 10.4727272727273,
                "currency": "EUR"
              },
              "name": "VAT",
              "inclusion_type": "included"
            },
            {
              "inclusion_type": "excluded",
              "name": "City tax",
              "base": {
                "base_amount": 3.5,
                "kind": "per_person_per_night"
              },
              "kind": "charge",
              "item_amount": {
                "value": 7,
                "currency": "EUR"
              }
            },
            {
              "details": "You're getting a reduced rate because you're using a mobile device.",
              "identifier": "mobile-discount",
              "name": "Mobile-only price",
              "base": {
                "kind": "rate"
              },
              "kind": "discount",
              "item_amount": {
                "currency": "EUR",
                "value": 12.8
              }
            }
          ],
          "net_amount": {
            "currency": "EUR",
            "value": 104.727272727273
          },
          "discounted_amount": {
            "currency": "EUR",
            "value": 12.8
          },
          "gross_amount_per_night": {
            "value": 115.2,
            "currency": "EUR"
          },
          "has_long_stays_weekly_rate_price": 0,
          "excluded_amount": {
            "currency": "EUR",
            "value": 7
          },
          "nr_stays": 8,
          "all_inclusive_amount": {
            "value": 122.2,
            "currency": "EUR"
          },
          "strikethrough_amount_per_night": {
            "value": 128,
            "currency": "EUR"
          },
          "charges_details": {
            "mode": "extra_charges",
            "amount": {
              "value": 7,
              "currency": "EUR"
            },
            "translated_copy": "+€ 7 taxes and charges"
          },
          "gross_amount": {
            "currency": "EUR",
            "value": 115.2
          },
          "has_long_stays_monthly_rate_price": 0,
          "strikethrough_amount": {
            "currency": "EUR",
            "value": 128
          }
        },
        "loyalty_reward_data": {
          "reward_detail": []
        },
        "room_count": 8,
        "is_domestic_rate": 0,
        "babycots_available": 0,
        "is_flash_deal": 0,
        "nr_adults": 2,
        "mealplan": "Continental breakfast is included in the room rate.",
        "max_children_free": 0,
        "children_ages": [],
        "name": "Double or Twin Room - Low rate - no money back",
        "dinner_included": 0,
        "nr_one_free_date_change": {
          "policy_short": "Flexible to reschedule if plans change",
          "policy_long": "However, you can reschedule your stay once until 18 December 2023 for the same or higher price. You’ll only be charged if there’s a price difference between your new and old dates.",
          "date_change_until": "18 December 2023"
        },
        "deals": {
          "deal_attributes": {
            "has_secret_channel_option": 0
          }
        },
        "detail_mealplan": [
          {
            "title": "Breakfast included (Continental, Italian, Vegetarian, Gluten-free)",
            "icon": "coffee"
          }
        ],
        "is_block_fit": 1,
        "is_dormitory": 0,
        "is_secret_deal": 0,
        "block_id": "161245602_88970267_0_1_0",
        "room_surface_in_feet2": 193.7503872,
        "is_smart_deal": 0,
        "deposit_required": 1,
        "full_board": 0,
        "breakfast_included": 1,
        "lunch_included": 0,
        "transactional_policy_objects": [
          {
            "text": "Flexible to reschedule if plans change",
            "key": "NrOneFreeDateChangeKey",
            "icon": "bui_checkmark"
          },
          {
            "text": "Non-refundable",
            "key": "NonRefundableKey",
            "icon": "ic_cancellation_non_refundable"
          },
          {
            "text": "Pay in advance",
            "key": "VP2PayInAdvanceKey",
            "icon": "bui_wallet"
          }
        ],
        "extrabed_available": 0,
        "half_board": 0,
        "name_without_policy": "Double or Twin Room",
        "roomtype_id": 24,
        "refundable": 0,
        "all_inclusive": 0,
        "bh_room_highlights": [],
        "is_vp2_enrolled": 1,
        "can_reserve_free_parking": 0,
        "smoking": 0,
        "room_name": "Double or Twin Room",
        "b_bsb_campaigns": [],
        "pay_in_advance": 1,
        "is_last_minute_deal": 0,
        "block_text": {
          "policies": [
            {
              "content": "If you cancel, modify the booking, or don't show up, the fee will be the total price of the reservation.",
              "class": "POLICY_CANCELLATION"
            },
            {
              "class": "POLICY_PREPAY",
              "content": "The total price of the reservation is charged at the time of booking."
            },
            {
              "mealplan_vector": "1",
              "class": "POLICY_HOTEL_MEALPLAN",
              "content": "Continental breakfast included"
            },
            {
              "class": "POLICY_TITLE",
              "content": "Non Refundable"
            },
            {
              "class": "POLICY_REFUND_SCHEDULE",
              "content": " You won't be eligible for a refund if you cancel this booking."
            }
          ]
        },
        "refundable_until": "",
        "room_surface_in_m2": 18,
        "nr_children": 0,
        "number_of_bathrooms": 1,
        "room_id": 161245602,
        "must_reserve_free_parking": 0,
        "pod_ios_migrate_policies_to_smp_fullon": 0,
        "paymentterms": {
          "prepayment": {
            "type_extended": "non_refundable_prepayment",
            "type_translation": "SECURE YOUR BOOKING - pay now",
            "description": "The total price of the reservation is charged at the time of booking.",
            "extended_type_translation": "SECURE YOUR BOOKING - pay now",
            "info": {
              "refundable": 0,
              "prepayment_at_booktime": 0
            },
            "type": "full_prepayment",
            "simple_translation": "Prepayment"
          },
          "cancellation": {
            "guaranteed_non_refundable": 0,
            "type": "non_refundable",
            "non_refundable_anymore": 0,
            "bucket": "SMP_NON_REF",
            "info": {
              "refundable": 0
            },
            "type_translation": "Non-refundable",
            "description": "If you cancel, modify the booking, or don't show up, the fee will be the total price of the reservation."
          }
        },
        "max_children_free_age": 4,
        "genius_discount_percentage": 0,
        "max_occupancy": 2,
        "is_mobile_deal": 0
      },
      {
        "children_ages": [],
        "max_children_free": 0,
        "name": "Economy Double Room - Free cancellation",
        "dinner_included": 0,
        "product_price_breakdown": {
          "has_long_stays_monthly_rate_price": 0,
          "gross_amount": {
            "currency": "EUR",
            "value": 117
          },
          "charges_details": {
            "translated_copy": "+€ 7 taxes and charges",
            "amount": {
              "currency": "EUR",
              "value": 7
            },
            "mode": "extra_charges"
          },
          "strikethrough_amount": {
            "value": 130,
            "currency": "EUR"
          },
          "all_inclusive_amount": {
            "value": 124,
            "currency": "EUR"
          },
          "strikethrough_amount_per_night": {
            "currency": "EUR",
            "value": 130
          },
          "discounted_amount": {
            "currency": "EUR",
            "value": 13
          },
          "nr_stays": 2,
          "gross_amount_per_night": {
            "value": 117,
            "currency": "EUR"
          },
          "excluded_amount": {
            "currency": "EUR",
            "value": 7
          },
          "has_long_stays_weekly_rate_price": 0,
          "included_taxes_and_charges_amount": {
            "value": 10.6363636363636,
            "currency": "EUR"
          },
          "benefits": [
            {
              "details": "You’re getting a reduced rate because this property is offering a Mobile-only price.",
              "kind": "badge",
              "name": "10% off",
              "identifier": "combined-discount",
              "badge_variant": "constructive"
            },
            {
              "name": "Mobile-only price",
              "identifier": "mobile-rate",
              "details": "You’re getting a reduced rate because this property is offering a discount when you book on a mobile device.",
              "kind": "badge",
              "badge_variant": "constructive"
            }
          ],
          "net_amount": {
            "value": 106.363636363636,
            "currency": "EUR"
          },
          "gross_amount_hotel_currency": {
            "value": 117,
            "currency": "EUR"
          },
          "items": [
            {
              "details": "10 % VAT",
              "inclusion_type": "included",
              "name": "VAT",
              "item_amount": {
                "currency": "EUR",
                "value": 10.6363636363636
              },
              "kind": "charge",
              "base": {
                "percentage": 10,
                "kind": "percentage"
              }
            },
            {
              "inclusion_type": "excluded",
              "name": "City tax",
              "kind": "charge",
              "base": {
                "base_amount": 3.5,
                "kind": "per_person_per_night"
              },
              "item_amount": {
                "value": 7,
                "currency": "EUR"
              }
            },
            {
              "details": "You're getting a reduced rate because you're using a mobile device.",
              "identifier": "mobile-discount",
              "name": "Mobile-only price",
              "item_amount": {
                "value": 13,
                "currency": "EUR"
              },
              "base": {
                "kind": "rate"
              },
              "kind": "discount"
            }
          ]
        },
        "room_count": 4,
        "is_domestic_rate": 0,
        "loyalty_reward_data": {
          "reward_detail": []
        },
        "is_flash_deal": 0,
        "babycots_available": 0,
        "nr_adults": 2,
        "mealplan": "Continental breakfast is included in the room rate.",
        "is_dormitory": 0,
        "is_block_fit": 1,
        "detail_mealplan": [
          {
            "icon": "coffee",
            "title": "Breakfast included (Continental, Italian, Vegetarian, Gluten-free)"
          }
        ],
        "deals": {
          "deal_attributes": {
            "has_secret_channel_option": 0
          }
        },
        "is_secret_deal": 0,
        "room_surface_in_feet2": 172.2225664,
        "block_id": "161245601_348842721_0_1_0",
        "half_board": 0,
        "name_without_policy": "Economy Double Room",
        "roomtype_id": 9,
        "refundable": 1,
        "all_inclusive": 0,
        "is_smart_deal": 0,
        "breakfast_included": 1,
        "full_board": 0,
        "deposit_required": 0,
        "extrabed_available": 0,
        "lunch_included": 0,
        "transactional_policy_objects": [
          {
            "text": "<b>Free cancellation</b> until 11:59 PM on 22 December",
            "key": "FreeCancellationKey",
            "icon": "bui_checkmark_fill"
          },
          {
            "text": "<b>No prepayment needed</b> – pay at the property",
            "key": "NoPrepaymentConstructiveKey",
            "icon": "bui_checkmark_fill"
          }
        ],
        "nr_children": 0,
        "room_surface_in_m2": 16,
        "number_of_bathrooms": 1,
        "room_id": 161245601,
        "paymentterms": {
          "prepayment": {
            "info": {
              "refundable": "anytime",
              "prepayment_at_booktime": 0
            },
            "extended_type_translation": "No payment needed today",
            "type_translation": "No payment needed today",
            "description": "You'll pay during your stay.",
            "type_extended": "non_refundable_prepayment",
            "simple_translation": "No prepayment",
            "timeline": {
              "nr_stages": 2,
              "u_currency_code": "EUR",
              "currency_code": "EUR",
              "policygroup_instance_id": "29/152/-",
              "stages": [
                {
                  "u_fee": "0.00",
                  "fee": 0,
                  "fee_rounded": 0,
                  "limit_until": "25 December 2023 23:59",
                  "is_effective": 1,
                  "limit_from": "21 August 2023 23:27",
                  "u_stage_fee_pretty": "€ 0",
                  "b_state": "FREE",
                  "limit_from_time": "23:27",
                  "fee_remaining": 117,
                  "fee_remaining_pretty": "€ 117",
                  "limit_timezone": "Verona",
                  "b_number": 0,
                  "limit_from_raw": "2023-08-21 23:27:06",
                  "limit_until_date": "25 December 2023",
                  "is_free": 1,
                  "effective_number": 0,
                  "limit_from_date": "21 August 2023",
                  "amount": "0.00",
                  "u_fee_pretty": "€ 0",
                  "amount_pretty": "€ 0",
                  "u_fee_remaining_pretty": "€ 117",
                  "current_stage": 1,
                  "stage_fee_pretty": "€ 0",
                  "limit_until_raw": "2023-12-25 23:59:59",
                  "fee_pretty": "€ 0",
                  "u_fee_remaining": "117.00",
                  "stage_fee": 0,
                  "limit_until_time": "23:59",
                  "u_stage_fee": "0.00",
                  "text": "Before you stay you'll pay"
                },
                {
                  "text": "At the property you'll pay",
                  "is_free": 0,
                  "amount_pretty": "€ 117",
                  "amount": "117.00",
                  "after_checkin": 1
                }
              ]
            },
            "type": "no_prepayment"
          },
          "cancellation": {
            "type": "free_cancellation",
            "timeline": {
              "stages": [
                {
                  "limit_timezone": "Verona",
                  "date_until": "2023-12-22 23:59:59 +0100",
                  "b_number": 0,
                  "fee_remaining_pretty": "€ 117",
                  "b_state": "FREE",
                  "u_stage_fee_pretty": "€ 0",
                  "limit_from_time": "23:27",
                  "fee_remaining": 117,
                  "limit_from": "21 August 2023 23:27",
                  "limit_until": "22 December 2023 23:59",
                  "fee_rounded": 0,
                  "is_effective": 1,
                  "u_fee": "0.00",
                  "fee": 0,
                  "text": "Free cancellation until 23:59 on 22 Dec",
                  "u_stage_fee": "0.00",
                  "limit_until_time": "23:59",
                  "stage_translation": "Free to cancel",
                  "u_fee_remaining": "117.00",
                  "stage_fee": 0,
                  "limit_until_raw": "2023-12-22 23:59:59",
                  "fee_pretty": "€ 0",
                  "current_stage": 1,
                  "text_refundable": "You'll get a full refund if you cancel before 23:59 on 22 December 2023.",
                  "u_fee_remaining_pretty": "€ 117",
                  "stage_fee_pretty": "€ 0",
                  "u_fee_pretty": "€ 0",
                  "is_free": 1,
                  "effective_number": 0,
                  "limit_from_date": "21 August 2023",
                  "limit_until_date": "22 December 2023",
                  "limit_from_raw": "2023-08-21 23:27:06"
                },
                {
                  "u_fee": "117.00",
                  "fee": 117,
                  "limit_until": "23 December 2023 00:00",
                  "fee_rounded": 117,
                  "is_effective": 1,
                  "limit_from": "23 December 2023 00:00",
                  "u_stage_fee_pretty": "€ 117",
                  "b_state": "NONREF",
                  "limit_from_time": "00:00",
                  "fee_remaining": 0,
                  "date_from": "2023-12-23 00:00:00 +0100",
                  "fee_remaining_pretty": "€ 0",
                  "limit_timezone": "Verona",
                  "b_number": 1,
                  "limit_from_raw": "2023-12-23 00:00:00",
                  "limit_until_date": "23 December 2023",
                  "is_free": 0,
                  "effective_number": 1,
                  "limit_from_date": "23 December 2023",
                  "amount": "117.00",
                  "u_fee_pretty": "€ 117",
                  "amount_pretty": "€ 117",
                  "u_fee_remaining_pretty": "€ 0",
                  "text_refundable": "If you cancel from 23 December 2023, you will no longer be eligible for a refund.",
                  "current_stage": 0,
                  "stage_fee_pretty": "€ 117",
                  "limit_until_raw": "2023-12-23 00:00:00",
                  "fee_pretty": "€ 117",
                  "u_fee_remaining": "0.00",
                  "stage_fee": 117,
                  "limit_until_time": "00:00",
                  "stage_translation": "No refund if you cancel",
                  "u_stage_fee": "117.00",
                  "text": "From 00:00 on 23 Dec"
                }
              ],
              "policygroup_instance_id": "29/152/-",
              "currency_code": "EUR",
              "u_currency_code": "EUR",
              "nr_stages": 2
            },
            "guaranteed_non_refundable": 0,
            "non_refundable_anymore": 0,
            "bucket": "SMP_FLEX",
            "info": {
              "time_before_midnight": "23:59",
              "timezone_offset": "3600",
              "timezone": "CET",
              "date_before_raw": "2023-12-22",
              "date_before": "22 December 2023",
              "time": "00:00",
              "is_midnight": 1,
              "date_raw": "2023-12-23 00:00:00",
              "date": "23 December 2023",
              "refundable": 1
            },
            "description": "You may cancel free of charge until 2 days before arrival. If you cancel in the 2 days before arrival, the cancellation fee will be the total price of the reservation. If you don't show up, the no-show fee will be the same as the cancellation fee.",
            "type_translation": "Free to cancel"
          }
        },
        "pod_ios_migrate_policies_to_smp_fullon": 0,
        "must_reserve_free_parking": 0,
        "genius_discount_percentage": 0,
        "max_children_free_age": 4,
        "max_occupancy": 2,
        "is_mobile_deal": 0,
        "bh_room_highlights": [],
        "is_vp2_enrolled": 1,
        "smoking": 0,
        "room_name": "Economy Double Room",
        "can_reserve_free_parking": 0,
        "b_bsb_campaigns": [],
        "is_last_minute_deal": 0,
        "block_text": {
          "policies": [
            {
              "class": "POLICY_CANCELLATION",
              "content": "You may cancel free of charge until 2 days before arrival. If you cancel in the 2 days before arrival, the cancellation fee will be the total price of the reservation. If you don't show up, the no-show fee will be the same as the cancellation fee."
            },
            {
              "class": "POLICY_PREPAY",
              "content": "No prepayment is needed."
            },
            {
              "content": "Continental breakfast included",
              "mealplan_vector": "1",
              "class": "POLICY_HOTEL_MEALPLAN"
            },
            {
              "content": "General",
              "class": "POLICY_TITLE"
            }
          ]
        },
        "refundable_until": "2023-12-22 23:59:59 +0100"
      },
      {
        "is_secret_deal": 0,
        "block_id": "161245603_88970267_0_1_0",
        "room_surface_in_feet2": 236.8060288,
        "deals": {
          "deal_attributes": {
            "has_secret_channel_option": 0
          }
        },
        "detail_mealplan": [
          {
            "title": "Breakfast included (Continental, Italian, Vegetarian, Gluten-free)",
            "icon": "coffee"
          }
        ],
        "is_dormitory": 0,
        "is_block_fit": 1,
        "nr_one_free_date_change": {
          "policy_short": "Flexible to reschedule if plans change",
          "policy_long": "However, you can reschedule your stay once until 18 December 2023 for the same or higher price. You’ll only be charged if there’s a price difference between your new and old dates.",
          "date_change_until": "18 December 2023"
        },
        "value_for_money_price": {
          "currency": "EUR",
          "price": 124.18
        },
        "dinner_included": 0,
        "name": "Superior Double Room - Low rate - no money back",
        "max_children_free": 0,
        "children_ages": [],
        "nr_adults": 2,
        "mealplan": "Continental breakfast is included in the room rate.",
        "loyalty_reward_data": {
          "reward_detail": []
        },
        "is_domestic_rate": 0,
        "room_count": 8,
        "babycots_available": 0,
        "is_flash_deal": 0,
        "product_price_breakdown": {
          "net_amount": {
            "currency": "EUR",
            "value": 107.181818181818
          },
          "items": [
            {
              "name": "VAT",
              "kind": "charge",
              "base": {
                "kind": "percentage",
                "percentage": 10
              },
              "details": "10 % VAT",
              "item_amount": {
                "currency": "EUR",
                "value": 10.7181818181818
              },
              "inclusion_type": "included"
            },
            {
              "inclusion_type": "excluded",
              "name": "City tax",
              "kind": "charge",
              "base": {
                "kind": "per_person_per_night",
                "base_amount": 3.5
              },
              "item_amount": {
                "value": 7,
                "currency": "EUR"
              }
            },
            {
              "details": "You're getting a reduced rate because you're using a mobile device.",
              "item_amount": {
                "value": 13.1,
                "currency": "EUR"
              },
              "kind": "discount",
              "base": {
                "kind": "rate"
              },
              "identifier": "mobile-discount",
              "name": "Mobile-only price"
            }
          ],
          "gross_amount_hotel_currency": {
            "currency": "EUR",
            "value": 117.9
          },
          "included_taxes_and_charges_amount": {
            "value": 10.7181818181818,
            "currency": "EUR"
          },
          "benefits": [
            {
              "details": "You’re getting a reduced rate because this property is offering a Mobile-only price.",
              "kind": "badge",
              "identifier": "combined-discount",
              "name": "10% off",
              "badge_variant": "constructive"
            },
            {
              "badge_variant": "constructive",
              "identifier": "mobile-rate",
              "name": "Mobile-only price",
              "kind": "badge",
              "details": "You’re getting a reduced rate because this property is offering a discount when you book on a mobile device."
            }
          ],
          "nr_stays": 8,
          "gross_amount_per_night": {
            "currency": "EUR",
            "value": 117.9
          },
          "has_long_stays_weekly_rate_price": 0,
          "excluded_amount": {
            "currency": "EUR",
            "value": 7
          },
          "discounted_amount": {
            "currency": "EUR",
            "value": 13.1
          },
          "strikethrough_amount_per_night": {
            "currency": "EUR",
            "value": 131
          },
          "all_inclusive_amount": {
            "currency": "EUR",
            "value": 124.9
          },
          "strikethrough_amount": {
            "currency": "EUR",
            "value": 131
          },
          "gross_amount": {
            "currency": "EUR",
            "value": 117.9
          },
          "has_long_stays_monthly_rate_price": 0,
          "charges_details": {
            "amount": {
              "currency": "EUR",
              "value": 7
            },
            "translated_copy": "+€ 7 taxes and charges",
            "mode": "extra_charges"
          }
        },
        "is_mobile_deal": 0,
        "max_occupancy": 2,
        "max_children_free_age": 4,
        "genius_discount_percentage": 0,
        "room_id": 161245603,
        "must_reserve_free_parking": 0,
        "pod_ios_migrate_policies_to_smp_fullon": 0,
        "paymentterms": {
          "cancellation": {
            "non_refundable_anymore": 0,
            "bucket": "SMP_NON_REF",
            "info": {
              "refundable": 0
            },
            "type_translation": "Non-refundable",
            "description": "If you cancel, modify the booking, or don't show up, the fee will be the total price of the reservation.",
            "guaranteed_non_refundable": 0,
            "type": "non_refundable"
          },
          "prepayment": {
            "description": "The total price of the reservation is charged at the time of booking.",
            "type_translation": "SECURE YOUR BOOKING - pay now",
            "type": "full_prepayment",
            "type_extended": "non_refundable_prepayment",
            "simple_translation": "Prepayment",
            "info": {
              "prepayment_at_booktime": 0,
              "refundable": 0
            },
            "extended_type_translation": "SECURE YOUR BOOKING - pay now"
          }
        },
        "room_surface_in_m2": 22,
        "nr_children": 0,
        "number_of_bathrooms": 1,
        "block_text": {
          "policies": [
            {
              "class": "POLICY_CANCELLATION",
              "content": "If you cancel, modify the booking, or don't show up, the fee will be the total price of the reservation."
            },
            {
              "content": "The total price of the reservation is charged at the time of booking.",
              "class": "POLICY_PREPAY"
            },
            {
              "content": "Continental breakfast included",
              "mealplan_vector": "1",
              "class": "POLICY_HOTEL_MEALPLAN"
            },
            {
              "class": "POLICY_TITLE",
              "content": "Non Refundable"
            },
            {
              "content": " You won't be eligible for a refund if you cancel this booking.",
              "class": "POLICY_REFUND_SCHEDULE"
            }
          ]
        },
        "refundable_until": "",
        "b_bsb_campaigns": [],
        "is_last_minute_deal": 0,
        "pay_in_advance": 1,
        "is_vp2_enrolled": 1,
        "can_reserve_free_parking": 0,
        "smoking": 0,
        "room_name": "Superior Double Room",
        "bh_room_highlights": [],
        "refundable": 0,
        "all_inclusive": 0,
        "roomtype_id": 9,
        "half_board": 0,
        "name_without_policy": "Superior Double Room",
        "lunch_included": 0,
        "transactional_policy_objects": [
          {
            "text": "Flexible to reschedule if plans change",
            "key": "NrOneFreeDateChangeKey",
            "icon": "bui_checkmark"
          },
          {
            "text": "Non-refundable",
            "icon": "ic_cancellation_non_refundable",
            "key": "NonRefundableKey"
          },
          {
            "text": "Pay in advance",
            "icon": "bui_wallet",
            "key": "VP2PayInAdvanceKey"
          }
        ],
        "extrabed_available": 0,
        "deposit_required": 1,
        "full_board": 0,
        "breakfast_included": 1,
        "is_smart_deal": 0
      },
      {
        "max_children_free_age": 4,
        "max_occupancy": 2,
        "genius_discount_percentage": 0,
        "is_mobile_deal": 0,
        "number_of_bathrooms": 1,
        "nr_children": 0,
        "room_surface_in_m2": 18,
        "paymentterms": {
          "cancellation": {
            "guaranteed_non_refundable": 0,
            "type": "free_cancellation",
            "timeline": {
              "u_currency_code": "EUR",
              "nr_stages": 2,
              "currency_code": "EUR",
              "policygroup_instance_id": "29/152/-",
              "stages": [
                {
                  "limit_from": "21 August 2023 23:27",
                  "u_stage_fee_pretty": "€ 0",
                  "b_state": "FREE",
                  "fee_remaining": 127.8,
                  "limit_from_time": "23:27",
                  "u_fee": "0.00",
                  "fee": 0,
                  "limit_until": "22 December 2023 23:59",
                  "fee_rounded": 0,
                  "is_effective": 1,
                  "fee_remaining_pretty": "€ 127",
                  "date_until": "2023-12-22 23:59:59 +0100",
                  "limit_timezone": "Verona",
                  "b_number": 0,
                  "u_fee_pretty": "€ 0",
                  "u_fee_remaining_pretty": "€ 127",
                  "current_stage": 1,
                  "text_refundable": "You'll get a full refund if you cancel before 23:59 on 22 December 2023.",
                  "stage_fee_pretty": "€ 0",
                  "limit_from_raw": "2023-08-21 23:27:06",
                  "limit_until_date": "22 December 2023",
                  "effective_number": 0,
                  "is_free": 1,
                  "limit_from_date": "21 August 2023",
                  "limit_until_time": "23:59",
                  "stage_translation": "Free to cancel",
                  "u_stage_fee": "0.00",
                  "text": "Free cancellation until 23:59 on 22 Dec",
                  "limit_until_raw": "2023-12-22 23:59:59",
                  "fee_pretty": "€ 0",
                  "stage_fee": 0,
                  "u_fee_remaining": "127.80"
                },
                {
                  "fee": 127.8,
                  "u_fee": "127.80",
                  "is_effective": 1,
                  "fee_rounded": 128,
                  "limit_until": "23 December 2023 00:00",
                  "limit_from": "23 December 2023 00:00",
                  "fee_remaining": 0,
                  "limit_from_time": "00:00",
                  "b_state": "NONREF",
                  "u_stage_fee_pretty": "€ 128",
                  "date_from": "2023-12-23 00:00:00 +0100",
                  "fee_remaining_pretty": "€ 0",
                  "b_number": 1,
                  "limit_timezone": "Verona",
                  "limit_until_date": "23 December 2023",
                  "limit_from_raw": "2023-12-23 00:00:00",
                  "amount": "127.80",
                  "limit_from_date": "23 December 2023",
                  "is_free": 0,
                  "effective_number": 1,
                  "u_fee_pretty": "€ 128",
                  "stage_fee_pretty": "€ 128",
                  "text_refundable": "If you cancel from 23 December 2023, you will no longer be eligible for a refund.",
                  "current_stage": 0,
                  "amount_pretty": "€ 128",
                  "u_fee_remaining_pretty": "€ 0",
                  "fee_pretty": "€ 127",
                  "limit_until_raw": "2023-12-23 00:00:00",
                  "u_fee_remaining": "0.00",
                  "stage_fee": 127.8,
                  "stage_translation": "No refund if you cancel",
                  "limit_until_time": "00:00",
                  "text": "From 00:00 on 23 Dec",
                  "u_stage_fee": "127.80"
                }
              ]
            },
            "description": "You may cancel free of charge until 2 days before arrival. If you cancel in the 2 days before arrival, the cancellation fee will be the total price of the reservation. If you don't show up, the no-show fee will be the same as the cancellation fee.",
            "type_translation": "Free to cancel",
            "bucket": "SMP_FLEX",
            "info": {
              "date_before": "22 December 2023",
              "time_before_midnight": "23:59",
              "timezone": "CET",
              "timezone_offset": "3600",
              "date_before_raw": "2023-12-22",
              "date_raw": "2023-12-23 00:00:00",
              "date": "23 December 2023",
              "refundable": 1,
              "time": "00:00",
              "is_midnight": 1
            },
            "non_refundable_anymore": 0
          },
          "prepayment": {
            "simple_translation": "No prepayment",
            "type": "no_prepayment",
            "timeline": {
              "u_currency_code": "EUR",
              "nr_stages": 2,
              "policygroup_instance_id": "29/152/-",
              "stages": [
                {
                  "limit_from_date": "21 August 2023",
                  "amount": "0.00",
                  "effective_number": 0,
                  "is_free": 1,
                  "limit_from_raw": "2023-08-21 23:27:06",
                  "limit_until_date": "25 December 2023",
                  "stage_fee_pretty": "€ 0",
                  "amount_pretty": "€ 0",
                  "u_fee_remaining_pretty": "€ 127",
                  "current_stage": 1,
                  "u_fee_pretty": "€ 0",
                  "stage_fee": 0,
                  "u_fee_remaining": "127.80",
                  "fee_pretty": "€ 0",
                  "limit_until_raw": "2023-12-25 23:59:59",
                  "u_stage_fee": "0.00",
                  "text": "Before you stay you'll pay",
                  "limit_until_time": "23:59",
                  "is_effective": 1,
                  "fee_rounded": 0,
                  "limit_until": "25 December 2023 23:59",
                  "fee": 0,
                  "u_fee": "0.00",
                  "fee_remaining": 127.8,
                  "limit_from_time": "23:27",
                  "u_stage_fee_pretty": "€ 0",
                  "b_state": "FREE",
                  "limit_from": "21 August 2023 23:27",
                  "b_number": 0,
                  "limit_timezone": "Verona",
                  "fee_remaining_pretty": "€ 127"
                },
                {
                  "text": "At the property you'll pay",
                  "is_free": 0,
                  "amount_pretty": "€ 127",
                  "amount": "127.80",
                  "after_checkin": 1
                }
              ],
              "currency_code": "EUR"
            },
            "info": {
              "prepayment_at_booktime": 0,
              "refundable": "anytime"
            },
            "extended_type_translation": "No payment needed today",
            "type_translation": "No payment needed today",
            "description": "You'll pay during your stay.",
            "type_extended": "non_refundable_prepayment"
          }
        },
        "must_reserve_free_parking": 0,
        "pod_ios_migrate_policies_to_smp_fullon": 0,
        "room_id": 161245602,
        "is_last_minute_deal": 0,
        "b_bsb_campaigns": [],
        "refundable_until": "2023-12-22 23:59:59 +0100",
        "block_text": {
          "policies": [
            {
              "class": "POLICY_CANCELLATION",
              "content": "You may cancel free of charge until 2 days before arrival. If you cancel in the 2 days before arrival, the cancellation fee will be the total price of the reservation. If you don't show up, the no-show fee will be the same as the cancellation fee."
            },
            {
              "content": "No prepayment is needed.",
              "class": "POLICY_PREPAY"
            },
            {
              "content": "Continental breakfast included",
              "mealplan_vector": "1",
              "class": "POLICY_HOTEL_MEALPLAN"
            },
            {
              "class": "POLICY_TITLE",
              "content": "General"
            }
          ]
        },
        "bh_room_highlights": [],
        "smoking": 0,
        "can_reserve_free_parking": 0,
        "room_name": "Double or Twin Room",
        "is_vp2_enrolled": 1,
        "roomtype_id": 24,
        "all_inclusive": 0,
        "refundable": 1,
        "name_without_policy": "Double or Twin Room",
        "half_board": 0,
        "breakfast_included": 1,
        "full_board": 0,
        "deposit_required": 0,
        "extrabed_available": 0,
        "lunch_included": 0,
        "transactional_policy_objects": [
          {
            "key": "FreeCancellationKey",
            "icon": "bui_checkmark_fill",
            "text": "<b>Free cancellation</b> until 11:59 PM on 22 December"
          },
          {
            "icon": "bui_checkmark_fill",
            "key": "NoPrepaymentConstructiveKey",
            "text": "<b>No prepayment needed</b> – pay at the property"
          }
        ],
        "is_smart_deal": 0,
        "room_surface_in_feet2": 193.7503872,
        "block_id": "161245602_348842721_0_1_0",
        "is_secret_deal": 0,
        "is_block_fit": 1,
        "detail_mealplan": [
          {
            "icon": "coffee",
            "title": "Breakfast included (Continental, Italian, Vegetarian, Gluten-free)"
          }
        ],
        "is_dormitory": 0,
        "deals": {
          "deal_attributes": {
            "has_secret_channel_option": 0
          }
        },
        "name": "Double or Twin Room - Free cancellation",
        "dinner_included": 0,
        "max_children_free": 0,
        "children_ages": [],
        "mealplan": "Continental breakfast is included in the room rate.",
        "nr_adults": 2,
        "product_price_breakdown": {
          "discounted_amount": {
            "currency": "EUR",
            "value": 14.2
          },
          "has_long_stays_weekly_rate_price": 0,
          "excluded_amount": {
            "currency": "EUR",
            "value": 7
          },
          "gross_amount_per_night": {
            "currency": "EUR",
            "value": 127.8
          },
          "nr_stays": 8,
          "included_taxes_and_charges_amount": {
            "currency": "EUR",
            "value": 11.6181818181818
          },
          "benefits": [
            {
              "badge_variant": "constructive",
              "details": "You’re getting a reduced rate because this property is offering a Mobile-only price.",
              "kind": "badge",
              "identifier": "combined-discount",
              "name": "10% off"
            },
            {
              "kind": "badge",
              "details": "You’re getting a reduced rate because this property is offering a discount when you book on a mobile device.",
              "identifier": "mobile-rate",
              "name": "Mobile-only price",
              "badge_variant": "constructive"
            }
          ],
          "items": [
            {
              "details": "10 % VAT",
              "item_amount": {
                "value": 11.6181818181818,
                "currency": "EUR"
              },
              "base": {
                "kind": "percentage",
                "percentage": 10
              },
              "kind": "charge",
              "name": "VAT",
              "inclusion_type": "included"
            },
            {
              "inclusion_type": "excluded",
              "name": "City tax",
              "item_amount": {
                "value": 7,
                "currency": "EUR"
              },
              "kind": "charge",
              "base": {
                "kind": "per_person_per_night",
                "base_amount": 3.5
              }
            },
            {
              "name": "Mobile-only price",
              "identifier": "mobile-discount",
              "item_amount": {
                "value": 14.2,
                "currency": "EUR"
              },
              "kind": "discount",
              "base": {
                "kind": "rate"
              },
              "details": "You're getting a reduced rate because you're using a mobile device."
            }
          ],
          "gross_amount_hotel_currency": {
            "currency": "EUR",
            "value": 127.8
          },
          "net_amount": {
            "currency": "EUR",
            "value": 116.181818181818
          },
          "charges_details": {
            "translated_copy": "+€ 7 taxes and charges",
            "amount": {
              "currency": "EUR",
              "value": 7
            },
            "mode": "extra_charges"
          },
          "gross_amount": {
            "currency": "EUR",
            "value": 127.8
          },
          "has_long_stays_monthly_rate_price": 0,
          "strikethrough_amount": {
            "currency": "EUR",
            "value": 142
          },
          "all_inclusive_amount": {
            "value": 134.8,
            "currency": "EUR"
          },
          "strikethrough_amount_per_night": {
            "currency": "EUR",
            "value": 142
          }
        },
        "babycots_available": 0,
        "is_flash_deal": 0,
        "room_count": 8,
        "is_domestic_rate": 0,
        "loyalty_reward_data": {
          "reward_detail": []
        }
      },
      {
        "is_block_fit": 1,
        "is_dormitory": 0,
        "detail_mealplan": [
          {
            "icon": "coffee",
            "title": "Breakfast included (Continental, Italian, Vegetarian, Gluten-free)"
          }
        ],
        "deals": {
          "deal_attributes": {
            "has_secret_channel_option": 0
          }
        },
        "is_secret_deal": 0,
        "room_surface_in_feet2": 236.8060288,
        "block_id": "161245603_348842721_0_1_0",
        "room_count": 8,
        "is_domestic_rate": 0,
        "loyalty_reward_data": {
          "reward_detail": []
        },
        "babycots_available": 0,
        "is_flash_deal": 0,
        "product_price_breakdown": {
          "strikethrough_amount": {
            "currency": "EUR",
            "value": 146
          },
          "charges_details": {
            "mode": "extra_charges",
            "amount": {
              "value": 7,
              "currency": "EUR"
            },
            "translated_copy": "+€ 7 taxes and charges"
          },
          "has_long_stays_monthly_rate_price": 0,
          "gross_amount": {
            "value": 131.4,
            "currency": "EUR"
          },
          "strikethrough_amount_per_night": {
            "value": 146,
            "currency": "EUR"
          },
          "all_inclusive_amount": {
            "currency": "EUR",
            "value": 138.4
          },
          "nr_stays": 8,
          "gross_amount_per_night": {
            "value": 131.4,
            "currency": "EUR"
          },
          "excluded_amount": {
            "value": 7,
            "currency": "EUR"
          },
          "has_long_stays_weekly_rate_price": 0,
          "discounted_amount": {
            "currency": "EUR",
            "value": 14.6
          },
          "gross_amount_hotel_currency": {
            "currency": "EUR",
            "value": 131.4
          },
          "items": [
            {
              "inclusion_type": "included",
              "name": "VAT",
              "kind": "charge",
              "base": {
                "kind": "percentage",
                "percentage": 10
              },
              "item_amount": {
                "currency": "EUR",
                "value": 11.9454545454545
              },
              "details": "10 % VAT"
            },
            {
              "name": "City tax",
              "base": {
                "kind": "per_person_per_night",
                "base_amount": 3.5
              },
              "kind": "charge",
              "item_amount": {
                "currency": "EUR",
                "value": 7
              },
              "inclusion_type": "excluded"
            },
            {
              "details": "You're getting a reduced rate because you're using a mobile device.",
              "name": "Mobile-only price",
              "identifier": "mobile-discount",
              "item_amount": {
                "currency": "EUR",
                "value": 14.6
              },
              "base": {
                "kind": "rate"
              },
              "kind": "discount"
            }
          ],
          "net_amount": {
            "currency": "EUR",
            "value": 119.454545454545
          },
          "included_taxes_and_charges_amount": {
            "value": 11.9454545454545,
            "currency": "EUR"
          },
          "benefits": [
            {
              "name": "10% off",
              "identifier": "combined-discount",
              "kind": "badge",
              "details": "You’re getting a reduced rate because this property is offering a Mobile-only price.",
              "badge_variant": "constructive"
            },
            {
              "details": "You’re getting a reduced rate because this property is offering a discount when you book on a mobile device.",
              "badge_variant": "constructive",
              "identifier": "mobile-rate",
              "name": "Mobile-only price",
              "kind": "badge"
            }
          ]
        },
        "nr_adults": 2,
        "mealplan": "Continental breakfast is included in the room rate.",
        "max_children_free": 0,
        "children_ages": [],
        "dinner_included": 0,
        "name": "Superior Double Room - Free cancellation",
        "is_vp2_enrolled": 1,
        "smoking": 0,
        "room_name": "Superior Double Room",
        "can_reserve_free_parking": 0,
        "bh_room_highlights": [],
        "block_text": {
          "policies": [
            {
              "content": "You may cancel free of charge until 2 days before arrival. If you cancel in the 2 days before arrival, the cancellation fee will be the total price of the reservation. If you don't show up, the no-show fee will be the same as the cancellation fee.",
              "class": "POLICY_CANCELLATION"
            },
            {
              "content": "No prepayment is needed.",
              "class": "POLICY_PREPAY"
            },
            {
              "content": "Continental breakfast included",
              "mealplan_vector": "1",
              "class": "POLICY_HOTEL_MEALPLAN"
            },
            {
              "content": "General",
              "class": "POLICY_TITLE"
            }
          ]
        },
        "refundable_until": "2023-12-22 23:59:59 +0100",
        "b_bsb_campaigns": [],
        "is_last_minute_deal": 0,
        "room_id": 161245603,
        "paymentterms": {
          "cancellation": {
            "timeline": {
              "nr_stages": 2,
              "u_currency_code": "EUR",
              "currency_code": "EUR",
              "stages": [
                {
                  "is_effective": 1,
                  "limit_until": "22 December 2023 23:59",
                  "fee_rounded": 0,
                  "fee": 0,
                  "u_fee": "0.00",
                  "fee_remaining": 131.4,
                  "limit_from_time": "23:27",
                  "u_stage_fee_pretty": "€ 0",
                  "b_state": "FREE",
                  "limit_from": "21 August 2023 23:27",
                  "b_number": 0,
                  "limit_timezone": "Verona",
                  "date_until": "2023-12-22 23:59:59 +0100",
                  "fee_remaining_pretty": "€ 131",
                  "limit_from_date": "21 August 2023",
                  "effective_number": 0,
                  "is_free": 1,
                  "limit_until_date": "22 December 2023",
                  "limit_from_raw": "2023-08-21 23:27:06",
                  "stage_fee_pretty": "€ 0",
                  "current_stage": 1,
                  "text_refundable": "You'll get a full refund if you cancel before 23:59 on 22 December 2023.",
                  "u_fee_remaining_pretty": "€ 131",
                  "u_fee_pretty": "€ 0",
                  "u_fee_remaining": "131.40",
                  "stage_fee": 0,
                  "fee_pretty": "€ 0",
                  "limit_until_raw": "2023-12-22 23:59:59",
                  "text": "Free cancellation until 23:59 on 22 Dec",
                  "u_stage_fee": "0.00",
                  "stage_translation": "Free to cancel",
                  "limit_until_time": "23:59"
                },
                {
                  "fee_remaining_pretty": "€ 0",
                  "b_number": 1,
                  "limit_timezone": "Verona",
                  "date_from": "2023-12-23 00:00:00 +0100",
                  "limit_from": "23 December 2023 00:00",
                  "fee_remaining": 0,
                  "limit_from_time": "00:00",
                  "u_stage_fee_pretty": "€ 131",
                  "b_state": "NONREF",
                  "fee": 131.4,
                  "u_fee": "131.40",
                  "is_effective": 1,
                  "limit_until": "23 December 2023 00:00",
                  "fee_rounded": 131,
                  "limit_until_time": "00:00",
                  "stage_translation": "No refund if you cancel",
                  "text": "From 00:00 on 23 Dec",
                  "u_stage_fee": "131.40",
                  "fee_pretty": "€ 131",
                  "limit_until_raw": "2023-12-23 00:00:00",
                  "u_fee_remaining": "0.00",
                  "stage_fee": 131.4,
                  "u_fee_pretty": "€ 131",
                  "stage_fee_pretty": "€ 131",
                  "current_stage": 0,
                  "text_refundable": "If you cancel from 23 December 2023, you will no longer be eligible for a refund.",
                  "amount_pretty": "€ 131",
                  "u_fee_remaining_pretty": "€ 0",
                  "limit_until_date": "23 December 2023",
                  "limit_from_raw": "2023-12-23 00:00:00",
                  "limit_from_date": "23 December 2023",
                  "amount": "131.40",
                  "effective_number": 1,
                  "is_free": 0
                }
              ],
              "policygroup_instance_id": "29/152/-"
            },
            "type": "free_cancellation",
            "guaranteed_non_refundable": 0,
            "non_refundable_anymore": 0,
            "info": {
              "refundable": 1,
              "date": "23 December 2023",
              "date_raw": "2023-12-23 00:00:00",
              "is_midnight": 1,
              "time": "00:00",
              "date_before": "22 December 2023",
              "date_before_raw": "2023-12-22",
              "timezone_offset": "3600",
              "timezone": "CET",
              "time_before_midnight": "23:59"
            },
            "bucket": "SMP_FLEX",
            "description": "You may cancel free of charge until 2 days before arrival. If you cancel in the 2 days before arrival, the cancellation fee will be the total price of the reservation. If you don't show up, the no-show fee will be the same as the cancellation fee.",
            "type_translation": "Free to cancel"
          },
          "prepayment": {
            "type": "no_prepayment",
            "timeline": {
              "currency_code": "EUR",
              "policygroup_instance_id": "29/152/-",
              "stages": [
                {
                  "u_fee_pretty": "€ 0",
                  "stage_fee_pretty": "€ 0",
                  "amount_pretty": "€ 0",
                  "u_fee_remaining_pretty": "€ 131",
                  "current_stage": 1,
                  "limit_from_raw": "2023-08-21 23:27:06",
                  "limit_until_date": "25 December 2023",
                  "limit_from_date": "21 August 2023",
                  "amount": "0.00",
                  "effective_number": 0,
                  "is_free": 1,
                  "limit_until_time": "23:59",
                  "u_stage_fee": "0.00",
                  "text": "Before you stay you'll pay",
                  "fee_pretty": "€ 0",
                  "limit_until_raw": "2023-12-25 23:59:59",
                  "stage_fee": 0,
                  "u_fee_remaining": "131.40",
                  "limit_from": "21 August 2023 23:27",
                  "fee_remaining": 131.4,
                  "limit_from_time": "23:27",
                  "u_stage_fee_pretty": "€ 0",
                  "b_state": "FREE",
                  "fee": 0,
                  "u_fee": "0.00",
                  "is_effective": 1,
                  "fee_rounded": 0,
                  "limit_until": "25 December 2023 23:59",
                  "fee_remaining_pretty": "€ 131",
                  "b_number": 0,
                  "limit_timezone": "Verona"
                },
                {
                  "after_checkin": 1,
                  "text": "At the property you'll pay",
                  "is_free": 0,
                  "amount_pretty": "€ 131",
                  "amount": "131.40"
                }
              ],
              "u_currency_code": "EUR",
              "nr_stages": 2
            },
            "simple_translation": "No prepayment",
            "type_translation": "No payment needed today",
            "description": "You'll pay during your stay.",
            "type_extended": "non_refundable_prepayment",
            "info": {
              "refundable": "anytime",
              "prepayment_at_booktime": 0
            },
            "extended_type_translation": "No payment needed today"
          }
        },
        "pod_ios_migrate_policies_to_smp_fullon": 0,
        "must_reserve_free_parking": 0,
        "nr_children": 0,
        "room_surface_in_m2": 22,
        "number_of_bathrooms": 1,
        "is_mobile_deal": 0,
        "max_children_free_age": 4,
        "genius_discount_percentage": 0,
        "max_occupancy": 2,
        "is_smart_deal": 0,
        "extrabed_available": 0,
        "transactional_policy_objects": [
          {
            "key": "FreeCancellationKey",
            "icon": "bui_checkmark_fill",
            "text": "<b>Free cancellation</b> until 11:59 PM on 22 December"
          },
          {
            "key": "NoPrepaymentConstructiveKey",
            "icon": "bui_checkmark_fill",
            "text": "<b>No prepayment needed</b> – pay at the property"
          }
        ],
        "lunch_included": 0,
        "breakfast_included": 1,
        "full_board": 0,
        "deposit_required": 0,
        "half_board": 0,
        "name_without_policy": "Superior Double Room",
        "refundable": 1,
        "all_inclusive": 0,
        "roomtype_id": 9
      },
      {
        "nr_one_free_date_change": {
          "policy_short": "Flexible to reschedule if plans change",
          "policy_long": "However, you can reschedule your stay once until 18 December 2023 for the same or higher price. You’ll only be charged if there’s a price difference between your new and old dates.",
          "date_change_until": "18 December 2023"
        },
        "is_dormitory": 0,
        "detail_mealplan": [
          {
            "icon": "coffee",
            "currency": "EUR",
            "price": 13,
            "title": "Breakfast available (Continental, Italian, Vegetarian, Gluten-free)"
          }
        ],
        "is_block_fit": 1,
        "deals": {
          "deal_attributes": {
            "has_secret_channel_option": 0
          }
        },
        "room_surface_in_feet2": 344.4451328,
        "block_id": "161245605_88970267_0_2_0",
        "is_secret_deal": 0,
        "max_children_free": 1,
        "children_ages": [],
        "name": "Junior Suite - Low rate - no money back",
        "dinner_included": 0,
        "product_price_breakdown": {
          "strikethrough_amount_per_night": {
            "value": 153,
            "currency": "EUR"
          },
          "all_inclusive_amount": {
            "currency": "EUR",
            "value": 144.7
          },
          "strikethrough_amount": {
            "value": 153,
            "currency": "EUR"
          },
          "charges_details": {
            "mode": "extra_charges",
            "amount": {
              "currency": "EUR",
              "value": 7
            },
            "translated_copy": "+€ 7 taxes and charges"
          },
          "gross_amount": {
            "value": 137.7,
            "currency": "EUR"
          },
          "has_long_stays_monthly_rate_price": 0,
          "items": [
            {
              "details": "10 % VAT",
              "inclusion_type": "included",
              "item_amount": {
                "value": 12.5181818181818,
                "currency": "EUR"
              },
              "kind": "charge",
              "base": {
                "percentage": 10,
                "kind": "percentage"
              },
              "name": "VAT"
            },
            {
              "inclusion_type": "excluded",
              "base": {
                "kind": "per_person_per_night",
                "base_amount": 3.5
              },
              "kind": "charge",
              "item_amount": {
                "value": 7,
                "currency": "EUR"
              },
              "name": "City tax"
            },
            {
              "name": "Mobile-only price",
              "identifier": "mobile-discount",
              "kind": "discount",
              "base": {
                "kind": "rate"
              },
              "item_amount": {
                "currency": "EUR",
                "value": 15.3
              },
              "details": "You're getting a reduced rate because you're using a mobile device."
            }
          ],
          "gross_amount_hotel_currency": {
            "value": 137.7,
            "currency": "EUR"
          },
          "net_amount": {
            "value": 125.181818181818,
            "currency": "EUR"
          },
          "benefits": [
            {
              "details": "You’re getting a reduced rate because this property is offering a Mobile-only price.",
              "name": "10% off",
              "identifier": "combined-discount",
              "kind": "badge",
              "badge_variant": "constructive"
            },
            {
              "details": "You’re getting a reduced rate because this property is offering a discount when you book on a mobile device.",
              "identifier": "mobile-rate",
              "name": "Mobile-only price",
              "kind": "badge",
              "badge_variant": "constructive"
            }
          ],
          "included_taxes_and_charges_amount": {
            "value": 12.5181818181818,
            "currency": "EUR"
          },
          "nr_stays": 3,
          "has_long_stays_weekly_rate_price": 0,
          "gross_amount_per_night": {
            "currency": "EUR",
            "value": 137.7
          },
          "excluded_amount": {
            "currency": "EUR",
            "value": 7
          },
          "discounted_amount": {
            "value": 15.3,
            "currency": "EUR"
          }
        },
        "is_flash_deal": 0,
        "babycots_available": 0,
        "room_count": 3,
        "is_domestic_rate": 0,
        "loyalty_reward_data": {
          "reward_detail": []
        },
        "mealplan": "Continental breakfast costs € 13 per person per night.",
        "nr_adults": 2,
        "number_of_bathrooms": 1,
        "nr_children": 0,
        "room_surface_in_m2": 32,
        "paymentterms": {
          "cancellation": {
            "info": {
              "refundable": 0
            },
            "bucket": "SMP_NON_REF",
            "non_refundable_anymore": 0,
            "description": "If you cancel, modify the booking, or don't show up, the fee will be the total price of the reservation.",
            "type_translation": "Non-refundable",
            "guaranteed_non_refundable": 0,
            "type": "non_refundable"
          },
          "prepayment": {
            "type_extended": "non_refundable_prepayment",
            "type_translation": "SECURE YOUR BOOKING - pay now",
            "description": "The total price of the reservation is charged at the time of booking.",
            "type": "full_prepayment",
            "extended_type_translation": "SECURE YOUR BOOKING - pay now",
            "simple_translation": "Prepayment",
            "info": {
              "prepayment_at_booktime": 0,
              "refundable": 0
            }
          }
        },
        "pod_ios_migrate_policies_to_smp_fullon": 0,
        "must_reserve_free_parking": 0,
        "room_id": 161245605,
        "max_occupancy": 2,
        "genius_discount_percentage": 0,
        "max_children_free_age": 4,
        "is_mobile_deal": 0,
        "bh_room_highlights": [],
        "can_reserve_free_parking": 0,
        "smoking": 0,
        "room_name": "Junior Suite",
        "is_vp2_enrolled": 1,
        "pay_in_advance": 1,
        "is_last_minute_deal": 0,
        "b_bsb_campaigns": [],
        "refundable_until": "",
        "block_text": {
          "policies": [
            {
              "class": "POLICY_CANCELLATION",
              "content": "If you cancel, modify the booking, or don't show up, the fee will be the total price of the reservation."
            },
            {
              "content": "The total price of the reservation is charged at the time of booking.",
              "class": "POLICY_PREPAY"
            },
            {
              "mealplan_vector": "2",
              "class": "POLICY_HOTEL_MEALPLAN",
              "price": 13,
              "currencycode": "EUR",
              "content": "Continental breakfast costs € 13 per person per night."
            },
            {
              "content": "Non Refundable",
              "class": "POLICY_TITLE"
            },
            {
              "content": " You won't be eligible for a refund if you cancel this booking.",
              "class": "POLICY_REFUND_SCHEDULE"
            }
          ]
        },
        "name_without_policy": "Junior Suite",
        "half_board": 0,
        "roomtype_id": 5,
        "all_inclusive": 0,
        "refundable": 0,
        "is_smart_deal": 0,
        "breakfast_included": 0,
        "deposit_required": 1,
        "full_board": 0,
        "extrabed_available": 0,
        "lunch_included": 0,
        "transactional_policy_objects": [
          {
            "text": "Flexible to reschedule if plans change",
            "icon": "bui_checkmark",
            "key": "NrOneFreeDateChangeKey"
          },
          {
            "text": "Non-refundable",
            "key": "NonRefundableKey",
            "icon": "ic_cancellation_non_refundable"
          },
          {
            "text": "Pay in advance",
            "key": "VP2PayInAdvanceKey",
            "icon": "bui_wallet"
          }
        ]
      },
      {
        "is_dormitory": 0,
        "is_block_fit": 1,
        "detail_mealplan": [
          {
            "icon": "coffee",
            "title": "Breakfast included (Continental, Italian, Vegetarian, Gluten-free)"
          }
        ],
        "deals": {
          "deal_attributes": {
            "has_secret_channel_option": 0
          }
        },
        "nr_one_free_date_change": {
          "policy_short": "Flexible to reschedule if plans change",
          "policy_long": "However, you can reschedule your stay once until 18 December 2023 for the same or higher price. You’ll only be charged if there’s a price difference between your new and old dates.",
          "date_change_until": "18 December 2023"
        },
        "room_surface_in_feet2": 344.4451328,
        "block_id": "161245605_88970267_0_1_0",
        "is_secret_deal": 0,
        "is_flash_deal": 0,
        "babycots_available": 0,
        "is_domestic_rate": 0,
        "room_count": 3,
        "loyalty_reward_data": {
          "reward_detail": []
        },
        "product_price_breakdown": {
          "net_amount": {
            "currency": "EUR",
            "value": 129.272727272727
          },
          "gross_amount_hotel_currency": {
            "currency": "EUR",
            "value": 142.2
          },
          "items": [
            {
              "name": "VAT",
              "details": "10 % VAT",
              "item_amount": {
                "currency": "EUR",
                "value": 12.9272727272727
              },
              "kind": "charge",
              "base": {
                "kind": "percentage",
                "percentage": 10
              },
              "inclusion_type": "included"
            },
            {
              "inclusion_type": "excluded",
              "name": "City tax",
              "kind": "charge",
              "base": {
                "base_amount": 3.5,
                "kind": "per_person_per_night"
              },
              "item_amount": {
                "value": 7,
                "currency": "EUR"
              }
            },
            {
              "details": "You're getting a reduced rate because you're using a mobile device.",
              "item_amount": {
                "currency": "EUR",
                "value": 15.8
              },
              "kind": "discount",
              "base": {
                "kind": "rate"
              },
              "identifier": "mobile-discount",
              "name": "Mobile-only price"
            }
          ],
          "benefits": [
            {
              "kind": "badge",
              "details": "You’re getting a reduced rate because this property is offering a Mobile-only price.",
              "identifier": "combined-discount",
              "name": "10% off",
              "badge_variant": "constructive"
            },
            {
              "identifier": "mobile-rate",
              "name": "Mobile-only price",
              "details": "You’re getting a reduced rate because this property is offering a discount when you book on a mobile device.",
              "kind": "badge",
              "badge_variant": "constructive"
            }
          ],
          "included_taxes_and_charges_amount": {
            "currency": "EUR",
            "value": 12.9272727272727
          },
          "gross_amount_per_night": {
            "value": 142.2,
            "currency": "EUR"
          },
          "excluded_amount": {
            "value": 7,
            "currency": "EUR"
          },
          "has_long_stays_weekly_rate_price": 0,
          "nr_stays": 3,
          "discounted_amount": {
            "currency": "EUR",
            "value": 15.8
          },
          "strikethrough_amount_per_night": {
            "value": 158,
            "currency": "EUR"
          },
          "all_inclusive_amount": {
            "currency": "EUR",
            "value": 149.2
          },
          "strikethrough_amount": {
            "value": 158,
            "currency": "EUR"
          },
          "gross_amount": {
            "currency": "EUR",
            "value": 142.2
          },
          "has_long_stays_monthly_rate_price": 0,
          "charges_details": {
            "mode": "extra_charges",
            "translated_copy": "+€ 7 taxes and charges",
            "amount": {
              "value": 7,
              "currency": "EUR"
            }
          }
        },
        "mealplan": "Continental breakfast is included in the room rate.",
        "nr_adults": 2,
        "children_ages": [],
        "max_children_free": 1,
        "dinner_included": 0,
        "name": "Junior Suite - Low rate - no money back",
        "smoking": 0,
        "can_reserve_free_parking": 0,
        "room_name": "Junior Suite",
        "is_vp2_enrolled": 1,
        "bh_room_highlights": [],
        "refundable_until": "",
        "block_text": {
          "policies": [
            {
              "content": "If you cancel, modify the booking, or don't show up, the fee will be the total price of the reservation.",
              "class": "POLICY_CANCELLATION"
            },
            {
              "class": "POLICY_PREPAY",
              "content": "The total price of the reservation is charged at the time of booking."
            },
            {
              "content": "Continental breakfast included",
              "mealplan_vector": "1",
              "class": "POLICY_HOTEL_MEALPLAN"
            },
            {
              "class": "POLICY_TITLE",
              "content": "Non Refundable"
            },
            {
              "content": " You won't be eligible for a refund if you cancel this booking.",
              "class": "POLICY_REFUND_SCHEDULE"
            }
          ]
        },
        "is_last_minute_deal": 0,
        "pay_in_advance": 1,
        "b_bsb_campaigns": [],
        "paymentterms": {
          "prepayment": {
            "simple_translation": "Prepayment",
            "info": {
              "refundable": 0,
              "prepayment_at_booktime": 0
            },
            "extended_type_translation": "SECURE YOUR BOOKING - pay now",
            "type_translation": "SECURE YOUR BOOKING - pay now",
            "description": "The total price of the reservation is charged at the time of booking.",
            "type": "full_prepayment",
            "type_extended": "non_refundable_prepayment"
          },
          "cancellation": {
            "info": {
              "refundable": 0
            },
            "bucket": "SMP_NON_REF",
            "non_refundable_anymore": 0,
            "type_translation": "Non-refundable",
            "description": "If you cancel, modify the booking, or don't show up, the fee will be the total price of the reservation.",
            "guaranteed_non_refundable": 0,
            "type": "non_refundable"
          }
        },
        "pod_ios_migrate_policies_to_smp_fullon": 0,
        "must_reserve_free_parking": 0,
        "room_id": 161245605,
        "number_of_bathrooms": 1,
        "nr_children": 0,
        "room_surface_in_m2": 32,
        "is_mobile_deal": 0,
        "genius_discount_percentage": 0,
        "max_children_free_age": 4,
        "max_occupancy": 2,
        "is_smart_deal": 0,
        "extrabed_available": 0,
        "lunch_included": 0,
        "transactional_policy_objects": [
          {
            "text": "Flexible to reschedule if plans change",
            "key": "NrOneFreeDateChangeKey",
            "icon": "bui_checkmark"
          },
          {
            "key": "NonRefundableKey",
            "icon": "ic_cancellation_non_refundable",
            "text": "Non-refundable"
          },
          {
            "key": "VP2PayInAdvanceKey",
            "icon": "bui_wallet",
            "text": "Pay in advance"
          }
        ],
        "breakfast_included": 1,
        "full_board": 0,
        "deposit_required": 1,
        "name_without_policy": "Junior Suite",
        "half_board": 0,
        "all_inclusive": 0,
        "refundable": 0,
        "roomtype_id": 5
      },
      {
        "bh_room_highlights": [],
        "can_reserve_free_parking": 0,
        "room_name": "Junior Suite",
        "smoking": 0,
        "is_vp2_enrolled": 1,
        "is_last_minute_deal": 0,
        "b_bsb_campaigns": [],
        "refundable_until": "2023-12-22 23:59:59 +0100",
        "block_text": {
          "policies": [
            {
              "content": "You may cancel free of charge until 2 days before arrival. If you cancel in the 2 days before arrival, the cancellation fee will be the total price of the reservation. If you don't show up, the no-show fee will be the same as the cancellation fee.",
              "class": "POLICY_CANCELLATION"
            },
            {
              "content": "No prepayment is needed.",
              "class": "POLICY_PREPAY"
            },
            {
              "content": "Continental breakfast included",
              "mealplan_vector": "1",
              "class": "POLICY_HOTEL_MEALPLAN"
            },
            {
              "class": "POLICY_TITLE",
              "content": "General"
            }
          ]
        },
        "number_of_bathrooms": 1,
        "nr_children": 0,
        "room_surface_in_m2": 32,
        "paymentterms": {
          "prepayment": {
            "simple_translation": "No prepayment",
            "timeline": {
              "u_currency_code": "EUR",
              "nr_stages": 2,
              "currency_code": "EUR",
              "policygroup_instance_id": "29/152/-",
              "stages": [
                {
                  "fee_remaining_pretty": "€ 158",
                  "b_number": 0,
                  "limit_timezone": "Verona",
                  "fee": 0,
                  "u_fee": "0.00",
                  "is_effective": 1,
                  "limit_until": "25 December 2023 23:59",
                  "fee_rounded": 0,
                  "limit_from": "21 August 2023 23:27",
                  "limit_from_time": "23:27",
                  "fee_remaining": 158.4,
                  "u_stage_fee_pretty": "€ 0",
                  "b_state": "FREE",
                  "fee_pretty": "€ 0",
                  "limit_until_raw": "2023-12-25 23:59:59",
                  "stage_fee": 0,
                  "u_fee_remaining": "158.40",
                  "limit_until_time": "23:59",
                  "u_stage_fee": "0.00",
                  "text": "Before you stay you'll pay",
                  "limit_from_raw": "2023-08-21 23:27:06",
                  "limit_until_date": "25 December 2023",
                  "limit_from_date": "21 August 2023",
                  "amount": "0.00",
                  "effective_number": 0,
                  "is_free": 1,
                  "u_fee_pretty": "€ 0",
                  "stage_fee_pretty": "€ 0",
                  "amount_pretty": "€ 0",
                  "u_fee_remaining_pretty": "€ 158",
                  "current_stage": 1
                },
                {
                  "amount": "158.40",
                  "text": "At the property you'll pay",
                  "is_free": 0,
                  "amount_pretty": "€ 158",
                  "after_checkin": 1
                }
              ]
            },
            "type": "no_prepayment",
            "info": {
              "prepayment_at_booktime": 0,
              "refundable": "anytime"
            },
            "extended_type_translation": "No payment needed today",
            "type_translation": "No payment needed today",
            "description": "You'll pay during your stay.",
            "type_extended": "non_refundable_prepayment"
          },
          "cancellation": {
            "non_refundable_anymore": 0,
            "bucket": "SMP_FLEX",
            "info": {
              "date_before": "22 December 2023",
              "timezone_offset": "3600",
              "timezone": "CET",
              "date_before_raw": "2023-12-22",
              "time_before_midnight": "23:59",
              "refundable": 1,
              "date_raw": "2023-12-23 00:00:00",
              "date": "23 December 2023",
              "is_midnight": 1,
              "time": "00:00"
            },
            "type_translation": "Free to cancel",
            "description": "You may cancel free of charge until 2 days before arrival. If you cancel in the 2 days before arrival, the cancellation fee will be the total price of the reservation. If you don't show up, the no-show fee will be the same as the cancellation fee.",
            "guaranteed_non_refundable": 0,
            "timeline": {
              "nr_stages": 2,
              "u_currency_code": "EUR",
              "stages": [
                {
                  "limit_until": "22 December 2023 23:59",
                  "fee_rounded": 0,
                  "is_effective": 1,
                  "u_fee": "0.00",
                  "fee": 0,
                  "b_state": "FREE",
                  "u_stage_fee_pretty": "€ 0",
                  "limit_from_time": "23:27",
                  "fee_remaining": 158.4,
                  "limit_from": "21 August 2023 23:27",
                  "limit_timezone": "Verona",
                  "date_until": "2023-12-22 23:59:59 +0100",
                  "b_number": 0,
                  "fee_remaining_pretty": "€ 158",
                  "effective_number": 0,
                  "is_free": 1,
                  "limit_from_date": "21 August 2023",
                  "limit_until_date": "22 December 2023",
                  "limit_from_raw": "2023-08-21 23:27:06",
                  "current_stage": 1,
                  "text_refundable": "You'll get a full refund if you cancel before 23:59 on 22 December 2023.",
                  "u_fee_remaining_pretty": "€ 158",
                  "stage_fee_pretty": "€ 0",
                  "u_fee_pretty": "€ 0",
                  "u_fee_remaining": "158.40",
                  "stage_fee": 0,
                  "limit_until_raw": "2023-12-22 23:59:59",
                  "fee_pretty": "€ 0",
                  "text": "Free cancellation until 23:59 on 22 Dec",
                  "u_stage_fee": "0.00",
                  "stage_translation": "Free to cancel",
                  "limit_until_time": "23:59"
                },
                {
                  "limit_until_time": "00:00",
                  "stage_translation": "No refund if you cancel",
                  "text": "From 00:00 on 23 Dec",
                  "u_stage_fee": "158.40",
                  "fee_pretty": "€ 158",
                  "limit_until_raw": "2023-12-23 00:00:00",
                  "stage_fee": 158.4,
                  "u_fee_remaining": "0.00",
                  "u_fee_pretty": "€ 158",
                  "stage_fee_pretty": "€ 158",
                  "text_refundable": "If you cancel from 23 December 2023, you will no longer be eligible for a refund.",
                  "current_stage": 0,
                  "amount_pretty": "€ 158",
                  "u_fee_remaining_pretty": "€ 0",
                  "limit_until_date": "23 December 2023",
                  "limit_from_raw": "2023-12-23 00:00:00",
                  "limit_from_date": "23 December 2023",
                  "amount": "158.40",
                  "effective_number": 1,
                  "is_free": 0,
                  "fee_remaining_pretty": "€ 0",
                  "b_number": 1,
                  "limit_timezone": "Verona",
                  "date_from": "2023-12-23 00:00:00 +0100",
                  "limit_from": "23 December 2023 00:00",
                  "fee_remaining": 0,
                  "limit_from_time": "00:00",
                  "b_state": "NONREF",
                  "u_stage_fee_pretty": "€ 158",
                  "fee": 158.4,
                  "u_fee": "158.40",
                  "is_effective": 1,
                  "fee_rounded": 158,
                  "limit_until": "23 December 2023 00:00"
                }
              ],
              "policygroup_instance_id": "29/152/-",
              "currency_code": "EUR"
            },
            "type": "free_cancellation"
          }
        },
        "pod_ios_migrate_policies_to_smp_fullon": 0,
        "must_reserve_free_parking": 0,
        "room_id": 161245605,
        "max_children_free_age": 4,
        "genius_discount_percentage": 0,
        "max_occupancy": 2,
        "is_mobile_deal": 0,
        "is_smart_deal": 0,
        "breakfast_included": 1,
        "deposit_required": 0,
        "full_board": 0,
        "extrabed_available": 0,
        "transactional_policy_objects": [
          {
            "text": "<b>Free cancellation</b> until 11:59 PM on 22 December",
            "key": "FreeCancellationKey",
            "icon": "bui_checkmark_fill"
          },
          {
            "text": "<b>No prepayment needed</b> – pay at the property",
            "icon": "bui_checkmark_fill",
            "key": "NoPrepaymentConstructiveKey"
          }
        ],
        "lunch_included": 0,
        "name_without_policy": "Junior Suite",
        "half_board": 0,
        "roomtype_id": 5,
        "all_inclusive": 0,
        "refundable": 1,
        "detail_mealplan": [
          {
            "icon": "coffee",
            "title": "Breakfast included (Continental, Italian, Vegetarian, Gluten-free)"
          }
        ],
        "is_block_fit": 1,
        "is_dormitory": 0,
        "deals": {
          "deal_attributes": {
            "has_secret_channel_option": 0
          }
        },
        "room_surface_in_feet2": 344.4451328,
        "block_id": "161245605_348842721_0_1_0",
        "is_secret_deal": 0,
        "product_price_breakdown": {
          "discounted_amount": {
            "currency": "EUR",
            "value": 17.6
          },
          "has_long_stays_weekly_rate_price": 0,
          "excluded_amount": {
            "value": 7,
            "currency": "EUR"
          },
          "gross_amount_per_night": {
            "value": 158.4,
            "currency": "EUR"
          },
          "nr_stays": 3,
          "benefits": [
            {
              "identifier": "combined-discount",
              "name": "10% off",
              "kind": "badge",
              "details": "You’re getting a reduced rate because this property is offering a Mobile-only price.",
              "badge_variant": "constructive"
            },
            {
              "badge_variant": "constructive",
              "identifier": "mobile-rate",
              "name": "Mobile-only price",
              "kind": "badge",
              "details": "You’re getting a reduced rate because this property is offering a discount when you book on a mobile device."
            }
          ],
          "included_taxes_and_charges_amount": {
            "value": 14.4,
            "currency": "EUR"
          },
          "gross_amount_hotel_currency": {
            "currency": "EUR",
            "value": 158.4
          },
          "items": [
            {
              "inclusion_type": "included",
              "item_amount": {
                "currency": "EUR",
                "value": 14.4
              },
              "base": {
                "percentage": 10,
                "kind": "percentage"
              },
              "kind": "charge",
              "name": "VAT",
              "details": "10 % VAT"
            },
            {
              "inclusion_type": "excluded",
              "name": "City tax",
              "item_amount": {
                "currency": "EUR",
                "value": 7
              },
              "kind": "charge",
              "base": {
                "base_amount": 3.5,
                "kind": "per_person_per_night"
              }
            },
            {
              "details": "You're getting a reduced rate because you're using a mobile device.",
              "identifier": "mobile-discount",
              "name": "Mobile-only price",
              "kind": "discount",
              "base": {
                "kind": "rate"
              },
              "item_amount": {
                "currency": "EUR",
                "value": 17.6
              }
            }
          ],
          "net_amount": {
            "value": 144,
            "currency": "EUR"
          },
          "charges_details": {
            "translated_copy": "+€ 7 taxes and charges",
            "amount": {
              "currency": "EUR",
              "value": 7
            },
            "mode": "extra_charges"
          },
          "gross_amount": {
            "currency": "EUR",
            "value": 158.4
          },
          "has_long_stays_monthly_rate_price": 0,
          "strikethrough_amount": {
            "value": 176,
            "currency": "EUR"
          },
          "all_inclusive_amount": {
            "value": 165.4,
            "currency": "EUR"
          },
          "strikethrough_amount_per_night": {
            "currency": "EUR",
            "value": 176
          }
        },
        "babycots_available": 0,
        "is_flash_deal": 0,
        "room_count": 3,
        "is_domestic_rate": 0,
        "loyalty_reward_data": {
          "reward_detail": []
        },
        "mealplan": "Continental breakfast is included in the room rate.",
        "nr_adults": 2,
        "max_children_free": 1,
        "children_ages": [],
        "name": "Junior Suite - Free cancellation",
        "dinner_included": 0
      }
    ],
    "room_recommendation": [
      {
        "number_of_extra_beds": 0,
        "babies": 0,
        "total_extra_bed_price": 0,
        "adults": 2,
        "children": 0,
        "total_extra_bed_price_in_hotel_currency": 0,
        "block_id": "161245601_88970267_0_2_0"
      }
    ],
    "cc_required": "1",
    "preferences": [
      {
        "room_ids": [
          "161245602"
        ],
        "is_disabled": 0,
        "choices": [
          {
            "on_select_text": "",
            "id": 0,
            "selected": 1,
            "text": "No preference"
          },
          {
            "text": "1 large double bed",
            "id": 1,
            "on_select_text": "1 large double bed"
          },
          {
            "on_select_text": "2 single beds",
            "id": 2,
            "text": "2 single beds"
          }
        ],
        "id": "bed_type",
        "text": "Choose your bed",
        "icon_name": "icon_bedtype"
      }
    ],
    "currency_code": "EUR",
    "rooms": {
      "161245601": {
        "bed_configurations": [
          {
            "bed_types": [
              {
                "description": "181-210 cm wide",
                "count": 1,
                "name": "Extra-large double bed(s)",
                "bed_type": 3,
                "name_with_count": "1 extra-large double bed",
                "description_imperial": "71-82 inches wide"
              }
            ]
          },
          {
            "bed_types": [
              {
                "description": "151-180 cm wide",
                "count": 1,
                "name": "Large double bed(s)",
                "name_with_count": "1 large double bed",
                "description_imperial": "60-70 inches wide",
                "bed_type": 6
              }
            ]
          },
          {
            "bed_types": [
              {
                "description": "90-130 cm wide",
                "count": 2,
                "name": "Single bed(s)",
                "name_with_count": "2 single beds",
                "description_imperial": "35-51 inches wide",
                "bed_type": 1
              }
            ]
          },
          {
            "bed_types": [
              {
                "description_imperial": "71-82 inches wide",
                "name_with_count": "1 extra-large double bed",
                "bed_type": 3,
                "name": "Extra-large double bed(s)",
                "description": "181-210 cm wide",
                "count": 1
              }
            ]
          },
          {
            "bed_types": [
              {
                "name": "Extra-large double bed(s) (Super-king size)",
                "description": "181-210 cm wide",
                "count": 1,
                "description_imperial": "71-82 inches wide",
                "name_with_count": "1 extra-large double bed",
                "bed_type": 3
              }
            ]
          }
        ],
        "photos": [
          {
            "photo_id": 118792770,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/118792770.jpg?k=1bcca721be3c51d4033409b54dcda1f12cc889367469aaa31c84dbd3a15e70be&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/118792770.jpg?k=1bcca721be3c51d4033409b54dcda1f12cc889367469aaa31c84dbd3a15e70be&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/118792770.jpg?k=1bcca721be3c51d4033409b54dcda1f12cc889367469aaa31c84dbd3a15e70be&o=",
            "ratio": 1.49812734082397,
            "last_update_date": "2017-11-10 16:51:34",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/118792770.jpg?k=1bcca721be3c51d4033409b54dcda1f12cc889367469aaa31c84dbd3a15e70be&o=",
            "new_order": 0
          },
          {
            "new_order": 1,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/118793254.jpg?k=b47ce71c13356c6149265c753839bde69f84343bd00aad08bf7a44f4212f4cb8&o=",
            "last_update_date": "2017-11-10 16:58:26",
            "ratio": 1.49812734082397,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/118793254.jpg?k=b47ce71c13356c6149265c753839bde69f84343bd00aad08bf7a44f4212f4cb8&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/118793254.jpg?k=b47ce71c13356c6149265c753839bde69f84343bd00aad08bf7a44f4212f4cb8&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/118793254.jpg?k=b47ce71c13356c6149265c753839bde69f84343bd00aad08bf7a44f4212f4cb8&o=",
            "photo_id": 118793254
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/118792358.jpg?k=8fc69732e176daa01a42d8f2b6b0f62e92284c5f67c6727c3a1187f7ef8d83a3&o=",
            "photo_id": 118792358,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/118792358.jpg?k=8fc69732e176daa01a42d8f2b6b0f62e92284c5f67c6727c3a1187f7ef8d83a3&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/118792358.jpg?k=8fc69732e176daa01a42d8f2b6b0f62e92284c5f67c6727c3a1187f7ef8d83a3&o=",
            "ratio": 1.49812734082397,
            "new_order": 2,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/118792358.jpg?k=8fc69732e176daa01a42d8f2b6b0f62e92284c5f67c6727c3a1187f7ef8d83a3&o=",
            "last_update_date": "2017-11-10 16:48:27"
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612548.jpg?k=68a00c3854efa2397b77d4707bbe3059b08797e402da743974489e6a9efb11e5&o=",
            "photo_id": 68612548,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612548.jpg?k=68a00c3854efa2397b77d4707bbe3059b08797e402da743974489e6a9efb11e5&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612548.jpg?k=68a00c3854efa2397b77d4707bbe3059b08797e402da743974489e6a9efb11e5&o=",
            "last_update_date": "2016-05-06 17:50:25",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612548.jpg?k=68a00c3854efa2397b77d4707bbe3059b08797e402da743974489e6a9efb11e5&o=",
            "new_order": 3,
            "ratio": 1.499700059988
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "photo_id": 118793010,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "ratio": 1.49812734082397,
            "last_update_date": "2017-11-10 16:55:06",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "new_order": 4
          },
          {
            "ratio": 1.499700059988,
            "last_update_date": "2016-05-06 17:50:33",
            "new_order": 0,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612558.jpg?k=ec7518f6aa1922116a72365dff55102a2d3e4d39991863503d2c7f8d557374c8&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612558.jpg?k=ec7518f6aa1922116a72365dff55102a2d3e4d39991863503d2c7f8d557374c8&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612558.jpg?k=ec7518f6aa1922116a72365dff55102a2d3e4d39991863503d2c7f8d557374c8&o=",
            "photo_id": 68612558,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612558.jpg?k=ec7518f6aa1922116a72365dff55102a2d3e4d39991863503d2c7f8d557374c8&o="
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612554.jpg?k=f6a9d17ba91f46c6322266ba88a4b6d55ad95432abee2325e05d0d3fe2f0cafa&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612554.jpg?k=f6a9d17ba91f46c6322266ba88a4b6d55ad95432abee2325e05d0d3fe2f0cafa&o=",
            "photo_id": 68612554,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612554.jpg?k=f6a9d17ba91f46c6322266ba88a4b6d55ad95432abee2325e05d0d3fe2f0cafa&o=",
            "ratio": 1.499700059988,
            "last_update_date": "2016-05-06 17:50:30",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612554.jpg?k=f6a9d17ba91f46c6322266ba88a4b6d55ad95432abee2325e05d0d3fe2f0cafa&o=",
            "new_order": 5
          },
          {
            "ratio": 1.499700059988,
            "last_update_date": "2016-05-06 17:50:36",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612568.jpg?k=392d33335c0fd24c4ac3ee91c0023485835327057fef59d7315f52b4d798f5aa&o=",
            "new_order": 1,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612568.jpg?k=392d33335c0fd24c4ac3ee91c0023485835327057fef59d7315f52b4d798f5aa&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612568.jpg?k=392d33335c0fd24c4ac3ee91c0023485835327057fef59d7315f52b4d798f5aa&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612568.jpg?k=392d33335c0fd24c4ac3ee91c0023485835327057fef59d7315f52b4d798f5aa&o=",
            "photo_id": 68612568
          },
          {
            "photo_id": 68612542,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612542.jpg?k=11e1fd19fb2725bdc0c92cbaf6ad8891baf880e3422ed22d244e17e67b3cba20&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612542.jpg?k=11e1fd19fb2725bdc0c92cbaf6ad8891baf880e3422ed22d244e17e67b3cba20&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612542.jpg?k=11e1fd19fb2725bdc0c92cbaf6ad8891baf880e3422ed22d244e17e67b3cba20&o=",
            "ratio": 1.499700059988,
            "last_update_date": "2016-05-06 17:50:24",
            "new_order": 13,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612542.jpg?k=11e1fd19fb2725bdc0c92cbaf6ad8891baf880e3422ed22d244e17e67b3cba20&o="
          },
          {
            "ratio": 1.499700059988,
            "new_order": 14,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612538.jpg?k=a33ee42f9b32156df9fe20e8c0852ddd08030cc785b93ea78eed246d3b91668f&o=",
            "last_update_date": "2016-05-06 17:50:18",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612538.jpg?k=a33ee42f9b32156df9fe20e8c0852ddd08030cc785b93ea78eed246d3b91668f&o=",
            "photo_id": 68612538,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612538.jpg?k=a33ee42f9b32156df9fe20e8c0852ddd08030cc785b93ea78eed246d3b91668f&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612538.jpg?k=a33ee42f9b32156df9fe20e8c0852ddd08030cc785b93ea78eed246d3b91668f&o="
          },
          {
            "last_update_date": "2016-05-06 17:50:34",
            "new_order": 2,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612561.jpg?k=c41c500211917c8e0a32eae0769f403b6991daf9e1b29ef91df1572f2602d804&o=",
            "ratio": 1.499700059988,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612561.jpg?k=c41c500211917c8e0a32eae0769f403b6991daf9e1b29ef91df1572f2602d804&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612561.jpg?k=c41c500211917c8e0a32eae0769f403b6991daf9e1b29ef91df1572f2602d804&o=",
            "photo_id": 68612561,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612561.jpg?k=c41c500211917c8e0a32eae0769f403b6991daf9e1b29ef91df1572f2602d804&o="
          },
          {
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612545.jpg?k=ae99bc90d2748ddb08fc9dbbdedd17fbc7b5e835e2766c6bc615098e46628069&o=",
            "new_order": 6,
            "last_update_date": "2016-05-06 17:50:25",
            "ratio": 1.499700059988,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612545.jpg?k=ae99bc90d2748ddb08fc9dbbdedd17fbc7b5e835e2766c6bc615098e46628069&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612545.jpg?k=ae99bc90d2748ddb08fc9dbbdedd17fbc7b5e835e2766c6bc615098e46628069&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612545.jpg?k=ae99bc90d2748ddb08fc9dbbdedd17fbc7b5e835e2766c6bc615098e46628069&o=",
            "photo_id": 68612545
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612549.jpg?k=54b885c54b8d830e37c6f60166db6ee34a9663ac1759244c0a38c7d3860914c6&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612549.jpg?k=54b885c54b8d830e37c6f60166db6ee34a9663ac1759244c0a38c7d3860914c6&o=",
            "photo_id": 68612549,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612549.jpg?k=54b885c54b8d830e37c6f60166db6ee34a9663ac1759244c0a38c7d3860914c6&o=",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612549.jpg?k=54b885c54b8d830e37c6f60166db6ee34a9663ac1759244c0a38c7d3860914c6&o=",
            "new_order": 7,
            "last_update_date": "2016-05-06 17:50:27",
            "ratio": 1.499700059988
          },
          {
            "photo_id": 68612544,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612544.jpg?k=f83e07bcadc9ac14579d1360a0a45604b283f586a97f0b39bbd85a3069aa97bc&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612544.jpg?k=f83e07bcadc9ac14579d1360a0a45604b283f586a97f0b39bbd85a3069aa97bc&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612544.jpg?k=f83e07bcadc9ac14579d1360a0a45604b283f586a97f0b39bbd85a3069aa97bc&o=",
            "ratio": 1.499700059988,
            "new_order": 11,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612544.jpg?k=f83e07bcadc9ac14579d1360a0a45604b283f586a97f0b39bbd85a3069aa97bc&o=",
            "last_update_date": "2016-05-06 17:50:24"
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612584.jpg?k=783cf388c59233ad4e654386f328facad6ef9d25e23f0507b412991caca95e7e&o=",
            "photo_id": 68612584,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612584.jpg?k=783cf388c59233ad4e654386f328facad6ef9d25e23f0507b412991caca95e7e&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612584.jpg?k=783cf388c59233ad4e654386f328facad6ef9d25e23f0507b412991caca95e7e&o=",
            "last_update_date": "2016-05-06 17:50:47",
            "new_order": 8,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612584.jpg?k=783cf388c59233ad4e654386f328facad6ef9d25e23f0507b412991caca95e7e&o=",
            "ratio": 1.499700059988
          },
          {
            "ratio": 1.499700059988,
            "last_update_date": "2016-05-06 17:50:50",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612587.jpg?k=46ac5b899536a2d2dfee4ef291f2e7aff301f158e5aaef42ec17548a6d00f3e3&o=",
            "new_order": 9,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612587.jpg?k=46ac5b899536a2d2dfee4ef291f2e7aff301f158e5aaef42ec17548a6d00f3e3&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612587.jpg?k=46ac5b899536a2d2dfee4ef291f2e7aff301f158e5aaef42ec17548a6d00f3e3&o=",
            "photo_id": 68612587,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612587.jpg?k=46ac5b899536a2d2dfee4ef291f2e7aff301f158e5aaef42ec17548a6d00f3e3&o="
          },
          {
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/118792886.jpg?k=44b2107a2bf24f4e0cedaf741745bc19891337e8d656022cbed1734dfd857697&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/118792886.jpg?k=44b2107a2bf24f4e0cedaf741745bc19891337e8d656022cbed1734dfd857697&o=",
            "photo_id": 118792886,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/118792886.jpg?k=44b2107a2bf24f4e0cedaf741745bc19891337e8d656022cbed1734dfd857697&o=",
            "ratio": 1.49812734082397,
            "last_update_date": "2017-11-10 16:52:52",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/118792886.jpg?k=44b2107a2bf24f4e0cedaf741745bc19891337e8d656022cbed1734dfd857697&o=",
            "new_order": 3
          },
          {
            "photo_id": 68612580,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612580.jpg?k=819ae6891e7ff10f62df967bda6dcfea4ada025c20ab773eb5fad71ac94fb26e&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612580.jpg?k=819ae6891e7ff10f62df967bda6dcfea4ada025c20ab773eb5fad71ac94fb26e&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612580.jpg?k=819ae6891e7ff10f62df967bda6dcfea4ada025c20ab773eb5fad71ac94fb26e&o=",
            "ratio": 1.49880095923261,
            "new_order": 10,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612580.jpg?k=819ae6891e7ff10f62df967bda6dcfea4ada025c20ab773eb5fad71ac94fb26e&o=",
            "last_update_date": "2016-05-06 17:50:43"
          },
          {
            "ratio": 1.49812734082397,
            "last_update_date": "2017-11-10 16:55:06",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "new_order": 12,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "photo_id": 118793010,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o="
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "photo_id": 185824040,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "last_update_date": "2019-03-11 16:22:41",
            "new_order": 4,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "ratio": 1.5
          },
          {
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/168288240.jpg?k=ad8dd15c4167f046be2ef60ee2fb4437d0b4e8e3c904ee010c4881eb3151bf3c&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/168288240.jpg?k=ad8dd15c4167f046be2ef60ee2fb4437d0b4e8e3c904ee010c4881eb3151bf3c&o=",
            "photo_id": 168288240,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/168288240.jpg?k=ad8dd15c4167f046be2ef60ee2fb4437d0b4e8e3c904ee010c4881eb3151bf3c&o=",
            "last_update_date": "2018-11-07 18:54:36",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/168288240.jpg?k=ad8dd15c4167f046be2ef60ee2fb4437d0b4e8e3c904ee010c4881eb3151bf3c&o=",
            "new_order": 2,
            "ratio": 1.49882903981265
          },
          {
            "ratio": 1.49812734082397,
            "last_update_date": "2017-11-10 16:55:06",
            "new_order": 9,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "photo_id": 118793010,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o="
          },
          {
            "ratio": 1.5,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "new_order": 1,
            "last_update_date": "2019-03-11 16:22:41",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "photo_id": 185824040,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o="
          },
          {
            "ratio": 1.49882903981265,
            "last_update_date": "2018-11-07 18:54:24",
            "new_order": 3,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/168288217.jpg?k=3a55da0e9d5d089bbe626260639df6be24c3ef4352e9f51bd9d901e28bf0f070&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/168288217.jpg?k=3a55da0e9d5d089bbe626260639df6be24c3ef4352e9f51bd9d901e28bf0f070&o=",
            "photo_id": 168288217,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/168288217.jpg?k=3a55da0e9d5d089bbe626260639df6be24c3ef4352e9f51bd9d901e28bf0f070&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/168288217.jpg?k=3a55da0e9d5d089bbe626260639df6be24c3ef4352e9f51bd9d901e28bf0f070&o="
          },
          {
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/59633124.jpg?k=73595922bbe486813583f055f3f77a26efff918370d65c942df1c167d51ad790&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/59633124.jpg?k=73595922bbe486813583f055f3f77a26efff918370d65c942df1c167d51ad790&o=",
            "photo_id": 59633124,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/59633124.jpg?k=73595922bbe486813583f055f3f77a26efff918370d65c942df1c167d51ad790&o=",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/59633124.jpg?k=73595922bbe486813583f055f3f77a26efff918370d65c942df1c167d51ad790&o=",
            "new_order": 4,
            "last_update_date": "2015-12-14 13:26:51",
            "ratio": 1.499700059988
          },
          {
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612564.jpg?k=13148457c0285524b3803fbe6030bc2d1a01ca73721d82948d70a777262c97f4&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612564.jpg?k=13148457c0285524b3803fbe6030bc2d1a01ca73721d82948d70a777262c97f4&o=",
            "photo_id": 68612564,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612564.jpg?k=13148457c0285524b3803fbe6030bc2d1a01ca73721d82948d70a777262c97f4&o=",
            "new_order": 10,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612564.jpg?k=13148457c0285524b3803fbe6030bc2d1a01ca73721d82948d70a777262c97f4&o=",
            "last_update_date": "2016-05-06 17:50:35",
            "ratio": 1.499700059988
          },
          {
            "ratio": 1.499700059988,
            "new_order": 11,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612519.jpg?k=5d6b8fdb3ed058c9488fd74a39b5472185d506ddcd2d8fe3e1522d23b75e8d31&o=",
            "last_update_date": "2016-05-06 17:50:08",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612519.jpg?k=5d6b8fdb3ed058c9488fd74a39b5472185d506ddcd2d8fe3e1522d23b75e8d31&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612519.jpg?k=5d6b8fdb3ed058c9488fd74a39b5472185d506ddcd2d8fe3e1522d23b75e8d31&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612519.jpg?k=5d6b8fdb3ed058c9488fd74a39b5472185d506ddcd2d8fe3e1522d23b75e8d31&o=",
            "photo_id": 68612519
          },
          {
            "photo_id": 68612509,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612509.jpg?k=f0d3f940e05518b8b1b5c57f84d365858fa20751d52d87273b9a1caa89767929&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612509.jpg?k=f0d3f940e05518b8b1b5c57f84d365858fa20751d52d87273b9a1caa89767929&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612509.jpg?k=f0d3f940e05518b8b1b5c57f84d365858fa20751d52d87273b9a1caa89767929&o=",
            "ratio": 1.499700059988,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612509.jpg?k=f0d3f940e05518b8b1b5c57f84d365858fa20751d52d87273b9a1caa89767929&o=",
            "new_order": 5,
            "last_update_date": "2016-05-06 17:50:01"
          },
          {
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612517.jpg?k=78e8eebbd7ff3f9c873ee4368769069ad9ff941d68334bb368b0453f4cf710d5&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612517.jpg?k=78e8eebbd7ff3f9c873ee4368769069ad9ff941d68334bb368b0453f4cf710d5&o=",
            "photo_id": 68612517,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612517.jpg?k=78e8eebbd7ff3f9c873ee4368769069ad9ff941d68334bb368b0453f4cf710d5&o=",
            "ratio": 1.499700059988,
            "last_update_date": "2016-05-06 17:50:05",
            "new_order": 6,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612517.jpg?k=78e8eebbd7ff3f9c873ee4368769069ad9ff941d68334bb368b0453f4cf710d5&o="
          },
          {
            "last_update_date": "2016-05-06 17:49:58",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612497.jpg?k=f6ada7766a4ddac0691332bf0fd4e83bb0238a21588771e0242de83f7cf65108&o=",
            "new_order": 12,
            "ratio": 1.499700059988,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612497.jpg?k=f6ada7766a4ddac0691332bf0fd4e83bb0238a21588771e0242de83f7cf65108&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612497.jpg?k=f6ada7766a4ddac0691332bf0fd4e83bb0238a21588771e0242de83f7cf65108&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612497.jpg?k=f6ada7766a4ddac0691332bf0fd4e83bb0238a21588771e0242de83f7cf65108&o=",
            "photo_id": 68612497
          },
          {
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/168288248.jpg?k=0b5078fbc0c6a796ebb4f0dc25165da857bc3a1b19120e699f5dd36a9e0f170b&o=",
            "photo_id": 168288248,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/168288248.jpg?k=0b5078fbc0c6a796ebb4f0dc25165da857bc3a1b19120e699f5dd36a9e0f170b&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/168288248.jpg?k=0b5078fbc0c6a796ebb4f0dc25165da857bc3a1b19120e699f5dd36a9e0f170b&o=",
            "ratio": 1.49882903981265,
            "last_update_date": "2018-11-07 18:54:43",
            "new_order": 7,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/168288248.jpg?k=0b5078fbc0c6a796ebb4f0dc25165da857bc3a1b19120e699f5dd36a9e0f170b&o="
          },
          {
            "ratio": 1.499700059988,
            "last_update_date": "2016-05-06 17:50:19",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612539.jpg?k=408841119a4c7a7a14120f06293c2f267e8f6ebfd97a3acc90b0cbad753b0204&o=",
            "new_order": 0,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612539.jpg?k=408841119a4c7a7a14120f06293c2f267e8f6ebfd97a3acc90b0cbad753b0204&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612539.jpg?k=408841119a4c7a7a14120f06293c2f267e8f6ebfd97a3acc90b0cbad753b0204&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612539.jpg?k=408841119a4c7a7a14120f06293c2f267e8f6ebfd97a3acc90b0cbad753b0204&o=",
            "photo_id": 68612539
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612526.jpg?k=66176ed1f015ba3c5c6ec08f4dc42088cedfe0256324bd7204522b89c0222306&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612526.jpg?k=66176ed1f015ba3c5c6ec08f4dc42088cedfe0256324bd7204522b89c0222306&o=",
            "photo_id": 68612526,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612526.jpg?k=66176ed1f015ba3c5c6ec08f4dc42088cedfe0256324bd7204522b89c0222306&o=",
            "last_update_date": "2016-05-06 17:50:13",
            "new_order": 8,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612526.jpg?k=66176ed1f015ba3c5c6ec08f4dc42088cedfe0256324bd7204522b89c0222306&o=",
            "ratio": 1.499700059988
          },
          {
            "ratio": 1.49882903981265,
            "last_update_date": "2020-01-30 13:47:01",
            "new_order": 0,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/241317409.jpg?k=25adc4fc686ff1dad996bbc873655ad8e5aeced76e7ac04593acd1b61b11c786&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/241317409.jpg?k=25adc4fc686ff1dad996bbc873655ad8e5aeced76e7ac04593acd1b61b11c786&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/241317409.jpg?k=25adc4fc686ff1dad996bbc873655ad8e5aeced76e7ac04593acd1b61b11c786&o=",
            "photo_id": 241317409,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/241317409.jpg?k=25adc4fc686ff1dad996bbc873655ad8e5aeced76e7ac04593acd1b61b11c786&o="
          },
          {
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/241315505.jpg?k=d601f55238a320041a03727ffebe52bc5982f41c925a519cb2af7d13e1e55756&o=",
            "new_order": 6,
            "last_update_date": "2020-01-30 13:37:13",
            "ratio": 1.49882903981265,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/241315505.jpg?k=d601f55238a320041a03727ffebe52bc5982f41c925a519cb2af7d13e1e55756&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/241315505.jpg?k=d601f55238a320041a03727ffebe52bc5982f41c925a519cb2af7d13e1e55756&o=",
            "photo_id": 241315505,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/241315505.jpg?k=d601f55238a320041a03727ffebe52bc5982f41c925a519cb2af7d13e1e55756&o="
          },
          {
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/241315503.jpg?k=1b96061c11af76d7a23a4aa7abde4922433702eb5734ec6a010b215a01cef54d&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/241315503.jpg?k=1b96061c11af76d7a23a4aa7abde4922433702eb5734ec6a010b215a01cef54d&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/241315503.jpg?k=1b96061c11af76d7a23a4aa7abde4922433702eb5734ec6a010b215a01cef54d&o=",
            "photo_id": 241315503,
            "ratio": 1.49882903981265,
            "last_update_date": "2020-01-30 13:37:10",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/241315503.jpg?k=1b96061c11af76d7a23a4aa7abde4922433702eb5734ec6a010b215a01cef54d&o=",
            "new_order": 7
          },
          {
            "photo_id": 241315498,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/241315498.jpg?k=6457bbad2b8e75941102ffbf3928977061571bea11833cacd8f0546080b53bea&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/241315498.jpg?k=6457bbad2b8e75941102ffbf3928977061571bea11833cacd8f0546080b53bea&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/241315498.jpg?k=6457bbad2b8e75941102ffbf3928977061571bea11833cacd8f0546080b53bea&o=",
            "last_update_date": "2020-01-30 13:37:05",
            "new_order": 4,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/241315498.jpg?k=6457bbad2b8e75941102ffbf3928977061571bea11833cacd8f0546080b53bea&o=",
            "ratio": 1.49882903981265
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/238774897.jpg?k=705ba9dd0d10cdb875b94ee307f9347c28575803e16b9bdf607ace75851dd580&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/238774897.jpg?k=705ba9dd0d10cdb875b94ee307f9347c28575803e16b9bdf607ace75851dd580&o=",
            "photo_id": 238774897,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/238774897.jpg?k=705ba9dd0d10cdb875b94ee307f9347c28575803e16b9bdf607ace75851dd580&o=",
            "last_update_date": "2020-01-15 16:58:08",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/238774897.jpg?k=705ba9dd0d10cdb875b94ee307f9347c28575803e16b9bdf607ace75851dd580&o=",
            "new_order": 1,
            "ratio": 1.4985014985015
          },
          {
            "ratio": 1.4985014985015,
            "last_update_date": "2020-01-15 16:56:42",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/238774565.jpg?k=be3b37be768c091205910bb67ca6f745a51e1ed8148be03b5afcb8aee5cd80bf&o=",
            "new_order": 2,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/238774565.jpg?k=be3b37be768c091205910bb67ca6f745a51e1ed8148be03b5afcb8aee5cd80bf&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/238774565.jpg?k=be3b37be768c091205910bb67ca6f745a51e1ed8148be03b5afcb8aee5cd80bf&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/238774565.jpg?k=be3b37be768c091205910bb67ca6f745a51e1ed8148be03b5afcb8aee5cd80bf&o=",
            "photo_id": 238774565
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/238773494.jpg?k=af10739611f4d96efa69ee55fa4da7a5f7a30ce2d5d18e043b312e87cd1e3da6&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/238773494.jpg?k=af10739611f4d96efa69ee55fa4da7a5f7a30ce2d5d18e043b312e87cd1e3da6&o=",
            "photo_id": 238773494,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/238773494.jpg?k=af10739611f4d96efa69ee55fa4da7a5f7a30ce2d5d18e043b312e87cd1e3da6&o=",
            "ratio": 1.4985014985015,
            "last_update_date": "2020-01-15 16:50:19",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/238773494.jpg?k=af10739611f4d96efa69ee55fa4da7a5f7a30ce2d5d18e043b312e87cd1e3da6&o=",
            "new_order": 3
          },
          {
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612515.jpg?k=18309b05222bd1b032cfc85e96a4d11f012b559d2198475ca6b8b6f86b96d1c2&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612515.jpg?k=18309b05222bd1b032cfc85e96a4d11f012b559d2198475ca6b8b6f86b96d1c2&o=",
            "photo_id": 68612515,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612515.jpg?k=18309b05222bd1b032cfc85e96a4d11f012b559d2198475ca6b8b6f86b96d1c2&o=",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612515.jpg?k=18309b05222bd1b032cfc85e96a4d11f012b559d2198475ca6b8b6f86b96d1c2&o=",
            "new_order": 8,
            "last_update_date": "2016-05-06 17:50:04",
            "ratio": 1.50023441162682
          },
          {
            "photo_id": 68612514,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612514.jpg?k=b919cd37b7f14e1ddea14dc4841aaa5cbbf0d65583f559d67da631893b24d307&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612514.jpg?k=b919cd37b7f14e1ddea14dc4841aaa5cbbf0d65583f559d67da631893b24d307&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612514.jpg?k=b919cd37b7f14e1ddea14dc4841aaa5cbbf0d65583f559d67da631893b24d307&o=",
            "ratio": 1.50023441162682,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612514.jpg?k=b919cd37b7f14e1ddea14dc4841aaa5cbbf0d65583f559d67da631893b24d307&o=",
            "new_order": 9,
            "last_update_date": "2016-05-06 17:50:04"
          },
          {
            "ratio": 1.499700059988,
            "new_order": 10,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612507.jpg?k=e5de387408d62ba9a7df98cf11a41685d86701eb5051e8a73c27299c4f85164c&o=",
            "last_update_date": "2016-05-06 17:50:00",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612507.jpg?k=e5de387408d62ba9a7df98cf11a41685d86701eb5051e8a73c27299c4f85164c&o=",
            "photo_id": 68612507,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612507.jpg?k=e5de387408d62ba9a7df98cf11a41685d86701eb5051e8a73c27299c4f85164c&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612507.jpg?k=e5de387408d62ba9a7df98cf11a41685d86701eb5051e8a73c27299c4f85164c&o="
          },
          {
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612503.jpg?k=94dcded3b7e81d268d687d13152451170044f7cb0ec32dab116ee455d3708d9e&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612503.jpg?k=94dcded3b7e81d268d687d13152451170044f7cb0ec32dab116ee455d3708d9e&o=",
            "photo_id": 68612503,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612503.jpg?k=94dcded3b7e81d268d687d13152451170044f7cb0ec32dab116ee455d3708d9e&o=",
            "new_order": 11,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612503.jpg?k=94dcded3b7e81d268d687d13152451170044f7cb0ec32dab116ee455d3708d9e&o=",
            "last_update_date": "2016-05-06 17:49:59",
            "ratio": 1.499700059988
          },
          {
            "ratio": 1.499700059988,
            "new_order": 12,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612526.jpg?k=66176ed1f015ba3c5c6ec08f4dc42088cedfe0256324bd7204522b89c0222306&o=",
            "last_update_date": "2016-05-06 17:50:13",
            "photo_id": 68612526,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612526.jpg?k=66176ed1f015ba3c5c6ec08f4dc42088cedfe0256324bd7204522b89c0222306&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612526.jpg?k=66176ed1f015ba3c5c6ec08f4dc42088cedfe0256324bd7204522b89c0222306&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612526.jpg?k=66176ed1f015ba3c5c6ec08f4dc42088cedfe0256324bd7204522b89c0222306&o="
          },
          {
            "photo_id": 185824040,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "ratio": 1.5,
            "last_update_date": "2019-03-11 16:22:41",
            "new_order": 5,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o="
          },
          {
            "new_order": 15,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "last_update_date": "2017-11-10 16:55:06",
            "ratio": 1.49812734082397,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "photo_id": 118793010,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o="
          },
          {
            "last_update_date": "2020-01-15 17:00:08",
            "new_order": 13,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/238775370.jpg?k=d01f3757cc476f7b0e65299c2e9fb09fdbd909a7f8f53978d793e4ff3cdb06a3&o=",
            "ratio": 1.4985014985015,
            "photo_id": 238775370,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/238775370.jpg?k=d01f3757cc476f7b0e65299c2e9fb09fdbd909a7f8f53978d793e4ff3cdb06a3&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/238775370.jpg?k=d01f3757cc476f7b0e65299c2e9fb09fdbd909a7f8f53978d793e4ff3cdb06a3&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/238775370.jpg?k=d01f3757cc476f7b0e65299c2e9fb09fdbd909a7f8f53978d793e4ff3cdb06a3&o="
          },
          {
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/238775298.jpg?k=d9fd2048901deba7777ae23c6ae21aa21cf81fe708d9c34eb4e567ac35886187&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/238775298.jpg?k=d9fd2048901deba7777ae23c6ae21aa21cf81fe708d9c34eb4e567ac35886187&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/238775298.jpg?k=d9fd2048901deba7777ae23c6ae21aa21cf81fe708d9c34eb4e567ac35886187&o=",
            "photo_id": 238775298,
            "ratio": 1.4985014985015,
            "new_order": 14,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/238775298.jpg?k=d9fd2048901deba7777ae23c6ae21aa21cf81fe708d9c34eb4e567ac35886187&o=",
            "last_update_date": "2020-01-15 16:59:50"
          }
        ],
        "private_bathroom_highlight": {
          "text": "Private bathroom with shower",
          "has_highlight": 1
        },
        "private_bathroom_count": 1,
        "facilities": [
          {
            "alt_facilitytype_name": "General",
            "name": "Safety deposit box",
            "alt_facilitytype_id": 1,
            "facilitytype_name": "Room Amenities",
            "id": 6,
            "facilitytype_id": 4
          },
          {
            "facilitytype_name": "Accessibility",
            "id": 132,
            "alt_facilitytype_id": 19,
            "facilitytype_id": 19,
            "alt_facilitytype_name": "Accessibility",
            "name": "Upper floors accessible by elevator"
          },
          {
            "name": "Flat-screen TV",
            "alt_facilitytype_name": "Media & Technology",
            "facilitytype_id": 6,
            "facilitytype_name": "Media & Technology",
            "id": 75,
            "alt_facilitytype_id": 6
          },
          {
            "name": "Wake-up service",
            "alt_facilitytype_name": "Services",
            "facilitytype_id": 8,
            "alt_facilitytype_id": 3,
            "facilitytype_name": "Services & Extras",
            "id": 83
          },
          {
            "alt_facilitytype_name": "Safety features",
            "name": "Air purifiers",
            "alt_facilitytype_id": 37,
            "facilitytype_name": "Safety features",
            "id": 215,
            "facilitytype_id": 37
          },
          {
            "facilitytype_name": "Services & Extras",
            "id": 124,
            "alt_facilitytype_id": 5,
            "facilitytype_id": 8,
            "alt_facilitytype_name": "Bathroom",
            "name": "Towels"
          },
          {
            "name": "Free toiletries",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "id": 27,
            "facilitytype_name": "Bathroom",
            "alt_facilitytype_id": 5
          },
          {
            "alt_facilitytype_name": "Room Amenities",
            "name": "Socket near the bed",
            "id": 184,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 4,
            "facilitytype_id": 4
          },
          {
            "facilitytype_id": 7,
            "id": 1,
            "facilitytype_name": "Food & Drink",
            "alt_facilitytype_id": 7,
            "name": "Tea/Coffee maker",
            "alt_facilitytype_name": "Food & Drink"
          },
          {
            "name": "Hairdryer",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "id": 12,
            "facilitytype_name": "Bathroom",
            "alt_facilitytype_id": 5
          },
          {
            "name": "TV",
            "alt_facilitytype_name": "Media & Technology",
            "facilitytype_id": 6,
            "alt_facilitytype_id": 6,
            "facilitytype_name": "Media & Technology",
            "id": 8
          },
          {
            "id": 115,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 1,
            "facilitytype_id": 4,
            "alt_facilitytype_name": "General",
            "name": "Hypoallergenic"
          },
          {
            "facilitytype_id": 8,
            "id": 125,
            "facilitytype_name": "Services & Extras",
            "alt_facilitytype_id": 17,
            "name": "Linen",
            "alt_facilitytype_name": "Bedroom"
          },
          {
            "name": "Minibar",
            "alt_facilitytype_name": "Food & Drink",
            "facilitytype_id": 7,
            "alt_facilitytype_id": 7,
            "facilitytype_name": "Food & Drink",
            "id": 3
          },
          {
            "name": "Tile/marble floor",
            "alt_facilitytype_name": "General",
            "facilitytype_id": 4,
            "facilitytype_name": "Room Amenities",
            "id": 80,
            "alt_facilitytype_id": 1
          },
          {
            "facilitytype_name": "Bathroom",
            "id": 31,
            "alt_facilitytype_id": 5,
            "facilitytype_id": 5,
            "alt_facilitytype_name": "Bathroom",
            "name": "Toilet"
          },
          {
            "id": 86,
            "facilitytype_name": "Food & Drink",
            "alt_facilitytype_id": 12,
            "facilitytype_id": 7,
            "alt_facilitytype_name": "Kitchen",
            "name": "Electric kettle"
          },
          {
            "name": "Single-room air conditioning for guest accommodation",
            "alt_facilitytype_name": "Physical distancing",
            "facilitytype_id": 39,
            "id": 230,
            "facilitytype_name": "Physical distancing",
            "alt_facilitytype_id": 39
          },
          {
            "id": 40,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 1,
            "facilitytype_id": 4,
            "alt_facilitytype_name": "General",
            "name": "Heating"
          },
          {
            "facilitytype_id": 6,
            "facilitytype_name": "Media & Technology",
            "id": 9,
            "alt_facilitytype_id": 6,
            "name": "Telephone",
            "alt_facilitytype_name": "Media & Technology"
          },
          {
            "name": "Shower",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "alt_facilitytype_id": 5,
            "id": 4,
            "facilitytype_name": "Bathroom"
          },
          {
            "facilitytype_id": 5,
            "alt_facilitytype_id": 5,
            "id": 100,
            "facilitytype_name": "Bathroom",
            "name": "Bidet",
            "alt_facilitytype_name": "Bathroom"
          },
          {
            "alt_facilitytype_id": 17,
            "facilitytype_name": "Room Amenities",
            "id": 95,
            "facilitytype_id": 4,
            "alt_facilitytype_name": "Bedroom",
            "name": "Wardrobe or closet"
          },
          {
            "alt_facilitytype_name": "Bathroom",
            "name": "Toilet paper",
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 141,
            "facilitytype_id": 5
          },
          {
            "facilitytype_id": 4,
            "id": 79,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 1,
            "name": "Soundproofing",
            "alt_facilitytype_name": "General"
          },
          {
            "facilitytype_id": 6,
            "alt_facilitytype_id": 6,
            "facilitytype_name": "Media & Technology",
            "id": 44,
            "name": "Satellite channels",
            "alt_facilitytype_name": "Media & Technology"
          },
          {
            "facilitytype_name": "Room Amenities",
            "id": 11,
            "alt_facilitytype_id": 1,
            "facilitytype_id": 4,
            "alt_facilitytype_name": "General",
            "name": "Air conditioning"
          },
          {
            "name": "Hand sanitiser",
            "alt_facilitytype_name": "Cleanliness & disinfecting",
            "facilitytype_id": 40,
            "id": 231,
            "facilitytype_name": "Cleanliness & disinfecting",
            "alt_facilitytype_id": 40
          },
          {
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 38,
            "facilitytype_id": 5,
            "alt_facilitytype_name": "Bathroom",
            "name": "Private bathroom"
          },
          {
            "alt_facilitytype_id": 1,
            "facilitytype_name": "Room Amenities",
            "id": 6,
            "facilitytype_id": 4,
            "alt_facilitytype_name": "General",
            "name": "Safety deposit box"
          },
          {
            "facilitytype_name": "Accessibility",
            "id": 132,
            "alt_facilitytype_id": 19,
            "facilitytype_id": 19,
            "alt_facilitytype_name": "Accessibility",
            "name": "Upper floors accessible by elevator"
          },
          {
            "name": "Flat-screen TV",
            "alt_facilitytype_name": "Media & Technology",
            "facilitytype_id": 6,
            "facilitytype_name": "Media & Technology",
            "id": 75,
            "alt_facilitytype_id": 6
          },
          {
            "facilitytype_id": 8,
            "alt_facilitytype_id": 3,
            "facilitytype_name": "Services & Extras",
            "id": 83,
            "name": "Wake-up service",
            "alt_facilitytype_name": "Services"
          },
          {
            "name": "Air purifiers",
            "alt_facilitytype_name": "Safety features",
            "facilitytype_id": 37,
            "alt_facilitytype_id": 37,
            "id": 215,
            "facilitytype_name": "Safety features"
          },
          {
            "alt_facilitytype_name": "Bathroom",
            "name": "Towels",
            "id": 124,
            "facilitytype_name": "Services & Extras",
            "alt_facilitytype_id": 5,
            "facilitytype_id": 8
          },
          {
            "alt_facilitytype_name": "Bathroom",
            "name": "Free toiletries",
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 27,
            "facilitytype_id": 5
          },
          {
            "alt_facilitytype_name": "Room Amenities",
            "name": "Socket near the bed",
            "id": 184,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 4,
            "facilitytype_id": 4
          },
          {
            "facilitytype_id": 7,
            "alt_facilitytype_id": 7,
            "id": 1,
            "facilitytype_name": "Food & Drink",
            "name": "Tea/Coffee maker",
            "alt_facilitytype_name": "Food & Drink"
          },
          {
            "name": "Hairdryer",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 12
          },
          {
            "facilitytype_id": 6,
            "facilitytype_name": "Media & Technology",
            "id": 8,
            "alt_facilitytype_id": 6,
            "name": "TV",
            "alt_facilitytype_name": "Media & Technology"
          },
          {
            "facilitytype_id": 4,
            "facilitytype_name": "Room Amenities",
            "id": 115,
            "alt_facilitytype_id": 1,
            "name": "Hypoallergenic",
            "alt_facilitytype_name": "General"
          },
          {
            "alt_facilitytype_id": 17,
            "facilitytype_name": "Services & Extras",
            "id": 125,
            "facilitytype_id": 8,
            "alt_facilitytype_name": "Bedroom",
            "name": "Linen"
          },
          {
            "alt_facilitytype_id": 7,
            "id": 3,
            "facilitytype_name": "Food & Drink",
            "facilitytype_id": 7,
            "alt_facilitytype_name": "Food & Drink",
            "name": "Minibar"
          },
          {
            "facilitytype_id": 4,
            "facilitytype_name": "Room Amenities",
            "id": 80,
            "alt_facilitytype_id": 1,
            "name": "Tile/marble floor",
            "alt_facilitytype_name": "General"
          },
          {
            "alt_facilitytype_name": "Bathroom",
            "name": "Toilet",
            "alt_facilitytype_id": 5,
            "id": 31,
            "facilitytype_name": "Bathroom",
            "facilitytype_id": 5
          },
          {
            "alt_facilitytype_name": "Kitchen",
            "name": "Electric kettle",
            "id": 86,
            "facilitytype_name": "Food & Drink",
            "alt_facilitytype_id": 12,
            "facilitytype_id": 7
          },
          {
            "alt_facilitytype_name": "Physical distancing",
            "name": "Single-room air conditioning for guest accommodation",
            "alt_facilitytype_id": 39,
            "id": 230,
            "facilitytype_name": "Physical distancing",
            "facilitytype_id": 39
          },
          {
            "alt_facilitytype_id": 1,
            "id": 40,
            "facilitytype_name": "Room Amenities",
            "facilitytype_id": 4,
            "alt_facilitytype_name": "General",
            "name": "Heating"
          },
          {
            "name": "Telephone",
            "alt_facilitytype_name": "Media & Technology",
            "facilitytype_id": 6,
            "id": 9,
            "facilitytype_name": "Media & Technology",
            "alt_facilitytype_id": 6
          },
          {
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 4,
            "facilitytype_id": 5,
            "alt_facilitytype_name": "Bathroom",
            "name": "Shower"
          },
          {
            "id": 100,
            "facilitytype_name": "Bathroom",
            "alt_facilitytype_id": 5,
            "facilitytype_id": 5,
            "alt_facilitytype_name": "Bathroom",
            "name": "Bidet"
          },
          {
            "id": 95,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 17,
            "facilitytype_id": 4,
            "alt_facilitytype_name": "Bedroom",
            "name": "Wardrobe or closet"
          },
          {
            "id": 141,
            "facilitytype_name": "Bathroom",
            "alt_facilitytype_id": 5,
            "facilitytype_id": 5,
            "alt_facilitytype_name": "Bathroom",
            "name": "Toilet paper"
          },
          {
            "alt_facilitytype_name": "General",
            "name": "Soundproofing",
            "facilitytype_name": "Room Amenities",
            "id": 79,
            "alt_facilitytype_id": 1,
            "facilitytype_id": 4
          },
          {
            "alt_facilitytype_name": "Media & Technology",
            "name": "Satellite channels",
            "id": 44,
            "facilitytype_name": "Media & Technology",
            "alt_facilitytype_id": 6,
            "facilitytype_id": 6
          },
          {
            "alt_facilitytype_name": "General",
            "name": "Air conditioning",
            "id": 11,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 1,
            "facilitytype_id": 4
          },
          {
            "name": "Hand sanitiser",
            "alt_facilitytype_name": "Cleanliness & disinfecting",
            "facilitytype_id": 40,
            "alt_facilitytype_id": 40,
            "facilitytype_name": "Cleanliness & disinfecting",
            "id": 231
          },
          {
            "alt_facilitytype_name": "Bathroom",
            "name": "Private bathroom",
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 38,
            "facilitytype_id": 5
          },
          {
            "alt_facilitytype_name": "General",
            "name": "Safety deposit box",
            "id": 6,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 1,
            "facilitytype_id": 4
          },
          {
            "alt_facilitytype_name": "Accessibility",
            "name": "Upper floors accessible by elevator",
            "id": 132,
            "facilitytype_name": "Accessibility",
            "alt_facilitytype_id": 19,
            "facilitytype_id": 19
          },
          {
            "alt_facilitytype_name": "Media & Technology",
            "name": "Flat-screen TV",
            "alt_facilitytype_id": 6,
            "id": 75,
            "facilitytype_name": "Media & Technology",
            "facilitytype_id": 6
          },
          {
            "alt_facilitytype_name": "Services",
            "name": "Wake-up service",
            "id": 83,
            "facilitytype_name": "Services & Extras",
            "alt_facilitytype_id": 3,
            "facilitytype_id": 8
          },
          {
            "facilitytype_id": 37,
            "alt_facilitytype_id": 37,
            "id": 215,
            "facilitytype_name": "Safety features",
            "name": "Air purifiers",
            "alt_facilitytype_name": "Safety features"
          },
          {
            "name": "Towels",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 8,
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Services & Extras",
            "id": 124
          },
          {
            "facilitytype_name": "Accessibility",
            "id": 134,
            "alt_facilitytype_id": 19,
            "facilitytype_id": 19,
            "alt_facilitytype_name": "Accessibility",
            "name": "Entire unit wheelchair accessible"
          },
          {
            "alt_facilitytype_name": "Bathroom",
            "name": "Free toiletries",
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 27,
            "facilitytype_id": 5
          },
          {
            "facilitytype_id": 4,
            "id": 184,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 4,
            "name": "Socket near the bed",
            "alt_facilitytype_name": "Room Amenities"
          },
          {
            "facilitytype_name": "Food & Drink",
            "id": 1,
            "alt_facilitytype_id": 7,
            "facilitytype_id": 7,
            "alt_facilitytype_name": "Food & Drink",
            "name": "Tea/Coffee maker"
          },
          {
            "facilitytype_name": "Bathroom",
            "id": 12,
            "alt_facilitytype_id": 5,
            "facilitytype_id": 5,
            "alt_facilitytype_name": "Bathroom",
            "name": "Hairdryer"
          },
          {
            "alt_facilitytype_name": "Media & Technology",
            "name": "TV",
            "alt_facilitytype_id": 6,
            "id": 8,
            "facilitytype_name": "Media & Technology",
            "facilitytype_id": 6
          },
          {
            "facilitytype_id": 4,
            "id": 115,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 1,
            "name": "Hypoallergenic",
            "alt_facilitytype_name": "General"
          },
          {
            "alt_facilitytype_name": "Bedroom",
            "name": "Linen",
            "alt_facilitytype_id": 17,
            "facilitytype_name": "Services & Extras",
            "id": 125,
            "facilitytype_id": 8
          },
          {
            "alt_facilitytype_id": 7,
            "facilitytype_name": "Food & Drink",
            "id": 3,
            "facilitytype_id": 7,
            "alt_facilitytype_name": "Food & Drink",
            "name": "Minibar"
          },
          {
            "alt_facilitytype_id": 1,
            "id": 80,
            "facilitytype_name": "Room Amenities",
            "facilitytype_id": 4,
            "alt_facilitytype_name": "General",
            "name": "Tile/marble floor"
          },
          {
            "facilitytype_name": "Bathroom",
            "id": 31,
            "alt_facilitytype_id": 5,
            "facilitytype_id": 5,
            "alt_facilitytype_name": "Bathroom",
            "name": "Toilet"
          },
          {
            "name": "Electric kettle",
            "alt_facilitytype_name": "Kitchen",
            "facilitytype_id": 7,
            "alt_facilitytype_id": 12,
            "id": 86,
            "facilitytype_name": "Food & Drink"
          },
          {
            "name": "Single-room air conditioning for guest accommodation",
            "alt_facilitytype_name": "Physical distancing",
            "facilitytype_id": 39,
            "id": 230,
            "facilitytype_name": "Physical distancing",
            "alt_facilitytype_id": 39
          },
          {
            "alt_facilitytype_id": 1,
            "id": 40,
            "facilitytype_name": "Room Amenities",
            "facilitytype_id": 4,
            "alt_facilitytype_name": "General",
            "name": "Heating"
          },
          {
            "alt_facilitytype_name": "Media & Technology",
            "name": "Telephone",
            "alt_facilitytype_id": 6,
            "facilitytype_name": "Media & Technology",
            "id": 9,
            "facilitytype_id": 6
          },
          {
            "name": "Shower",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 4
          },
          {
            "name": "Bidet",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "alt_facilitytype_id": 5,
            "id": 100,
            "facilitytype_name": "Bathroom"
          },
          {
            "name": "Wardrobe or closet",
            "alt_facilitytype_name": "Bedroom",
            "facilitytype_id": 4,
            "alt_facilitytype_id": 17,
            "id": 95,
            "facilitytype_name": "Room Amenities"
          },
          {
            "name": "Toilet paper",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "alt_facilitytype_id": 5,
            "id": 141,
            "facilitytype_name": "Bathroom"
          },
          {
            "name": "Soundproofing",
            "alt_facilitytype_name": "General",
            "facilitytype_id": 4,
            "alt_facilitytype_id": 1,
            "facilitytype_name": "Room Amenities",
            "id": 79
          },
          {
            "name": "Satellite channels",
            "alt_facilitytype_name": "Media & Technology",
            "facilitytype_id": 6,
            "alt_facilitytype_id": 6,
            "facilitytype_name": "Media & Technology",
            "id": 44
          },
          {
            "name": "Air conditioning",
            "alt_facilitytype_name": "General",
            "facilitytype_id": 4,
            "alt_facilitytype_id": 1,
            "facilitytype_name": "Room Amenities",
            "id": 11
          },
          {
            "name": "Hand sanitiser",
            "alt_facilitytype_name": "Cleanliness & disinfecting",
            "facilitytype_id": 40,
            "alt_facilitytype_id": 40,
            "facilitytype_name": "Cleanliness & disinfecting",
            "id": 231
          },
          {
            "facilitytype_id": 5,
            "id": 38,
            "facilitytype_name": "Bathroom",
            "alt_facilitytype_id": 5,
            "name": "Private bathroom",
            "alt_facilitytype_name": "Bathroom"
          },
          {
            "name": "Safety deposit box",
            "alt_facilitytype_name": "General",
            "facilitytype_id": 4,
            "alt_facilitytype_id": 1,
            "facilitytype_name": "Room Amenities",
            "id": 6
          },
          {
            "alt_facilitytype_name": "Accessibility",
            "name": "Upper floors accessible by elevator",
            "alt_facilitytype_id": 19,
            "id": 132,
            "facilitytype_name": "Accessibility",
            "facilitytype_id": 19
          },
          {
            "alt_facilitytype_name": "Media & Technology",
            "name": "Flat-screen TV",
            "id": 75,
            "facilitytype_name": "Media & Technology",
            "alt_facilitytype_id": 6,
            "facilitytype_id": 6
          },
          {
            "name": "Wake-up service",
            "alt_facilitytype_name": "Services",
            "facilitytype_id": 8,
            "id": 83,
            "facilitytype_name": "Services & Extras",
            "alt_facilitytype_id": 3
          },
          {
            "alt_facilitytype_name": "Safety features",
            "name": "Air purifiers",
            "facilitytype_name": "Safety features",
            "id": 215,
            "alt_facilitytype_id": 37,
            "facilitytype_id": 37
          },
          {
            "facilitytype_name": "Services & Extras",
            "id": 124,
            "alt_facilitytype_id": 5,
            "facilitytype_id": 8,
            "alt_facilitytype_name": "Bathroom",
            "name": "Towels"
          },
          {
            "alt_facilitytype_name": "Bathroom",
            "name": "Free toiletries",
            "facilitytype_name": "Bathroom",
            "id": 27,
            "alt_facilitytype_id": 5,
            "facilitytype_id": 5
          },
          {
            "name": "Socket near the bed",
            "alt_facilitytype_name": "Room Amenities",
            "facilitytype_id": 4,
            "facilitytype_name": "Room Amenities",
            "id": 184,
            "alt_facilitytype_id": 4
          },
          {
            "alt_facilitytype_name": "Food & Drink",
            "name": "Tea/Coffee maker",
            "alt_facilitytype_id": 7,
            "facilitytype_name": "Food & Drink",
            "id": 1,
            "facilitytype_id": 7
          },
          {
            "facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 12,
            "alt_facilitytype_id": 5,
            "name": "Hairdryer",
            "alt_facilitytype_name": "Bathroom"
          },
          {
            "alt_facilitytype_id": 6,
            "id": 8,
            "facilitytype_name": "Media & Technology",
            "facilitytype_id": 6,
            "alt_facilitytype_name": "Media & Technology",
            "name": "TV"
          },
          {
            "name": "Hypoallergenic",
            "alt_facilitytype_name": "General",
            "facilitytype_id": 4,
            "alt_facilitytype_id": 1,
            "id": 115,
            "facilitytype_name": "Room Amenities"
          },
          {
            "alt_facilitytype_name": "Bedroom",
            "name": "Linen",
            "alt_facilitytype_id": 17,
            "id": 125,
            "facilitytype_name": "Services & Extras",
            "facilitytype_id": 8
          },
          {
            "facilitytype_name": "Food & Drink",
            "id": 3,
            "alt_facilitytype_id": 7,
            "facilitytype_id": 7,
            "alt_facilitytype_name": "Food & Drink",
            "name": "Minibar"
          },
          {
            "alt_facilitytype_name": "General",
            "name": "Tile/marble floor",
            "id": 80,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 1,
            "facilitytype_id": 4
          },
          {
            "facilitytype_id": 5,
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 31,
            "name": "Toilet",
            "alt_facilitytype_name": "Bathroom"
          },
          {
            "name": "Electric kettle",
            "alt_facilitytype_name": "Kitchen",
            "facilitytype_id": 7,
            "facilitytype_name": "Food & Drink",
            "id": 86,
            "alt_facilitytype_id": 12
          },
          {
            "alt_facilitytype_id": 39,
            "id": 230,
            "facilitytype_name": "Physical distancing",
            "facilitytype_id": 39,
            "alt_facilitytype_name": "Physical distancing",
            "name": "Single-room air conditioning for guest accommodation"
          },
          {
            "facilitytype_name": "Room Amenities",
            "id": 40,
            "alt_facilitytype_id": 1,
            "facilitytype_id": 4,
            "alt_facilitytype_name": "General",
            "name": "Heating"
          },
          {
            "facilitytype_name": "Media & Technology",
            "id": 9,
            "alt_facilitytype_id": 6,
            "facilitytype_id": 6,
            "alt_facilitytype_name": "Media & Technology",
            "name": "Telephone"
          },
          {
            "name": "Shower",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 4,
            "alt_facilitytype_id": 5
          },
          {
            "name": "Bidet",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "alt_facilitytype_id": 5,
            "id": 100,
            "facilitytype_name": "Bathroom"
          },
          {
            "alt_facilitytype_name": "Bedroom",
            "name": "Wardrobe or closet",
            "id": 95,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 17,
            "facilitytype_id": 4
          },
          {
            "facilitytype_id": 5,
            "alt_facilitytype_id": 5,
            "id": 141,
            "facilitytype_name": "Bathroom",
            "name": "Toilet paper",
            "alt_facilitytype_name": "Bathroom"
          },
          {
            "alt_facilitytype_id": 1,
            "facilitytype_name": "Room Amenities",
            "id": 79,
            "facilitytype_id": 4,
            "alt_facilitytype_name": "General",
            "name": "Soundproofing"
          },
          {
            "name": "Satellite channels",
            "alt_facilitytype_name": "Media & Technology",
            "facilitytype_id": 6,
            "alt_facilitytype_id": 6,
            "id": 44,
            "facilitytype_name": "Media & Technology"
          },
          {
            "alt_facilitytype_name": "General",
            "name": "Air conditioning",
            "alt_facilitytype_id": 1,
            "id": 11,
            "facilitytype_name": "Room Amenities",
            "facilitytype_id": 4
          },
          {
            "alt_facilitytype_name": "Cleanliness & disinfecting",
            "name": "Hand sanitiser",
            "facilitytype_name": "Cleanliness & disinfecting",
            "id": 231,
            "alt_facilitytype_id": 40,
            "facilitytype_id": 40
          },
          {
            "name": "Private bathroom",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 38,
            "alt_facilitytype_id": 5
          }
        ],
        "highlights": [
          {
            "icon": "icon_wifi",
            "translated_name": "Free WiFi"
          },
          {
            "translated_name": "Air conditioning",
            "icon": "icon_airconditioning",
            "id": 11
          },
          {
            "icon": "icon_bath",
            "id": 38,
            "translated_name": "Ensuite bathroom"
          },
          {
            "icon": "icon_flattv",
            "id": 75,
            "translated_name": "Flat-screen TV"
          },
          {
            "icon": "icon_soundproof",
            "id": 79,
            "translated_name": "Soundproofing"
          },
          {
            "id": 3,
            "icon": "icon_checkmark",
            "translated_name": "Minibar"
          },
          {
            "translated_name": "Free WiFi",
            "icon": "icon_wifi"
          },
          {
            "id": 11,
            "icon": "icon_airconditioning",
            "translated_name": "Air conditioning"
          },
          {
            "id": 38,
            "icon": "icon_bath",
            "translated_name": "Ensuite bathroom"
          },
          {
            "id": 75,
            "icon": "icon_flattv",
            "translated_name": "Flat-screen TV"
          },
          {
            "translated_name": "Soundproofing",
            "icon": "icon_soundproof",
            "id": 79
          },
          {
            "translated_name": "Minibar",
            "icon": "icon_checkmark",
            "id": 3
          },
          {
            "translated_name": "Free WiFi",
            "icon": "icon_wifi"
          },
          {
            "icon": "icon_airconditioning",
            "id": 11,
            "translated_name": "Air conditioning"
          },
          {
            "translated_name": "Private bathroom",
            "icon": "icon_bath",
            "id": 38
          },
          {
            "icon": "icon_flattv",
            "id": 75,
            "translated_name": "Flat-screen TV"
          },
          {
            "icon": "icon_soundproof",
            "id": 79,
            "translated_name": "Soundproofing"
          },
          {
            "icon": "icon_checkmark",
            "id": 3,
            "translated_name": "Minibar"
          },
          {
            "translated_name": "Free WiFi",
            "icon": "icon_wifi"
          },
          {
            "translated_name": "Air conditioning",
            "id": 11,
            "icon": "icon_airconditioning"
          },
          {
            "id": 38,
            "icon": "icon_bath",
            "translated_name": "Ensuite bathroom"
          },
          {
            "icon": "icon_flattv",
            "id": 75,
            "translated_name": "Flat-screen TV"
          },
          {
            "translated_name": "Soundproofing",
            "icon": "icon_soundproof",
            "id": 79
          },
          {
            "translated_name": "Minibar",
            "icon": "icon_checkmark",
            "id": 3
          }
        ],
        "is_high_floor_guaranteed": 0,
        "children_and_beds_text": {
          "children_at_the_property": [
            {
              "highlight": 0,
              "text": "Children of any age are welcome."
            },
            {
              "text": "Children aged 3 years and above are considered adults at this property.",
              "highlight": 0
            },
            {
              "highlight": 1,
              "text": "To see correct prices and occupancy information, please add the number of children in your group and their ages to your search."
            }
          ],
          "cribs_and_extra_beds": [
            {
              "highlight": 0,
              "text": "Supplements are not calculated automatically in the total costs and will have to be paid for separately during your stay."
            },
            {
              "highlight": 0,
              "text": "The maximum number of cots, extra beds and children allowed in existing beds may vary depending on the option you book."
            },
            {
              "highlight": 0,
              "text": "All cots and extra beds are subject to availability."
            },
            {
              "highlight": 0,
              "text": "There is no capacity for extra beds."
            }
          ],
          "allow_children": 1,
          "age_intervals": [
            {
              "types_by_price": [
                [
                  "crib"
                ]
              ],
              "group_by_price": {
                "fixed,per_night,10.00": [
                  "crib"
                ]
              },
              "crib": {
                "price_type_n": 2,
                "price_type": "fixed",
                "price_mode": "per_night",
                "price": "€ 10",
                "price_mode_n": 0,
                "id": 27528756
              },
              "max_age": 2,
              "min_age": 0
            }
          ]
        },
        "description": "Featuring free toiletries, this double room includes a private bathroom with a shower, a bidet and a hairdryer. The double room features air conditioning, soundproof walls, Smartphone, a minibar, as well as a flat-screen TV with satellite channels. The unit has 1 bed."
      },
      "161245602": {
        "private_bathroom_count": 1,
        "facilities": [
          {
            "alt_facilitytype_id": 1,
            "facilitytype_name": "Room Amenities",
            "id": 6,
            "facilitytype_id": 4,
            "alt_facilitytype_name": "General",
            "name": "Safety deposit box"
          },
          {
            "facilitytype_name": "Accessibility",
            "id": 132,
            "alt_facilitytype_id": 19,
            "facilitytype_id": 19,
            "alt_facilitytype_name": "Accessibility",
            "name": "Upper floors accessible by elevator"
          },
          {
            "name": "Flat-screen TV",
            "alt_facilitytype_name": "Media & Technology",
            "facilitytype_id": 6,
            "facilitytype_name": "Media & Technology",
            "id": 75,
            "alt_facilitytype_id": 6
          },
          {
            "facilitytype_id": 8,
            "alt_facilitytype_id": 3,
            "facilitytype_name": "Services & Extras",
            "id": 83,
            "name": "Wake-up service",
            "alt_facilitytype_name": "Services"
          },
          {
            "name": "Air purifiers",
            "alt_facilitytype_name": "Safety features",
            "facilitytype_id": 37,
            "alt_facilitytype_id": 37,
            "id": 215,
            "facilitytype_name": "Safety features"
          },
          {
            "alt_facilitytype_name": "Bathroom",
            "name": "Towels",
            "id": 124,
            "facilitytype_name": "Services & Extras",
            "alt_facilitytype_id": 5,
            "facilitytype_id": 8
          },
          {
            "alt_facilitytype_name": "Bathroom",
            "name": "Free toiletries",
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 27,
            "facilitytype_id": 5
          },
          {
            "alt_facilitytype_name": "Room Amenities",
            "name": "Socket near the bed",
            "id": 184,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 4,
            "facilitytype_id": 4
          },
          {
            "facilitytype_id": 7,
            "alt_facilitytype_id": 7,
            "id": 1,
            "facilitytype_name": "Food & Drink",
            "name": "Tea/Coffee maker",
            "alt_facilitytype_name": "Food & Drink"
          },
          {
            "name": "Hairdryer",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 12
          },
          {
            "facilitytype_id": 6,
            "facilitytype_name": "Media & Technology",
            "id": 8,
            "alt_facilitytype_id": 6,
            "name": "TV",
            "alt_facilitytype_name": "Media & Technology"
          },
          {
            "facilitytype_id": 4,
            "facilitytype_name": "Room Amenities",
            "id": 115,
            "alt_facilitytype_id": 1,
            "name": "Hypoallergenic",
            "alt_facilitytype_name": "General"
          },
          {
            "alt_facilitytype_id": 17,
            "facilitytype_name": "Services & Extras",
            "id": 125,
            "facilitytype_id": 8,
            "alt_facilitytype_name": "Bedroom",
            "name": "Linen"
          },
          {
            "alt_facilitytype_id": 7,
            "id": 3,
            "facilitytype_name": "Food & Drink",
            "facilitytype_id": 7,
            "alt_facilitytype_name": "Food & Drink",
            "name": "Minibar"
          },
          {
            "facilitytype_id": 4,
            "facilitytype_name": "Room Amenities",
            "id": 80,
            "alt_facilitytype_id": 1,
            "name": "Tile/marble floor",
            "alt_facilitytype_name": "General"
          },
          {
            "alt_facilitytype_name": "Bathroom",
            "name": "Toilet",
            "alt_facilitytype_id": 5,
            "id": 31,
            "facilitytype_name": "Bathroom",
            "facilitytype_id": 5
          },
          {
            "alt_facilitytype_name": "Kitchen",
            "name": "Electric kettle",
            "id": 86,
            "facilitytype_name": "Food & Drink",
            "alt_facilitytype_id": 12,
            "facilitytype_id": 7
          },
          {
            "alt_facilitytype_name": "Physical distancing",
            "name": "Single-room air conditioning for guest accommodation",
            "alt_facilitytype_id": 39,
            "id": 230,
            "facilitytype_name": "Physical distancing",
            "facilitytype_id": 39
          },
          {
            "alt_facilitytype_id": 1,
            "id": 40,
            "facilitytype_name": "Room Amenities",
            "facilitytype_id": 4,
            "alt_facilitytype_name": "General",
            "name": "Heating"
          },
          {
            "name": "Telephone",
            "alt_facilitytype_name": "Media & Technology",
            "facilitytype_id": 6,
            "id": 9,
            "facilitytype_name": "Media & Technology",
            "alt_facilitytype_id": 6
          },
          {
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 4,
            "facilitytype_id": 5,
            "alt_facilitytype_name": "Bathroom",
            "name": "Shower"
          },
          {
            "id": 100,
            "facilitytype_name": "Bathroom",
            "alt_facilitytype_id": 5,
            "facilitytype_id": 5,
            "alt_facilitytype_name": "Bathroom",
            "name": "Bidet"
          },
          {
            "id": 95,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 17,
            "facilitytype_id": 4,
            "alt_facilitytype_name": "Bedroom",
            "name": "Wardrobe or closet"
          },
          {
            "id": 141,
            "facilitytype_name": "Bathroom",
            "alt_facilitytype_id": 5,
            "facilitytype_id": 5,
            "alt_facilitytype_name": "Bathroom",
            "name": "Toilet paper"
          },
          {
            "alt_facilitytype_name": "General",
            "name": "Soundproofing",
            "facilitytype_name": "Room Amenities",
            "id": 79,
            "alt_facilitytype_id": 1,
            "facilitytype_id": 4
          },
          {
            "alt_facilitytype_name": "Media & Technology",
            "name": "Satellite channels",
            "id": 44,
            "facilitytype_name": "Media & Technology",
            "alt_facilitytype_id": 6,
            "facilitytype_id": 6
          },
          {
            "alt_facilitytype_name": "General",
            "name": "Air conditioning",
            "id": 11,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 1,
            "facilitytype_id": 4
          },
          {
            "name": "Hand sanitiser",
            "alt_facilitytype_name": "Cleanliness & disinfecting",
            "facilitytype_id": 40,
            "alt_facilitytype_id": 40,
            "facilitytype_name": "Cleanliness & disinfecting",
            "id": 231
          },
          {
            "alt_facilitytype_name": "Bathroom",
            "name": "Private bathroom",
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 38,
            "facilitytype_id": 5
          }
        ],
        "bed_configurations": [
          {
            "bed_types": [
              {
                "description": "151-180 cm wide",
                "count": 1,
                "name": "Large double bed(s)",
                "name_with_count": "1 large double bed",
                "description_imperial": "60-70 inches wide",
                "bed_type": 6
              }
            ]
          },
          {
            "bed_types": [
              {
                "description": "90-130 cm wide",
                "count": 2,
                "name": "Single bed(s)",
                "name_with_count": "2 single beds",
                "description_imperial": "35-51 inches wide",
                "bed_type": 1
              }
            ]
          }
        ],
        "photos": [
          {
            "ratio": 1.499700059988,
            "last_update_date": "2016-05-06 17:50:33",
            "new_order": 0,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612558.jpg?k=ec7518f6aa1922116a72365dff55102a2d3e4d39991863503d2c7f8d557374c8&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612558.jpg?k=ec7518f6aa1922116a72365dff55102a2d3e4d39991863503d2c7f8d557374c8&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612558.jpg?k=ec7518f6aa1922116a72365dff55102a2d3e4d39991863503d2c7f8d557374c8&o=",
            "photo_id": 68612558,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612558.jpg?k=ec7518f6aa1922116a72365dff55102a2d3e4d39991863503d2c7f8d557374c8&o="
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612554.jpg?k=f6a9d17ba91f46c6322266ba88a4b6d55ad95432abee2325e05d0d3fe2f0cafa&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612554.jpg?k=f6a9d17ba91f46c6322266ba88a4b6d55ad95432abee2325e05d0d3fe2f0cafa&o=",
            "photo_id": 68612554,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612554.jpg?k=f6a9d17ba91f46c6322266ba88a4b6d55ad95432abee2325e05d0d3fe2f0cafa&o=",
            "ratio": 1.499700059988,
            "last_update_date": "2016-05-06 17:50:30",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612554.jpg?k=f6a9d17ba91f46c6322266ba88a4b6d55ad95432abee2325e05d0d3fe2f0cafa&o=",
            "new_order": 5
          },
          {
            "ratio": 1.499700059988,
            "last_update_date": "2016-05-06 17:50:36",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612568.jpg?k=392d33335c0fd24c4ac3ee91c0023485835327057fef59d7315f52b4d798f5aa&o=",
            "new_order": 1,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612568.jpg?k=392d33335c0fd24c4ac3ee91c0023485835327057fef59d7315f52b4d798f5aa&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612568.jpg?k=392d33335c0fd24c4ac3ee91c0023485835327057fef59d7315f52b4d798f5aa&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612568.jpg?k=392d33335c0fd24c4ac3ee91c0023485835327057fef59d7315f52b4d798f5aa&o=",
            "photo_id": 68612568
          },
          {
            "photo_id": 68612542,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612542.jpg?k=11e1fd19fb2725bdc0c92cbaf6ad8891baf880e3422ed22d244e17e67b3cba20&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612542.jpg?k=11e1fd19fb2725bdc0c92cbaf6ad8891baf880e3422ed22d244e17e67b3cba20&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612542.jpg?k=11e1fd19fb2725bdc0c92cbaf6ad8891baf880e3422ed22d244e17e67b3cba20&o=",
            "ratio": 1.499700059988,
            "last_update_date": "2016-05-06 17:50:24",
            "new_order": 13,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612542.jpg?k=11e1fd19fb2725bdc0c92cbaf6ad8891baf880e3422ed22d244e17e67b3cba20&o="
          },
          {
            "ratio": 1.499700059988,
            "new_order": 14,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612538.jpg?k=a33ee42f9b32156df9fe20e8c0852ddd08030cc785b93ea78eed246d3b91668f&o=",
            "last_update_date": "2016-05-06 17:50:18",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612538.jpg?k=a33ee42f9b32156df9fe20e8c0852ddd08030cc785b93ea78eed246d3b91668f&o=",
            "photo_id": 68612538,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612538.jpg?k=a33ee42f9b32156df9fe20e8c0852ddd08030cc785b93ea78eed246d3b91668f&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612538.jpg?k=a33ee42f9b32156df9fe20e8c0852ddd08030cc785b93ea78eed246d3b91668f&o="
          },
          {
            "last_update_date": "2016-05-06 17:50:34",
            "new_order": 2,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612561.jpg?k=c41c500211917c8e0a32eae0769f403b6991daf9e1b29ef91df1572f2602d804&o=",
            "ratio": 1.499700059988,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612561.jpg?k=c41c500211917c8e0a32eae0769f403b6991daf9e1b29ef91df1572f2602d804&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612561.jpg?k=c41c500211917c8e0a32eae0769f403b6991daf9e1b29ef91df1572f2602d804&o=",
            "photo_id": 68612561,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612561.jpg?k=c41c500211917c8e0a32eae0769f403b6991daf9e1b29ef91df1572f2602d804&o="
          },
          {
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612545.jpg?k=ae99bc90d2748ddb08fc9dbbdedd17fbc7b5e835e2766c6bc615098e46628069&o=",
            "new_order": 6,
            "last_update_date": "2016-05-06 17:50:25",
            "ratio": 1.499700059988,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612545.jpg?k=ae99bc90d2748ddb08fc9dbbdedd17fbc7b5e835e2766c6bc615098e46628069&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612545.jpg?k=ae99bc90d2748ddb08fc9dbbdedd17fbc7b5e835e2766c6bc615098e46628069&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612545.jpg?k=ae99bc90d2748ddb08fc9dbbdedd17fbc7b5e835e2766c6bc615098e46628069&o=",
            "photo_id": 68612545
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612549.jpg?k=54b885c54b8d830e37c6f60166db6ee34a9663ac1759244c0a38c7d3860914c6&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612549.jpg?k=54b885c54b8d830e37c6f60166db6ee34a9663ac1759244c0a38c7d3860914c6&o=",
            "photo_id": 68612549,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612549.jpg?k=54b885c54b8d830e37c6f60166db6ee34a9663ac1759244c0a38c7d3860914c6&o=",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612549.jpg?k=54b885c54b8d830e37c6f60166db6ee34a9663ac1759244c0a38c7d3860914c6&o=",
            "new_order": 7,
            "last_update_date": "2016-05-06 17:50:27",
            "ratio": 1.499700059988
          },
          {
            "photo_id": 68612544,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612544.jpg?k=f83e07bcadc9ac14579d1360a0a45604b283f586a97f0b39bbd85a3069aa97bc&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612544.jpg?k=f83e07bcadc9ac14579d1360a0a45604b283f586a97f0b39bbd85a3069aa97bc&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612544.jpg?k=f83e07bcadc9ac14579d1360a0a45604b283f586a97f0b39bbd85a3069aa97bc&o=",
            "ratio": 1.499700059988,
            "new_order": 11,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612544.jpg?k=f83e07bcadc9ac14579d1360a0a45604b283f586a97f0b39bbd85a3069aa97bc&o=",
            "last_update_date": "2016-05-06 17:50:24"
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612584.jpg?k=783cf388c59233ad4e654386f328facad6ef9d25e23f0507b412991caca95e7e&o=",
            "photo_id": 68612584,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612584.jpg?k=783cf388c59233ad4e654386f328facad6ef9d25e23f0507b412991caca95e7e&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612584.jpg?k=783cf388c59233ad4e654386f328facad6ef9d25e23f0507b412991caca95e7e&o=",
            "last_update_date": "2016-05-06 17:50:47",
            "new_order": 8,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612584.jpg?k=783cf388c59233ad4e654386f328facad6ef9d25e23f0507b412991caca95e7e&o=",
            "ratio": 1.499700059988
          },
          {
            "ratio": 1.499700059988,
            "last_update_date": "2016-05-06 17:50:50",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612587.jpg?k=46ac5b899536a2d2dfee4ef291f2e7aff301f158e5aaef42ec17548a6d00f3e3&o=",
            "new_order": 9,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612587.jpg?k=46ac5b899536a2d2dfee4ef291f2e7aff301f158e5aaef42ec17548a6d00f3e3&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612587.jpg?k=46ac5b899536a2d2dfee4ef291f2e7aff301f158e5aaef42ec17548a6d00f3e3&o=",
            "photo_id": 68612587,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612587.jpg?k=46ac5b899536a2d2dfee4ef291f2e7aff301f158e5aaef42ec17548a6d00f3e3&o="
          },
          {
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/118792886.jpg?k=44b2107a2bf24f4e0cedaf741745bc19891337e8d656022cbed1734dfd857697&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/118792886.jpg?k=44b2107a2bf24f4e0cedaf741745bc19891337e8d656022cbed1734dfd857697&o=",
            "photo_id": 118792886,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/118792886.jpg?k=44b2107a2bf24f4e0cedaf741745bc19891337e8d656022cbed1734dfd857697&o=",
            "ratio": 1.49812734082397,
            "last_update_date": "2017-11-10 16:52:52",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/118792886.jpg?k=44b2107a2bf24f4e0cedaf741745bc19891337e8d656022cbed1734dfd857697&o=",
            "new_order": 3
          },
          {
            "photo_id": 68612580,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612580.jpg?k=819ae6891e7ff10f62df967bda6dcfea4ada025c20ab773eb5fad71ac94fb26e&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612580.jpg?k=819ae6891e7ff10f62df967bda6dcfea4ada025c20ab773eb5fad71ac94fb26e&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612580.jpg?k=819ae6891e7ff10f62df967bda6dcfea4ada025c20ab773eb5fad71ac94fb26e&o=",
            "ratio": 1.49880095923261,
            "new_order": 10,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612580.jpg?k=819ae6891e7ff10f62df967bda6dcfea4ada025c20ab773eb5fad71ac94fb26e&o=",
            "last_update_date": "2016-05-06 17:50:43"
          },
          {
            "ratio": 1.49812734082397,
            "last_update_date": "2017-11-10 16:55:06",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "new_order": 12,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "photo_id": 118793010,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o="
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "photo_id": 185824040,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "last_update_date": "2019-03-11 16:22:41",
            "new_order": 4,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "ratio": 1.5
          }
        ],
        "private_bathroom_highlight": {
          "has_highlight": 1,
          "text": "Private bathroom with shower"
        },
        "is_high_floor_guaranteed": 0,
        "highlights": [
          {
            "translated_name": "Free WiFi",
            "icon": "icon_wifi"
          },
          {
            "id": 11,
            "icon": "icon_airconditioning",
            "translated_name": "Air conditioning"
          },
          {
            "id": 38,
            "icon": "icon_bath",
            "translated_name": "Ensuite bathroom"
          },
          {
            "id": 75,
            "icon": "icon_flattv",
            "translated_name": "Flat-screen TV"
          },
          {
            "translated_name": "Soundproofing",
            "icon": "icon_soundproof",
            "id": 79
          },
          {
            "translated_name": "Minibar",
            "icon": "icon_checkmark",
            "id": 3
          }
        ],
        "description": "This twin/double room features a soundproofing, minibar and tile/marble floor.\n\nPlease specify bed preference when booking.",
        "children_and_beds_text": {
          "cribs_and_extra_beds": [
            {
              "highlight": 0,
              "text": "There is no capacity for extra beds or cots."
            }
          ],
          "allow_children": 1,
          "age_intervals": [],
          "children_at_the_property": [
            {
              "text": "Children of any age are welcome.",
              "highlight": 0
            },
            {
              "text": "Children aged 3 years and above are considered adults at this property.",
              "highlight": 0
            },
            {
              "highlight": 1,
              "text": "To see correct prices and occupancy information, please add the number of children in your group and their ages to your search."
            }
          ]
        },
        "photos_may_sorted": 1
      },
      "161245603": {
        "photos_may_sorted": 1,
        "is_high_floor_guaranteed": 0,
        "highlights": [
          {
            "translated_name": "Free WiFi",
            "icon": "icon_wifi"
          },
          {
            "icon": "icon_airconditioning",
            "id": 11,
            "translated_name": "Air conditioning"
          },
          {
            "translated_name": "Private bathroom",
            "icon": "icon_bath",
            "id": 38
          },
          {
            "icon": "icon_flattv",
            "id": 75,
            "translated_name": "Flat-screen TV"
          },
          {
            "icon": "icon_soundproof",
            "id": 79,
            "translated_name": "Soundproofing"
          },
          {
            "icon": "icon_checkmark",
            "id": 3,
            "translated_name": "Minibar"
          }
        ],
        "children_and_beds_text": {
          "children_at_the_property": [
            {
              "highlight": 0,
              "text": "Children of any age are welcome."
            },
            {
              "text": "Children aged 3 years and above are considered adults at this property.",
              "highlight": 0
            },
            {
              "text": "To see correct prices and occupancy information, please add the number of children in your group and their ages to your search.",
              "highlight": 1
            }
          ],
          "age_intervals": [
            {
              "max_age": 2,
              "min_age": 0,
              "crib": {
                "price_type_n": 2,
                "price_type": "fixed",
                "id": 27528756,
                "price": "€ 10",
                "price_mode": "per_night",
                "price_mode_n": 0
              },
              "types_by_price": [
                [
                  "crib"
                ]
              ],
              "group_by_price": {
                "fixed,per_night,10.00": [
                  "crib"
                ]
              }
            }
          ],
          "allow_children": 1,
          "cribs_and_extra_beds": [
            {
              "highlight": 0,
              "text": "Supplements are not calculated automatically in the total costs and will have to be paid for separately during your stay."
            },
            {
              "text": "The maximum number of cots, extra beds and children allowed in existing beds may vary depending on the option you book.",
              "highlight": 0
            },
            {
              "highlight": 0,
              "text": "All cots and extra beds are subject to availability."
            },
            {
              "highlight": 0,
              "text": "There is no capacity for extra beds."
            }
          ]
        },
        "description": "Offering free toiletries, this double room includes a private bathroom with a walk-in shower, a bidet and a hairdryer. The double room offers air conditioning, soundproof walls, Smartphone, a minibar, as well as a flat-screen TV with satellite channels. The unit offers 1 bed.",
        "bed_configurations": [
          {
            "bed_types": [
              {
                "description_imperial": "71-82 inches wide",
                "name_with_count": "1 extra-large double bed",
                "bed_type": 3,
                "name": "Extra-large double bed(s)",
                "description": "181-210 cm wide",
                "count": 1
              }
            ]
          }
        ],
        "private_bathroom_highlight": {
          "has_highlight": 1,
          "text": "Private bathroom with shower"
        },
        "photos": [
          {
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/168288240.jpg?k=ad8dd15c4167f046be2ef60ee2fb4437d0b4e8e3c904ee010c4881eb3151bf3c&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/168288240.jpg?k=ad8dd15c4167f046be2ef60ee2fb4437d0b4e8e3c904ee010c4881eb3151bf3c&o=",
            "photo_id": 168288240,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/168288240.jpg?k=ad8dd15c4167f046be2ef60ee2fb4437d0b4e8e3c904ee010c4881eb3151bf3c&o=",
            "last_update_date": "2018-11-07 18:54:36",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/168288240.jpg?k=ad8dd15c4167f046be2ef60ee2fb4437d0b4e8e3c904ee010c4881eb3151bf3c&o=",
            "new_order": 2,
            "ratio": 1.49882903981265
          },
          {
            "ratio": 1.49812734082397,
            "last_update_date": "2017-11-10 16:55:06",
            "new_order": 9,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "photo_id": 118793010,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o="
          },
          {
            "ratio": 1.5,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "new_order": 1,
            "last_update_date": "2019-03-11 16:22:41",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "photo_id": 185824040,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o="
          },
          {
            "ratio": 1.49882903981265,
            "last_update_date": "2018-11-07 18:54:24",
            "new_order": 3,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/168288217.jpg?k=3a55da0e9d5d089bbe626260639df6be24c3ef4352e9f51bd9d901e28bf0f070&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/168288217.jpg?k=3a55da0e9d5d089bbe626260639df6be24c3ef4352e9f51bd9d901e28bf0f070&o=",
            "photo_id": 168288217,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/168288217.jpg?k=3a55da0e9d5d089bbe626260639df6be24c3ef4352e9f51bd9d901e28bf0f070&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/168288217.jpg?k=3a55da0e9d5d089bbe626260639df6be24c3ef4352e9f51bd9d901e28bf0f070&o="
          },
          {
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/59633124.jpg?k=73595922bbe486813583f055f3f77a26efff918370d65c942df1c167d51ad790&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/59633124.jpg?k=73595922bbe486813583f055f3f77a26efff918370d65c942df1c167d51ad790&o=",
            "photo_id": 59633124,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/59633124.jpg?k=73595922bbe486813583f055f3f77a26efff918370d65c942df1c167d51ad790&o=",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/59633124.jpg?k=73595922bbe486813583f055f3f77a26efff918370d65c942df1c167d51ad790&o=",
            "new_order": 4,
            "last_update_date": "2015-12-14 13:26:51",
            "ratio": 1.499700059988
          },
          {
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612564.jpg?k=13148457c0285524b3803fbe6030bc2d1a01ca73721d82948d70a777262c97f4&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612564.jpg?k=13148457c0285524b3803fbe6030bc2d1a01ca73721d82948d70a777262c97f4&o=",
            "photo_id": 68612564,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612564.jpg?k=13148457c0285524b3803fbe6030bc2d1a01ca73721d82948d70a777262c97f4&o=",
            "new_order": 10,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612564.jpg?k=13148457c0285524b3803fbe6030bc2d1a01ca73721d82948d70a777262c97f4&o=",
            "last_update_date": "2016-05-06 17:50:35",
            "ratio": 1.499700059988
          },
          {
            "ratio": 1.499700059988,
            "new_order": 11,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612519.jpg?k=5d6b8fdb3ed058c9488fd74a39b5472185d506ddcd2d8fe3e1522d23b75e8d31&o=",
            "last_update_date": "2016-05-06 17:50:08",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612519.jpg?k=5d6b8fdb3ed058c9488fd74a39b5472185d506ddcd2d8fe3e1522d23b75e8d31&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612519.jpg?k=5d6b8fdb3ed058c9488fd74a39b5472185d506ddcd2d8fe3e1522d23b75e8d31&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612519.jpg?k=5d6b8fdb3ed058c9488fd74a39b5472185d506ddcd2d8fe3e1522d23b75e8d31&o=",
            "photo_id": 68612519
          },
          {
            "photo_id": 68612509,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612509.jpg?k=f0d3f940e05518b8b1b5c57f84d365858fa20751d52d87273b9a1caa89767929&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612509.jpg?k=f0d3f940e05518b8b1b5c57f84d365858fa20751d52d87273b9a1caa89767929&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612509.jpg?k=f0d3f940e05518b8b1b5c57f84d365858fa20751d52d87273b9a1caa89767929&o=",
            "ratio": 1.499700059988,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612509.jpg?k=f0d3f940e05518b8b1b5c57f84d365858fa20751d52d87273b9a1caa89767929&o=",
            "new_order": 5,
            "last_update_date": "2016-05-06 17:50:01"
          },
          {
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612517.jpg?k=78e8eebbd7ff3f9c873ee4368769069ad9ff941d68334bb368b0453f4cf710d5&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612517.jpg?k=78e8eebbd7ff3f9c873ee4368769069ad9ff941d68334bb368b0453f4cf710d5&o=",
            "photo_id": 68612517,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612517.jpg?k=78e8eebbd7ff3f9c873ee4368769069ad9ff941d68334bb368b0453f4cf710d5&o=",
            "ratio": 1.499700059988,
            "last_update_date": "2016-05-06 17:50:05",
            "new_order": 6,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612517.jpg?k=78e8eebbd7ff3f9c873ee4368769069ad9ff941d68334bb368b0453f4cf710d5&o="
          },
          {
            "last_update_date": "2016-05-06 17:49:58",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612497.jpg?k=f6ada7766a4ddac0691332bf0fd4e83bb0238a21588771e0242de83f7cf65108&o=",
            "new_order": 12,
            "ratio": 1.499700059988,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612497.jpg?k=f6ada7766a4ddac0691332bf0fd4e83bb0238a21588771e0242de83f7cf65108&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612497.jpg?k=f6ada7766a4ddac0691332bf0fd4e83bb0238a21588771e0242de83f7cf65108&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612497.jpg?k=f6ada7766a4ddac0691332bf0fd4e83bb0238a21588771e0242de83f7cf65108&o=",
            "photo_id": 68612497
          },
          {
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/168288248.jpg?k=0b5078fbc0c6a796ebb4f0dc25165da857bc3a1b19120e699f5dd36a9e0f170b&o=",
            "photo_id": 168288248,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/168288248.jpg?k=0b5078fbc0c6a796ebb4f0dc25165da857bc3a1b19120e699f5dd36a9e0f170b&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/168288248.jpg?k=0b5078fbc0c6a796ebb4f0dc25165da857bc3a1b19120e699f5dd36a9e0f170b&o=",
            "ratio": 1.49882903981265,
            "last_update_date": "2018-11-07 18:54:43",
            "new_order": 7,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/168288248.jpg?k=0b5078fbc0c6a796ebb4f0dc25165da857bc3a1b19120e699f5dd36a9e0f170b&o="
          },
          {
            "ratio": 1.499700059988,
            "last_update_date": "2016-05-06 17:50:19",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612539.jpg?k=408841119a4c7a7a14120f06293c2f267e8f6ebfd97a3acc90b0cbad753b0204&o=",
            "new_order": 0,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612539.jpg?k=408841119a4c7a7a14120f06293c2f267e8f6ebfd97a3acc90b0cbad753b0204&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612539.jpg?k=408841119a4c7a7a14120f06293c2f267e8f6ebfd97a3acc90b0cbad753b0204&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612539.jpg?k=408841119a4c7a7a14120f06293c2f267e8f6ebfd97a3acc90b0cbad753b0204&o=",
            "photo_id": 68612539
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612526.jpg?k=66176ed1f015ba3c5c6ec08f4dc42088cedfe0256324bd7204522b89c0222306&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612526.jpg?k=66176ed1f015ba3c5c6ec08f4dc42088cedfe0256324bd7204522b89c0222306&o=",
            "photo_id": 68612526,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612526.jpg?k=66176ed1f015ba3c5c6ec08f4dc42088cedfe0256324bd7204522b89c0222306&o=",
            "last_update_date": "2016-05-06 17:50:13",
            "new_order": 8,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612526.jpg?k=66176ed1f015ba3c5c6ec08f4dc42088cedfe0256324bd7204522b89c0222306&o=",
            "ratio": 1.499700059988
          }
        ],
        "facilities": [
          {
            "alt_facilitytype_name": "General",
            "name": "Safety deposit box",
            "id": 6,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 1,
            "facilitytype_id": 4
          },
          {
            "alt_facilitytype_name": "Accessibility",
            "name": "Upper floors accessible by elevator",
            "id": 132,
            "facilitytype_name": "Accessibility",
            "alt_facilitytype_id": 19,
            "facilitytype_id": 19
          },
          {
            "alt_facilitytype_name": "Media & Technology",
            "name": "Flat-screen TV",
            "alt_facilitytype_id": 6,
            "id": 75,
            "facilitytype_name": "Media & Technology",
            "facilitytype_id": 6
          },
          {
            "alt_facilitytype_name": "Services",
            "name": "Wake-up service",
            "id": 83,
            "facilitytype_name": "Services & Extras",
            "alt_facilitytype_id": 3,
            "facilitytype_id": 8
          },
          {
            "facilitytype_id": 37,
            "alt_facilitytype_id": 37,
            "id": 215,
            "facilitytype_name": "Safety features",
            "name": "Air purifiers",
            "alt_facilitytype_name": "Safety features"
          },
          {
            "name": "Towels",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 8,
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Services & Extras",
            "id": 124
          },
          {
            "facilitytype_name": "Accessibility",
            "id": 134,
            "alt_facilitytype_id": 19,
            "facilitytype_id": 19,
            "alt_facilitytype_name": "Accessibility",
            "name": "Entire unit wheelchair accessible"
          },
          {
            "alt_facilitytype_name": "Bathroom",
            "name": "Free toiletries",
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 27,
            "facilitytype_id": 5
          },
          {
            "facilitytype_id": 4,
            "id": 184,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 4,
            "name": "Socket near the bed",
            "alt_facilitytype_name": "Room Amenities"
          },
          {
            "facilitytype_name": "Food & Drink",
            "id": 1,
            "alt_facilitytype_id": 7,
            "facilitytype_id": 7,
            "alt_facilitytype_name": "Food & Drink",
            "name": "Tea/Coffee maker"
          },
          {
            "facilitytype_name": "Bathroom",
            "id": 12,
            "alt_facilitytype_id": 5,
            "facilitytype_id": 5,
            "alt_facilitytype_name": "Bathroom",
            "name": "Hairdryer"
          },
          {
            "alt_facilitytype_name": "Media & Technology",
            "name": "TV",
            "alt_facilitytype_id": 6,
            "id": 8,
            "facilitytype_name": "Media & Technology",
            "facilitytype_id": 6
          },
          {
            "facilitytype_id": 4,
            "id": 115,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 1,
            "name": "Hypoallergenic",
            "alt_facilitytype_name": "General"
          },
          {
            "alt_facilitytype_name": "Bedroom",
            "name": "Linen",
            "alt_facilitytype_id": 17,
            "facilitytype_name": "Services & Extras",
            "id": 125,
            "facilitytype_id": 8
          },
          {
            "alt_facilitytype_id": 7,
            "facilitytype_name": "Food & Drink",
            "id": 3,
            "facilitytype_id": 7,
            "alt_facilitytype_name": "Food & Drink",
            "name": "Minibar"
          },
          {
            "alt_facilitytype_id": 1,
            "id": 80,
            "facilitytype_name": "Room Amenities",
            "facilitytype_id": 4,
            "alt_facilitytype_name": "General",
            "name": "Tile/marble floor"
          },
          {
            "facilitytype_name": "Bathroom",
            "id": 31,
            "alt_facilitytype_id": 5,
            "facilitytype_id": 5,
            "alt_facilitytype_name": "Bathroom",
            "name": "Toilet"
          },
          {
            "name": "Electric kettle",
            "alt_facilitytype_name": "Kitchen",
            "facilitytype_id": 7,
            "alt_facilitytype_id": 12,
            "id": 86,
            "facilitytype_name": "Food & Drink"
          },
          {
            "name": "Single-room air conditioning for guest accommodation",
            "alt_facilitytype_name": "Physical distancing",
            "facilitytype_id": 39,
            "id": 230,
            "facilitytype_name": "Physical distancing",
            "alt_facilitytype_id": 39
          },
          {
            "alt_facilitytype_id": 1,
            "id": 40,
            "facilitytype_name": "Room Amenities",
            "facilitytype_id": 4,
            "alt_facilitytype_name": "General",
            "name": "Heating"
          },
          {
            "alt_facilitytype_name": "Media & Technology",
            "name": "Telephone",
            "alt_facilitytype_id": 6,
            "facilitytype_name": "Media & Technology",
            "id": 9,
            "facilitytype_id": 6
          },
          {
            "name": "Shower",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 4
          },
          {
            "name": "Bidet",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "alt_facilitytype_id": 5,
            "id": 100,
            "facilitytype_name": "Bathroom"
          },
          {
            "name": "Wardrobe or closet",
            "alt_facilitytype_name": "Bedroom",
            "facilitytype_id": 4,
            "alt_facilitytype_id": 17,
            "id": 95,
            "facilitytype_name": "Room Amenities"
          },
          {
            "name": "Toilet paper",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "alt_facilitytype_id": 5,
            "id": 141,
            "facilitytype_name": "Bathroom"
          },
          {
            "name": "Soundproofing",
            "alt_facilitytype_name": "General",
            "facilitytype_id": 4,
            "alt_facilitytype_id": 1,
            "facilitytype_name": "Room Amenities",
            "id": 79
          },
          {
            "name": "Satellite channels",
            "alt_facilitytype_name": "Media & Technology",
            "facilitytype_id": 6,
            "alt_facilitytype_id": 6,
            "facilitytype_name": "Media & Technology",
            "id": 44
          },
          {
            "name": "Air conditioning",
            "alt_facilitytype_name": "General",
            "facilitytype_id": 4,
            "alt_facilitytype_id": 1,
            "facilitytype_name": "Room Amenities",
            "id": 11
          },
          {
            "name": "Hand sanitiser",
            "alt_facilitytype_name": "Cleanliness & disinfecting",
            "facilitytype_id": 40,
            "alt_facilitytype_id": 40,
            "facilitytype_name": "Cleanliness & disinfecting",
            "id": 231
          },
          {
            "facilitytype_id": 5,
            "id": 38,
            "facilitytype_name": "Bathroom",
            "alt_facilitytype_id": 5,
            "name": "Private bathroom",
            "alt_facilitytype_name": "Bathroom"
          }
        ],
        "private_bathroom_count": 1
      },
      "161245605": {
        "private_bathroom_count": 2,
        "facilities": [
          {
            "name": "Safety deposit box",
            "alt_facilitytype_name": "General",
            "facilitytype_id": 4,
            "alt_facilitytype_id": 1,
            "facilitytype_name": "Room Amenities",
            "id": 6
          },
          {
            "alt_facilitytype_name": "Accessibility",
            "name": "Upper floors accessible by elevator",
            "alt_facilitytype_id": 19,
            "id": 132,
            "facilitytype_name": "Accessibility",
            "facilitytype_id": 19
          },
          {
            "alt_facilitytype_name": "Media & Technology",
            "name": "Flat-screen TV",
            "id": 75,
            "facilitytype_name": "Media & Technology",
            "alt_facilitytype_id": 6,
            "facilitytype_id": 6
          },
          {
            "name": "Wake-up service",
            "alt_facilitytype_name": "Services",
            "facilitytype_id": 8,
            "id": 83,
            "facilitytype_name": "Services & Extras",
            "alt_facilitytype_id": 3
          },
          {
            "alt_facilitytype_name": "Safety features",
            "name": "Air purifiers",
            "facilitytype_name": "Safety features",
            "id": 215,
            "alt_facilitytype_id": 37,
            "facilitytype_id": 37
          },
          {
            "facilitytype_name": "Services & Extras",
            "id": 124,
            "alt_facilitytype_id": 5,
            "facilitytype_id": 8,
            "alt_facilitytype_name": "Bathroom",
            "name": "Towels"
          },
          {
            "alt_facilitytype_name": "Bathroom",
            "name": "Free toiletries",
            "facilitytype_name": "Bathroom",
            "id": 27,
            "alt_facilitytype_id": 5,
            "facilitytype_id": 5
          },
          {
            "name": "Socket near the bed",
            "alt_facilitytype_name": "Room Amenities",
            "facilitytype_id": 4,
            "facilitytype_name": "Room Amenities",
            "id": 184,
            "alt_facilitytype_id": 4
          },
          {
            "alt_facilitytype_name": "Food & Drink",
            "name": "Tea/Coffee maker",
            "alt_facilitytype_id": 7,
            "facilitytype_name": "Food & Drink",
            "id": 1,
            "facilitytype_id": 7
          },
          {
            "facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 12,
            "alt_facilitytype_id": 5,
            "name": "Hairdryer",
            "alt_facilitytype_name": "Bathroom"
          },
          {
            "alt_facilitytype_id": 6,
            "id": 8,
            "facilitytype_name": "Media & Technology",
            "facilitytype_id": 6,
            "alt_facilitytype_name": "Media & Technology",
            "name": "TV"
          },
          {
            "name": "Hypoallergenic",
            "alt_facilitytype_name": "General",
            "facilitytype_id": 4,
            "alt_facilitytype_id": 1,
            "id": 115,
            "facilitytype_name": "Room Amenities"
          },
          {
            "alt_facilitytype_name": "Bedroom",
            "name": "Linen",
            "alt_facilitytype_id": 17,
            "id": 125,
            "facilitytype_name": "Services & Extras",
            "facilitytype_id": 8
          },
          {
            "facilitytype_name": "Food & Drink",
            "id": 3,
            "alt_facilitytype_id": 7,
            "facilitytype_id": 7,
            "alt_facilitytype_name": "Food & Drink",
            "name": "Minibar"
          },
          {
            "alt_facilitytype_name": "General",
            "name": "Tile/marble floor",
            "id": 80,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 1,
            "facilitytype_id": 4
          },
          {
            "facilitytype_id": 5,
            "alt_facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 31,
            "name": "Toilet",
            "alt_facilitytype_name": "Bathroom"
          },
          {
            "name": "Electric kettle",
            "alt_facilitytype_name": "Kitchen",
            "facilitytype_id": 7,
            "facilitytype_name": "Food & Drink",
            "id": 86,
            "alt_facilitytype_id": 12
          },
          {
            "alt_facilitytype_id": 39,
            "id": 230,
            "facilitytype_name": "Physical distancing",
            "facilitytype_id": 39,
            "alt_facilitytype_name": "Physical distancing",
            "name": "Single-room air conditioning for guest accommodation"
          },
          {
            "facilitytype_name": "Room Amenities",
            "id": 40,
            "alt_facilitytype_id": 1,
            "facilitytype_id": 4,
            "alt_facilitytype_name": "General",
            "name": "Heating"
          },
          {
            "facilitytype_name": "Media & Technology",
            "id": 9,
            "alt_facilitytype_id": 6,
            "facilitytype_id": 6,
            "alt_facilitytype_name": "Media & Technology",
            "name": "Telephone"
          },
          {
            "name": "Shower",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 4,
            "alt_facilitytype_id": 5
          },
          {
            "name": "Bidet",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "alt_facilitytype_id": 5,
            "id": 100,
            "facilitytype_name": "Bathroom"
          },
          {
            "alt_facilitytype_name": "Bedroom",
            "name": "Wardrobe or closet",
            "id": 95,
            "facilitytype_name": "Room Amenities",
            "alt_facilitytype_id": 17,
            "facilitytype_id": 4
          },
          {
            "facilitytype_id": 5,
            "alt_facilitytype_id": 5,
            "id": 141,
            "facilitytype_name": "Bathroom",
            "name": "Toilet paper",
            "alt_facilitytype_name": "Bathroom"
          },
          {
            "alt_facilitytype_id": 1,
            "facilitytype_name": "Room Amenities",
            "id": 79,
            "facilitytype_id": 4,
            "alt_facilitytype_name": "General",
            "name": "Soundproofing"
          },
          {
            "name": "Satellite channels",
            "alt_facilitytype_name": "Media & Technology",
            "facilitytype_id": 6,
            "alt_facilitytype_id": 6,
            "id": 44,
            "facilitytype_name": "Media & Technology"
          },
          {
            "alt_facilitytype_name": "General",
            "name": "Air conditioning",
            "alt_facilitytype_id": 1,
            "id": 11,
            "facilitytype_name": "Room Amenities",
            "facilitytype_id": 4
          },
          {
            "alt_facilitytype_name": "Cleanliness & disinfecting",
            "name": "Hand sanitiser",
            "facilitytype_name": "Cleanliness & disinfecting",
            "id": 231,
            "alt_facilitytype_id": 40,
            "facilitytype_id": 40
          },
          {
            "name": "Private bathroom",
            "alt_facilitytype_name": "Bathroom",
            "facilitytype_id": 5,
            "facilitytype_name": "Bathroom",
            "id": 38,
            "alt_facilitytype_id": 5
          }
        ],
        "photos": [
          {
            "ratio": 1.49882903981265,
            "last_update_date": "2020-01-30 13:47:01",
            "new_order": 0,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/241317409.jpg?k=25adc4fc686ff1dad996bbc873655ad8e5aeced76e7ac04593acd1b61b11c786&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/241317409.jpg?k=25adc4fc686ff1dad996bbc873655ad8e5aeced76e7ac04593acd1b61b11c786&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/241317409.jpg?k=25adc4fc686ff1dad996bbc873655ad8e5aeced76e7ac04593acd1b61b11c786&o=",
            "photo_id": 241317409,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/241317409.jpg?k=25adc4fc686ff1dad996bbc873655ad8e5aeced76e7ac04593acd1b61b11c786&o="
          },
          {
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/241315505.jpg?k=d601f55238a320041a03727ffebe52bc5982f41c925a519cb2af7d13e1e55756&o=",
            "new_order": 6,
            "last_update_date": "2020-01-30 13:37:13",
            "ratio": 1.49882903981265,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/241315505.jpg?k=d601f55238a320041a03727ffebe52bc5982f41c925a519cb2af7d13e1e55756&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/241315505.jpg?k=d601f55238a320041a03727ffebe52bc5982f41c925a519cb2af7d13e1e55756&o=",
            "photo_id": 241315505,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/241315505.jpg?k=d601f55238a320041a03727ffebe52bc5982f41c925a519cb2af7d13e1e55756&o="
          },
          {
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/241315503.jpg?k=1b96061c11af76d7a23a4aa7abde4922433702eb5734ec6a010b215a01cef54d&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/241315503.jpg?k=1b96061c11af76d7a23a4aa7abde4922433702eb5734ec6a010b215a01cef54d&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/241315503.jpg?k=1b96061c11af76d7a23a4aa7abde4922433702eb5734ec6a010b215a01cef54d&o=",
            "photo_id": 241315503,
            "ratio": 1.49882903981265,
            "last_update_date": "2020-01-30 13:37:10",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/241315503.jpg?k=1b96061c11af76d7a23a4aa7abde4922433702eb5734ec6a010b215a01cef54d&o=",
            "new_order": 7
          },
          {
            "photo_id": 241315498,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/241315498.jpg?k=6457bbad2b8e75941102ffbf3928977061571bea11833cacd8f0546080b53bea&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/241315498.jpg?k=6457bbad2b8e75941102ffbf3928977061571bea11833cacd8f0546080b53bea&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/241315498.jpg?k=6457bbad2b8e75941102ffbf3928977061571bea11833cacd8f0546080b53bea&o=",
            "last_update_date": "2020-01-30 13:37:05",
            "new_order": 4,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/241315498.jpg?k=6457bbad2b8e75941102ffbf3928977061571bea11833cacd8f0546080b53bea&o=",
            "ratio": 1.49882903981265
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/238774897.jpg?k=705ba9dd0d10cdb875b94ee307f9347c28575803e16b9bdf607ace75851dd580&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/238774897.jpg?k=705ba9dd0d10cdb875b94ee307f9347c28575803e16b9bdf607ace75851dd580&o=",
            "photo_id": 238774897,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/238774897.jpg?k=705ba9dd0d10cdb875b94ee307f9347c28575803e16b9bdf607ace75851dd580&o=",
            "last_update_date": "2020-01-15 16:58:08",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/238774897.jpg?k=705ba9dd0d10cdb875b94ee307f9347c28575803e16b9bdf607ace75851dd580&o=",
            "new_order": 1,
            "ratio": 1.4985014985015
          },
          {
            "ratio": 1.4985014985015,
            "last_update_date": "2020-01-15 16:56:42",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/238774565.jpg?k=be3b37be768c091205910bb67ca6f745a51e1ed8148be03b5afcb8aee5cd80bf&o=",
            "new_order": 2,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/238774565.jpg?k=be3b37be768c091205910bb67ca6f745a51e1ed8148be03b5afcb8aee5cd80bf&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/238774565.jpg?k=be3b37be768c091205910bb67ca6f745a51e1ed8148be03b5afcb8aee5cd80bf&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/238774565.jpg?k=be3b37be768c091205910bb67ca6f745a51e1ed8148be03b5afcb8aee5cd80bf&o=",
            "photo_id": 238774565
          },
          {
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/238773494.jpg?k=af10739611f4d96efa69ee55fa4da7a5f7a30ce2d5d18e043b312e87cd1e3da6&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/238773494.jpg?k=af10739611f4d96efa69ee55fa4da7a5f7a30ce2d5d18e043b312e87cd1e3da6&o=",
            "photo_id": 238773494,
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/238773494.jpg?k=af10739611f4d96efa69ee55fa4da7a5f7a30ce2d5d18e043b312e87cd1e3da6&o=",
            "ratio": 1.4985014985015,
            "last_update_date": "2020-01-15 16:50:19",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/238773494.jpg?k=af10739611f4d96efa69ee55fa4da7a5f7a30ce2d5d18e043b312e87cd1e3da6&o=",
            "new_order": 3
          },
          {
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612515.jpg?k=18309b05222bd1b032cfc85e96a4d11f012b559d2198475ca6b8b6f86b96d1c2&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612515.jpg?k=18309b05222bd1b032cfc85e96a4d11f012b559d2198475ca6b8b6f86b96d1c2&o=",
            "photo_id": 68612515,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612515.jpg?k=18309b05222bd1b032cfc85e96a4d11f012b559d2198475ca6b8b6f86b96d1c2&o=",
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612515.jpg?k=18309b05222bd1b032cfc85e96a4d11f012b559d2198475ca6b8b6f86b96d1c2&o=",
            "new_order": 8,
            "last_update_date": "2016-05-06 17:50:04",
            "ratio": 1.50023441162682
          },
          {
            "photo_id": 68612514,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612514.jpg?k=b919cd37b7f14e1ddea14dc4841aaa5cbbf0d65583f559d67da631893b24d307&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612514.jpg?k=b919cd37b7f14e1ddea14dc4841aaa5cbbf0d65583f559d67da631893b24d307&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612514.jpg?k=b919cd37b7f14e1ddea14dc4841aaa5cbbf0d65583f559d67da631893b24d307&o=",
            "ratio": 1.50023441162682,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612514.jpg?k=b919cd37b7f14e1ddea14dc4841aaa5cbbf0d65583f559d67da631893b24d307&o=",
            "new_order": 9,
            "last_update_date": "2016-05-06 17:50:04"
          },
          {
            "ratio": 1.499700059988,
            "new_order": 10,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612507.jpg?k=e5de387408d62ba9a7df98cf11a41685d86701eb5051e8a73c27299c4f85164c&o=",
            "last_update_date": "2016-05-06 17:50:00",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612507.jpg?k=e5de387408d62ba9a7df98cf11a41685d86701eb5051e8a73c27299c4f85164c&o=",
            "photo_id": 68612507,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612507.jpg?k=e5de387408d62ba9a7df98cf11a41685d86701eb5051e8a73c27299c4f85164c&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612507.jpg?k=e5de387408d62ba9a7df98cf11a41685d86701eb5051e8a73c27299c4f85164c&o="
          },
          {
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612503.jpg?k=94dcded3b7e81d268d687d13152451170044f7cb0ec32dab116ee455d3708d9e&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612503.jpg?k=94dcded3b7e81d268d687d13152451170044f7cb0ec32dab116ee455d3708d9e&o=",
            "photo_id": 68612503,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612503.jpg?k=94dcded3b7e81d268d687d13152451170044f7cb0ec32dab116ee455d3708d9e&o=",
            "new_order": 11,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612503.jpg?k=94dcded3b7e81d268d687d13152451170044f7cb0ec32dab116ee455d3708d9e&o=",
            "last_update_date": "2016-05-06 17:49:59",
            "ratio": 1.499700059988
          },
          {
            "ratio": 1.499700059988,
            "new_order": 12,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/68612526.jpg?k=66176ed1f015ba3c5c6ec08f4dc42088cedfe0256324bd7204522b89c0222306&o=",
            "last_update_date": "2016-05-06 17:50:13",
            "photo_id": 68612526,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/68612526.jpg?k=66176ed1f015ba3c5c6ec08f4dc42088cedfe0256324bd7204522b89c0222306&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/68612526.jpg?k=66176ed1f015ba3c5c6ec08f4dc42088cedfe0256324bd7204522b89c0222306&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/68612526.jpg?k=66176ed1f015ba3c5c6ec08f4dc42088cedfe0256324bd7204522b89c0222306&o="
          },
          {
            "photo_id": 185824040,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o=",
            "ratio": 1.5,
            "last_update_date": "2019-03-11 16:22:41",
            "new_order": 5,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/185824040.jpg?k=2efb6fc2980409c64aa3efde5acc6e6c588fbab264ecee0fe2a287d6c0962d25&o="
          },
          {
            "new_order": 15,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "last_update_date": "2017-11-10 16:55:06",
            "ratio": 1.49812734082397,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "photo_id": 118793010,
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/118793010.jpg?k=16b5b2b1870b0844af21f1d4559036f32c973208a093bb0e754233281a8020cf&o="
          },
          {
            "last_update_date": "2020-01-15 17:00:08",
            "new_order": 13,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/238775370.jpg?k=d01f3757cc476f7b0e65299c2e9fb09fdbd909a7f8f53978d793e4ff3cdb06a3&o=",
            "ratio": 1.4985014985015,
            "photo_id": 238775370,
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/238775370.jpg?k=d01f3757cc476f7b0e65299c2e9fb09fdbd909a7f8f53978d793e4ff3cdb06a3&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/238775370.jpg?k=d01f3757cc476f7b0e65299c2e9fb09fdbd909a7f8f53978d793e4ff3cdb06a3&o=",
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/238775370.jpg?k=d01f3757cc476f7b0e65299c2e9fb09fdbd909a7f8f53978d793e4ff3cdb06a3&o="
          },
          {
            "url_original": "https://cf.bstatic.com/xdata/images/hotel/max500/238775298.jpg?k=d9fd2048901deba7777ae23c6ae21aa21cf81fe708d9c34eb4e567ac35886187&o=",
            "url_max300": "https://cf.bstatic.com/xdata/images/hotel/max300/238775298.jpg?k=d9fd2048901deba7777ae23c6ae21aa21cf81fe708d9c34eb4e567ac35886187&o=",
            "url_square60": "https://cf.bstatic.com/xdata/images/hotel/square60/238775298.jpg?k=d9fd2048901deba7777ae23c6ae21aa21cf81fe708d9c34eb4e567ac35886187&o=",
            "photo_id": 238775298,
            "ratio": 1.4985014985015,
            "new_order": 14,
            "url_640x200": "https://cf.bstatic.com/xdata/images/hotel/640x200/238775298.jpg?k=d9fd2048901deba7777ae23c6ae21aa21cf81fe708d9c34eb4e567ac35886187&o=",
            "last_update_date": "2020-01-15 16:59:50"
          }
        ],
        "private_bathroom_highlight": {
          "has_highlight": 1,
          "text": "Private bathroom with shower"
        },
        "bed_configurations": [
          {
            "bed_types": [
              {
                "name": "Extra-large double bed(s) (Super-king size)",
                "description": "181-210 cm wide",
                "count": 1,
                "description_imperial": "71-82 inches wide",
                "name_with_count": "1 extra-large double bed",
                "bed_type": 3
              }
            ]
          }
        ],
        "description": "The air-conditioned suite features 1 bedroom and 1 bathroom with a shower and a bidet. The suite provides soundproof walls, Smartphone, a minibar, a tea and coffee maker, as well as a flat-screen TV with satellite channels. The unit offers 1 bed.",
        "children_and_beds_text": {
          "age_intervals": [
            {
              "types_by_price": [
                [
                  "crib"
                ]
              ],
              "group_by_price": {
                "fixed,per_night,10.00": [
                  "crib"
                ]
              },
              "crib": {
                "price_type_n": 2,
                "price_type": "fixed",
                "price_mode": "per_night",
                "price": "€ 10",
                "price_mode_n": 0,
                "id": 27528756
              },
              "max_age": 2,
              "min_age": 0
            }
          ],
          "cribs_and_extra_beds": [
            {
              "highlight": 0,
              "text": "Supplements are not calculated automatically in the total costs and will have to be paid for separately during your stay."
            },
            {
              "highlight": 0,
              "text": "The maximum number of cots, extra beds and children allowed in existing beds may vary depending on the option you book."
            },
            {
              "highlight": 0,
              "text": "All cots and extra beds are subject to availability."
            },
            {
              "highlight": 0,
              "text": "There is no capacity for extra beds."
            }
          ],
          "allow_children": 1,
          "children_at_the_property": [
            {
              "highlight": 0,
              "text": "Children of any age are welcome."
            },
            {
              "text": "Children aged 3 years and above are considered adults at this property.",
              "highlight": 0
            },
            {
              "highlight": 1,
              "text": "To see correct prices and occupancy information, please add the number of children in your group and their ages to your search."
            }
          ]
        },
        "is_high_floor_guaranteed": 0,
        "highlights": [
          {
            "translated_name": "Free WiFi",
            "icon": "icon_wifi"
          },
          {
            "translated_name": "Air conditioning",
            "id": 11,
            "icon": "icon_airconditioning"
          },
          {
            "id": 38,
            "icon": "icon_bath",
            "translated_name": "Ensuite bathroom"
          },
          {
            "icon": "icon_flattv",
            "id": 75,
            "translated_name": "Flat-screen TV"
          },
          {
            "translated_name": "Soundproofing",
            "icon": "icon_soundproof",
            "id": 79
          },
          {
            "translated_name": "Minibar",
            "icon": "icon_checkmark",
            "id": 3
          }
        ],
        "photos_may_sorted": 1
      }
    },
    "tax_exceptions": [],
    "b_legal_use_neutral_color_for_persuasion_legal": 0,
    "is_exclusive": 0,
    "hotel_id": 1612456,
    "departure_date": "2023-12-26",
    "direct_payment": {
      "is_hpp_only": 0
    },
    "use_new_bui_icon_highlight": 0,
    "soldout_rooms": [],
    "is_cpv2_property": 1,
    "top_ufi_benefits": [
      {
        "icon": "parking_sign",
        "translated_name": "Parking"
      },
      {
        "translated_name": "Spa and wellness centre",
        "icon": "spa"
      },
      {
        "translated_name": "Pets allowed",
        "icon": "pawprint"
      },
      {
        "translated_name": "WiFi",
        "icon": "wifi"
      },
      {
        "translated_name": "Family rooms",
        "icon": "family"
      },
      {
        "icon": "nosmoking",
        "translated_name": "Non-smoking rooms"
      }
    ],
    "duplicate_rates_removed": 0,
    "max_rooms_in_reservation": 10,
    "total_blocks": 12
  }
]

Autocomplete properties and locations

This endpoint provides autocomplete functionality for Properties and Locations input based on the provided parameters.

Header Parameters

X-API-KEYstring

Body Parameters

textstring Required

The text to be auto-completed, could be Property name, Name of cities, districts, places

Min length
3
languagecodestring

The language code

Default value
en
Enum values:
enen-usarbgcacsdadeeles
... 33 other enums

Responses

200
Object
Successful response

Response Attributes

cc1string
image_urlstring
dest_typestring
city_ufinumber
namestring
nr_hotelsnumber
countrystring
timezonestring
labelstring
city_namestring
dest_idstring
typestring
lcstring
b_max_los_dataobject

Show child attributes

rtlnumber
latitudenumber
regionstring
longitudenumber
hotelsnumber
422
Object
Validation Error

Response Attributes

detailarray

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/on-demand/auto-complete

Select
1 2 3 4 5 curl --location 'https://brainy-api-portal-3cuixb5lia-ew.a.run.app/on-demand/auto-complete' \ --data '{ "text": "Relais Empire Verona", "languagecode": "en-us" }'

Response

[
  {
    "cc1": "it",
    "image_url": "https://cf.bstatic.com/xdata/images/hotel/150x150/68612613.jpg?k=21ca8451637d333918c137bf8914538705f7e411236b92ae747a264604ea5918&o=",
    "dest_type": "hotel",
    "city_ufi": -132092,
    "name": "Relais Empire",
    "nr_hotels": 1,
    "country": "Italy",
    "timezone": "Europe/Rome",
    "label": "Relais Empire, Verona, Veneto, Italy",
    "city_name": "Verona",
    "dest_id": "1612456",
    "type": "ho",
    "lc": "en",
    "b_max_los_data": {
      "max_allowed_los": 90,
      "extended_los": 90,
      "is_fullon": 0,
      "default_los": 30,
      "experiment": "long_stays_android_extend_los_3",
      "has_extended_los": 1
    },
    "rtl": 0,
    "latitude": 45.43504,
    "region": "Veneto",
    "longitude": 10.989757,
    "hotels": 1
  }
]

Fetch properties list

This endpoint fetches a list of properties-prices based on the provided parameters.

Header Parameters

X-API-KEYstring

Body Parameters

offsetstring Required

The number of items to ignore as offset for paging (fixed 30 items returned per page)

arrival_datestring Required

The arrival date in the format 'YYYY-MM-DD'

departure_datestring Required

The departure date in the format 'YYYY-MM-DD'

guest_qtystring Required

The quantity of adults guests

dest_idsstring Required

The destination ID,can be a city, an hotel or a location

room_qtystring Required

The quantity of rooms

search_typestring Required

Value of dest_type returned by ../on-demand/auto-complete API

children_qtystring

The quantity of children

Default value
1
children_agestring

The age of children comma separated

Default value
5,7
search_idstring

Pass 'none' or value returned right in this API. You need to pass this parameter to get 'offset' working

Default value
none
price_filter_currencycodestring

The currency code for price filter

Default value
EUR
order_bystring

The order by parameter

Default value
popularity
Enum values:
popularitydistanceclass_descendingclass_ascendingdealsreview_scoreprice
languagecodestring

The language code

Default value
en
Enum values:
enen-usarbgcacsdadeeles
... 33 other enums
travel_purposestring

The purpose of travel

Default value
leisure
Enum values:
leisurebusiness
categories_filterstring

The id returned by …/on-demand/filters-list API, separated by comma for multiple options. Ex : price::9-40,free_cancellation::1,class::1,class::0,class::2r

Responses

200
Object
Successful response

Response Attributes

page_loading_thresholdnumber
unfiltered_countnumber
search_metadatastring
b_max_los_dataobject

Show child attributes

has_low_availabilitystring
unfiltered_primary_countnumber
sortingobject

Show child attributes

ranking_versionnumber
applied_filtersarray
base_filtersarray

Show child attributes

is_beach_ufinumber
map_bounding_boxobject

Show child attributes

extended_countnumber
countnumber
resultarray

Show child attributes

total_count_with_filtersnumber
sortarray

Show child attributes

primary_countnumber
copyrightarray

Show child attributes

room_distributionarray

Show child attributes

recommended_filtersarray

Show child attributes

search_idstring
search_radiusnumber
422
Object
Validation Error

Response Attributes

detailarray

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/on-demand/properties-list

Select
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 curl --location 'https://brainy-api-portal-3cuixb5lia-ew.a.run.app/on-demand/properties-list' \ --data '{ "offset": "10", "arrival_date": "2024-01-01", "departure_date": "2024-01-02", "guest_qty": "2", "dest_ids": "1612456", "room_qty": "1", "search_type": "hotel", "children_qty": "1", "children_age": "8", "search_id": "none", "price_filter_currencycode": "EUR", "order_by": "price", "languagecode": "en-us", "travel_purpose": "business", "categories_filter": "price::9-40" }'

Response

{
  "page_loading_threshold": 10,
  "unfiltered_count": 1551,
  "search_metadata": "last_x_property_ids=1295467,hotels_cc1=it",
  "b_max_los_data": {
    "max_allowed_los": 90,
    "has_extended_los": 1,
    "experiment": "long_stays_android_extend_los_3",
    "extended_los": 90,
    "default_los": 30,
    "is_fullon": 0
  },
  "has_low_availability": "",
  "unfiltered_primary_count": 1551,
  "sorting": {
    "options": [
      {
        "identifier": "distance",
        "loading_message": "",
        "name": "Distance from place of interest"
      },
      {
        "loading_message": "",
        "name": "Popularity",
        "identifier": "popularity"
      },
      {
        "loading_message": "",
        "name": "Stars (5 to 0)",
        "identifier": "class_descending"
      },
      {
        "identifier": "class_ascending",
        "name": "Stars (0 to 5)",
        "loading_message": ""
      },
      {
        "loading_message": "",
        "name": "Guest review score",
        "identifier": "review_score"
      },
      {
        "name": "Price (low to high)",
        "loading_message": "",
        "identifier": "price"
      }
    ],
    "selected_identifier": "popularity"
  },
  "ranking_version": 5,
  "applied_filters": [],
  "base_filters": [
    {
      "type": "multiple_union",
      "iconfont": "pricetag",
      "is_group": 0,
      "irene_resp_id": "pri",
      "subtitle": "",
      "any_text": "No price range selected",
      "title": "Your budget (for 1 night)",
      "categories": [
        {
          "from": 50,
          "name": "€ 50 - € 100 ",
          "style_for_count": 0,
          "display_format": "%LOWER% - %UPPER%",
          "selected": 0,
          "to": 100,
          "count": 11,
          "id": "price_category::100"
        },
        {
          "id": "price_category::150",
          "count": 36,
          "to": 150,
          "selected": 0,
          "style_for_count": 0,
          "display_format": "%LOWER% - %UPPER%",
          "name": "€ 100 - € 150 ",
          "from": 100
        },
        {
          "id": "price_category::200",
          "count": 69,
          "to": 200,
          "selected": 0,
          "display_format": "%LOWER% - %UPPER%",
          "style_for_count": 0,
          "name": "€ 150 - € 200 ",
          "from": 150
        },
        {
          "from": 200,
          "name": "€ 200 + ",
          "selected": 0,
          "style_for_count": 0,
          "display_format": "%LOWER% + ",
          "count": 189,
          "id": "price_category::250",
          "to": 0
        },
        {
          "popular": 1,
          "selected": 0,
          "style_for_count": 0,
          "count": 169,
          "id": "facility::2",
          "popular_rank": 1,
          "name": "Parking"
        },
        {
          "count": 56,
          "id": "mealplan::breakfast_included",
          "popular_rank": 2,
          "name": "Breakfast included",
          "popular": 1,
          "selected": 0,
          "style_for_count": 0
        },
        {
          "popular": 1,
          "name": "Hotels",
          "experiment_tracking_data": {
            "track_on_view": [
              {
                "type": 0,
                "value": 1,
                "experiment_tag": "srx_apps_include_resorts_with_hotels"
              }
            ],
            "track_on_select": [
              {
                "value": 1,
                "type": 1,
                "experiment_tag": "srx_apps_include_resorts_with_hotels"
              }
            ],
            "track_on_deselect": [
              {
                "experiment_tag": "srx_apps_include_resorts_with_hotels",
                "value": 2,
                "type": 1
              }
            ]
          },
          "popular_rank": 4,
          "style_for_count": 0,
          "selected": 0,
          "count": 39,
          "id": "property_type::204"
        },
        {
          "id": "district::1303",
          "count": 104,
          "popular_rank": 5,
          "name": "Verona Historical Centre",
          "popular": 1,
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "popular": 1,
          "selected": 0,
          "name": "Apartments",
          "id": "property_type::201",
          "count": 131,
          "popular_rank": 6
        },
        {
          "name": "Pets allowed",
          "popular_rank": 8,
          "id": "facility::4",
          "count": 104,
          "style_for_count": 0,
          "selected": 0,
          "popular": 1
        },
        {
          "popular": 1,
          "selected": 0,
          "style_for_count": 0,
          "id": "reviewscorebuckets::80",
          "count": 180,
          "popular_rank": 9,
          "name": "Very good: 8+"
        },
        {
          "popular_rank": 10,
          "count": 21,
          "id": "property_type::208",
          "name": "Bed and breakfasts",
          "selected": 0,
          "popular": 1,
          "style_for_count": 0
        },
        {
          "popular_rank": 12,
          "count": 218,
          "id": "free_cancellation::1",
          "name": "Free cancellation",
          "selected": 0,
          "popular": 1,
          "style_for_count": 0
        },
        {
          "name": "Unrated",
          "id": "class::0",
          "count": 24,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "2 stars",
          "count": 2,
          "id": "class::2"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "3 stars",
          "count": 135,
          "id": "class::3"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "4 stars",
          "count": 69,
          "id": "class::4"
        },
        {
          "count": 4,
          "id": "class::5",
          "name": "5 stars",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "name": "Apartments",
          "popular_rank": 6,
          "id": "property_type::201",
          "count": 131,
          "style_for_count": 0,
          "selected": 0,
          "popular": 1
        },
        {
          "count": 40,
          "id": "property_type::216",
          "name": "Guest houses",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "name": "Hotels",
          "popular_rank": 4,
          "experiment_tracking_data": {
            "track_on_view": [
              {
                "value": 1,
                "type": 0,
                "experiment_tag": "srx_apps_include_resorts_with_hotels"
              }
            ],
            "track_on_select": [
              {
                "experiment_tag": "srx_apps_include_resorts_with_hotels",
                "type": 1,
                "value": 1
              }
            ],
            "track_on_deselect": [
              {
                "value": 2,
                "type": 1,
                "experiment_tag": "srx_apps_include_resorts_with_hotels"
              }
            ]
          },
          "popular": 1,
          "id": "property_type::204",
          "count": 39,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Family friendly properties",
          "id": "family_friendly_property::1",
          "count": 38
        },
        {
          "style_for_count": 0,
          "popular": 1,
          "selected": 0,
          "name": "Bed and breakfasts",
          "count": 21,
          "id": "property_type::208",
          "popular_rank": 10
        },
        {
          "name": "Farm stays",
          "count": 3,
          "id": "property_type::210",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "name": "Holiday homes",
          "count": 2,
          "id": "property_type::220",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "id": "property_type::222",
          "count": 2,
          "name": "Homestays",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "name": "Country houses",
          "count": 1,
          "id": "property_type::223",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "id": "entire_place_bedroom_count::1",
          "count": 167,
          "name": "1+ bedrooms"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "2+ bedrooms",
          "count": 99,
          "id": "entire_place_bedroom_count::2"
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 14,
          "id": "entire_place_bedroom_count::3",
          "name": "3+ bedrooms"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "4+ bedrooms",
          "count": 5,
          "id": "entire_place_bedroom_count::4"
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 45,
          "id": "facility::8",
          "name": "24-hour front desk"
        },
        {
          "name": "Airport shuttle",
          "id": "facility::17",
          "count": 38,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "BBQ facilities",
          "id": "facility::72",
          "count": 4
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 21,
          "id": "facility::182",
          "name": "Electric vehicle charging station"
        },
        {
          "name": "Facilities for disabled guests",
          "count": 38,
          "id": "facility::25",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Family rooms",
          "count": 122,
          "experiment_tracking_data": {
            "track_on_select": [
              {
                "experiment_tag": "families_app_family_rooms_blackout",
                "value": 1,
                "type": 1
              }
            ]
          },
          "id": "facility::28"
        },
        {
          "name": "Fitness centre",
          "count": 13,
          "id": "facility::11",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Free parking",
          "count": 91,
          "id": "facility::46"
        },
        {
          "id": "facility::107",
          "count": 226,
          "name": "Free WiFi",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Non-smoking rooms",
          "id": "facility::16",
          "count": 186
        },
        {
          "popular": 1,
          "selected": 0,
          "style_for_count": 0,
          "id": "facility::2",
          "count": 169,
          "popular_rank": 1,
          "name": "Parking"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "popular": 1,
          "name": "Pets allowed",
          "popular_rank": 8,
          "id": "facility::4",
          "count": 104
        },
        {
          "name": "Restaurant",
          "count": 20,
          "id": "facility::3",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Room service",
          "count": 37,
          "id": "facility::5"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Spa and wellness centre",
          "count": 14,
          "id": "facility::54"
        },
        {
          "name": "Swimming Pool",
          "count": 9,
          "id": "facility::433",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "name": "Less than 1 km",
          "count": 120,
          "id": "distance::1000",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 185,
          "id": "distance::3000",
          "name": "Less than 3 km"
        },
        {
          "name": "Less than 5 km",
          "count": 224,
          "id": "distance::5000",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "popular": 1,
          "name": "Breakfast included",
          "popular_rank": 2,
          "id": "mealplan::breakfast_included",
          "count": 56
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 143,
          "id": "mealplan::999",
          "name": "Self catering"
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "id": "chaincode::1175",
          "count": 1,
          "name": "B&B Hotels"
        },
        {
          "id": "chaincode::1029",
          "count": 1,
          "name": "Best Western",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "name": "Best Western Plus",
          "count": 1,
          "id": "chaincode::4444",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Bookiply",
          "id": "chaincode::10845",
          "count": 6
        },
        {
          "name": "Crowne Plaza Hotels & Resorts",
          "id": "chaincode::1071",
          "count": 1,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "name": "Ferretti Hotels Group",
          "id": "chaincode::13868",
          "count": 1,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "count": 1,
          "id": "chaincode::2207",
          "name": "Hotel Indigo",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "id": "chaincode::1844",
          "count": 1,
          "name": "Leonardo Hotels"
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "id": "chaincode::1711",
          "count": 1,
          "name": "NH Collection"
        },
        {
          "id": "chaincode::1510",
          "count": 1,
          "name": "Small Luxury Hotels of the World",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "count": 1,
          "id": "chaincode::1772",
          "name": "The Leading Hotels of the World",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "id": "reviewscorebuckets::50",
          "count": 206,
          "name": "Passable: 5+"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Pleasant: 6+",
          "id": "reviewscorebuckets::60",
          "count": 205
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Good: 7+",
          "count": 202,
          "id": "reviewscorebuckets::70"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "popular": 1,
          "name": "Very good: 8+",
          "popular_rank": 9,
          "count": 180,
          "id": "reviewscorebuckets::80"
        },
        {
          "count": 93,
          "id": "reviewscorebuckets::90",
          "popular_rank": 11,
          "name": "Superb: 9+",
          "popular": 1,
          "selected": 0,
          "style_for_count": 0
        },
        {
          "name": "No rating",
          "id": "reviewscorebuckets::999",
          "count": 18,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Private bathroom",
          "id": "room_facility::38",
          "count": 206
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Air conditioning",
          "count": 223,
          "id": "room_facility::11"
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 215,
          "id": "room_facility::75",
          "name": "Flat-screen TV"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Kitchen/kitchenette",
          "id": "room_facility::999",
          "count": 143
        },
        {
          "name": "Bath",
          "count": 44,
          "id": "room_facility::5",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Balcony",
          "id": "room_facility::17",
          "count": 107
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "id": "room_facility::998",
          "count": 179,
          "name": "Coffee/tea maker"
        },
        {
          "count": 90,
          "id": "room_facility::34",
          "name": "Washing machine",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "View",
          "id": "room_facility::81",
          "count": 111
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Terrace",
          "count": 61,
          "id": "room_facility::123"
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 14,
          "id": "room_facility::20",
          "name": "Spa bath"
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 2,
          "id": "room_facility::93",
          "name": "Private pool"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Patio",
          "id": "room_facility::37",
          "count": 29
        },
        {
          "count": 73,
          "id": "room_facility::79",
          "name": "Soundproofing",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Electric kettle",
          "count": 128,
          "id": "room_facility::86"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Coffee machine",
          "id": "room_facility::120",
          "count": 116
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "2 single beds",
          "id": "twin_double_bed::2",
          "count": 0
        },
        {
          "id": "twin_double_bed::3",
          "count": 0,
          "name": "Double bed",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "count": 0,
          "id": "twin_double_bed::6",
          "name": "Extra-large double bed",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "id": "twin_double_bed::5",
          "count": 0,
          "name": "Large double bed",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "name": "Guests' favourite area ",
          "popular_rank": 14,
          "id": "district::10295",
          "count": 145,
          "style_for_count": 0,
          "selected": 0,
          "popular": 1
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Best areas outside centre",
          "count": 41,
          "id": "district::9999997"
        },
        {
          "name": "Borgo Milano - Stadio",
          "count": 16,
          "id": "district::1299",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Borgo Roma",
          "count": 20,
          "id": "district::2138"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Borgo San Michele",
          "id": "district::2136",
          "count": 3
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 18,
          "id": "district::1300",
          "name": "Borgo Trento"
        },
        {
          "name": "Borgo Venezia",
          "id": "district::1301",
          "count": 5,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "name": "Montorio ",
          "id": "district::2137",
          "count": 1,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 39,
          "id": "district::1302",
          "name": "Porta Nuova"
        },
        {
          "name": "San Zeno",
          "id": "district::2135",
          "count": 7,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Verona Fiere",
          "id": "district::1304",
          "count": 36
        },
        {
          "name": "Verona Historical Centre",
          "popular_rank": 5,
          "count": 104,
          "id": "district::1303",
          "style_for_count": 0,
          "selected": 0,
          "popular": 1
        },
        {
          "name": "Giulietta's House",
          "id": "popular_nearby_landmarks::17894",
          "count": 108,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "id": "popular_nearby_landmarks::58689",
          "count": 119,
          "name": "Piazza Bra"
        },
        {
          "id": "popular_nearby_landmarks::17895",
          "count": 108,
          "name": "Piazza Erbe",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 119,
          "id": "popular_nearby_landmarks::2174",
          "name": "Verona Arena"
        },
        {
          "id": "popular_nearby_landmarks::14669",
          "count": 64,
          "name": "Verona Roman Theatre",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Wheelchair accessible",
          "count": 27,
          "id": "accessible_facilities::185"
        },
        {
          "id": "accessible_facilities::186",
          "count": 19,
          "name": "Toilet with grab rails",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Higher level toilet",
          "count": 18,
          "id": "accessible_facilities::187"
        },
        {
          "name": "Lower bathroom sink",
          "count": 14,
          "id": "accessible_facilities::188",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "count": 26,
          "id": "accessible_facilities::189",
          "name": "Emergency cord in bathroom",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Visual aids: Braille",
          "id": "accessible_facilities::211",
          "count": 5
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Visual aids: Tactile signs",
          "id": "accessible_facilities::212",
          "count": 3
        },
        {
          "id": "accessible_facilities::213",
          "count": 2,
          "name": "Auditory guidance",
          "selected": 0,
          "style_for_count": 0
        }
      ],
      "id": "price_category",
      "layout": {
        "collapsed_count": 5,
        "is_collapsable": 1,
        "is_collapsed": 1
      }
    },
    {
      "categories": [
        {
          "popular": 1,
          "selected": 0,
          "style_for_count": 0,
          "count": 169,
          "id": "facility::2",
          "popular_rank": 1,
          "name": "Parking"
        },
        {
          "count": 56,
          "id": "mealplan::breakfast_included",
          "popular_rank": 2,
          "name": "Breakfast included",
          "popular": 1,
          "selected": 0,
          "style_for_count": 0
        },
        {
          "popular": 1,
          "name": "Hotels",
          "experiment_tracking_data": {
            "track_on_view": [
              {
                "type": 0,
                "value": 1,
                "experiment_tag": "srx_apps_include_resorts_with_hotels"
              }
            ],
            "track_on_select": [
              {
                "value": 1,
                "type": 1,
                "experiment_tag": "srx_apps_include_resorts_with_hotels"
              }
            ],
            "track_on_deselect": [
              {
                "experiment_tag": "srx_apps_include_resorts_with_hotels",
                "value": 2,
                "type": 1
              }
            ]
          },
          "popular_rank": 4,
          "style_for_count": 0,
          "selected": 0,
          "count": 39,
          "id": "property_type::204"
        },
        {
          "id": "district::1303",
          "count": 104,
          "popular_rank": 5,
          "name": "Verona Historical Centre",
          "popular": 1,
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "popular": 1,
          "selected": 0,
          "name": "Apartments",
          "id": "property_type::201",
          "count": 131,
          "popular_rank": 6
        },
        {
          "name": "Pets allowed",
          "popular_rank": 8,
          "id": "facility::4",
          "count": 104,
          "style_for_count": 0,
          "selected": 0,
          "popular": 1
        },
        {
          "popular": 1,
          "selected": 0,
          "style_for_count": 0,
          "id": "reviewscorebuckets::80",
          "count": 180,
          "popular_rank": 9,
          "name": "Very good: 8+"
        },
        {
          "popular_rank": 10,
          "count": 21,
          "id": "property_type::208",
          "name": "Bed and breakfasts",
          "selected": 0,
          "popular": 1,
          "style_for_count": 0
        }
      ],
      "id": "popular",
      "layout": {
        "is_collapsable": 0,
        "collapsed_count": 5,
        "is_collapsed": 0
      },
      "title": "Popular filters",
      "irene_resp_id": "popular",
      "subtitle": "",
      "any_text": "No rating selected",
      "type": "multiple_intersection",
      "iconfont": "aconfirmation",
      "is_group": 0
    },
    {
      "title": "Free cancellation ",
      "categories": [
        {
          "popular_rank": 12,
          "count": 218,
          "id": "free_cancellation::1",
          "name": "Free cancellation",
          "selected": 0,
          "popular": 1,
          "style_for_count": 0
        }
      ],
      "id": "free_cancellation",
      "layout": {
        "collapsed_count": 5,
        "is_collapsable": 0,
        "is_collapsed": 0
      },
      "iconfont": "aconfirmation",
      "type": "single_option",
      "is_group": 0,
      "irene_resp_id": "fc",
      "subtitle": ""
    },
    {
      "irene_resp_id": "class",
      "experiment_tracking_data": {
        "track_on_view": [
          {
            "value": 1,
            "type": 0,
            "experiment_tag": "android_fax_cribs_filter"
          }
        ]
      },
      "subtitle": "",
      "any_text": "No stars selected",
      "iconfont": "acstar",
      "type": "multiple_union",
      "is_group": 0,
      "categories": [
        {
          "name": "Unrated",
          "id": "class::0",
          "count": 24,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "2 stars",
          "count": 2,
          "id": "class::2"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "3 stars",
          "count": 135,
          "id": "class::3"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "4 stars",
          "count": 69,
          "id": "class::4"
        },
        {
          "count": 4,
          "id": "class::5",
          "name": "5 stars",
          "selected": 0,
          "style_for_count": 0
        }
      ],
      "layout": {
        "collapsed_count": 5,
        "is_collapsable": 0,
        "is_collapsed": 0
      },
      "id": "class",
      "title": "Property rating"
    },
    {
      "subtitle": "",
      "any_text": "No property type selected",
      "irene_resp_id": "ht_id",
      "experiment_tracking_data": {
        "track_on_view": [
          {
            "value": 1,
            "type": 0,
            "experiment_tag": "bhgwe_apps_sr_unify_chalet_and_cabin_filters"
          }
        ]
      },
      "is_group": 0,
      "type": "multiple_union",
      "iconfont": "homecrop",
      "categories": [
        {
          "name": "Apartments",
          "popular_rank": 6,
          "id": "property_type::201",
          "count": 131,
          "style_for_count": 0,
          "selected": 0,
          "popular": 1
        },
        {
          "count": 40,
          "id": "property_type::216",
          "name": "Guest houses",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "name": "Hotels",
          "popular_rank": 4,
          "experiment_tracking_data": {
            "track_on_view": [
              {
                "value": 1,
                "type": 0,
                "experiment_tag": "srx_apps_include_resorts_with_hotels"
              }
            ],
            "track_on_select": [
              {
                "experiment_tag": "srx_apps_include_resorts_with_hotels",
                "type": 1,
                "value": 1
              }
            ],
            "track_on_deselect": [
              {
                "value": 2,
                "type": 1,
                "experiment_tag": "srx_apps_include_resorts_with_hotels"
              }
            ]
          },
          "popular": 1,
          "id": "property_type::204",
          "count": 39,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Family friendly properties",
          "id": "family_friendly_property::1",
          "count": 38
        },
        {
          "style_for_count": 0,
          "popular": 1,
          "selected": 0,
          "name": "Bed and breakfasts",
          "count": 21,
          "id": "property_type::208",
          "popular_rank": 10
        },
        {
          "name": "Farm stays",
          "count": 3,
          "id": "property_type::210",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "name": "Holiday homes",
          "count": 2,
          "id": "property_type::220",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "id": "property_type::222",
          "count": 2,
          "name": "Homestays",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "name": "Country houses",
          "count": 1,
          "id": "property_type::223",
          "style_for_count": 0,
          "selected": 0
        }
      ],
      "layout": {
        "collapsed_count": 5,
        "is_collapsable": 1,
        "is_collapsed": 1
      },
      "id": "property_type",
      "title": "Property type"
    },
    {
      "subtitle": "",
      "irene_resp_id": "entire_place_bedroom_count",
      "is_group": 0,
      "type": "multiple_single_selection",
      "categories": [
        {
          "selected": 0,
          "style_for_count": 0,
          "id": "entire_place_bedroom_count::1",
          "count": 167,
          "name": "1+ bedrooms"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "2+ bedrooms",
          "count": 99,
          "id": "entire_place_bedroom_count::2"
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 14,
          "id": "entire_place_bedroom_count::3",
          "name": "3+ bedrooms"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "4+ bedrooms",
          "count": 5,
          "id": "entire_place_bedroom_count::4"
        }
      ],
      "id": "entire_place_bedroom_count",
      "layout": {
        "collapsed_count": 5,
        "is_collapsable": 0,
        "is_collapsed": 0
      },
      "title": "Number of bedrooms"
    },
    {
      "title": "Facilities",
      "categories": [
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 45,
          "id": "facility::8",
          "name": "24-hour front desk"
        },
        {
          "name": "Airport shuttle",
          "id": "facility::17",
          "count": 38,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "BBQ facilities",
          "id": "facility::72",
          "count": 4
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 21,
          "id": "facility::182",
          "name": "Electric vehicle charging station"
        },
        {
          "name": "Facilities for disabled guests",
          "count": 38,
          "id": "facility::25",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Family rooms",
          "count": 122,
          "experiment_tracking_data": {
            "track_on_select": [
              {
                "experiment_tag": "families_app_family_rooms_blackout",
                "value": 1,
                "type": 1
              }
            ]
          },
          "id": "facility::28"
        },
        {
          "name": "Fitness centre",
          "count": 13,
          "id": "facility::11",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Free parking",
          "count": 91,
          "id": "facility::46"
        },
        {
          "id": "facility::107",
          "count": 226,
          "name": "Free WiFi",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Non-smoking rooms",
          "id": "facility::16",
          "count": 186
        },
        {
          "popular": 1,
          "selected": 0,
          "style_for_count": 0,
          "id": "facility::2",
          "count": 169,
          "popular_rank": 1,
          "name": "Parking"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "popular": 1,
          "name": "Pets allowed",
          "popular_rank": 8,
          "id": "facility::4",
          "count": 104
        },
        {
          "name": "Restaurant",
          "count": 20,
          "id": "facility::3",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Room service",
          "count": 37,
          "id": "facility::5"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Spa and wellness centre",
          "count": 14,
          "id": "facility::54"
        },
        {
          "name": "Swimming Pool",
          "count": 9,
          "id": "facility::433",
          "style_for_count": 0,
          "selected": 0
        }
      ],
      "id": "facility",
      "layout": {
        "is_collapsed": 1,
        "is_collapsable": 1,
        "collapsed_count": 5
      },
      "is_group": 0,
      "iconfont": "frontdesk",
      "type": "multiple_intersection",
      "subtitle": "",
      "any_text": "No facilities selected",
      "irene_resp_id": "hotelfacility",
      "experiment_tracking_data": {
        "track_on_view": [
          {
            "experiment_tag": "families_app_family_rooms_blackout",
            "value": 1,
            "type": 0
          }
        ]
      }
    },
    {
      "type": "multiple_single_selection",
      "is_group": 0,
      "irene_resp_id": "distance",
      "subtitle": "",
      "any_text": "No preference",
      "title": "Distance from city centre",
      "categories": [
        {
          "name": "Less than 1 km",
          "count": 120,
          "id": "distance::1000",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 185,
          "id": "distance::3000",
          "name": "Less than 3 km"
        },
        {
          "name": "Less than 5 km",
          "count": 224,
          "id": "distance::5000",
          "style_for_count": 0,
          "selected": 0
        }
      ],
      "id": "distance",
      "layout": {
        "is_collapsed": 0,
        "is_collapsable": 0,
        "collapsed_count": 5
      }
    },
    {
      "is_group": 0,
      "iconfont": "restaurants",
      "type": "multiple_union",
      "subtitle": "",
      "any_text": "Any meal options",
      "irene_resp_id": "mealplan",
      "title": "Meals",
      "categories": [
        {
          "style_for_count": 0,
          "selected": 0,
          "popular": 1,
          "name": "Breakfast included",
          "popular_rank": 2,
          "id": "mealplan::breakfast_included",
          "count": 56
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 143,
          "id": "mealplan::999",
          "name": "Self catering"
        }
      ],
      "layout": {
        "collapsed_count": 5,
        "is_collapsable": 0,
        "is_collapsed": 0
      },
      "id": "mealplan"
    },
    {
      "id": "chaincode",
      "layout": {
        "is_collapsable": 1,
        "collapsed_count": 5,
        "is_collapsed": 1
      },
      "categories": [
        {
          "selected": 0,
          "style_for_count": 0,
          "id": "chaincode::1175",
          "count": 1,
          "name": "B&B Hotels"
        },
        {
          "id": "chaincode::1029",
          "count": 1,
          "name": "Best Western",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "name": "Best Western Plus",
          "count": 1,
          "id": "chaincode::4444",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Bookiply",
          "id": "chaincode::10845",
          "count": 6
        },
        {
          "name": "Crowne Plaza Hotels & Resorts",
          "id": "chaincode::1071",
          "count": 1,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "name": "Ferretti Hotels Group",
          "id": "chaincode::13868",
          "count": 1,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "count": 1,
          "id": "chaincode::2207",
          "name": "Hotel Indigo",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "id": "chaincode::1844",
          "count": 1,
          "name": "Leonardo Hotels"
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "id": "chaincode::1711",
          "count": 1,
          "name": "NH Collection"
        },
        {
          "id": "chaincode::1510",
          "count": 1,
          "name": "Small Luxury Hotels of the World",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "count": 1,
          "id": "chaincode::1772",
          "name": "The Leading Hotels of the World",
          "selected": 0,
          "style_for_count": 0
        }
      ],
      "title": "Chain",
      "irene_resp_id": "chaincode",
      "any_text": "No chain selected",
      "subtitle": "",
      "type": "multiple_union",
      "iconfont": "hotel",
      "is_group": 0
    },
    {
      "layout": {
        "is_collapsed": 1,
        "is_collapsable": 1,
        "collapsed_count": 5
      },
      "id": "reviewscorebuckets",
      "categories": [
        {
          "selected": 0,
          "style_for_count": 0,
          "id": "reviewscorebuckets::50",
          "count": 206,
          "name": "Passable: 5+"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Pleasant: 6+",
          "id": "reviewscorebuckets::60",
          "count": 205
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Good: 7+",
          "count": 202,
          "id": "reviewscorebuckets::70"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "popular": 1,
          "name": "Very good: 8+",
          "popular_rank": 9,
          "count": 180,
          "id": "reviewscorebuckets::80"
        },
        {
          "count": 93,
          "id": "reviewscorebuckets::90",
          "popular_rank": 11,
          "name": "Superb: 9+",
          "popular": 1,
          "selected": 0,
          "style_for_count": 0
        },
        {
          "name": "No rating",
          "id": "reviewscorebuckets::999",
          "count": 18,
          "style_for_count": 0,
          "selected": 0
        }
      ],
      "title": "Review score",
      "irene_resp_id": "review_score",
      "any_text": "No score selected",
      "subtitle": "",
      "type": "multiple_single_selection",
      "iconfont": "reviews",
      "is_group": 0
    },
    {
      "irene_resp_id": "roomfacility",
      "any_text": "No room facilities selected",
      "subtitle": "",
      "iconfont": "bath",
      "type": "multiple_intersection",
      "is_group": 0,
      "id": "room_facility",
      "layout": {
        "collapsed_count": 5,
        "is_collapsable": 1,
        "is_collapsed": 1
      },
      "categories": [
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Private bathroom",
          "id": "room_facility::38",
          "count": 206
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Air conditioning",
          "count": 223,
          "id": "room_facility::11"
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 215,
          "id": "room_facility::75",
          "name": "Flat-screen TV"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Kitchen/kitchenette",
          "id": "room_facility::999",
          "count": 143
        },
        {
          "name": "Bath",
          "count": 44,
          "id": "room_facility::5",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Balcony",
          "id": "room_facility::17",
          "count": 107
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "id": "room_facility::998",
          "count": 179,
          "name": "Coffee/tea maker"
        },
        {
          "count": 90,
          "id": "room_facility::34",
          "name": "Washing machine",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "View",
          "id": "room_facility::81",
          "count": 111
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Terrace",
          "count": 61,
          "id": "room_facility::123"
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 14,
          "id": "room_facility::20",
          "name": "Spa bath"
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 2,
          "id": "room_facility::93",
          "name": "Private pool"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Patio",
          "id": "room_facility::37",
          "count": 29
        },
        {
          "count": 73,
          "id": "room_facility::79",
          "name": "Soundproofing",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Electric kettle",
          "count": 128,
          "id": "room_facility::86"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Coffee machine",
          "id": "room_facility::120",
          "count": 116
        }
      ],
      "title": "Room facilities"
    },
    {
      "type": "multiple_union",
      "is_group": 0,
      "experiment_tracking_data": {
        "track_on_view": [
          {
            "value": 1,
            "type": 0,
            "experiment_tag": "android_fax_cribs_filter"
          }
        ]
      },
      "irene_resp_id": "tdb",
      "any_text": "Choose bed type",
      "subtitle": "",
      "title": "Bed preference",
      "id": "twin_double_bed",
      "layout": {
        "is_collapsable": 0,
        "collapsed_count": 5,
        "is_collapsed": 0
      },
      "categories": [
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "2 single beds",
          "id": "twin_double_bed::2",
          "count": 0
        },
        {
          "id": "twin_double_bed::3",
          "count": 0,
          "name": "Double bed",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "count": 0,
          "id": "twin_double_bed::6",
          "name": "Extra-large double bed",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "id": "twin_double_bed::5",
          "count": 0,
          "name": "Large double bed",
          "selected": 0,
          "style_for_count": 0
        }
      ]
    },
    {
      "title": "District",
      "layout": {
        "is_collapsed": 1,
        "is_collapsable": 1,
        "collapsed_count": 5
      },
      "id": "district",
      "categories": [
        {
          "name": "Guests' favourite area ",
          "popular_rank": 14,
          "id": "district::10295",
          "count": 145,
          "style_for_count": 0,
          "selected": 0,
          "popular": 1
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Best areas outside centre",
          "count": 41,
          "id": "district::9999997"
        },
        {
          "name": "Borgo Milano - Stadio",
          "count": 16,
          "id": "district::1299",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Borgo Roma",
          "count": 20,
          "id": "district::2138"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Borgo San Michele",
          "id": "district::2136",
          "count": 3
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 18,
          "id": "district::1300",
          "name": "Borgo Trento"
        },
        {
          "name": "Borgo Venezia",
          "id": "district::1301",
          "count": 5,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "name": "Montorio ",
          "id": "district::2137",
          "count": 1,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 39,
          "id": "district::1302",
          "name": "Porta Nuova"
        },
        {
          "name": "San Zeno",
          "id": "district::2135",
          "count": 7,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Verona Fiere",
          "id": "district::1304",
          "count": 36
        },
        {
          "name": "Verona Historical Centre",
          "popular_rank": 5,
          "count": 104,
          "id": "district::1303",
          "style_for_count": 0,
          "selected": 0,
          "popular": 1
        }
      ],
      "type": "multiple_union",
      "iconfont": "marker",
      "is_group": 0,
      "irene_resp_id": "di",
      "any_text": "No district selected",
      "subtitle": ""
    },
    {
      "is_group": 0,
      "iconfont": "landmark",
      "type": "multiple_union",
      "subtitle": "",
      "any_text": "No landmarks selected",
      "irene_resp_id": "popular_nearby_landmarks",
      "title": "Landmarks",
      "categories": [
        {
          "name": "Giulietta's House",
          "id": "popular_nearby_landmarks::17894",
          "count": 108,
          "style_for_count": 0,
          "selected": 0
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "id": "popular_nearby_landmarks::58689",
          "count": 119,
          "name": "Piazza Bra"
        },
        {
          "id": "popular_nearby_landmarks::17895",
          "count": 108,
          "name": "Piazza Erbe",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "selected": 0,
          "style_for_count": 0,
          "count": 119,
          "id": "popular_nearby_landmarks::2174",
          "name": "Verona Arena"
        },
        {
          "id": "popular_nearby_landmarks::14669",
          "count": 64,
          "name": "Verona Roman Theatre",
          "selected": 0,
          "style_for_count": 0
        }
      ],
      "layout": {
        "collapsed_count": 5,
        "is_collapsable": 0,
        "is_collapsed": 0
      },
      "id": "popular_nearby_landmarks"
    },
    {
      "title": "Property accessibility",
      "layout": {
        "is_collapsable": 1,
        "collapsed_count": 5,
        "is_collapsed": 1
      },
      "id": "accessible_facilities",
      "categories": [
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Wheelchair accessible",
          "count": 27,
          "id": "accessible_facilities::185"
        },
        {
          "id": "accessible_facilities::186",
          "count": 19,
          "name": "Toilet with grab rails",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Higher level toilet",
          "count": 18,
          "id": "accessible_facilities::187"
        },
        {
          "name": "Lower bathroom sink",
          "count": 14,
          "id": "accessible_facilities::188",
          "style_for_count": 0,
          "selected": 0
        },
        {
          "count": 26,
          "id": "accessible_facilities::189",
          "name": "Emergency cord in bathroom",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Visual aids: Braille",
          "id": "accessible_facilities::211",
          "count": 5
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "name": "Visual aids: Tactile signs",
          "id": "accessible_facilities::212",
          "count": 3
        },
        {
          "id": "accessible_facilities::213",
          "count": 2,
          "name": "Auditory guidance",
          "selected": 0,
          "style_for_count": 0
        }
      ],
      "is_group": 0,
      "type": "multiple_union",
      "subtitle": "",
      "irene_resp_id": "accessible_facilities"
    }
  ],
  "is_beach_ufi": 0,
  "map_bounding_box": {
    "sw_long": 10.7212136054878,
    "ne_lat": 45.5637534,
    "sw_lat": 45.3838236,
    "ne_long": 11.0643626
  },
  "extended_count": 0,
  "count": 234,
  "result": [
    {
      "block_ids": [
        "41803801_88173402_2_0_0",
        "204753204_94939777_3_2_0",
        "147712609_362399950_2_0_0",
        "8170611_88435938_0_1_0",
        "53568301_88174593_0_1_0",
        "112283701_88859876_3_0_0",
        "8186918_362641409_3_2_0",
        "621920108_374700324_10_2_0",
        "8417919_94109588_0_1_0",
        "962480201_368846488_3_0_0",
        "209407609_275773527_3_0_0",
        "1033912502_376010422_3_2_0",
        "385386602_121389082_3_0_0",
        "8995231_88161525_0_0_0",
        "8017541_88153029_2_34_0",
        "35100620_88457812_0_34_0",
        "397714601_140247377_3_0_0",
        "232600104_100489532_3_0_0",
        "129546708_344178593_3_0_0"
      ],
      "district_id": 1303,
      "is_genius_deal": 0,
      "native_ads_tracking": "",
      "class": 0,
      "country_trans": "Italy",
      "accommodation_type_name": "Guest houses",
      "timezone": "Europe/Rome",
      "id": "property_card_1612456",
      "longitude": 10.9897569660269,
      "review_score": 8.8,
      "genius_discount_percentage": 0,
      "review_nr": 3208,
      "city": "Verona",
      "address": "Corso Porta Nuova 22",
      "native_ads_cpc": 0,
      "cant_book": 0,
      "city_name_en": "Verona",
      "soldout_text_c": 0,
      "class_is_estimated": 0,
      "booking_home": {
        "quality_class": 3,
        "group": "hotels_and_others",
        "is_booking_home": 1,
        "segment": 0,
        "is_single_unit_property": ""
      },
      "address_trans": "Corso Porta Nuova 22",
      "badges": [
        {
          "id": "Mobile Rate",
          "text": "Mobile-only price",
          "badge_variant": "constructive"
        },
        {
          "id": "Mobile Rate",
          "text": "Mobile-only price",
          "badge_variant": "constructive"
        },
        {
          "text": "Limited-time Deal",
          "id": "Limited Time Deal",
          "badge_variant": "constructive"
        },
        {
          "text": "Mobile-only price",
          "id": "Mobile Rate",
          "badge_variant": "constructive"
        },
        {
          "id": "Mobile Rate",
          "text": "Mobile-only price",
          "badge_variant": "constructive"
        },
        {
          "id": "Mobile Rate",
          "text": "Mobile-only price",
          "badge_variant": "constructive"
        },
        {
          "badge_variant": "constructive",
          "text": "Mobile-only price",
          "id": "Mobile Rate"
        },
        {
          "badge_variant": "constructive",
          "id": "Mobile Rate",
          "text": "Mobile-only price"
        },
        {
          "id": "Mobile Rate",
          "text": "Mobile-only price",
          "badge_variant": "constructive"
        },
        {
          "badge_variant": "constructive",
          "text": "Mobile-only price",
          "id": "Mobile Rate"
        },
        {
          "id": "Mobile Rate",
          "text": "Mobile-only price",
          "badge_variant": "constructive"
        },
        {
          "badge_variant": "constructive",
          "id": "Mobile Rate",
          "text": "Mobile-only price"
        }
      ],
      "latitude": 45.4350378812301,
      "preferred_plus": 0,
      "cc_required": 1,
      "currency_code": "EUR",
      "cc1": "it",
      "hotel_name": "Relais Empire",
      "bwallet": {
        "hotel_eligibility": 0
      },
      "deals": {
        "deal_attributes": {},
        "deal_events_killswitch": 0,
        "deals_available": {}
      },
      "review_score_word": "Fabulous",
      "wishlist_count": 0,
      "currencycode": "EUR",
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/68612613.jpg?k=e3aad26a33299d48119d2cf874b404b670303716b3af94d7cabfd836b91d5642&o=",
      "checkin": {
        "from": "15:00",
        "until": "22:00"
      },
      "soldout": 1,
      "hotel_has_vb_boost": 0,
      "preferred": 0,
      "min_total_price": 0,
      "is_highlighted_hotel": 1,
      "main_photo_id": 68612613,
      "is_geo_rate": "",
      "default_language": "it",
      "hotel_facilities": "423,55,461,485,455,110,217,54,463,452,450,181,107,457,454,158,25,28,189,419,64,210,487,468,4,17,456,486,43,500,464,449,467,47,81,96,186,458,459,209,10,466,91,101,304,424,187,488,22,129,21,48,218,420,451,257,465,109,63,163,108,305,425,161,185,140,453,462,203,16,177,80,51,460,2",
      "in_best_district": 0,
      "hotel_id": 1612456,
      "distance_to_cc": "0.50",
      "is_no_prepayment_block": 1,
      "city_trans": "Verona",
      "type": "property_card",
      "b_max_los_data": {
        "has_extended_los": 1,
        "max_allowed_los": 90,
        "default_los": 30,
        "extended_los": 90,
        "experiment": "long_stays_android_extend_los_3",
        "is_fullon": 0
      },
      "mobile_discount_percentage": 0,
      "ufi": -132092,
      "children_not_allowed": 0,
      "is_mobile_deal": 0,
      "extended": 0,
      "city_in_trans": "in Verona",
      "review_recommendation": "",
      "is_city_center": 1,
      "zip": "37122",
      "districts": "1303,1302",
      "is_smart_deal": 0,
      "native_ad_id": "",
      "accommodation_type": 216,
      "hotel_name_trans": "Relais Empire",
      "soldout_message": "Sold out on Booking.com",
      "url": "https://www.booking.com/hotel/it/relais-empire-verona1.html",
      "price_is_final": 0,
      "district": "Verona Historical Centre",
      "default_wishlist_name": "Verona",
      "checkout": {
        "from": "07:00",
        "until": "10:00"
      },
      "countrycode": "it"
    },
    {
      "review_score_word": "Exceptional",
      "wishlist_count": 0,
      "currencycode": "EUR",
      "cc1": "it",
      "hotel_include_breakfast": 0,
      "bwallet": {
        "hotel_eligibility": 0
      },
      "hotel_name": "Arena Suite",
      "deals": {
        "deal_attributes": {},
        "deals_available": {},
        "deal_events_killswitch": 0
      },
      "latitude": 45.4378665139483,
      "cc_required": 1,
      "preferred_plus": 1,
      "currency_code": "EUR",
      "address_trans": "Stradone Porta Palio 36",
      "booking_home": {
        "is_single_unit_property": "",
        "segment": 0,
        "quality_class": 4,
        "group": "hotels_and_others",
        "is_booking_home": 1
      },
      "badges": [
        {
          "id": "Mobile Rate",
          "text": "Mobile-only price",
          "badge_variant": "constructive"
        }
      ],
      "review_score": 9.5,
      "longitude": 10.9851640462875,
      "city": "Verona",
      "address": "Stradone Porta Palio 36",
      "genius_discount_percentage": 0,
      "review_nr": 1010,
      "city_name_en": "Verona",
      "cant_book": 0,
      "native_ads_cpc": 0,
      "is_free_cancellable": 0,
      "class_is_estimated": 0,
      "native_ads_tracking": "",
      "country_trans": "Italy",
      "class": 0,
      "timezone": "Europe/Rome",
      "id": "property_card_418038",
      "accommodation_type_name": "Guest houses",
      "block_ids": [
        "41803801_88173402_2_0_0"
      ],
      "district_id": 1303,
      "is_genius_deal": 0,
      "matching_units_configuration": {
        "matching_units_common_config": {
          "unit_type_id": 7
        }
      },
      "price_breakdown": {
        "has_fine_print_charges": 0,
        "has_incalculable_charges": 0,
        "gross_price": "157.50",
        "sum_excluded_raw": "7.50",
        "has_tax_exceptions": 0,
        "currency": "EUR",
        "all_inclusive_price": 165
      },
      "accommodation_type": 216,
      "url": "https://www.booking.com/hotel/it/arena-suite.html",
      "hotel_name_trans": "Arena Suite",
      "price_is_final": 0,
      "countrycode": "it",
      "district": "Verona Historical Centre",
      "default_wishlist_name": "Verona",
      "checkout": {
        "until": "10:00",
        "from": "05:00"
      },
      "is_smart_deal": 0,
      "native_ad_id": "",
      "review_recommendation": "",
      "is_city_center": 1,
      "districts": "1303,1302",
      "zip": "37122",
      "urgency_room_c": 1,
      "city_in_trans": "in Verona",
      "city_trans": "Verona",
      "b_max_los_data": {
        "is_fullon": 0,
        "has_extended_los": 1,
        "max_allowed_los": 90,
        "default_los": 30,
        "extended_los": 90,
        "experiment": "long_stays_android_extend_los_3"
      },
      "type": "property_card",
      "mobile_discount_percentage": 17.6,
      "ufi": -132092,
      "is_mobile_deal": 1,
      "extended": 0,
      "children_not_allowed": 0,
      "in_best_district": 0,
      "hotel_id": 418038,
      "is_no_prepayment_block": 0,
      "distance_to_cc": "0.65",
      "external_reviews": {
        "num_reviews": 4,
        "should_display": "",
        "score": 10,
        "score_word": "Exceptional"
      },
      "distance": "0.64",
      "main_photo_id": 138136738,
      "is_geo_rate": "",
      "default_language": "en",
      "hotel_facilities": "64,127,117,505,419,158,475,493,457,454,491,472,49,470,468,444,474,440,499,455,498,160,461,485,504,439,423,181,450,107,421,15,476,463,452,445,506,480,163,109,108,481,465,443,420,436,451,219,48,479,142,51,2,478,460,494,80,16,462,497,453,483,161,305,425,96,426,490,448,464,492,467,47,449,489,488,503,466,91,495,459",
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/138136738.jpg?k=ceb6d81c8b95ff3c8aeb2bd17f64e8b88372e75d4b00456adade2f3d66709d30&o=",
      "checkin": {
        "until": "00:00",
        "from": "14:00"
      },
      "preferred": 1,
      "min_total_price": 158.4,
      "hotel_has_vb_boost": 0,
      "soldout": 0
    },
    {
      "urgency_room_c": 2,
      "city_in_trans": "in Verona",
      "is_city_center": 1,
      "zip": "37121",
      "districts": "1303",
      "review_recommendation": "",
      "native_ad_id": "",
      "is_smart_deal": 0,
      "price_is_final": 0,
      "district": "Verona Historical Centre",
      "default_wishlist_name": "Verona",
      "checkout": {
        "until": "11:00",
        "from": "09:00"
      },
      "countrycode": "it",
      "accommodation_type": 216,
      "hotel_name_trans": "Palazzo Monga Boutique Guesthouse",
      "url": "https://www.booking.com/hotel/it/palazzo-monga-boutique-guesthouse.html",
      "soldout": 0,
      "hotel_has_vb_boost": 0,
      "preferred": 1,
      "min_total_price": 487.8,
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/327611388.jpg?k=cf8ac53dbfb7f060650fd6506786c2cc87a8e4ba2ff32ae0dbd8efd775695c5e&o=",
      "checkin": {
        "until": "22:00",
        "from": "15:00"
      },
      "is_geo_rate": "",
      "default_language": "xu",
      "hotel_facilities": "450,181,107,143,452,408,54,214,455,249,160,55,461,226,485,423,43,500,486,4,17,472,253,468,64,127,251,124,418,28,158,25,457,454,5,133,129,21,101,424,304,91,250,10,459,245,96,81,240,449,242,467,47,52,44,256,142,2,244,140,203,462,453,247,177,16,80,23,305,161,109,176,163,246,108,404,465,420,451,11,48",
      "distance": "0.41",
      "main_photo_id": 327611388,
      "distance_to_cc": "0.45",
      "is_no_prepayment_block": 0,
      "in_best_district": 0,
      "hotel_id": 2047532,
      "ufi": -132092,
      "mobile_discount_percentage": 54.2,
      "children_not_allowed": 0,
      "is_mobile_deal": 1,
      "extended": 0,
      "city_trans": "Verona",
      "b_max_los_data": {
        "is_fullon": 0,
        "max_allowed_los": 90,
        "has_extended_los": 1,
        "extended_los": 90,
        "experiment": "long_stays_android_extend_los_3",
        "default_los": 30
      },
      "type": "property_card",
      "badges": [
        {
          "id": "Mobile Rate",
          "text": "Mobile-only price",
          "badge_variant": "constructive"
        }
      ],
      "booking_home": {
        "group": "hotels_and_others",
        "is_booking_home": 1,
        "quality_class": 4,
        "is_single_unit_property": "",
        "segment": 0
      },
      "address_trans": "Corso Porta Borsari, 36",
      "currency_code": "EUR",
      "latitude": 45.4424428409722,
      "preferred_plus": 1,
      "cc_required": 1,
      "bwallet": {
        "hotel_eligibility": 0
      },
      "hotel_name": "Palazzo Monga Boutique Guesthouse",
      "deals": {
        "deal_attributes": {},
        "deals_available": {},
        "deal_events_killswitch": 0
      },
      "cc1": "it",
      "hotel_include_breakfast": 0,
      "review_score_word": "Exceptional",
      "currencycode": "EUR",
      "wishlist_count": 0,
      "price_breakdown": {
        "has_incalculable_charges": 0,
        "has_fine_print_charges": 1,
        "has_tax_exceptions": 0,
        "sum_excluded_raw": "15.00",
        "all_inclusive_price": 502.8,
        "currency": "EUR",
        "gross_price": "487.80"
      },
      "matching_units_configuration": {
        "matching_units_common_config": {
          "unit_type_id": 5,
          "localized_area": "60"
        }
      },
      "is_genius_deal": 0,
      "block_ids": [
        "204753204_94939777_3_2_0"
      ],
      "district_id": 1303,
      "class": 0,
      "country_trans": "Italy",
      "accommodation_type_name": "Guest houses",
      "timezone": "Europe/Rome",
      "id": "property_card_2047532",
      "native_ads_tracking": "",
      "native_ads_cpc": 0,
      "cant_book": 0,
      "city_name_en": "Verona",
      "class_is_estimated": 0,
      "is_free_cancellable": 0,
      "longitude": 10.9943920460328,
      "review_score": 9.7,
      "review_nr": 236,
      "genius_discount_percentage": 0,
      "address": "Corso Porta Borsari, 36",
      "city": "Verona"
    },
    {
      "review_nr": 774,
      "genius_discount_percentage": 0,
      "city": "Verona",
      "address": "Via Mazzanti 3/a",
      "longitude": 10.9974040651572,
      "review_score": 9.2,
      "is_free_cancellable": 1,
      "class_is_estimated": 0,
      "native_ads_cpc": 0,
      "city_name_en": "Verona",
      "cant_book": 0,
      "native_ads_tracking": "",
      "accommodation_type_name": "Guest houses",
      "timezone": "Europe/Rome",
      "id": "property_card_1477126",
      "class": 0,
      "country_trans": "Italy",
      "district_id": 1303,
      "block_ids": [
        "147712609_362399950_2_0_0"
      ],
      "is_genius_deal": 0,
      "matching_units_configuration": {
        "matching_units_common_config": {
          "localized_area": "70",
          "unit_type_id": 1
        }
      },
      "price_breakdown": {
        "currency": "EUR",
        "all_inclusive_price": 280,
        "sum_excluded_raw": "5.00",
        "has_tax_exceptions": 0,
        "gross_price": "275.00",
        "has_incalculable_charges": 0,
        "has_fine_print_charges": 0
      },
      "wishlist_count": 0,
      "currencycode": "EUR",
      "review_score_word": "Superb",
      "hotel_include_breakfast": 0,
      "cc1": "it",
      "deals": {
        "deals_available": {},
        "deal_events_killswitch": 0,
        "deal_attributes": {}
      },
      "hotel_name": "Corte Realdi Suites Piazza Erbe",
      "bwallet": {
        "hotel_eligibility": 0
      },
      "preferred_plus": 0,
      "cc_required": 1,
      "latitude": 45.4431324024206,
      "currency_code": "EUR",
      "booking_home": {
        "group": "hotels_and_others",
        "is_booking_home": 1,
        "quality_class": 4,
        "is_single_unit_property": "",
        "segment": 0
      },
      "address_trans": "Via Mazzanti 3/a",
      "badges": [],
      "type": "property_card",
      "b_max_los_data": {
        "is_fullon": 0,
        "has_extended_los": 1,
        "max_allowed_los": 90,
        "default_los": 30,
        "experiment": "long_stays_android_extend_los_3",
        "extended_los": 90
      },
      "city_trans": "Verona",
      "children_not_allowed": 0,
      "is_mobile_deal": 0,
      "extended": 0,
      "mobile_discount_percentage": 0,
      "ufi": -132092,
      "in_best_district": 0,
      "hotel_id": 1477126,
      "external_reviews": {
        "score": 10,
        "score_word": "Exceptional",
        "num_reviews": 96,
        "should_display": ""
      },
      "distance_to_cc": "0.60",
      "is_no_prepayment_block": 1,
      "main_photo_id": 136453667,
      "distance": "0.58",
      "hotel_facilities": "466,458,459,209,489,5,21,129,488,435,304,448,7,47,492,405,449,96,81,441,23,9,161,425,305,44,52,2,460,140,80,16,462,203,436,451,422,218,109,108,404,481,465,443,214,217,181,450,107,476,409,75,445,408,461,3,439,423,440,499,455,442,4,49,17,470,468,43,158,493,457,454,401,64,127,210,220,124,28,505,419",
      "default_language": "en",
      "is_geo_rate": "",
      "checkin": {
        "from": "15:00",
        "until": "22:00"
      },
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/136453667.jpg?k=8791005700ad8a14d046382a482ac248dc83e75b386b70b591584c83442f11d9&o=",
      "soldout": 0,
      "hotel_has_vb_boost": 0,
      "preferred": 1,
      "min_total_price": 275,
      "hotel_name_trans": "Corte Realdi Suites Piazza Erbe",
      "url": "https://www.booking.com/hotel/it/corte-realdi-apartments.html",
      "accommodation_type": 216,
      "checkout": {
        "from": "",
        "until": "11:00"
      },
      "district": "Verona Historical Centre",
      "default_wishlist_name": "Verona",
      "countrycode": "it",
      "price_is_final": 0,
      "is_smart_deal": 0,
      "native_ad_id": "",
      "review_recommendation": "",
      "zip": "37121",
      "districts": "1303",
      "is_city_center": 1,
      "city_in_trans": "in Verona",
      "urgency_room_c": 3
    },
    {
      "is_smart_deal": 0,
      "native_ad_id": "",
      "accommodation_type": 204,
      "hotel_name_trans": "Hotel Leopardi",
      "url": "https://www.booking.com/hotel/it/leopardiverona.html",
      "price_is_final": 0,
      "district": "Borgo Milano - Stadio",
      "default_wishlist_name": "Verona",
      "checkout": {
        "from": "",
        "until": "11:00"
      },
      "countrycode": "it",
      "urgency_room_c": 4,
      "city_in_trans": "in Verona",
      "review_recommendation": "",
      "is_city_center": 0,
      "zip": "37138",
      "districts": "1299",
      "in_best_district": 0,
      "hotel_id": 81706,
      "distance_to_cc": "2.00",
      "is_no_prepayment_block": 0,
      "city_trans": "Verona",
      "type": "property_card",
      "b_max_los_data": {
        "is_fullon": 0,
        "has_extended_los": 1,
        "max_allowed_los": 90,
        "default_los": 30,
        "extended_los": 90,
        "experiment": "long_stays_android_extend_los_3"
      },
      "ufi": -132092,
      "mobile_discount_percentage": 0,
      "children_not_allowed": 0,
      "extended": 0,
      "is_mobile_deal": 0,
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/23063420.jpg?k=e6d7041671db4ca8411470219e51dc3e195e2d849d33048b3269853e7f259d76&o=",
      "checkin": {
        "until": "",
        "from": "14:00"
      },
      "soldout": 0,
      "preferred": 1,
      "min_total_price": 131.63,
      "hotel_has_vb_boost": 0,
      "distance": "1.97",
      "main_photo_id": 23063420,
      "is_geo_rate": "",
      "default_language": "en",
      "hotel_facilities": "227,143,450,445,3,226,55,461,423,183,160,14,442,4,468,43,502,158,454,251,236,64,28,53,466,495,10,5,489,424,184,240,501,492,47,467,79,449,448,305,16,462,453,203,244,420,11,163,20,257,8,54,107,421,181,75,439,46,440,205,455,456,253,500,241,457,124,117,91,245,459,22,133,435,490,242,7,464,96,81,161,425,2,460,51,44,80,494,436,451,6,48,219,422,108,63,109,443",
      "cc1": "it",
      "has_free_parking": 1,
      "hotel_include_breakfast": 0,
      "hotel_name": "Hotel Leopardi",
      "bwallet": {
        "hotel_eligibility": 0
      },
      "deals": {
        "deal_attributes": {},
        "deals_available": {
          "has_flash_deal": 1
        },
        "deal_events_killswitch": 0
      },
      "review_score_word": "Very good",
      "currencycode": "EUR",
      "wishlist_count": 0,
      "address_trans": "Via Giacomo Leopardi 16",
      "badges": [
        {
          "text": "Limited-time Deal",
          "id": "Limited Time Deal",
          "badge_variant": "constructive"
        }
      ],
      "latitude": 45.4432931691172,
      "preferred_plus": 0,
      "cc_required": 1,
      "currency_code": "EUR",
      "native_ads_tracking": "",
      "class": 4,
      "country_trans": "Italy",
      "accommodation_type_name": "Hotels",
      "id": "property_card_81706",
      "timezone": "Europe/Rome",
      "longitude": 10.968856215477,
      "review_score": 8.2,
      "review_nr": 6398,
      "genius_discount_percentage": 0,
      "city": "Verona",
      "address": "Via Giacomo Leopardi 16",
      "native_ads_cpc": 0,
      "city_name_en": "Verona",
      "cant_book": 0,
      "class_is_estimated": 0,
      "is_free_cancellable": 0,
      "matching_units_configuration": {
        "matching_units_common_config": {
          "unit_type_id": 7
        }
      },
      "price_breakdown": {
        "gross_price": 131.63,
        "currency": "EUR",
        "all_inclusive_price": 142.13,
        "has_tax_exceptions": 0,
        "sum_excluded_raw": "10.50",
        "has_incalculable_charges": 0,
        "has_fine_print_charges": 1
      },
      "block_ids": [
        "8170611_88435938_0_1_0"
      ],
      "district_id": 1299,
      "is_genius_deal": 0
    },
    {
      "currencycode": "EUR",
      "wishlist_count": 0,
      "review_score_word": "Fabulous",
      "deals": {
        "deal_events_killswitch": 0,
        "deals_available": {},
        "deal_attributes": {}
      },
      "hotel_name": "Albergo Mazzanti",
      "bwallet": {
        "hotel_eligibility": 0
      },
      "hotel_include_breakfast": 1,
      "cc1": "it",
      "currency_code": "EUR",
      "cc_required": 1,
      "preferred_plus": 0,
      "latitude": 45.4434002478423,
      "badges": [
        {
          "text": "Mobile-only price",
          "id": "Mobile Rate",
          "badge_variant": "constructive"
        }
      ],
      "address_trans": "Via Mazzanti 6",
      "is_free_cancellable": 0,
      "class_is_estimated": 0,
      "cant_book": 0,
      "city_name_en": "Verona",
      "native_ads_cpc": 0,
      "city": "Verona",
      "address": "Via Mazzanti 6",
      "review_nr": 854,
      "genius_discount_percentage": 0,
      "review_score": 8.9,
      "longitude": 10.9975129365921,
      "id": "property_card_535683",
      "timezone": "Europe/Rome",
      "accommodation_type_name": "Hotels",
      "country_trans": "Italy",
      "class": 3,
      "native_ads_tracking": "",
      "is_genius_deal": 0,
      "district_id": 1303,
      "block_ids": [
        "53568301_88174593_0_1_0"
      ],
      "price_breakdown": {
        "has_incalculable_charges": 0,
        "has_fine_print_charges": 0,
        "gross_price": "225.90",
        "sum_excluded_raw": "7.50",
        "has_tax_exceptions": 0,
        "currency": "EUR",
        "all_inclusive_price": 233.4
      },
      "matching_units_configuration": {
        "matching_units_common_config": {
          "unit_type_id": 7
        }
      },
      "countrycode": "it",
      "district": "Verona Historical Centre",
      "checkout": {
        "until": "11:00",
        "from": "07:00"
      },
      "default_wishlist_name": "Verona",
      "price_is_final": 0,
      "url": "https://www.booking.com/hotel/it/albergo-mazzanti.html",
      "hotel_name_trans": "Albergo Mazzanti",
      "accommodation_type": 204,
      "native_ad_id": "",
      "is_smart_deal": 0,
      "districts": "1303",
      "zip": "37121",
      "is_city_center": 1,
      "review_recommendation": "",
      "city_in_trans": "in Verona",
      "urgency_room_c": 4,
      "is_mobile_deal": 1,
      "extended": 0,
      "children_not_allowed": 0,
      "mobile_discount_percentage": 25.1,
      "ufi": -132092,
      "b_max_los_data": {
        "has_extended_los": 1,
        "max_allowed_los": 90,
        "default_los": 30,
        "experiment": "long_stays_android_extend_los_3",
        "extended_los": 90,
        "is_fullon": 0
      },
      "type": "property_card",
      "city_trans": "Verona",
      "is_no_prepayment_block": 0,
      "distance_to_cc": "0.65",
      "in_best_district": 0,
      "hotel_id": 535683,
      "default_language": "en",
      "hotel_facilities": "468,444,456,500,457,25,446,158,188,189,418,124,64,127,445,143,107,421,450,439,461,442,455,440,185,425,305,441,80,16,203,462,453,460,51,48,219,422,436,451,420,443,465,8,108,163,109,459,91,187,435,467,47,449,448,501,213,81,426,186,96",
      "is_geo_rate": "",
      "main_photo_id": 100395328,
      "distance": "0.61",
      "min_total_price": 225.9,
      "preferred": 1,
      "hotel_has_vb_boost": 0,
      "soldout": 0,
      "checkin": {
        "until": "00:00",
        "from": "14:00"
      },
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/100395328.jpg?k=5b48ce3ed769fbe6412be05e520b2a4d6bb2017c90624d2e98ae8a42fe58b3ae&o="
    },
    {
      "city_in_trans": "in Verona",
      "urgency_room_c": 5,
      "zip": "37121",
      "districts": "1303",
      "is_city_center": 1,
      "review_recommendation": "",
      "native_ad_id": "",
      "is_smart_deal": 0,
      "checkout": {
        "until": "11:00",
        "from": "07:00"
      },
      "district": "Verona Historical Centre",
      "default_wishlist_name": "Verona",
      "countrycode": "it",
      "price_is_final": 0,
      "hotel_name_trans": "Lady Capulet Apartments",
      "url": "https://www.booking.com/hotel/it/lady-capulet.html",
      "accommodation_type": 201,
      "soldout": 0,
      "preferred": 1,
      "hotel_has_vb_boost": 0,
      "min_total_price": 275.4,
      "checkin": {
        "until": "22:00",
        "from": "15:00"
      },
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/34129476.jpg?k=a1bddabbc70c71594d3eb4472e6eb697b90286231546b15273fa464eb1222b55&o=",
      "hotel_facilities": "455,96,449,467,47,461,184,450,181,488,107,458,459,466,91,28,465,127,64,109,163,108,487,457,451,486,462,80,51,2,305,4,456,472,49",
      "default_language": "en",
      "is_geo_rate": "",
      "main_photo_id": 34129476,
      "distance": "0.44",
      "distance_to_cc": "0.45",
      "is_no_prepayment_block": 0,
      "hotel_id": 1122837,
      "in_best_district": 0,
      "children_not_allowed": 0,
      "is_mobile_deal": 1,
      "extended": 0,
      "mobile_discount_percentage": 30.6,
      "ufi": -132092,
      "type": "property_card",
      "b_max_los_data": {
        "max_allowed_los": 90,
        "has_extended_los": 1,
        "extended_los": 90,
        "experiment": "long_stays_android_extend_los_3",
        "default_los": 30,
        "is_fullon": 0
      },
      "city_trans": "Verona",
      "badges": [
        {
          "id": "Mobile Rate",
          "text": "Mobile-only price",
          "badge_variant": "constructive"
        }
      ],
      "booking_home": {
        "quality_class": 4,
        "group": "apartment_like",
        "is_booking_home": 1,
        "segment": 1,
        "is_single_unit_property": ""
      },
      "address_trans": "Vicolo Pallone, 2A",
      "currency_code": "EUR",
      "preferred_plus": 1,
      "cc_required": 1,
      "latitude": 45.4364850915972,
      "deals": {
        "deal_attributes": {},
        "deals_available": {},
        "deal_events_killswitch": 0
      },
      "hotel_name": "Lady Capulet Apartments",
      "bwallet": {
        "hotel_eligibility": 0
      },
      "hotel_include_breakfast": 0,
      "cc1": "it",
      "wishlist_count": 0,
      "currencycode": "EUR",
      "review_score_word": "Exceptional",
      "price_breakdown": {
        "has_fine_print_charges": 1,
        "has_incalculable_charges": 0,
        "sum_excluded_raw": "7.50",
        "has_tax_exceptions": 0,
        "all_inclusive_price": 282.9,
        "currency": "EUR",
        "gross_price": "275.40"
      },
      "matching_units_configuration": {
        "matching_units_common_config": {
          "unit_type_id": 1,
          "localized_area": "63"
        }
      },
      "is_genius_deal": 0,
      "district_id": 1303,
      "block_ids": [
        "112283701_88859876_3_0_0"
      ],
      "accommodation_type_name": "Apartments",
      "timezone": "Europe/Rome",
      "id": "property_card_1122837",
      "class": 0,
      "country_trans": "Italy",
      "native_ads_tracking": "",
      "class_is_estimated": 0,
      "is_free_cancellable": 0,
      "native_ads_cpc": 0,
      "city_name_en": "Verona",
      "cant_book": 0,
      "genius_discount_percentage": 0,
      "review_nr": 623,
      "city": "Verona",
      "address": "Vicolo Pallone, 2A",
      "longitude": 10.9978682576721,
      "review_score": 9.5
    },
    {
      "matching_units_configuration": {
        "matching_units_common_config": {
          "unit_type_id": 7
        }
      },
      "price_breakdown": {
        "has_fine_print_charges": 0,
        "has_incalculable_charges": 0,
        "sum_excluded_raw": "7.50",
        "has_tax_exceptions": 0,
        "currency": "EUR",
        "all_inclusive_price": 136.5,
        "gross_price": "129.00"
      },
      "block_ids": [
        "8186918_362641409_3_2_0"
      ],
      "district_id": 1302,
      "is_genius_deal": 0,
      "native_ads_tracking": "",
      "class": 3,
      "country_trans": "Italy",
      "accommodation_type_name": "Hotels",
      "id": "property_card_81869",
      "timezone": "Europe/Rome",
      "longitude": 10.9778362512589,
      "review_score": 8.8,
      "genius_discount_percentage": 0,
      "review_nr": 3734,
      "city": "Verona",
      "address": "Via delle Coste 2",
      "native_ads_cpc": 0,
      "city_name_en": "Verona",
      "cant_book": 0,
      "is_free_cancellable": 1,
      "class_is_estimated": 0,
      "address_trans": "Via delle Coste 2",
      "badges": [],
      "latitude": 45.4293204072359,
      "preferred_plus": 0,
      "cc_required": 1,
      "currency_code": "EUR",
      "cc1": "it",
      "hotel_include_breakfast": 0,
      "hotel_name": "Novo Hotel Rossi",
      "bwallet": {
        "hotel_eligibility": 0
      },
      "deals": {
        "deals_available": {},
        "deal_events_killswitch": 0,
        "deal_attributes": {}
      },
      "review_score_word": "Fabulous",
      "wishlist_count": 0,
      "currencycode": "EUR",
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/288834095.jpg?k=e061c259fb9810455e696df7f611f2ae09f64ded1a591978c80e605f3113f29e&o=",
      "checkin": {
        "until": "",
        "from": "15:00"
      },
      "soldout": 0,
      "preferred": 1,
      "hotel_has_vb_boost": 0,
      "min_total_price": 129,
      "distance": "1.60",
      "main_photo_id": 288834095,
      "is_geo_rate": "",
      "default_language": "en",
      "hotel_facilities": "2,51,44,80,494,185,425,161,108,109,404,451,436,410,48,218,422,219,133,22,187,101,91,400,459,426,96,186,81,7,500,456,444,124,484,188,189,25,493,107,181,455,205,439,76,453,16,305,496,163,465,8,420,21,489,424,184,466,495,501,449,492,47,467,405,448,486,4,468,447,487,28,158,454,411,450,445,506,110,160,442,499,485,461,423,183",
      "in_best_district": 0,
      "hotel_id": 81869,
      "distance_to_cc": "1.60",
      "is_no_prepayment_block": 0,
      "city_trans": "Verona",
      "b_max_los_data": {
        "has_extended_los": 1,
        "max_allowed_los": 90,
        "default_los": 30,
        "experiment": "long_stays_android_extend_los_3",
        "extended_los": 90,
        "is_fullon": 0
      },
      "type": "property_card",
      "mobile_discount_percentage": 0,
      "ufi": -132092,
      "children_not_allowed": 0,
      "is_mobile_deal": 0,
      "extended": 0,
      "urgency_room_c": 4,
      "city_in_trans": "in Verona",
      "review_recommendation": "",
      "is_city_center": 0,
      "zip": "37138",
      "districts": "1302",
      "is_smart_deal": 0,
      "native_ad_id": "",
      "accommodation_type": 204,
      "hotel_name_trans": "Novo Hotel Rossi",
      "url": "https://www.booking.com/hotel/it/novohotelrossi.html",
      "price_is_final": 0,
      "district": "Porta Nuova",
      "checkout": {
        "until": "11:00",
        "from": ""
      },
      "default_wishlist_name": "Verona",
      "countrycode": "it"
    },
    {
      "urgency_room_c": 6,
      "city_in_trans": "in Verona",
      "review_recommendation": "",
      "is_city_center": 0,
      "districts": "1300",
      "zip": "37128",
      "is_smart_deal": 0,
      "native_ad_id": "",
      "accommodation_type": 210,
      "url": "https://www.booking.com/hotel/it/villa-dei-gelsi-amp-spa.html",
      "hotel_name_trans": "Relais Villa dei Gelsi & Spa",
      "price_is_final": 1,
      "countrycode": "it",
      "district": "Borgo Trento",
      "default_wishlist_name": "Verona",
      "checkout": {
        "until": "11:00",
        "from": "07:30"
      },
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/480757218.jpg?k=5c630f06b06b0590ad5ab71e2e9d69be15cf5ac015d3b3e3a977fc3ce7c06cb2&o=",
      "checkin": {
        "until": "22:00",
        "from": "15:00"
      },
      "preferred": 1,
      "min_total_price": 6750,
      "hotel_has_vb_boost": 0,
      "soldout": 0,
      "distance": "2.10",
      "main_photo_id": 480757218,
      "is_geo_rate": "",
      "hotel_facilities": "10,495,221,488,21,489,5,449,467,492,47,405,448,240,103,501,305,441,462,203,453,16,180,407,465,121,496,163,506,445,301,104,450,485,55,461,160,442,499,14,194,468,4,502,43,491,454,446,158,419,222,433,28,487,127,251,459,245,458,91,435,503,22,118,242,7,490,81,426,50,96,425,161,247,80,494,198,2,44,218,422,219,201,451,436,443,254,404,108,109,246,63,120,224,54,196,15,421,107,439,504,58,455,249,46,440,444,456,49,500,241,166,493,457,195,124,220,484,117",
      "default_language": "it",
      "hotel_id": 6219201,
      "in_best_district": 0,
      "is_no_prepayment_block": 0,
      "distance_to_cc": "2.10",
      "city_trans": "Verona",
      "b_max_los_data": {
        "max_allowed_los": 90,
        "has_extended_los": 1,
        "experiment": "long_stays_android_extend_los_3",
        "extended_los": 90,
        "default_los": 30,
        "is_fullon": 0
      },
      "type": "property_card",
      "mobile_discount_percentage": 750,
      "ufi": -132092,
      "extended": 0,
      "is_mobile_deal": 1,
      "children_not_allowed": 0,
      "address_trans": "Via Carlo Donati 13",
      "booking_home": {
        "is_single_unit_property": "",
        "segment": 0,
        "is_booking_home": 1,
        "group": "hotels_and_others",
        "quality_class": 4
      },
      "badges": [
        {
          "id": "Mobile Rate",
          "text": "Mobile-only price",
          "badge_variant": "constructive"
        }
      ],
      "latitude": 45.457518,
      "cc_required": 1,
      "preferred_plus": 1,
      "currency_code": "EUR",
      "cc1": "it",
      "has_free_parking": 1,
      "hotel_include_breakfast": 0,
      "bwallet": {
        "hotel_eligibility": 0
      },
      "hotel_name": "Relais Villa dei Gelsi & Spa",
      "deals": {
        "deal_attributes": {},
        "deal_events_killswitch": 0,
        "deals_available": {}
      },
      "review_score_word": "Exceptional",
      "currencycode": "EUR",
      "wishlist_count": 0,
      "matching_units_configuration": {
        "matching_units_common_config": {
          "localized_area": "1,000",
          "unit_type_id": 31
        }
      },
      "price_breakdown": {
        "has_fine_print_charges": 0,
        "has_incalculable_charges": 0,
        "gross_price": "6750.00",
        "has_tax_exceptions": 0,
        "sum_excluded_raw": "315.00",
        "all_inclusive_price": 7065,
        "currency": "EUR"
      },
      "block_ids": [
        "621920108_374700324_10_2_0"
      ],
      "district_id": 1300,
      "is_genius_deal": 0,
      "has_swimming_pool": 1,
      "native_ads_tracking": "",
      "country_trans": "Italy",
      "class": 0,
      "id": "property_card_6219201",
      "timezone": "Europe/Rome",
      "accommodation_type_name": "Farm stays",
      "review_score": 9.6,
      "longitude": 10.99636,
      "city": "Verona",
      "address": "Via Carlo Donati 13",
      "genius_discount_percentage": 0,
      "review_nr": 128,
      "cant_book": 0,
      "city_name_en": "Verona",
      "native_ads_cpc": 0,
      "is_free_cancellable": 1,
      "class_is_estimated": 0
    },
    {
      "currency_code": "EUR",
      "preferred_plus": 0,
      "cc_required": 1,
      "latitude": 45.4325946213969,
      "badges": [],
      "address_trans": "Corso Porta Nuova 88",
      "wishlist_count": 0,
      "currencycode": "EUR",
      "review_score_word": "Very good",
      "deals": {
        "deal_events_killswitch": 0,
        "deals_available": {},
        "deal_attributes": {}
      },
      "hotel_name": "Hotel Firenze",
      "bwallet": {
        "hotel_eligibility": 0
      },
      "hotel_include_breakfast": 1,
      "cc1": "it",
      "is_genius_deal": 0,
      "district_id": 1303,
      "block_ids": [
        "8417919_94109588_0_1_0"
      ],
      "price_breakdown": {
        "has_tax_exceptions": 0,
        "sum_excluded_raw": "10.50",
        "currency": "EUR",
        "all_inclusive_price": 181.5,
        "gross_price": "171.00",
        "has_incalculable_charges": 0,
        "has_fine_print_charges": 0
      },
      "matching_units_configuration": {
        "matching_units_common_config": {
          "unit_type_id": 7
        }
      },
      "class_is_estimated": 0,
      "is_free_cancellable": 0,
      "native_ads_cpc": 0,
      "cant_book": 0,
      "city_name_en": "Verona",
      "genius_discount_percentage": 0,
      "review_nr": 5415,
      "city": "Verona",
      "address": "Corso Porta Nuova 88",
      "longitude": 10.9883598983288,
      "review_score": 8.3,
      "accommodation_type_name": "Hotels",
      "id": "property_card_84179",
      "timezone": "Europe/Rome",
      "class": 4,
      "country_trans": "Italy",
      "native_ads_tracking": "",
      "zip": "37122",
      "districts": "1303,1302",
      "is_city_center": 1,
      "review_recommendation": "",
      "city_in_trans": "in Verona",
      "urgency_room_c": 7,
      "district": "Verona Historical Centre",
      "checkout": {
        "until": "10:00",
        "from": "00:00"
      },
      "default_wishlist_name": "Verona",
      "countrycode": "it",
      "price_is_final": 0,
      "hotel_name_trans": "Hotel Firenze",
      "url": "https://www.booking.com/hotel/it/firenze-srl.html",
      "accommodation_type": 204,
      "native_ad_id": "",
      "is_smart_deal": 0,
      "default_language": "en",
      "hotel_facilities": "161,425,437,305,185,51,44,2,494,80,16,453,462,420,6,436,451,219,422,218,48,163,496,20,109,108,8,443,465,466,91,495,459,489,22,129,488,133,304,424,490,7,464,448,492,467,47,449,96,426,81,4,456,447,468,444,491,43,486,158,25,493,457,117,487,28,222,419,214,217,181,450,107,445,461,485,439,423,440,499,455,205,498",
      "is_geo_rate": "",
      "main_photo_id": 169469816,
      "distance": "0.79",
      "soldout": 0,
      "hotel_has_vb_boost": 0,
      "preferred": 1,
      "min_total_price": 171,
      "checkin": {
        "until": "00:00",
        "from": "15:00"
      },
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/169469816.jpg?k=29fc2a4cda3d98c42462fca093b95a226ced5400eb01645cfdeb0a2d78f97df3&o=",
      "children_not_allowed": 0,
      "extended": 0,
      "is_mobile_deal": 0,
      "ufi": -132092,
      "mobile_discount_percentage": 0,
      "b_max_los_data": {
        "has_extended_los": 1,
        "max_allowed_los": 90,
        "default_los": 30,
        "experiment": "long_stays_android_extend_los_3",
        "extended_los": 90,
        "is_fullon": 0
      },
      "type": "property_card",
      "city_trans": "Verona",
      "distance_to_cc": "0.80",
      "is_no_prepayment_block": 0,
      "in_best_district": 0,
      "hotel_id": 84179
    },
    {
      "block_ids": [
        "962480201_368846488_3_0_0"
      ],
      "district_id": 1303,
      "is_genius_deal": 0,
      "matching_units_configuration": {
        "matching_units_common_config": {
          "unit_type_id": 1,
          "localized_area": "45"
        }
      },
      "price_breakdown": {
        "has_incalculable_charges": 0,
        "has_fine_print_charges": 0,
        "gross_price": 158.85,
        "has_tax_exceptions": 0,
        "sum_excluded_raw": "7.50",
        "all_inclusive_price": 166.35,
        "currency": "EUR"
      },
      "longitude": 10.9894542,
      "review_score": 8.6,
      "review_nr": 102,
      "genius_discount_percentage": 0,
      "address": "11 Via Roma",
      "city": "Verona",
      "native_ads_cpc": 0,
      "city_name_en": "Verona",
      "cant_book": 0,
      "is_free_cancellable": 1,
      "class_is_estimated": 0,
      "native_ads_tracking": "",
      "class": 0,
      "country_trans": "Italy",
      "accommodation_type_name": "Apartments",
      "timezone": "Europe/Rome",
      "id": "property_card_9624802",
      "latitude": 45.438873,
      "preferred_plus": 0,
      "cc_required": 1,
      "currency_code": "EUR",
      "booking_home": {
        "is_booking_home": 1,
        "group": "apartment_like",
        "quality_class": 3,
        "is_single_unit_property": "",
        "segment": 1
      },
      "address_trans": "11 Via Roma",
      "badges": [
        {
          "badge_variant": "constructive",
          "text": "Mobile-only price",
          "id": "Mobile Rate"
        }
      ],
      "review_score_word": "Fabulous",
      "currencycode": "EUR",
      "wishlist_count": 0,
      "cc1": "it",
      "hotel_include_breakfast": 0,
      "bwallet": {
        "hotel_eligibility": 0
      },
      "hotel_name": "Roma Loft",
      "deals": {
        "deals_available": {},
        "deal_events_killswitch": 0,
        "deal_attributes": {}
      },
      "distance": "0.30",
      "main_photo_id": 458587979,
      "is_geo_rate": "",
      "hotel_facilities": "455,28,108,109,96,163,47,461,80,16,486,476,460,107,2,181,459,470,456,472,4",
      "default_language": "en",
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/458587979.jpg?k=81d158fe2e2aad10c2434bd1655ccaabcdc9f94fc9f18f22e2c4fa25348584a9&o=",
      "checkin": {
        "until": "23:00",
        "from": "14:00"
      },
      "soldout": 0,
      "min_total_price": 158.85,
      "preferred": 0,
      "hotel_has_vb_boost": 0,
      "city_trans": "Verona",
      "type": "property_card",
      "b_max_los_data": {
        "max_allowed_los": 90,
        "has_extended_los": 1,
        "extended_los": 90,
        "experiment": "long_stays_android_extend_los_3",
        "default_los": 30,
        "is_fullon": 0
      },
      "ufi": -132092,
      "mobile_discount_percentage": 17.65,
      "children_not_allowed": 0,
      "is_mobile_deal": 1,
      "extended": 0,
      "in_best_district": 0,
      "hotel_id": 9624802,
      "distance_to_cc": "0.30",
      "is_no_prepayment_block": 1,
      "review_recommendation": "",
      "is_city_center": 1,
      "zip": "37121",
      "districts": "1303",
      "urgency_room_c": 8,
      "city_in_trans": "in Verona",
      "accommodation_type": 201,
      "hotel_name_trans": "Roma Loft",
      "url": "https://www.booking.com/hotel/it/roma-loft-verona.html",
      "price_is_final": 0,
      "checkout": {
        "until": "10:30",
        "from": "03:00"
      },
      "district": "Verona Historical Centre",
      "default_wishlist_name": "Verona",
      "countrycode": "it",
      "is_smart_deal": 0,
      "native_ad_id": ""
    },
    {
      "urgency_room_c": 9,
      "city_in_trans": "in Verona",
      "review_recommendation": "",
      "is_city_center": 1,
      "districts": "1303",
      "zip": "37121",
      "is_smart_deal": 0,
      "native_ad_id": "",
      "accommodation_type": 216,
      "url": "https://www.booking.com/hotel/it/residenza-elisabetta-verona.html",
      "hotel_name_trans": "Residenza Elisabetta",
      "price_is_final": 0,
      "countrycode": "it",
      "district": "Verona Historical Centre",
      "default_wishlist_name": "Verona",
      "checkout": {
        "until": "10:00",
        "from": "07:00"
      },
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/101210040.jpg?k=e36de8c5a1b197a10a7eeccacbf11659a0e560ba5b30a5a3bd7136e246b7a134&o=",
      "checkin": {
        "from": "14:30",
        "until": "22:00"
      },
      "hotel_has_vb_boost": 0,
      "preferred": 1,
      "min_total_price": 145.8,
      "soldout": 0,
      "distance": "0.62",
      "main_photo_id": 101210040,
      "is_geo_rate": "",
      "default_language": "it",
      "hotel_facilities": "449,492,467,47,96,466,91,459,209,488,129,101,304,451,436,219,218,109,163,108,305,494,140,462,453,80,16,485,455,450,107,452,445,158,457,493,454,484,127,210,419,4,17,468,491,486",
      "in_best_district": 0,
      "hotel_id": 2094076,
      "is_no_prepayment_block": 0,
      "distance_to_cc": "0.65",
      "city_trans": "Verona",
      "type": "property_card",
      "b_max_los_data": {
        "default_los": 30,
        "experiment": "long_stays_android_extend_los_3",
        "extended_los": 90,
        "has_extended_los": 1,
        "max_allowed_los": 90,
        "is_fullon": 0
      },
      "mobile_discount_percentage": 16.2,
      "ufi": -132092,
      "is_mobile_deal": 1,
      "extended": 0,
      "children_not_allowed": 0,
      "address_trans": "Via Amanti 9",
      "booking_home": {
        "segment": 0,
        "is_single_unit_property": "",
        "quality_class": 3,
        "is_booking_home": 1,
        "group": "hotels_and_others"
      },
      "badges": [
        {
          "badge_variant": "constructive",
          "id": "Mobile Rate",
          "text": "Mobile-only price"
        }
      ],
      "latitude": 45.4409871275856,
      "cc_required": 1,
      "preferred_plus": 0,
      "currency_code": "EUR",
      "cc1": "it",
      "hotel_include_breakfast": 0,
      "bwallet": {
        "hotel_eligibility": 0
      },
      "hotel_name": "Residenza Elisabetta",
      "deals": {
        "deal_attributes": {},
        "deal_events_killswitch": 0,
        "deals_available": {}
      },
      "review_score_word": "Superb",
      "currencycode": "EUR",
      "wishlist_count": 0,
      "matching_units_configuration": {
        "matching_units_common_config": {
          "localized_area": "50",
          "unit_type_id": 1
        }
      },
      "price_breakdown": {
        "has_incalculable_charges": 0,
        "has_fine_print_charges": 0,
        "all_inclusive_price": 153.3,
        "currency": "EUR",
        "has_tax_exceptions": 0,
        "sum_excluded_raw": "7.50",
        "gross_price": "145.80"
      },
      "block_ids": [
        "209407609_275773527_3_0_0"
      ],
      "district_id": 1303,
      "is_genius_deal": 0,
      "native_ads_tracking": "",
      "country_trans": "Italy",
      "class": 0,
      "timezone": "Europe/Rome",
      "id": "property_card_2094076",
      "accommodation_type_name": "Guest houses",
      "review_score": 9.3,
      "longitude": 11.0004845894598,
      "address": "Via Amanti 9",
      "city": "Verona",
      "genius_discount_percentage": 0,
      "review_nr": 1585,
      "city_name_en": "Verona",
      "cant_book": 0,
      "native_ads_cpc": 0,
      "class_is_estimated": 0,
      "is_free_cancellable": 1
    },
    {
      "badges": [],
      "booking_home": {
        "quality_class": 0,
        "is_booking_home": 1,
        "group": "hotels_and_others",
        "segment": 0,
        "is_single_unit_property": ""
      },
      "address_trans": "5 Via Daniele Manin piano 3, interno 9",
      "currency_code": "EUR",
      "latitude": 45.4383646,
      "preferred_plus": 0,
      "cc_required": 1,
      "hotel_name": "Arena d'Intorno",
      "bwallet": {
        "hotel_eligibility": 0
      },
      "deals": {
        "deal_attributes": {},
        "deals_available": {},
        "deal_events_killswitch": 0
      },
      "cc1": "it",
      "hotel_include_breakfast": 0,
      "review_score_word": "Superb",
      "wishlist_count": 0,
      "currencycode": "EUR",
      "price_breakdown": {
        "gross_price": "252.00",
        "all_inclusive_price": 259.5,
        "currency": "EUR",
        "has_tax_exceptions": 0,
        "sum_excluded_raw": "7.50",
        "has_fine_print_charges": 0,
        "has_incalculable_charges": 0
      },
      "matching_units_configuration": {
        "matching_units_common_config": {
          "unit_type_id": 4
        }
      },
      "is_genius_deal": 0,
      "block_ids": [
        "1033912502_376010422_3_2_0"
      ],
      "district_id": 1303,
      "class": 0,
      "country_trans": "Italy",
      "accommodation_type_name": "Bed and breakfasts",
      "timezone": "Europe/Rome",
      "id": "property_card_10339125",
      "native_ads_tracking": "",
      "native_ads_cpc": 0,
      "cant_book": 0,
      "city_name_en": "Verona",
      "is_free_cancellable": 1,
      "class_is_estimated": 0,
      "longitude": 10.9893152,
      "review_score": 9.2,
      "review_nr": 21,
      "genius_discount_percentage": 0,
      "city": "Verona",
      "address": "5 Via Daniele Manin piano 3, interno 9",
      "urgency_room_c": 10,
      "city_in_trans": "in Verona",
      "is_city_center": 1,
      "zip": "37122",
      "districts": "1303",
      "review_recommendation": "",
      "native_ad_id": "",
      "is_smart_deal": 0,
      "price_is_final": 0,
      "district": "Verona Historical Centre",
      "checkout": {
        "from": "01:00",
        "until": "10:00"
      },
      "default_wishlist_name": "Verona",
      "countrycode": "it",
      "accommodation_type": 208,
      "hotel_name_trans": "Arena d'Intorno",
      "url": "https://www.booking.com/hotel/it/arena-d-intorno.html",
      "soldout": 0,
      "preferred": 0,
      "min_total_price": 252,
      "hotel_has_vb_boost": 0,
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/475991160.jpg?k=80c3114a5ec01f92aaf3f91632a4357bd7b3a67c0b4ced7f0d40ab57782c97f5&o=",
      "checkin": {
        "from": "15:00",
        "until": "18:00"
      },
      "is_geo_rate": "",
      "default_language": "it",
      "hotel_facilities": "108,109,96,145,163,455,27,28,436,47,7,107,2,16,80,445,486,435,456,305",
      "distance": "0.31",
      "main_photo_id": 475991160,
      "distance_to_cc": "0.35",
      "is_no_prepayment_block": 0,
      "in_best_district": 0,
      "hotel_id": 10339125,
      "mobile_discount_percentage": 0,
      "ufi": -132092,
      "children_not_allowed": 0,
      "is_mobile_deal": 0,
      "extended": 0,
      "city_trans": "Verona",
      "type": "property_card",
      "b_max_los_data": {
        "has_extended_los": 1,
        "max_allowed_los": 90,
        "default_los": 30,
        "experiment": "long_stays_android_extend_los_3",
        "extended_los": 90,
        "is_fullon": 0
      }
    },
    {
      "currency_code": "EUR",
      "preferred_plus": 0,
      "cc_required": 1,
      "latitude": 45.440645,
      "badges": [],
      "booking_home": {
        "segment": 1,
        "is_single_unit_property": "",
        "is_booking_home": 1,
        "group": "apartment_like",
        "quality_class": 4
      },
      "address_trans": "Via Guglielmo Oberdan 9",
      "wishlist_count": 0,
      "currencycode": "EUR",
      "review_score_word": "Superb",
      "deals": {
        "deal_attributes": {},
        "deal_events_killswitch": 0,
        "deals_available": {}
      },
      "bwallet": {
        "hotel_eligibility": 0
      },
      "hotel_name": "Oriana Homèl Verona",
      "hotel_include_breakfast": 0,
      "cc1": "it",
      "is_genius_deal": 0,
      "district_id": 1303,
      "block_ids": [
        "385386602_121389082_3_0_0"
      ],
      "price_breakdown": {
        "has_fine_print_charges": 0,
        "has_incalculable_charges": 0,
        "gross_price": 307.69,
        "all_inclusive_price": 315.19,
        "currency": "EUR",
        "has_tax_exceptions": 0,
        "sum_excluded_raw": "7.50"
      },
      "matching_units_configuration": {
        "matching_units_common_config": {
          "localized_area": "45",
          "unit_type_id": 1
        }
      },
      "is_free_cancellable": 0,
      "class_is_estimated": 0,
      "native_ads_cpc": 0,
      "cant_book": 0,
      "city_name_en": "Verona",
      "review_nr": 811,
      "genius_discount_percentage": 0,
      "city": "Verona",
      "address": "Via Guglielmo Oberdan 9",
      "longitude": 10.993133,
      "review_score": 9.3,
      "accommodation_type_name": "Apartments",
      "timezone": "Europe/Rome",
      "id": "property_card_3853866",
      "class": 0,
      "country_trans": "Italy",
      "native_ads_tracking": "",
      "zip": "37121",
      "districts": "1303",
      "is_city_center": 1,
      "review_recommendation": "",
      "city_in_trans": "in Verona",
      "urgency_room_c": 11,
      "default_wishlist_name": "Verona",
      "district": "Verona Historical Centre",
      "checkout": {
        "until": "11:00",
        "from": "08:00"
      },
      "countrycode": "it",
      "price_is_final": 0,
      "hotel_name_trans": "Oriana Homèl Verona",
      "url": "https://www.booking.com/hotel/it/oriana-suites-verona.html",
      "accommodation_type": 201,
      "native_ad_id": "",
      "is_smart_deal": 0,
      "hotel_facilities": "421,107,445,461,485,423,455,456,472,49,468,444,470,486,446,493,457,127,64,487,28,419,466,91,458,459,424,490,464,449,47,492,467,96,425,437,305,51,142,460,453,462,16,80,420,451,436,422,48,109,163,108,465",
      "default_language": "it",
      "is_geo_rate": "",
      "main_photo_id": 157416908,
      "distance": "0.21",
      "soldout": 0,
      "preferred": 1,
      "min_total_price": 307.69,
      "hotel_has_vb_boost": 0,
      "checkin": {
        "until": "22:00",
        "from": "14:00"
      },
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/157416908.jpg?k=f4425d85e74ab04b6692fcd1f435fc48a2f74d733e82f0042e569dc944b9d2e6&o=",
      "children_not_allowed": 0,
      "is_mobile_deal": 0,
      "extended": 0,
      "mobile_discount_percentage": 0,
      "ufi": -132092,
      "b_max_los_data": {
        "default_los": 30,
        "experiment": "long_stays_android_extend_los_3",
        "extended_los": 90,
        "has_extended_los": 1,
        "max_allowed_los": 90,
        "is_fullon": 0
      },
      "type": "property_card",
      "city_trans": "Verona",
      "distance_to_cc": "0.25",
      "external_reviews": {
        "score_word": "Exceptional",
        "score": 10,
        "should_display": "",
        "num_reviews": 67
      },
      "is_no_prepayment_block": 0,
      "hotel_id": 3853866,
      "in_best_district": 0
    },
    {
      "matching_units_configuration": {
        "matching_units_common_config": {
          "localized_area": "30",
          "unit_type_id": 1
        }
      },
      "price_breakdown": {
        "has_fine_print_charges": 1,
        "has_incalculable_charges": 0,
        "has_tax_exceptions": 0,
        "sum_excluded_raw": "4.50",
        "currency": "EUR",
        "all_inclusive_price": 227.25,
        "gross_price": 222.75
      },
      "block_ids": [
        "8995231_88161525_0_0_0"
      ],
      "district_id": 1303,
      "is_genius_deal": 0,
      "native_ads_tracking": "",
      "country_trans": "Italy",
      "class": 3,
      "timezone": "Europe/Rome",
      "id": "property_card_89952",
      "accommodation_type_name": "Hotels",
      "review_score": 9.1,
      "longitude": 10.9945611655712,
      "address": "Vicolo Tre Marchetti 11",
      "city": "Verona",
      "review_nr": 7161,
      "genius_discount_percentage": 0,
      "city_name_en": "Verona",
      "cant_book": 0,
      "native_ads_cpc": 0,
      "is_free_cancellable": 0,
      "class_is_estimated": 0,
      "address_trans": "Vicolo Tre Marchetti 11",
      "badges": [
        {
          "id": "Mobile Rate",
          "text": "Mobile-only price",
          "badge_variant": "constructive"
        }
      ],
      "latitude": 45.4400807125145,
      "cc_required": 1,
      "preferred_plus": 0,
      "currency_code": "EUR",
      "cc1": "it",
      "hotel_include_breakfast": 0,
      "hotel_name": "Hotel Milano & SPA***S",
      "bwallet": {
        "hotel_eligibility": 0
      },
      "deals": {
        "deals_available": {},
        "deal_events_killswitch": 0,
        "deal_attributes": {}
      },
      "review_score_word": "Superb",
      "wishlist_count": 0,
      "currencycode": "EUR",
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/40706580.jpg?k=8b50f8a197e446bb0a1bd31f8afc7a9a4e301459129b856b24c8e9fc4775dd9e&o=",
      "checkin": {
        "until": "",
        "from": "14:00"
      },
      "preferred": 1,
      "hotel_has_vb_boost": 0,
      "min_total_price": 222.75,
      "soldout": 0,
      "distance": "0.18",
      "main_photo_id": 40706580,
      "is_geo_rate": "",
      "default_language": "en",
      "hotel_facilities": "22,118,304,101,91,459,426,96,81,242,7,2,44,51,80,494,23,161,425,108,63,109,436,451,182,218,48,422,107,181,15,75,54,217,440,205,455,439,241,49,444,124,117,189,25,493,166,457,129,5,489,424,466,495,10,240,492,47,449,52,16,203,453,138,305,163,8,420,143,450,445,78,506,110,160,499,3,461,423,43,491,502,4,64,28,418,158,454",
      "hotel_id": 89952,
      "in_best_district": 0,
      "is_no_prepayment_block": 0,
      "distance_to_cc": "0.20",
      "city_trans": "Verona",
      "type": "property_card",
      "b_max_los_data": {
        "is_fullon": 0,
        "extended_los": 90,
        "experiment": "long_stays_android_extend_los_3",
        "default_los": 30,
        "max_allowed_los": 90,
        "has_extended_los": 1
      },
      "mobile_discount_percentage": 24.75,
      "ufi": -132092,
      "is_mobile_deal": 1,
      "extended": 0,
      "children_not_allowed": 0,
      "urgency_room_c": 12,
      "city_in_trans": "in Verona",
      "review_recommendation": "",
      "is_city_center": 1,
      "districts": "1303",
      "zip": "37121",
      "is_smart_deal": 0,
      "native_ad_id": "",
      "accommodation_type": 204,
      "url": "https://www.booking.com/hotel/it/milano-verona.html",
      "hotel_name_trans": "Hotel Milano & SPA***S",
      "price_is_final": 0,
      "countrycode": "it",
      "default_wishlist_name": "Verona",
      "district": "Verona Historical Centre",
      "checkout": {
        "from": "",
        "until": "12:00"
      }
    },
    {
      "review_recommendation": "",
      "is_city_center": 1,
      "districts": "1303,1302",
      "zip": "37122",
      "urgency_room_c": 13,
      "city_in_trans": "in Verona",
      "accommodation_type": 204,
      "url": "https://www.booking.com/hotel/it/verona.html",
      "hotel_name_trans": "Hotel Indigo Verona - Grand Hotel Des Arts, an IHG Hotel",
      "price_is_final": 0,
      "countrycode": "it",
      "default_wishlist_name": "Verona",
      "district": "Verona Historical Centre",
      "checkout": {
        "until": "12:00",
        "from": ""
      },
      "is_smart_deal": 0,
      "native_ad_id": "",
      "distance": "0.63",
      "main_photo_id": 373944798,
      "is_geo_rate": "",
      "hotel_facilities": "459,91,101,435,118,133,22,7,81,471,73,96,186,425,185,23,494,80,44,51,460,2,422,219,48,182,6,451,436,443,109,108,452,75,15,181,421,107,439,134,205,455,440,456,472,500,457,493,25,189,117,484,220,124,495,466,221,424,5,488,21,448,449,47,492,467,501,305,441,462,203,453,177,16,420,8,176,20,163,110,78,445,450,143,183,423,461,485,442,499,14,468,4,486,502,43,454,158,418,28,222,487",
      "default_language": "it",
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/373944798.jpg?k=b5afd6b1c184b67eab0e3f879235e131e1bcecc30a7f03e51ecbed0262d9d556&o=",
      "checkin": {
        "until": "",
        "from": "15:00"
      },
      "min_total_price": 245.65,
      "preferred": 1,
      "hotel_has_vb_boost": 0,
      "soldout": 0,
      "city_trans": "Verona",
      "b_max_los_data": {
        "is_fullon": 0,
        "has_extended_los": 1,
        "max_allowed_los": 90,
        "default_los": 30,
        "extended_los": 90,
        "experiment": "long_stays_android_extend_los_3"
      },
      "type": "property_card",
      "ufi": -132092,
      "mobile_discount_percentage": 0,
      "is_mobile_deal": 0,
      "extended": 0,
      "children_not_allowed": 0,
      "in_best_district": 0,
      "hotel_id": 80175,
      "is_no_prepayment_block": 0,
      "distance_to_cc": "0.65",
      "latitude": 45.433741,
      "cc_required": 1,
      "preferred_plus": 0,
      "currency_code": "EUR",
      "address_trans": "Corso Porta Nuova 105",
      "badges": [],
      "review_score_word": "Fabulous",
      "currencycode": "EUR",
      "wishlist_count": 0,
      "cc1": "it",
      "hotel_include_breakfast": 0,
      "bwallet": {
        "hotel_eligibility": 0
      },
      "hotel_name": "Hotel Indigo Verona - Grand Hotel Des Arts, an IHG Hotel",
      "deals": {
        "deals_available": {},
        "deal_events_killswitch": 0,
        "deal_attributes": {}
      },
      "block_ids": [
        "8017541_88153029_2_34_0"
      ],
      "district_id": 1303,
      "is_genius_deal": 0,
      "matching_units_configuration": {
        "matching_units_common_config": {
          "unit_type_id": 8
        }
      },
      "price_breakdown": {
        "currency": "EUR",
        "all_inclusive_price": 252.65,
        "sum_excluded_raw": "7.00",
        "has_tax_exceptions": 0,
        "gross_price": 245.65,
        "has_incalculable_charges": 0,
        "has_fine_print_charges": 0
      },
      "review_score": 8.6,
      "longitude": 10.989517,
      "address": "Corso Porta Nuova 105",
      "city": "Verona",
      "review_nr": 1639,
      "genius_discount_percentage": 0,
      "city_name_en": "Verona",
      "cant_book": 0,
      "native_ads_cpc": 0,
      "is_free_cancellable": 0,
      "class_is_estimated": 0,
      "native_ads_tracking": "",
      "country_trans": "Italy",
      "class": 4,
      "id": "property_card_80175",
      "timezone": "Europe/Rome",
      "accommodation_type_name": "Hotels"
    },
    {
      "city_trans": "Verona",
      "b_max_los_data": {
        "is_fullon": 0,
        "has_extended_los": 1,
        "max_allowed_los": 90,
        "default_los": 30,
        "experiment": "long_stays_android_extend_los_3",
        "extended_los": 90
      },
      "type": "property_card",
      "mobile_discount_percentage": 0,
      "ufi": -132092,
      "extended": 0,
      "is_mobile_deal": 0,
      "children_not_allowed": 0,
      "hotel_id": 351006,
      "in_best_district": 0,
      "is_no_prepayment_block": 0,
      "distance_to_cc": "0.45",
      "distance": "0.42",
      "main_photo_id": 263962336,
      "is_geo_rate": "",
      "hotel_facilities": "305,16,462,203,453,140,420,465,407,8,163,176,20,495,466,21,129,488,489,5,492,405,467,47,449,448,501,468,4,486,43,491,454,158,222,419,28,418,487,127,64,110,445,143,450,183,3,485,461,160,499,442,185,161,425,437,23,80,2,460,51,44,218,48,219,422,436,451,410,6,443,404,108,109,459,458,91,211,187,304,503,101,22,133,7,464,81,186,96,444,49,472,17,456,500,493,457,25,188,189,124,117,484,217,452,463,107,421,181,439,438,134,455,27,205,440",
      "default_language": "en",
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/263962336.jpg?k=360a6211f837624ecb4b55ad50e16dac10bbf1f8cf37596717984363892f7153&o=",
      "checkin": {
        "until": "00:00",
        "from": "15:00"
      },
      "preferred": 1,
      "hotel_has_vb_boost": 0,
      "min_total_price": 624,
      "soldout": 0,
      "accommodation_type": 204,
      "url": "https://www.booking.com/hotel/it/victoria-verona.html",
      "hotel_name_trans": "NH Collection Palazzo Verona",
      "price_is_final": 0,
      "countrycode": "it",
      "checkout": {
        "from": "07:00",
        "until": "12:00"
      },
      "district": "Verona Historical Centre",
      "default_wishlist_name": "Verona",
      "is_smart_deal": 0,
      "native_ad_id": "",
      "review_recommendation": "",
      "is_city_center": 1,
      "districts": "1303",
      "zip": "37121",
      "urgency_room_c": 14,
      "city_in_trans": "in Verona",
      "review_score": 8.8,
      "longitude": 10.9936827421188,
      "address": "Via Adua 6",
      "city": "Verona",
      "review_nr": 2014,
      "genius_discount_percentage": 0,
      "city_name_en": "Verona",
      "cant_book": 0,
      "native_ads_cpc": 0,
      "class_is_estimated": 0,
      "is_free_cancellable": 0,
      "native_ads_tracking": "",
      "country_trans": "Italy",
      "class": 5,
      "timezone": "Europe/Rome",
      "id": "property_card_351006",
      "accommodation_type_name": "Hotels",
      "block_ids": [
        "35100620_88457812_0_34_0"
      ],
      "district_id": 1303,
      "is_genius_deal": 0,
      "matching_units_configuration": {
        "matching_units_common_config": {
          "unit_type_id": 9
        }
      },
      "price_breakdown": {
        "has_tax_exceptions": 0,
        "sum_excluded_raw": "10.00",
        "all_inclusive_price": 634,
        "currency": "EUR",
        "gross_price": "624.00",
        "has_fine_print_charges": 1,
        "has_incalculable_charges": 0
      },
      "review_score_word": "Fabulous",
      "currencycode": "EUR",
      "wishlist_count": 0,
      "cc1": "it",
      "hotel_include_breakfast": 0,
      "bwallet": {
        "hotel_eligibility": 0
      },
      "hotel_name": "NH Collection Palazzo Verona",
      "deals": {
        "deal_events_killswitch": 0,
        "deals_available": {},
        "deal_attributes": {}
      },
      "latitude": 45.4425357082789,
      "cc_required": 1,
      "preferred_plus": 0,
      "currency_code": "EUR",
      "address_trans": "Via Adua 6",
      "badges": []
    },
    {
      "class_is_estimated": 0,
      "is_free_cancellable": 0,
      "native_ads_cpc": 0,
      "city_name_en": "Verona",
      "cant_book": 0,
      "genius_discount_percentage": 0,
      "review_nr": 180,
      "city": "Verona",
      "address": "3 Via Tito Speri",
      "longitude": 10.9981883,
      "review_score": 9.5,
      "accommodation_type_name": "Apartments",
      "id": "property_card_3977146",
      "timezone": "Europe/Rome",
      "class": 0,
      "country_trans": "Italy",
      "native_ads_tracking": "",
      "is_genius_deal": 0,
      "district_id": 1303,
      "block_ids": [
        "397714601_140247377_3_0_0"
      ],
      "price_breakdown": {
        "gross_price": "450.00",
        "sum_excluded_raw": "7.50",
        "has_tax_exceptions": 0,
        "currency": "EUR",
        "all_inclusive_price": 457.5,
        "has_fine_print_charges": 0,
        "has_incalculable_charges": 0
      },
      "matching_units_configuration": {
        "matching_units_common_config": {
          "localized_area": "65",
          "unit_type_id": 1
        }
      },
      "currencycode": "EUR",
      "wishlist_count": 0,
      "review_score_word": "Exceptional",
      "deals": {
        "deal_attributes": {},
        "deals_available": {},
        "deal_events_killswitch": 0
      },
      "bwallet": {
        "hotel_eligibility": 0
      },
      "hotel_name": "Dimora Tito Speri near Arena",
      "hotel_include_breakfast": 0,
      "cc1": "it",
      "currency_code": "EUR",
      "preferred_plus": 1,
      "cc_required": 1,
      "latitude": 45.4375651,
      "badges": [
        {
          "badge_variant": "constructive",
          "text": "Mobile-only price",
          "id": "Mobile Rate"
        }
      ],
      "booking_home": {
        "group": "apartment_like",
        "is_booking_home": 1,
        "quality_class": 4,
        "is_single_unit_property": 1,
        "segment": 2
      },
      "address_trans": "3 Via Tito Speri",
      "children_not_allowed": 0,
      "extended": 0,
      "is_mobile_deal": 1,
      "ufi": -132092,
      "mobile_discount_percentage": 50,
      "type": "property_card",
      "b_max_los_data": {
        "max_allowed_los": 90,
        "has_extended_los": 1,
        "extended_los": 90,
        "experiment": "long_stays_android_extend_los_3",
        "default_los": 30,
        "is_fullon": 0
      },
      "city_trans": "Verona",
      "external_reviews": {
        "score_word": "Exceptional",
        "score": 10,
        "num_reviews": 89,
        "should_display": ""
      },
      "distance_to_cc": "0.45",
      "is_no_prepayment_block": 0,
      "hotel_id": 3977146,
      "in_best_district": 0,
      "default_language": "it",
      "hotel_facilities": "134,439,440,455,181,107,476,15,75,457,493,117,124,49,472,456,17,444,490,96,400,91,209,22,503,435,101,304,436,451,219,182,109,108,404,443,23,142,44,2,460,494,80,183,499,442,498,506,78,450,445,158,446,127,210,28,418,505,419,4,470,491,502,448,492,405,467,47,449,466,495,129,21,184,424,420,496,163,8,481,465,441,305,256,406,140,16,462",
      "is_geo_rate": "",
      "main_photo_id": 254837149,
      "distance": "0.41",
      "soldout": 0,
      "min_total_price": 450,
      "preferred": 1,
      "hotel_has_vb_boost": 0,
      "checkin": {
        "from": "15:00",
        "until": "23:30"
      },
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/254837149.jpg?k=a3a96028fed7585d06f30faf6059715b7d24f1d30e9027ac4a755e860ebac329&o=",
      "district": "Verona Historical Centre",
      "default_wishlist_name": "Verona",
      "checkout": {
        "from": "05:00",
        "until": "11:00"
      },
      "countrycode": "it",
      "price_is_final": 0,
      "hotel_name_trans": "Dimora Tito Speri near Arena",
      "url": "https://www.booking.com/hotel/it/dimora-tito-speri-verona.html",
      "accommodation_type": 201,
      "native_ad_id": "",
      "is_smart_deal": 0,
      "zip": "37121",
      "districts": "1303",
      "is_city_center": 1,
      "review_recommendation": "",
      "city_in_trans": "in Verona",
      "urgency_room_c": 15
    },
    {
      "review_recommendation": "",
      "districts": "1302",
      "zip": "37138",
      "is_city_center": 0,
      "city_in_trans": "in Verona",
      "urgency_room_c": 16,
      "url": "https://www.booking.com/hotel/it/romeo-amp-juliet-verona.html",
      "hotel_name_trans": "Romeo & Juliet Non-Hotel",
      "accommodation_type": 216,
      "countrycode": "it",
      "checkout": {
        "from": "04:00",
        "until": "10:30"
      },
      "district": "Porta Nuova",
      "default_wishlist_name": "Verona",
      "price_is_final": 0,
      "is_smart_deal": 0,
      "native_ad_id": "",
      "main_photo_id": 115422935,
      "distance": "1.42",
      "default_language": "it",
      "hotel_facilities": "491,486,502,17,456,49,468,470,127,210,487,28,419,493,457,450,87,107,445,452,15,506,482,440,477,455,442,14,499,160,498,461,439,141,460,2,494,140,497,462,80,16,441,9,305,161,109,163,496,108,443,465,451,436,48,489,488,129,22,101,435,304,466,473,91,458,459,209,495,96,426,490,448,449,492,467,47",
      "is_geo_rate": "",
      "checkin": {
        "until": "22:00",
        "from": "14:00"
      },
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/115422935.jpg?k=b8747748ca5dbe929418d317cd4cb56fb0a3f2ef8fb1345edb3b3329f73652c3&o=",
      "preferred": 1,
      "hotel_has_vb_boost": 0,
      "min_total_price": 356.22,
      "soldout": 0,
      "b_max_los_data": {
        "has_extended_los": 1,
        "max_allowed_los": 90,
        "default_los": 30,
        "experiment": "long_stays_android_extend_los_3",
        "extended_los": 90,
        "is_fullon": 0
      },
      "type": "property_card",
      "city_trans": "Verona",
      "is_mobile_deal": 1,
      "extended": 0,
      "children_not_allowed": 0,
      "mobile_discount_percentage": 48.58,
      "ufi": -132092,
      "in_best_district": 0,
      "hotel_id": 2326001,
      "is_no_prepayment_block": 0,
      "external_reviews": {
        "score": 10,
        "score_word": "Exceptional",
        "num_reviews": 49,
        "should_display": ""
      },
      "distance_to_cc": "1.45",
      "cc_required": 1,
      "preferred_plus": 1,
      "latitude": 45.4306624351113,
      "currency_code": "EUR",
      "address_trans": "Via Case Ferrovieri 25, interno 8",
      "booking_home": {
        "is_single_unit_property": "",
        "segment": 0,
        "is_booking_home": 1,
        "group": "hotels_and_others",
        "quality_class": 0
      },
      "badges": [
        {
          "id": "Mobile Rate",
          "text": "Mobile-only price",
          "badge_variant": "constructive"
        }
      ],
      "currencycode": "EUR",
      "wishlist_count": 0,
      "review_score_word": "Fabulous",
      "hotel_include_breakfast": 0,
      "cc1": "it",
      "deals": {
        "deal_attributes": {},
        "deals_available": {},
        "deal_events_killswitch": 0
      },
      "hotel_name": "Romeo & Juliet Non-Hotel",
      "bwallet": {
        "hotel_eligibility": 0
      },
      "district_id": 1302,
      "block_ids": [
        "232600104_100489532_3_0_0"
      ],
      "is_genius_deal": 0,
      "matching_units_configuration": {
        "matching_units_common_config": {
          "unit_type_id": 9
        }
      },
      "price_breakdown": {
        "has_fine_print_charges": 1,
        "has_incalculable_charges": 0,
        "currency": "EUR",
        "all_inclusive_price": 375.72,
        "sum_excluded_raw": "19.50",
        "has_tax_exceptions": 0,
        "gross_price": 356.22
      },
      "city": "Verona",
      "address": "Via Case Ferrovieri 25, interno 8",
      "review_nr": 894,
      "genius_discount_percentage": 0,
      "review_score": 8.6,
      "longitude": 10.9792175070626,
      "class_is_estimated": 0,
      "is_free_cancellable": 0,
      "city_name_en": "Verona",
      "cant_book": 0,
      "native_ads_cpc": 0,
      "native_ads_tracking": "",
      "id": "property_card_2326001",
      "timezone": "Europe/Rome",
      "accommodation_type_name": "Guest houses",
      "country_trans": "Italy",
      "class": 0
    },
    {
      "native_ads_cpc": 0,
      "city_name_en": "Verona",
      "cant_book": 0,
      "is_free_cancellable": 1,
      "class_is_estimated": 0,
      "longitude": 11.0040119772609,
      "review_score": 8.4,
      "review_nr": 257,
      "genius_discount_percentage": 0,
      "address": "Interrato Acqua Morta, 42",
      "city": "Verona",
      "class": 0,
      "country_trans": "Italy",
      "accommodation_type_name": "Guest houses",
      "id": "property_card_1295467",
      "timezone": "Europe/Rome",
      "native_ads_tracking": "",
      "is_genius_deal": 0,
      "block_ids": [
        "129546708_344178593_3_0_0"
      ],
      "district_id": 0,
      "price_breakdown": {
        "has_fine_print_charges": 0,
        "has_incalculable_charges": 0,
        "gross_price": "157.50",
        "has_tax_exceptions": 0,
        "sum_excluded_raw": "7.50",
        "currency": "EUR",
        "all_inclusive_price": 165
      },
      "matching_units_configuration": {
        "matching_units_common_config": {
          "unit_type_id": 7
        }
      },
      "review_score_word": "Very good",
      "wishlist_count": 0,
      "currencycode": "EUR",
      "hotel_name": "Verona Rooms",
      "bwallet": {
        "hotel_eligibility": 0
      },
      "deals": {
        "deals_available": {},
        "deal_events_killswitch": 0,
        "deal_attributes": {}
      },
      "cc1": "it",
      "hotel_include_breakfast": 0,
      "currency_code": "EUR",
      "latitude": 45.4420793180952,
      "preferred_plus": 1,
      "cc_required": 1,
      "badges": [
        {
          "badge_variant": "constructive",
          "id": "Mobile Rate",
          "text": "Mobile-only price"
        }
      ],
      "booking_home": {
        "is_single_unit_property": "",
        "segment": 0,
        "is_booking_home": 1,
        "group": "hotels_and_others",
        "quality_class": 3
      },
      "address_trans": "Interrato Acqua Morta, 42",
      "mobile_discount_percentage": 17.5,
      "ufi": -132092,
      "children_not_allowed": 0,
      "extended": 0,
      "is_mobile_deal": 1,
      "city_trans": "Verona",
      "b_max_los_data": {
        "default_los": 30,
        "experiment": "long_stays_android_extend_los_3",
        "extended_los": 90,
        "has_extended_los": 1,
        "max_allowed_los": 90,
        "is_fullon": 0
      },
      "type": "property_card",
      "distance_to_cc": "0.95",
      "external_reviews": {
        "num_reviews": 4,
        "should_display": "",
        "score_word": "Exceptional",
        "score": 10
      },
      "is_no_prepayment_block": 0,
      "hotel_id": 1295467,
      "in_best_district": 0,
      "is_geo_rate": "",
      "default_language": "it",
      "hotel_facilities": "490,492,467,47,449,96,459,489,184,435,436,451,108,145,163,109,465,443,481,305,2,460,80,16,462,461,439,423,442,455,506,107,181,450,476,452,454,457,493,419,28,472,49,456,468,444,43",
      "distance": "0.92",
      "main_photo_id": 420474953,
      "soldout": 0,
      "hotel_has_vb_boost": 0,
      "preferred": 1,
      "min_total_price": 157.5,
      "main_photo_url": "https://cf.bstatic.com/xdata/images/hotel/square60/420474953.jpg?k=f311d886abad833afef7a9498b0830c75c0e6251257a92ac52a80f9cdd617603&o=",
      "checkin": {
        "until": "22:00",
        "from": "15:00"
      },
      "price_is_final": 1,
      "district": "",
      "checkout": {
        "from": "07:00",
        "until": "10:00"
      },
      "default_wishlist_name": "Verona",
      "countrycode": "it",
      "accommodation_type": 216,
      "hotel_name_trans": "Verona Rooms",
      "url": "https://www.booking.com/hotel/it/b-amp-b-verona-rooms.html",
      "native_ad_id": "",
      "is_smart_deal": 0,
      "is_city_center": 0,
      "zip": "37129",
      "districts": "",
      "review_recommendation": "",
      "urgency_room_c": 4,
      "city_in_trans": "in Verona"
    }
  ],
  "total_count_with_filters": 234,
  "sort": [
    {
      "id": "distance",
      "name": "Distance from place of interest"
    },
    {
      "id": "popularity",
      "name": "Popularity"
    },
    {
      "id": "class_descending",
      "name": "Stars (5 to 0)"
    },
    {
      "name": "Stars (0 to 5)",
      "id": "class_ascending"
    },
    {
      "id": "review_score",
      "name": "Guest review score"
    },
    {
      "name": "Price (low to high)",
      "id": "price"
    }
  ],
  "primary_count": 234,
  "copyright": [
    "Sold out on Booking.com",
    "Superior Double Room",
    "Executive Suite",
    "Large One-Bedroom Apartment with Balcony",
    "Triple Room",
    "One-Bedroom Apartment with Balcony",
    "Villa with Private Pool and Spa",
    "Standard Triple Room",
    "One-Bedroom Apartment",
    "Apartment",
    "Quadruple Room with Private Bathroom",
    "Superior Apartment",
    "One-Bedroom Apartment (3 Adults) - Separate Building",
    "Premium Twin Room",
    "Junior Suite with Extra Bed (2 Adults + 1 Child)",
    "Apartment with Terrace",
    "Quadruple Room with Private External Bathroom"
  ],
  "room_distribution": [
    {
      "children": [
        5
      ],
      "adults": "2"
    }
  ],
  "recommended_filters": [
    {
      "name": "Free cancellation",
      "generic_id": "free_cancellation::1"
    },
    {
      "generic_id": "reviewscorebuckets::80",
      "name": "Very good: 8+"
    },
    {
      "name": "Apartments",
      "generic_id": "property_type::201"
    }
  ],
  "search_id": "49f05b57e5169265360214fd4ca6fbd2556:1:211",
  "search_radius": 0
}

Fetch property detail

This endpoint fetches the details of a property based on the provided parameters.

Header Parameters

X-API-KEYstring

Body Parameters

hotel_idstring Required

The Booking.com ID of the hotel

departure_datestring Required

The departure date in the format 'YYYY-MM-DD'

arrival_datestring Required

The arrival date in the format 'YYYY-MM-DD'

rec_guest_qtystring Required

The quantity of adults guests

rec_room_qtystring Required

The quantity of rooms

dest_idsstring Required

The destination ID, can be a city, an hotel or a location. The value of 'dest_id' field returned in ../on-demand/auto-complete

rec_children_agestring

The age of children comma separated

Default value
5,7
rec_children_qtystring

The quantity of children

Default value
1
recommend_forstring

The recommended number of persons per room

Default value
2
languagecodestring

The language code

Default value
en
Enum values:
enen-usarbgcacsdadeeles
... 33 other enums
currency_codestring

The currency code for price filter

Default value
EUR
unitsstring

The units for measurement

Default value
metric
Enum values:
metricimperial

Responses

200
Object
Successful response

Response Attributes

city_name_enstring
district_idnumber
is_cash_accepted_check_enablednumber
available_roomsnumber
latitudenumber
citystring
cant_booknumber
is_closednumber
spoken_languagesarray

Show child attributes

is_preferrednumber
hotel_facilitiesstring
longitudenumber
available_deal_descriptionsarray
address_requirednumber
wifi_review_scoreobject

Show child attributes

b_sca_flow_property_user_ipnumber
payment_productstring
hotel_namestring
plq_sensitivitystring
hotel_idnumber
booking_homeobject

Show child attributes

last_reservationobject

Show child attributes

cc_requiredstring
is_preferred_plusnumber
districtstring
info_bannersarray

Show child attributes

seen_cc_app_rp_missing_facnumber
zipstring
cc1string
departure_datestring
b_max_los_dataobject

Show child attributes

min_room_distributionobject

Show child attributes

city_in_transstring
distance_to_ccnumber
mobile_discount_percentagenumber
soldoutnumber
family_facilitiesarray

Show child attributes

default_wishlist_namestring
districtsarray

Show child attributes

is_hotel_ctripnumber
address_transstring
direct_paymentobject

Show child attributes

is_exclusivenumber
is_crimeanumber
alternate_availabilityarray

Show child attributes

wl_dest_idstring
qualifies_for_no_cc_reservationnumber
total_blocksnumber
currency_codestring
b_legal_use_neutral_color_for_persuasion_legalnumber
ufinumber
languages_spokenobject

Show child attributes

top_ufi_benefitsarray

Show child attributes

soldout_messagestring
breakfast_review_scoreobject

Show child attributes

average_room_size_for_ufi_m2string
facilities_blockobject

Show child attributes

countrycodestring
hotel_include_breakfastnumber
aggregated_dataobject

Show child attributes

city_transstring
is_vp2_enrollednumber
timezonestring
check_only_x_leftnumber
arrival_datestring
is_city_centernumber
blockarray
cvc_requiredstring
has_theme_park_benefitsnumber
addressstring
seen_cc_app_hp_missing_infonumber
preferencesarray
genius_rates_can_be_availablenumber
is_single_unit_vrnumber
urgency_room_stringstring
accommodation_type_namestring
urlstring
default_languagestring
is_cpv2_propertynumber
hotel_textobject
duplicate_rates_removednumber
max_rooms_in_reservationnumber
hotel_name_transstring
country_transstring
class_is_estimatednumber
is_family_friendlynumber
accommodation_typenumber
is_in_real_heartnumber
review_nrnumber
property_highlight_striparray
422
Object
Validation Error

Response Attributes

detailarray

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/on-demand/property-detail

Select
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 curl --location 'https://brainy-api-portal-3cuixb5lia-ew.a.run.app/on-demand/property-detail' \ --data '{ "hotel_id": "123ABC", "departure_date": "2024-01-02", "arrival_date": "2024-01-01", "rec_guest_qty": "2", "rec_room_qty": "1", "dest_ids": "1612456", "rec_children_age": "8", "rec_children_qty": "1", "recommend_for": "2", "languagecode": "en-us", "currency_code": "EUR", "units": "imperial" }'

Response

[
  {
    "city_name_en": "Verona",
    "district_id": 1302,
    "is_cash_accepted_check_enabled": 1,
    "available_rooms": 0,
    "latitude": 45.4350378812301,
    "city": "Verona",
    "cant_book": 0,
    "is_closed": 0,
    "spoken_languages": [
      "it",
      "en-gb"
    ],
    "is_preferred": 1,
    "hotel_facilities": "43,51,425,464,460,455,209,48,163,185,10,487,64,107,466,63,451,47,181,419,467,486,54,80,257,2,161,452,218,449,304,423,109,25,453,22,458,129,468,463,485,81,203,177,217,21,17,462,101,110,187,4,457,55,96,210,461,456,186,108,488,158,140,424,450,465,16,459,420,454,28,189,91",
    "longitude": 10.9897569660269,
    "available_deal_descriptions": [],
    "address_required": 0,
    "wifi_review_score": {
      "rating": 9.3
    },
    "b_sca_flow_property_user_ip": 0,
    "payment_product": "hybrid",
    "hotel_name": "Relais Empire",
    "plq_sensitivity": "",
    "hotel_id": 1612456,
    "booking_home": {
      "is_single_type_property": 0,
      "is_single_unit_property": 0,
      "is_vacation_rental": 1,
      "is_aparthotel": 0,
      "checkin_methods": [
        {
          "checkin_method": "unknown_deprecated",
          "stream_variation_name": "primary_checkin_method",
          "additional_info": {
            "location": {
              "off_location": 0
            }
          },
          "created_at": "2018-10-01 18:53:33",
          "external_references": [],
          "unit_id": 1612456,
          "stream_name": "hotel",
          "updated_at": "2020-04-25 16:53:21"
        }
      ],
      "segment": 0,
      "group": "hotels_and_others",
      "is_booking_home": 1,
      "house_rules": [
        {
          "description": "No smoking",
          "title": "Smoking",
          "type": "POLICY_SMOKING",
          "icon": "smoking"
        }
      ],
      "quality_class": 4
    },
    "last_reservation": {
      "time": ""
    },
    "cc_required": "1",
    "is_preferred_plus": 0,
    "district": "Porta Nuova",
    "info_banners": [
      {
        "id": "coronavirus",
        "priority": 100,
        "collapsible": 0,
        "type": "banner",
        "dismissable": 0,
        "secondary_action": {
          "text": "Help Centre",
          "action": "open-page",
          "action_context": "help-center"
        },
        "is_default_collapsed": 1,
        "position_to_inject": 0,
        "title": "Coronavirus (COVID-19) update",
        "messages": [
          "Get the travel advice you need. Read more about possible travel restrictions before you go."
        ],
        "show_after_dismissed": 1,
        "show_after_dismissed_time": 24,
        "primary_action": {
          "action": "open-page",
          "text": "Contact property",
          "action_context": "my-reservations"
        }
      }
    ],
    "seen_cc_app_rp_missing_fac": 0,
    "zip": "37122",
    "cc1": "it",
    "departure_date": "2024-01-02",
    "b_max_los_data": {
      "is_fullon": 0,
      "has_extended_los": 1,
      "default_los": 30,
      "extended_los": 90,
      "max_allowed_los": 90,
      "experiment": "long_stays_android_extend_los_3"
    },
    "min_room_distribution": {
      "children": [
        5
      ],
      "adults": 2
    },
    "city_in_trans": "in Verona",
    "distance_to_cc": 0.498852625554497,
    "mobile_discount_percentage": 10,
    "soldout": 1,
    "family_facilities": [
      "Babysitting/child services",
      "Family rooms",
      "Soundproof rooms"
    ],
    "default_wishlist_name": "Verona",
    "districts": [
      1302,
      1303,
      10295
    ],
    "is_hotel_ctrip": 0,
    "address_trans": "",
    "direct_payment": {
      "is_hpp_only": 0
    },
    "is_exclusive": 0,
    "is_crimea": 0,
    "alternate_availability": [
      {
        "checkin": "2024-01-03",
        "currency": "EUR",
        "price": 288,
        "checkout": "2024-01-04"
      },
      {
        "checkout": "2024-01-05",
        "price": 218,
        "currency": "EUR",
        "checkin": "2024-01-04"
      },
      {
        "checkout": "2024-01-04",
        "currency": "EUR",
        "price": 603,
        "checkin": "2024-01-02"
      },
      {
        "checkin": "2024-01-03",
        "currency": "EUR",
        "price": 640,
        "checkout": "2024-01-05"
      },
      {
        "checkout": "2024-01-06",
        "checkin": "2024-01-04",
        "price": 456,
        "currency": "EUR"
      }
    ],
    "wl_dest_id": "city::-132092",
    "qualifies_for_no_cc_reservation": 0,
    "total_blocks": 0,
    "currency_code": "EUR",
    "b_legal_use_neutral_color_for_persuasion_legal": 0,
    "ufi": -132092,
    "languages_spoken": {
      "languagecode": [
        "it",
        "en-gb"
      ]
    },
    "top_ufi_benefits": [
      {
        "translated_name": "Parking",
        "icon": "parking_sign"
      },
      {
        "icon": "spa",
        "translated_name": "Spa and wellness centre"
      },
      {
        "translated_name": "Pets allowed",
        "icon": "pawprint"
      },
      {
        "translated_name": "WiFi",
        "icon": "wifi"
      },
      {
        "translated_name": "Family rooms",
        "icon": "family"
      },
      {
        "icon": "nosmoking",
        "translated_name": "Non-smoking rooms"
      }
    ],
    "soldout_message": "Sold out on Booking.com",
    "breakfast_review_score": {
      "review_number": 0,
      "review_count": 0,
      "rating": 0,
      "review_score_word": "",
      "review_score": 0,
      "review_snippet": ""
    },
    "average_room_size_for_ufi_m2": "42.04",
    "facilities_block": {
      "type": "popular",
      "name": "Most popular facilities",
      "facilities": [
        {
          "icon": "nosmoking",
          "name": "Non-smoking rooms"
        },
        {
          "icon": "shuttle",
          "name": "Airport shuttle"
        },
        {
          "icon": "spa",
          "name": "Spa and wellness centre"
        },
        {
          "name": "Facilities for disabled guests",
          "icon": "disabled"
        },
        {
          "icon": "family",
          "name": "Family rooms"
        },
        {
          "name": "WiFi available in all areas",
          "icon": "wifi"
        },
        {
          "name": "Private parking",
          "icon": "parking_sign"
        },
        {
          "icon": "pawprint",
          "name": "Pets allowed"
        },
        {
          "name": "Free WiFi",
          "icon": "wifi"
        },
        {
          "name": "Parking",
          "icon": "parking_sign"
        }
      ]
    },
    "countrycode": "it",
    "hotel_include_breakfast": 0,
    "aggregated_data": {
      "common_kitchen_fac": [],
      "has_nonrefundable": 0,
      "has_refundable": 0,
      "has_kitchen": 1,
      "has_seating": 0
    },
    "city_trans": "Verona",
    "is_vp2_enrolled": 0,
    "timezone": "Europe/Rome",
    "check_only_x_left": 1,
    "arrival_date": "2024-01-01",
    "is_city_center": 0,
    "block": [],
    "cvc_required": "0",
    "has_theme_park_benefits": 0,
    "address": "Corso Porta Nuova 22",
    "seen_cc_app_hp_missing_info": 0,
    "preferences": [],
    "genius_rates_can_be_available": 1,
    "is_single_unit_vr": 0,
    "urgency_room_string": "",
    "accommodation_type_name": "Guest houses",
    "url": "https://www.booking.com/hotel/it/relais-empire-verona1.html",
    "default_language": "it",
    "is_cpv2_property": 1,
    "hotel_text": {},
    "duplicate_rates_removed": 0,
    "max_rooms_in_reservation": 10,
    "hotel_name_trans": "",
    "country_trans": "Italy",
    "class_is_estimated": 0,
    "is_family_friendly": 0,
    "accommodation_type": 216,
    "is_in_real_heart": 1,
    "review_nr": 3208,
    "property_highlight_strip": []
  }
]

Fetch property description

This endpoint fetches the description of a property based on the provided parameters.

Header Parameters

X-API-KEYstring

Body Parameters

hotel_idsstring Required

The Booking.com ID of the hotel, you can find it out in the ../properties-list endpoint

check_outstring

The check-out date in the format 'YYYY-MM-DD'

Default value
2024-01-03
languagecodestring

The language code

Default value
en
Enum values:
enen-usarbgcacsdadeeles
... 33 other enums
check_instring

The check-in date in the format 'YYYY-MM-DD'

Default value
2024-01-02

Responses

200
Object
Successful response

Response Attributes

languagecodestring
descriptiontype_idnumber
extra_linesobject

Show child attributes

descriptionstring
422
Object
Validation Error

Response Attributes

detailarray

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/on-demand/property-description

Select
1 2 3 4 5 6 7 curl --location 'https://brainy-api-portal-3cuixb5lia-ew.a.run.app/on-demand/property-description' \ --data '{ "hotel_ids": "123ABC", "check_out": "2024-01-02", "languagecode": "en-us", "check_in": "2024-01-01" }'

Response

[
  {
    "languagecode": "en-gb",
    "descriptiontype_id": 7,
    "extra_lines": {
      "imp_info": "Please inform Relais Empire in advance of your expected arrival time. You can use the Special Requests box when booking, or contact the property directly with the contact details provided in your confirmation.\n\nSpa and gym facilities at this property are unavailable due to Coronavirus (COVID-19).\n\nDue to Coronavirus (COVID-19), this property has reduced reception and service operating hours.\n\nDue to Coronavirus (COVID-19), this property is taking steps to help protect the safety of guests and staff. Certain services and amenities may be reduced or unavailable as a result.\n\nIn response to Coronavirus (COVID-19), additional safety and sanitation measures are in effect at this property.\n\n"
    },
    "description": "When booking more than 4 rooms, please note that different conditions may apply.\n\nPlease note that the wellness centre is 200 metres from the property."
  },
  {
    "description": "Stay in the heart of Verona.\nRelais Empire is located in Verona, 500 metres from Piazza Bra. Guests can enjoy the on-site bar.\n\nEach room at this guest house is air conditioned and comes with a TV with satellite channels. Every room is fitted with a private bathroom equipped with a bidet and shower. For your comfort, you will find free toiletries and a hairdryer. This accommodation features free WiFi.\n\nThere is dry cleaning services at the property. Guests can also use a partnered wellness centre, 200 metres form the property.\n\nVerona Arena is 600 metres from Relais Empire, while Via Mazzini is 700 metres away. The nearest airport is Verona Airport, 7 km from Relais Empire.",
    "languagecode": "en-gb",
    "descriptiontype_id": 6
  }
]

Fetch hotel photos

This endpoint fetches photos for a given hotel.

Header Parameters

X-API-KEYstring

Body Parameters

hotel_idsstring

The unique identifier for the BookingCom ID hotel. Get Value from ../on-demand/properties-list

Default value
1612456
languagecodestring

The language code

Default value
en
Enum values:
enen-usarbgcacsdadeeles
... 33 other enums

Responses

200
Object
Successful response

Response Attributes

url_prefixstring
dataobject

Show child attributes

categoriesarray
422
Object
Validation Error

Response Attributes

detailarray

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/on-demand/hotel-photos

Select
1 2 3 4 5 curl --location 'https://brainy-api-portal-3cuixb5lia-ew.a.run.app/on-demand/hotel-photos' \ --data '{ "hotel_ids": "1612456", "languagecode": "en-us" }'

Response

{
  "url_prefix": "https://cf.bstatic.com",
  "data": {
    "1612456": [
      [
        1,
        [
          {
            "tag_type": "ml_tags",
            "photo_id": 68612613,
            "tag_id": 13,
            "confidence": 97,
            "tag_name": "Bed"
          }
        ],
        68612613,
        [
          {
            "tag": "Bedroom",
            "id": 199
          },
          {
            "id": 1000000001,
            "tag": "Property"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612613.jpg?k=e3aad26a33299d48119d2cf874b404b670303716b3af94d7cabfd836b91d5642&o=",
        "/xdata/images/hotel/max300/68612613.jpg?k=e3aad26a33299d48119d2cf874b404b670303716b3af94d7cabfd836b91d5642&o=",
        "/xdata/images/hotel/max500/68612613.jpg?k=e3aad26a33299d48119d2cf874b404b670303716b3af94d7cabfd836b91d5642&o=",
        "/xdata/images/hotel/square60/68612613.jpg?k=e3aad26a33299d48119d2cf874b404b670303716b3af94d7cabfd836b91d5642&o="
      ],
      [
        1,
        "",
        68612605,
        [
          {
            "id": 173,
            "tag": "Photo of the whole room"
          },
          {
            "id": 1000000002,
            "tag": "Room"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612605.jpg?k=c944e8d6b46d5b947abaf95e74e2d0f75602676041d3b5ff49cb1cfe739bc548&o=",
        "/xdata/images/hotel/max300/68612605.jpg?k=c944e8d6b46d5b947abaf95e74e2d0f75602676041d3b5ff49cb1cfe739bc548&o=",
        "/xdata/images/hotel/max500/68612605.jpg?k=c944e8d6b46d5b947abaf95e74e2d0f75602676041d3b5ff49cb1cfe739bc548&o=",
        "/xdata/images/hotel/square60/68612605.jpg?k=c944e8d6b46d5b947abaf95e74e2d0f75602676041d3b5ff49cb1cfe739bc548&o="
      ],
      [
        1,
        [
          {
            "tag_id": 11,
            "photo_id": 68612544,
            "tag_type": "ml_tags",
            "tag_name": "Bathroom",
            "confidence": 100
          },
          {
            "photo_id": 68612544,
            "tag_id": 80,
            "tag_type": "ml_tags",
            "confidence": 99
          }
        ],
        68612544,
        [
          {
            "id": 1,
            "tag": "Shower"
          },
          {
            "tag": "Bathroom",
            "id": 153
          },
          {
            "id": 1000000001,
            "tag": "Property"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612544.jpg?k=cc88aa94371c94c7f5699e86407fac183164e5b10ec03272249f73e4b1d001d5&o=",
        "/xdata/images/hotel/max300/68612544.jpg?k=cc88aa94371c94c7f5699e86407fac183164e5b10ec03272249f73e4b1d001d5&o=",
        "/xdata/images/hotel/max500/68612544.jpg?k=cc88aa94371c94c7f5699e86407fac183164e5b10ec03272249f73e4b1d001d5&o=",
        "/xdata/images/hotel/square60/68612544.jpg?k=cc88aa94371c94c7f5699e86407fac183164e5b10ec03272249f73e4b1d001d5&o="
      ],
      [
        1,
        [
          {
            "tag_name": "Restaurant/places to eat",
            "confidence": 100,
            "tag_type": "ml_tags",
            "tag_id": 2,
            "photo_id": 106791376
          }
        ],
        106791376,
        [
          {
            "id": 161,
            "tag": "Lounge or bar"
          },
          {
            "tag": "Food and drinks",
            "id": 167
          },
          {
            "id": 265,
            "tag": "Continental breakfast"
          },
          {
            "id": 266,
            "tag": "Buffet breakfast"
          },
          {
            "id": 268,
            "tag": "Italian breakfast"
          },
          {
            "tag": "English/Irish breakfast",
            "id": 269
          },
          {
            "tag": "American breakfast",
            "id": 270
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/106791376.jpg?k=ca54e6abfb1b08a4fe0c809bf28d697bc4b8de4b4cb1d0802349ab6fa5cfe94b&o=",
        "/xdata/images/hotel/max300/106791376.jpg?k=ca54e6abfb1b08a4fe0c809bf28d697bc4b8de4b4cb1d0802349ab6fa5cfe94b&o=",
        "/xdata/images/hotel/max500/106791376.jpg?k=ca54e6abfb1b08a4fe0c809bf28d697bc4b8de4b4cb1d0802349ab6fa5cfe94b&o=",
        "/xdata/images/hotel/square60/106791376.jpg?k=ca54e6abfb1b08a4fe0c809bf28d697bc4b8de4b4cb1d0802349ab6fa5cfe94b&o="
      ],
      [
        1,
        "",
        68612514,
        [
          {
            "tag": "Photo of the whole room",
            "id": 173
          },
          {
            "tag": "Room",
            "id": 1000000002
          }
        ],
        "/xdata/images/hotel/max1024x768/68612514.jpg?k=3b1e0fc6ae001c7b8cf994a30c98d8d0f5c8137f2ac0bcdfea7a4b72cf5217a1&o=",
        "/xdata/images/hotel/max300/68612514.jpg?k=3b1e0fc6ae001c7b8cf994a30c98d8d0f5c8137f2ac0bcdfea7a4b72cf5217a1&o=",
        "/xdata/images/hotel/max500/68612514.jpg?k=3b1e0fc6ae001c7b8cf994a30c98d8d0f5c8137f2ac0bcdfea7a4b72cf5217a1&o=",
        "/xdata/images/hotel/square60/68612514.jpg?k=3b1e0fc6ae001c7b8cf994a30c98d8d0f5c8137f2ac0bcdfea7a4b72cf5217a1&o="
      ],
      [
        1,
        [
          {
            "tag_id": 13,
            "photo_id": 241317409,
            "tag_type": "ml_tags",
            "confidence": 98,
            "tag_name": "Bed"
          }
        ],
        241317409,
        [
          {
            "id": 199,
            "tag": "Bedroom"
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/241317409.jpg?k=e32b2f130a175cb0dd3c2559ed7b6d40d261d01742e62b90ede17d764be1edba&o=",
        "/xdata/images/hotel/max300/241317409.jpg?k=e32b2f130a175cb0dd3c2559ed7b6d40d261d01742e62b90ede17d764be1edba&o=",
        "/xdata/images/hotel/max500/241317409.jpg?k=e32b2f130a175cb0dd3c2559ed7b6d40d261d01742e62b90ede17d764be1edba&o=",
        "/xdata/images/hotel/square60/241317409.jpg?k=e32b2f130a175cb0dd3c2559ed7b6d40d261d01742e62b90ede17d764be1edba&o="
      ],
      [
        1,
        [
          {
            "confidence": 98,
            "tag_name": "Bed",
            "tag_id": 13,
            "photo_id": 241315505,
            "tag_type": "ml_tags"
          }
        ],
        241315505,
        [
          {
            "id": 173,
            "tag": "Photo of the whole room"
          },
          {
            "tag": "Room",
            "id": 1000000002
          }
        ],
        "/xdata/images/hotel/max1024x768/241315505.jpg?k=9675185b1a3125ddcbd4f954f07b36e78f380458d67e1804d9e593a1030f769c&o=",
        "/xdata/images/hotel/max300/241315505.jpg?k=9675185b1a3125ddcbd4f954f07b36e78f380458d67e1804d9e593a1030f769c&o=",
        "/xdata/images/hotel/max500/241315505.jpg?k=9675185b1a3125ddcbd4f954f07b36e78f380458d67e1804d9e593a1030f769c&o=",
        "/xdata/images/hotel/square60/241315505.jpg?k=9675185b1a3125ddcbd4f954f07b36e78f380458d67e1804d9e593a1030f769c&o="
      ],
      [
        1,
        [
          {
            "tag_name": "Bed",
            "confidence": 98,
            "tag_id": 13,
            "photo_id": 241315503,
            "tag_type": "ml_tags"
          }
        ],
        241315503,
        [
          {
            "id": 173,
            "tag": "Photo of the whole room"
          },
          {
            "tag": "Room",
            "id": 1000000002
          }
        ],
        "/xdata/images/hotel/max1024x768/241315503.jpg?k=da61de81618d6e3b8e96cad1207a3865a52a9e19f5bd1afeb9276893085ed074&o=",
        "/xdata/images/hotel/max300/241315503.jpg?k=da61de81618d6e3b8e96cad1207a3865a52a9e19f5bd1afeb9276893085ed074&o=",
        "/xdata/images/hotel/max500/241315503.jpg?k=da61de81618d6e3b8e96cad1207a3865a52a9e19f5bd1afeb9276893085ed074&o=",
        "/xdata/images/hotel/square60/241315503.jpg?k=da61de81618d6e3b8e96cad1207a3865a52a9e19f5bd1afeb9276893085ed074&o="
      ],
      [
        1,
        [
          {
            "tag_name": "Bed",
            "confidence": 98,
            "tag_id": 13,
            "photo_id": 241315498,
            "tag_type": "ml_tags"
          }
        ],
        241315498,
        [
          {
            "id": 13,
            "tag": "Bed"
          },
          {
            "tag": "Room",
            "id": 1000000002
          }
        ],
        "/xdata/images/hotel/max1024x768/241315498.jpg?k=50e13e5152fe192f14739d11eaef29032c88e336e4023cea063357aa3284a35d&o=",
        "/xdata/images/hotel/max300/241315498.jpg?k=50e13e5152fe192f14739d11eaef29032c88e336e4023cea063357aa3284a35d&o=",
        "/xdata/images/hotel/max500/241315498.jpg?k=50e13e5152fe192f14739d11eaef29032c88e336e4023cea063357aa3284a35d&o=",
        "/xdata/images/hotel/square60/241315498.jpg?k=50e13e5152fe192f14739d11eaef29032c88e336e4023cea063357aa3284a35d&o="
      ],
      [
        1,
        [
          {
            "tag_name": "Lobby/reception",
            "confidence": 86,
            "tag_type": "ml_tags",
            "tag_id": 5,
            "photo_id": 68612624
          }
        ],
        68612624,
        [
          {
            "tag": "Lobby or reception",
            "id": 160
          },
          {
            "id": 1000000001,
            "tag": "Property"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612624.jpg?k=9fbc3f2b0d6a8b5e9bc65233e8ad2ded791d281974d1413606a13c41da312636&o=",
        "/xdata/images/hotel/max300/68612624.jpg?k=9fbc3f2b0d6a8b5e9bc65233e8ad2ded791d281974d1413606a13c41da312636&o=",
        "/xdata/images/hotel/max500/68612624.jpg?k=9fbc3f2b0d6a8b5e9bc65233e8ad2ded791d281974d1413606a13c41da312636&o=",
        "/xdata/images/hotel/square60/68612624.jpg?k=9fbc3f2b0d6a8b5e9bc65233e8ad2ded791d281974d1413606a13c41da312636&o="
      ],
      [
        1,
        [
          {
            "confidence": 98,
            "tag_name": "Bed",
            "photo_id": 238774897,
            "tag_id": 13,
            "tag_type": "ml_tags"
          }
        ],
        238774897,
        [
          {
            "id": 199,
            "tag": "Bedroom"
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/238774897.jpg?k=685bb38102a0c181958997b63349bd2c733dda3991d5aefcb4bc018a04bab9f6&o=",
        "/xdata/images/hotel/max300/238774897.jpg?k=685bb38102a0c181958997b63349bd2c733dda3991d5aefcb4bc018a04bab9f6&o=",
        "/xdata/images/hotel/max500/238774897.jpg?k=685bb38102a0c181958997b63349bd2c733dda3991d5aefcb4bc018a04bab9f6&o=",
        "/xdata/images/hotel/square60/238774897.jpg?k=685bb38102a0c181958997b63349bd2c733dda3991d5aefcb4bc018a04bab9f6&o="
      ],
      [
        1,
        [
          {
            "confidence": 96,
            "tag_name": "Bed",
            "photo_id": 238774565,
            "tag_id": 13,
            "tag_type": "ml_tags"
          },
          {
            "tag_name": "TV/entertainment centre",
            "confidence": 93,
            "photo_id": 238774565,
            "tag_id": 12,
            "tag_type": "ml_tags"
          }
        ],
        238774565,
        [
          {
            "id": 199,
            "tag": "Bedroom"
          },
          {
            "id": 1000000001,
            "tag": "Property"
          }
        ],
        "/xdata/images/hotel/max1024x768/238774565.jpg?k=d4bda3bd94cc53b85ffdfda85bf8adb3987691aba096eb7aab54df23455c43de&o=",
        "/xdata/images/hotel/max300/238774565.jpg?k=d4bda3bd94cc53b85ffdfda85bf8adb3987691aba096eb7aab54df23455c43de&o=",
        "/xdata/images/hotel/max500/238774565.jpg?k=d4bda3bd94cc53b85ffdfda85bf8adb3987691aba096eb7aab54df23455c43de&o=",
        "/xdata/images/hotel/square60/238774565.jpg?k=d4bda3bd94cc53b85ffdfda85bf8adb3987691aba096eb7aab54df23455c43de&o="
      ],
      [
        1,
        [
          {
            "tag_type": "ml_tags",
            "tag_id": 13,
            "photo_id": 238773494,
            "tag_name": "Bed",
            "confidence": 97
          }
        ],
        238773494,
        [
          {
            "id": 199,
            "tag": "Bedroom"
          },
          {
            "id": 1000000001,
            "tag": "Property"
          }
        ],
        "/xdata/images/hotel/max1024x768/238773494.jpg?k=8ff0f9cf13a3ad6269df27e37c9490be4b1cda5fa813982706cf2498e38831e4&o=",
        "/xdata/images/hotel/max300/238773494.jpg?k=8ff0f9cf13a3ad6269df27e37c9490be4b1cda5fa813982706cf2498e38831e4&o=",
        "/xdata/images/hotel/max500/238773494.jpg?k=8ff0f9cf13a3ad6269df27e37c9490be4b1cda5fa813982706cf2498e38831e4&o=",
        "/xdata/images/hotel/square60/238773494.jpg?k=8ff0f9cf13a3ad6269df27e37c9490be4b1cda5fa813982706cf2498e38831e4&o="
      ],
      [
        1,
        [
          {
            "tag_name": "Bathroom",
            "confidence": 100,
            "tag_type": "ml_tags",
            "tag_id": 11,
            "photo_id": 238775298
          },
          {
            "confidence": 98,
            "photo_id": 238775298,
            "tag_id": 80,
            "tag_type": "ml_tags"
          }
        ],
        238775298,
        [
          {
            "id": 153,
            "tag": "Bathroom"
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/238775298.jpg?k=7f5a6dbdd1b03a808410ad252a18545231cf0111bcd263372868400cc6594566&o=",
        "/xdata/images/hotel/max300/238775298.jpg?k=7f5a6dbdd1b03a808410ad252a18545231cf0111bcd263372868400cc6594566&o=",
        "/xdata/images/hotel/max500/238775298.jpg?k=7f5a6dbdd1b03a808410ad252a18545231cf0111bcd263372868400cc6594566&o=",
        "/xdata/images/hotel/square60/238775298.jpg?k=7f5a6dbdd1b03a808410ad252a18545231cf0111bcd263372868400cc6594566&o="
      ],
      [
        1,
        "",
        118793010,
        [
          {
            "tag": "Coffee/tea facilities",
            "id": 155
          },
          {
            "id": 179,
            "tag": "Decorative detail"
          },
          {
            "tag": "Drinks",
            "id": 273
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/118793010.jpg?k=e4f225f012ddb66924f5ce29b9d068e8bf309f0f5308fe13dffbb992e4402230&o=",
        "/xdata/images/hotel/max300/118793010.jpg?k=e4f225f012ddb66924f5ce29b9d068e8bf309f0f5308fe13dffbb992e4402230&o=",
        "/xdata/images/hotel/max500/118793010.jpg?k=e4f225f012ddb66924f5ce29b9d068e8bf309f0f5308fe13dffbb992e4402230&o=",
        "/xdata/images/hotel/square60/118793010.jpg?k=e4f225f012ddb66924f5ce29b9d068e8bf309f0f5308fe13dffbb992e4402230&o="
      ],
      [
        1,
        [
          {
            "tag_name": "Bed",
            "confidence": 97,
            "tag_id": 13,
            "photo_id": 185824040,
            "tag_type": "ml_tags"
          },
          {
            "tag_name": "Seating area",
            "confidence": 90,
            "tag_id": 8,
            "photo_id": 185824040,
            "tag_type": "ml_tags"
          }
        ],
        185824040,
        [
          {
            "id": 13,
            "tag": "Bed"
          },
          {
            "id": 1000000002,
            "tag": "Room"
          }
        ],
        "/xdata/images/hotel/max1024x768/185824040.jpg?k=20f080a1d696286c893842219f3ec32217cddd4d658d11f59e92a3196cc48aec&o=",
        "/xdata/images/hotel/max300/185824040.jpg?k=20f080a1d696286c893842219f3ec32217cddd4d658d11f59e92a3196cc48aec&o=",
        "/xdata/images/hotel/max500/185824040.jpg?k=20f080a1d696286c893842219f3ec32217cddd4d658d11f59e92a3196cc48aec&o=",
        "/xdata/images/hotel/square60/185824040.jpg?k=20f080a1d696286c893842219f3ec32217cddd4d658d11f59e92a3196cc48aec&o="
      ],
      [
        1,
        [
          {
            "tag_name": "Bed",
            "confidence": 98,
            "photo_id": 168288240,
            "tag_id": 13,
            "tag_type": "ml_tags"
          }
        ],
        168288240,
        [
          {
            "id": 173,
            "tag": "Photo of the whole room"
          },
          {
            "tag": "Room",
            "id": 1000000002
          }
        ],
        "/xdata/images/hotel/max1024x768/168288240.jpg?k=5bc5967c4f2adb2ad97a29880e0532c29037a1beedafe94aaf4ee429de3d1bb8&o=",
        "/xdata/images/hotel/max300/168288240.jpg?k=5bc5967c4f2adb2ad97a29880e0532c29037a1beedafe94aaf4ee429de3d1bb8&o=",
        "/xdata/images/hotel/max500/168288240.jpg?k=5bc5967c4f2adb2ad97a29880e0532c29037a1beedafe94aaf4ee429de3d1bb8&o=",
        "/xdata/images/hotel/square60/168288240.jpg?k=5bc5967c4f2adb2ad97a29880e0532c29037a1beedafe94aaf4ee429de3d1bb8&o="
      ],
      [
        1,
        "",
        168288217,
        [
          {
            "tag": "Photo of the whole room",
            "id": 173
          },
          {
            "id": 1000000002,
            "tag": "Room"
          }
        ],
        "/xdata/images/hotel/max1024x768/168288217.jpg?k=8651c7d1cd99e9763aebc27aeff4b931f6ae51a99412c22f9fac3a9ec01104da&o=",
        "/xdata/images/hotel/max300/168288217.jpg?k=8651c7d1cd99e9763aebc27aeff4b931f6ae51a99412c22f9fac3a9ec01104da&o=",
        "/xdata/images/hotel/max500/168288217.jpg?k=8651c7d1cd99e9763aebc27aeff4b931f6ae51a99412c22f9fac3a9ec01104da&o=",
        "/xdata/images/hotel/square60/168288217.jpg?k=8651c7d1cd99e9763aebc27aeff4b931f6ae51a99412c22f9fac3a9ec01104da&o="
      ],
      [
        1,
        "",
        119893590,
        [
          {
            "id": 10,
            "tag": "Facade/entrance"
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/119893590.jpg?k=580b3f6a6e251716a17dfcb610ffcacae63d250e7b56af417878d4bac7670975&o=",
        "/xdata/images/hotel/max300/119893590.jpg?k=580b3f6a6e251716a17dfcb610ffcacae63d250e7b56af417878d4bac7670975&o=",
        "/xdata/images/hotel/max500/119893590.jpg?k=580b3f6a6e251716a17dfcb610ffcacae63d250e7b56af417878d4bac7670975&o=",
        "/xdata/images/hotel/square60/119893590.jpg?k=580b3f6a6e251716a17dfcb610ffcacae63d250e7b56af417878d4bac7670975&o="
      ],
      [
        1,
        [
          {
            "confidence": 100,
            "tag_name": "Bathroom",
            "tag_type": "ml_tags",
            "photo_id": 68612548,
            "tag_id": 11
          },
          {
            "confidence": 99,
            "tag_type": "ml_tags",
            "tag_id": 80,
            "photo_id": 68612548
          }
        ],
        68612548,
        [
          {
            "id": 1,
            "tag": "Shower"
          },
          {
            "id": 153,
            "tag": "Bathroom"
          },
          {
            "id": 1000000001,
            "tag": "Property"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612548.jpg?k=7c838ca5cd12bb9c9e19fc6ef9a535765be0ec03603668846db94dd45e47fea4&o=",
        "/xdata/images/hotel/max300/68612548.jpg?k=7c838ca5cd12bb9c9e19fc6ef9a535765be0ec03603668846db94dd45e47fea4&o=",
        "/xdata/images/hotel/max500/68612548.jpg?k=7c838ca5cd12bb9c9e19fc6ef9a535765be0ec03603668846db94dd45e47fea4&o=",
        "/xdata/images/hotel/square60/68612548.jpg?k=7c838ca5cd12bb9c9e19fc6ef9a535765be0ec03603668846db94dd45e47fea4&o="
      ],
      [
        1,
        [
          {
            "tag_type": "ml_tags",
            "tag_id": 13,
            "photo_id": 59633124,
            "tag_name": "Bed",
            "confidence": 95
          }
        ],
        59633124,
        [
          {
            "tag": "Photo of the whole room",
            "id": 173
          },
          {
            "tag": "Room",
            "id": 1000000002
          }
        ],
        "/xdata/images/hotel/max1024x768/59633124.jpg?k=88cbe62e5dc85babb8cffcb8f218e5c79960b6c3b323fa3ea95b312c7b5fe941&o=",
        "/xdata/images/hotel/max300/59633124.jpg?k=88cbe62e5dc85babb8cffcb8f218e5c79960b6c3b323fa3ea95b312c7b5fe941&o=",
        "/xdata/images/hotel/max500/59633124.jpg?k=88cbe62e5dc85babb8cffcb8f218e5c79960b6c3b323fa3ea95b312c7b5fe941&o=",
        "/xdata/images/hotel/square60/59633124.jpg?k=88cbe62e5dc85babb8cffcb8f218e5c79960b6c3b323fa3ea95b312c7b5fe941&o="
      ],
      [
        1,
        [
          {
            "tag_name": "Restaurant/places to eat",
            "confidence": 100,
            "tag_id": 2,
            "photo_id": 68612599,
            "tag_type": "ml_tags"
          }
        ],
        68612599,
        [
          {
            "id": 161,
            "tag": "Lounge or bar"
          },
          {
            "tag": "Food and drinks",
            "id": 167
          },
          {
            "tag": "Continental breakfast",
            "id": 265
          },
          {
            "id": 266,
            "tag": "Buffet breakfast"
          },
          {
            "tag": "Italian breakfast",
            "id": 268
          },
          {
            "tag": "English/Irish breakfast",
            "id": 269
          },
          {
            "tag": "American breakfast",
            "id": 270
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/68612599.jpg?k=c77663c4b3170bf26acadeac671f7aba95795057f6af77bd2279b303a57755ed&o=",
        "/xdata/images/hotel/max300/68612599.jpg?k=c77663c4b3170bf26acadeac671f7aba95795057f6af77bd2279b303a57755ed&o=",
        "/xdata/images/hotel/max500/68612599.jpg?k=c77663c4b3170bf26acadeac671f7aba95795057f6af77bd2279b303a57755ed&o=",
        "/xdata/images/hotel/square60/68612599.jpg?k=c77663c4b3170bf26acadeac671f7aba95795057f6af77bd2279b303a57755ed&o="
      ],
      [
        1,
        [
          {
            "tag_name": "Bed",
            "confidence": 98,
            "tag_type": "ml_tags",
            "photo_id": 68612558,
            "tag_id": 13
          }
        ],
        68612558,
        [
          {
            "id": 199,
            "tag": "Bedroom"
          },
          {
            "id": 1000000001,
            "tag": "Property"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612558.jpg?k=aa94a57f7b91662804de7f578c693686ca440d9eb83becae617973efd6d81c95&o=",
        "/xdata/images/hotel/max300/68612558.jpg?k=aa94a57f7b91662804de7f578c693686ca440d9eb83becae617973efd6d81c95&o=",
        "/xdata/images/hotel/max500/68612558.jpg?k=aa94a57f7b91662804de7f578c693686ca440d9eb83becae617973efd6d81c95&o=",
        "/xdata/images/hotel/square60/68612558.jpg?k=aa94a57f7b91662804de7f578c693686ca440d9eb83becae617973efd6d81c95&o="
      ],
      [
        1,
        [
          {
            "photo_id": 118792886,
            "tag_id": 13,
            "tag_type": "ml_tags",
            "confidence": 97,
            "tag_name": "Bed"
          }
        ],
        118792886,
        [
          {
            "id": 13,
            "tag": "Bed"
          },
          {
            "tag": "Room",
            "id": 1000000002
          }
        ],
        "/xdata/images/hotel/max1024x768/118792886.jpg?k=8efeba753d0a8ce78d3228069ff666c5346ad488c42f63bce4373a92bfb9cc92&o=",
        "/xdata/images/hotel/max300/118792886.jpg?k=8efeba753d0a8ce78d3228069ff666c5346ad488c42f63bce4373a92bfb9cc92&o=",
        "/xdata/images/hotel/max500/118792886.jpg?k=8efeba753d0a8ce78d3228069ff666c5346ad488c42f63bce4373a92bfb9cc92&o=",
        "/xdata/images/hotel/square60/118792886.jpg?k=8efeba753d0a8ce78d3228069ff666c5346ad488c42f63bce4373a92bfb9cc92&o="
      ],
      [
        1,
        [
          {
            "tag_name": "TV/entertainment centre",
            "confidence": 96,
            "tag_type": "ml_tags",
            "tag_id": 12,
            "photo_id": 68612564
          }
        ],
        68612564,
        [
          {
            "tag": "Decorative detail",
            "id": 179
          }
        ],
        "/xdata/images/hotel/max1024x768/68612564.jpg?k=6b93d40134988ec5221625d329262d222ad894ab8b3006ff54270d03e72e5069&o=",
        "/xdata/images/hotel/max300/68612564.jpg?k=6b93d40134988ec5221625d329262d222ad894ab8b3006ff54270d03e72e5069&o=",
        "/xdata/images/hotel/max500/68612564.jpg?k=6b93d40134988ec5221625d329262d222ad894ab8b3006ff54270d03e72e5069&o=",
        "/xdata/images/hotel/square60/68612564.jpg?k=6b93d40134988ec5221625d329262d222ad894ab8b3006ff54270d03e72e5069&o="
      ],
      [
        1,
        [
          {
            "tag_name": "Bathroom",
            "confidence": 100,
            "photo_id": 238775370,
            "tag_id": 11,
            "tag_type": "ml_tags"
          },
          {
            "tag_type": "ml_tags",
            "photo_id": 238775370,
            "tag_id": 79,
            "confidence": 87
          }
        ],
        238775370,
        [
          {
            "tag": "Bathroom",
            "id": 153
          },
          {
            "id": 1000000001,
            "tag": "Property"
          }
        ],
        "/xdata/images/hotel/max1024x768/238775370.jpg?k=4e013d0c692f915dddcafd74e523d7e347af4127730b8ba58045efe3aa639c8b&o=",
        "/xdata/images/hotel/max300/238775370.jpg?k=4e013d0c692f915dddcafd74e523d7e347af4127730b8ba58045efe3aa639c8b&o=",
        "/xdata/images/hotel/max500/238775370.jpg?k=4e013d0c692f915dddcafd74e523d7e347af4127730b8ba58045efe3aa639c8b&o=",
        "/xdata/images/hotel/square60/238775370.jpg?k=4e013d0c692f915dddcafd74e523d7e347af4127730b8ba58045efe3aa639c8b&o="
      ],
      [
        1,
        [
          {
            "confidence": 98,
            "tag_name": "Bed",
            "tag_id": 13,
            "photo_id": 118792770,
            "tag_type": "ml_tags"
          }
        ],
        118792770,
        [
          {
            "id": 13,
            "tag": "Bed"
          },
          {
            "id": 1000000002,
            "tag": "Room"
          }
        ],
        "/xdata/images/hotel/max1024x768/118792770.jpg?k=8fad3636bc8dde216cbd75f25c02254725c6e1f5d9460e1a4c1a46d97cd03bb8&o=",
        "/xdata/images/hotel/max300/118792770.jpg?k=8fad3636bc8dde216cbd75f25c02254725c6e1f5d9460e1a4c1a46d97cd03bb8&o=",
        "/xdata/images/hotel/max500/118792770.jpg?k=8fad3636bc8dde216cbd75f25c02254725c6e1f5d9460e1a4c1a46d97cd03bb8&o=",
        "/xdata/images/hotel/square60/118792770.jpg?k=8fad3636bc8dde216cbd75f25c02254725c6e1f5d9460e1a4c1a46d97cd03bb8&o="
      ],
      [
        1,
        [
          {
            "photo_id": 118792358,
            "tag_id": 13,
            "tag_type": "ml_tags",
            "confidence": 97,
            "tag_name": "Bed"
          },
          {
            "tag_id": 12,
            "photo_id": 118792358,
            "tag_type": "ml_tags",
            "tag_name": "TV/entertainment centre",
            "confidence": 85
          }
        ],
        118792358,
        [
          {
            "id": 13,
            "tag": "Bed"
          },
          {
            "tag": "Photo of the whole room",
            "id": 173
          },
          {
            "id": 1000000002,
            "tag": "Room"
          }
        ],
        "/xdata/images/hotel/max1024x768/118792358.jpg?k=300bd28f4437dae56445d33fd298e8727ffa140908d148f0f1489b93232284ee&o=",
        "/xdata/images/hotel/max300/118792358.jpg?k=300bd28f4437dae56445d33fd298e8727ffa140908d148f0f1489b93232284ee&o=",
        "/xdata/images/hotel/max500/118792358.jpg?k=300bd28f4437dae56445d33fd298e8727ffa140908d148f0f1489b93232284ee&o=",
        "/xdata/images/hotel/square60/118792358.jpg?k=300bd28f4437dae56445d33fd298e8727ffa140908d148f0f1489b93232284ee&o="
      ],
      [
        1,
        [
          {
            "tag_id": 13,
            "photo_id": 118793254,
            "tag_type": "ml_tags",
            "confidence": 98,
            "tag_name": "Bed"
          }
        ],
        118793254,
        [
          {
            "tag": "Bed",
            "id": 13
          },
          {
            "tag": "Room",
            "id": 1000000002
          }
        ],
        "/xdata/images/hotel/max1024x768/118793254.jpg?k=658e37fd0c406dfd38e485558f0454ecf2897e1b913b3a370f4078e3173e3c16&o=",
        "/xdata/images/hotel/max300/118793254.jpg?k=658e37fd0c406dfd38e485558f0454ecf2897e1b913b3a370f4078e3173e3c16&o=",
        "/xdata/images/hotel/max500/118793254.jpg?k=658e37fd0c406dfd38e485558f0454ecf2897e1b913b3a370f4078e3173e3c16&o=",
        "/xdata/images/hotel/square60/118793254.jpg?k=658e37fd0c406dfd38e485558f0454ecf2897e1b913b3a370f4078e3173e3c16&o="
      ],
      [
        1,
        [
          {
            "tag_name": "Bed",
            "confidence": 97,
            "tag_type": "ml_tags",
            "tag_id": 13,
            "photo_id": 68612519
          }
        ],
        68612519,
        [
          {
            "tag": "Decorative detail",
            "id": 179
          }
        ],
        "/xdata/images/hotel/max1024x768/68612519.jpg?k=cf17ed005ac992a0048a01994a86e919ed8870582c122483f3de0901e72617c8&o=",
        "/xdata/images/hotel/max300/68612519.jpg?k=cf17ed005ac992a0048a01994a86e919ed8870582c122483f3de0901e72617c8&o=",
        "/xdata/images/hotel/max500/68612519.jpg?k=cf17ed005ac992a0048a01994a86e919ed8870582c122483f3de0901e72617c8&o=",
        "/xdata/images/hotel/square60/68612519.jpg?k=cf17ed005ac992a0048a01994a86e919ed8870582c122483f3de0901e72617c8&o="
      ],
      [
        1,
        [
          {
            "tag_type": "ml_tags",
            "tag_id": 19,
            "photo_id": 68612513,
            "confidence": 98,
            "tag_name": "Property building"
          }
        ],
        68612513,
        [
          {
            "tag": "Facade/entrance",
            "id": 10
          },
          {
            "id": 1000000001,
            "tag": "Property"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612513.jpg?k=f855d07ba924b77cc329a53e92bfb2c416a197b73fa85d22416ceb99dd562435&o=",
        "/xdata/images/hotel/max300/68612513.jpg?k=f855d07ba924b77cc329a53e92bfb2c416a197b73fa85d22416ceb99dd562435&o=",
        "/xdata/images/hotel/max500/68612513.jpg?k=f855d07ba924b77cc329a53e92bfb2c416a197b73fa85d22416ceb99dd562435&o=",
        "/xdata/images/hotel/square60/68612513.jpg?k=f855d07ba924b77cc329a53e92bfb2c416a197b73fa85d22416ceb99dd562435&o="
      ],
      [
        1,
        [
          {
            "tag_id": 5,
            "photo_id": 68612615,
            "tag_type": "ml_tags",
            "confidence": 100,
            "tag_name": "Lobby/reception"
          }
        ],
        68612615,
        [
          {
            "tag": "Lobby or reception",
            "id": 160
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/68612615.jpg?k=7343cf9453f8696b01905e53a8e4cad196a8100cff53ec9b8420e1ca65d0db0b&o=",
        "/xdata/images/hotel/max300/68612615.jpg?k=7343cf9453f8696b01905e53a8e4cad196a8100cff53ec9b8420e1ca65d0db0b&o=",
        "/xdata/images/hotel/max500/68612615.jpg?k=7343cf9453f8696b01905e53a8e4cad196a8100cff53ec9b8420e1ca65d0db0b&o=",
        "/xdata/images/hotel/square60/68612615.jpg?k=7343cf9453f8696b01905e53a8e4cad196a8100cff53ec9b8420e1ca65d0db0b&o="
      ],
      [
        1,
        "",
        68616195,
        [
          {
            "id": 257,
            "tag": "Area and facilities"
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/68616195.jpg?k=229e21bb8b33e8d3b1c4c6ac90c34ea91b6a17aa2b718c65df7e248306f28750&o=",
        "/xdata/images/hotel/max300/68616195.jpg?k=229e21bb8b33e8d3b1c4c6ac90c34ea91b6a17aa2b718c65df7e248306f28750&o=",
        "/xdata/images/hotel/max500/68616195.jpg?k=229e21bb8b33e8d3b1c4c6ac90c34ea91b6a17aa2b718c65df7e248306f28750&o=",
        "/xdata/images/hotel/square60/68616195.jpg?k=229e21bb8b33e8d3b1c4c6ac90c34ea91b6a17aa2b718c65df7e248306f28750&o="
      ],
      [
        1,
        [
          {
            "tag_type": "ml_tags",
            "tag_id": 13,
            "photo_id": 68612509,
            "tag_name": "Bed",
            "confidence": 98
          }
        ],
        68612509,
        [
          {
            "id": 173,
            "tag": "Photo of the whole room"
          },
          {
            "tag": "Room",
            "id": 1000000002
          }
        ],
        "/xdata/images/hotel/max1024x768/68612509.jpg?k=81dfc7194039968224917408fe49bef679900c8d97c787e8a5228cdea7a4b789&o=",
        "/xdata/images/hotel/max300/68612509.jpg?k=81dfc7194039968224917408fe49bef679900c8d97c787e8a5228cdea7a4b789&o=",
        "/xdata/images/hotel/max500/68612509.jpg?k=81dfc7194039968224917408fe49bef679900c8d97c787e8a5228cdea7a4b789&o=",
        "/xdata/images/hotel/square60/68612509.jpg?k=81dfc7194039968224917408fe49bef679900c8d97c787e8a5228cdea7a4b789&o="
      ],
      [
        1,
        [
          {
            "tag_name": "Bed",
            "confidence": 98,
            "photo_id": 68612517,
            "tag_id": 13,
            "tag_type": "ml_tags"
          }
        ],
        68612517,
        [
          {
            "id": 173,
            "tag": "Photo of the whole room"
          },
          {
            "id": 1000000002,
            "tag": "Room"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612517.jpg?k=1fba26731f55532e375d6deed43c5020d27e088834ff90f6835c4f6c66b6dda7&o=",
        "/xdata/images/hotel/max300/68612517.jpg?k=1fba26731f55532e375d6deed43c5020d27e088834ff90f6835c4f6c66b6dda7&o=",
        "/xdata/images/hotel/max500/68612517.jpg?k=1fba26731f55532e375d6deed43c5020d27e088834ff90f6835c4f6c66b6dda7&o=",
        "/xdata/images/hotel/square60/68612517.jpg?k=1fba26731f55532e375d6deed43c5020d27e088834ff90f6835c4f6c66b6dda7&o="
      ],
      [
        1,
        [
          {
            "confidence": 98,
            "tag_name": "Bed",
            "tag_type": "ml_tags",
            "tag_id": 13,
            "photo_id": 68612497
          }
        ],
        68612497,
        [
          {
            "tag": "Decorative detail",
            "id": 179
          }
        ],
        "/xdata/images/hotel/max1024x768/68612497.jpg?k=042c50aaeea82e76838e16f0e3818deef1b665db5e6c68998ea094e665e84226&o=",
        "/xdata/images/hotel/max300/68612497.jpg?k=042c50aaeea82e76838e16f0e3818deef1b665db5e6c68998ea094e665e84226&o=",
        "/xdata/images/hotel/max500/68612497.jpg?k=042c50aaeea82e76838e16f0e3818deef1b665db5e6c68998ea094e665e84226&o=",
        "/xdata/images/hotel/square60/68612497.jpg?k=042c50aaeea82e76838e16f0e3818deef1b665db5e6c68998ea094e665e84226&o="
      ],
      [
        1,
        [
          {
            "tag_type": "ml_tags",
            "tag_id": 13,
            "photo_id": 68612515,
            "confidence": 97,
            "tag_name": "Bed"
          }
        ],
        68612515,
        [
          {
            "id": 173,
            "tag": "Photo of the whole room"
          },
          {
            "id": 1000000002,
            "tag": "Room"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612515.jpg?k=c17ada9b8761d3a55001e84c55b88dc19f9b9fa5684812d9aba23d35a588ac36&o=",
        "/xdata/images/hotel/max300/68612515.jpg?k=c17ada9b8761d3a55001e84c55b88dc19f9b9fa5684812d9aba23d35a588ac36&o=",
        "/xdata/images/hotel/max500/68612515.jpg?k=c17ada9b8761d3a55001e84c55b88dc19f9b9fa5684812d9aba23d35a588ac36&o=",
        "/xdata/images/hotel/square60/68612515.jpg?k=c17ada9b8761d3a55001e84c55b88dc19f9b9fa5684812d9aba23d35a588ac36&o="
      ],
      [
        1,
        [
          {
            "confidence": 97,
            "tag_name": "Bed",
            "tag_type": "ml_tags",
            "photo_id": 68612507,
            "tag_id": 13
          }
        ],
        68612507,
        [
          {
            "id": 173,
            "tag": "Photo of the whole room"
          },
          {
            "tag": "Room",
            "id": 1000000002
          }
        ],
        "/xdata/images/hotel/max1024x768/68612507.jpg?k=66d4a0d38d97eb8a668d49b68b35caab2f8afe11a4653b6140759a490cc53ea5&o=",
        "/xdata/images/hotel/max300/68612507.jpg?k=66d4a0d38d97eb8a668d49b68b35caab2f8afe11a4653b6140759a490cc53ea5&o=",
        "/xdata/images/hotel/max500/68612507.jpg?k=66d4a0d38d97eb8a668d49b68b35caab2f8afe11a4653b6140759a490cc53ea5&o=",
        "/xdata/images/hotel/square60/68612507.jpg?k=66d4a0d38d97eb8a668d49b68b35caab2f8afe11a4653b6140759a490cc53ea5&o="
      ],
      [
        1,
        [
          {
            "photo_id": 168288248,
            "tag_id": 13,
            "tag_type": "ml_tags",
            "confidence": 98,
            "tag_name": "Bed"
          }
        ],
        168288248,
        [
          {
            "id": 173,
            "tag": "Photo of the whole room"
          },
          {
            "tag": "Room",
            "id": 1000000002
          }
        ],
        "/xdata/images/hotel/max1024x768/168288248.jpg?k=508d571b5aa38b4ea26d499e5af2eb21987e6fe45bb0092e000ad5c62bb20cb5&o=",
        "/xdata/images/hotel/max300/168288248.jpg?k=508d571b5aa38b4ea26d499e5af2eb21987e6fe45bb0092e000ad5c62bb20cb5&o=",
        "/xdata/images/hotel/max500/168288248.jpg?k=508d571b5aa38b4ea26d499e5af2eb21987e6fe45bb0092e000ad5c62bb20cb5&o=",
        "/xdata/images/hotel/square60/168288248.jpg?k=508d571b5aa38b4ea26d499e5af2eb21987e6fe45bb0092e000ad5c62bb20cb5&o="
      ],
      [
        1,
        [
          {
            "confidence": 95,
            "tag_name": "Bed",
            "tag_id": 13,
            "photo_id": 68612539,
            "tag_type": "ml_tags"
          }
        ],
        68612539,
        [
          {
            "id": 199,
            "tag": "Bedroom"
          },
          {
            "id": 1000000001,
            "tag": "Property"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612539.jpg?k=ea9aa609902f4f51262f52f6ca3ab9e3f69ade429862fa0a90c8380ade2d4aa0&o=",
        "/xdata/images/hotel/max300/68612539.jpg?k=ea9aa609902f4f51262f52f6ca3ab9e3f69ade429862fa0a90c8380ade2d4aa0&o=",
        "/xdata/images/hotel/max500/68612539.jpg?k=ea9aa609902f4f51262f52f6ca3ab9e3f69ade429862fa0a90c8380ade2d4aa0&o=",
        "/xdata/images/hotel/square60/68612539.jpg?k=ea9aa609902f4f51262f52f6ca3ab9e3f69ade429862fa0a90c8380ade2d4aa0&o="
      ],
      [
        1,
        [
          {
            "photo_id": 68612529,
            "tag_id": 13,
            "tag_type": "ml_tags",
            "tag_name": "Bed",
            "confidence": 95
          }
        ],
        68612529,
        [
          {
            "tag": "Bedroom",
            "id": 199
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/68612529.jpg?k=4c395aa0474abefe332e2ad52242296c38c675603652f36dc62d0ab25eaadbd0&o=",
        "/xdata/images/hotel/max300/68612529.jpg?k=4c395aa0474abefe332e2ad52242296c38c675603652f36dc62d0ab25eaadbd0&o=",
        "/xdata/images/hotel/max500/68612529.jpg?k=4c395aa0474abefe332e2ad52242296c38c675603652f36dc62d0ab25eaadbd0&o=",
        "/xdata/images/hotel/square60/68612529.jpg?k=4c395aa0474abefe332e2ad52242296c38c675603652f36dc62d0ab25eaadbd0&o="
      ],
      [
        1,
        [
          {
            "tag_type": "ml_tags",
            "tag_id": 13,
            "photo_id": 68612532,
            "tag_name": "Bed",
            "confidence": 96
          }
        ],
        68612532,
        [
          {
            "id": 173,
            "tag": "Photo of the whole room"
          },
          {
            "tag": "Room",
            "id": 1000000002
          }
        ],
        "/xdata/images/hotel/max1024x768/68612532.jpg?k=0f10b3c822e2a86d55e60cea5f73c794e9dcb6da383efc47743bdbee6c346ab5&o=",
        "/xdata/images/hotel/max300/68612532.jpg?k=0f10b3c822e2a86d55e60cea5f73c794e9dcb6da383efc47743bdbee6c346ab5&o=",
        "/xdata/images/hotel/max500/68612532.jpg?k=0f10b3c822e2a86d55e60cea5f73c794e9dcb6da383efc47743bdbee6c346ab5&o=",
        "/xdata/images/hotel/square60/68612532.jpg?k=0f10b3c822e2a86d55e60cea5f73c794e9dcb6da383efc47743bdbee6c346ab5&o="
      ],
      [
        1,
        [
          {
            "tag_name": "TV/entertainment centre",
            "confidence": 93,
            "photo_id": 68612525,
            "tag_id": 12,
            "tag_type": "ml_tags"
          }
        ],
        68612525,
        [
          {
            "tag": "Photo of the whole room",
            "id": 173
          },
          {
            "id": 1000000002,
            "tag": "Room"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612525.jpg?k=c9c034442864dcc58d4c434d0d14c02f6c94dfff1329f8c5011adcd39f6fe937&o=",
        "/xdata/images/hotel/max300/68612525.jpg?k=c9c034442864dcc58d4c434d0d14c02f6c94dfff1329f8c5011adcd39f6fe937&o=",
        "/xdata/images/hotel/max500/68612525.jpg?k=c9c034442864dcc58d4c434d0d14c02f6c94dfff1329f8c5011adcd39f6fe937&o=",
        "/xdata/images/hotel/square60/68612525.jpg?k=c9c034442864dcc58d4c434d0d14c02f6c94dfff1329f8c5011adcd39f6fe937&o="
      ],
      [
        1,
        [
          {
            "tag_name": "Bed",
            "confidence": 98,
            "tag_type": "ml_tags",
            "photo_id": 68612534,
            "tag_id": 13
          }
        ],
        68612534,
        [
          {
            "id": 173,
            "tag": "Photo of the whole room"
          },
          {
            "id": 1000000002,
            "tag": "Room"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612534.jpg?k=bf14437b05cde03ce11376ac770167df6fefd00c06ec3cb68dd58b248d3c08d6&o=",
        "/xdata/images/hotel/max300/68612534.jpg?k=bf14437b05cde03ce11376ac770167df6fefd00c06ec3cb68dd58b248d3c08d6&o=",
        "/xdata/images/hotel/max500/68612534.jpg?k=bf14437b05cde03ce11376ac770167df6fefd00c06ec3cb68dd58b248d3c08d6&o=",
        "/xdata/images/hotel/square60/68612534.jpg?k=bf14437b05cde03ce11376ac770167df6fefd00c06ec3cb68dd58b248d3c08d6&o="
      ],
      [
        1,
        "",
        68612555,
        [
          {
            "tag": "Area and facilities",
            "id": 257
          },
          {
            "id": 1000000001,
            "tag": "Property"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612555.jpg?k=33e483c1867866055531708bbca52ea78d15443dba3917fe45afb76e915d2eaf&o=",
        "/xdata/images/hotel/max300/68612555.jpg?k=33e483c1867866055531708bbca52ea78d15443dba3917fe45afb76e915d2eaf&o=",
        "/xdata/images/hotel/max500/68612555.jpg?k=33e483c1867866055531708bbca52ea78d15443dba3917fe45afb76e915d2eaf&o=",
        "/xdata/images/hotel/square60/68612555.jpg?k=33e483c1867866055531708bbca52ea78d15443dba3917fe45afb76e915d2eaf&o="
      ],
      [
        1,
        [
          {
            "tag_type": "ml_tags",
            "photo_id": 68612526,
            "tag_id": 11,
            "tag_name": "Bathroom",
            "confidence": 100
          },
          {
            "confidence": 99,
            "tag_type": "ml_tags",
            "tag_id": 79,
            "photo_id": 68612526
          },
          {
            "photo_id": 68612526,
            "tag_id": 80,
            "tag_type": "ml_tags",
            "confidence": 99
          }
        ],
        68612526,
        [
          {
            "id": 1,
            "tag": "Shower"
          },
          {
            "tag": "Toilet",
            "id": 2
          },
          {
            "tag": "Bathroom",
            "id": 153
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/68612526.jpg?k=7dc2f70540dc1b5b84cf858d92a21e38c7b19e795925ac372d92028ce3915ada&o=",
        "/xdata/images/hotel/max300/68612526.jpg?k=7dc2f70540dc1b5b84cf858d92a21e38c7b19e795925ac372d92028ce3915ada&o=",
        "/xdata/images/hotel/max500/68612526.jpg?k=7dc2f70540dc1b5b84cf858d92a21e38c7b19e795925ac372d92028ce3915ada&o=",
        "/xdata/images/hotel/square60/68612526.jpg?k=7dc2f70540dc1b5b84cf858d92a21e38c7b19e795925ac372d92028ce3915ada&o="
      ],
      [
        1,
        [
          {
            "tag_type": "ml_tags",
            "photo_id": 68612618,
            "tag_id": 5,
            "tag_name": "Lobby/reception",
            "confidence": 100
          }
        ],
        68612618,
        [
          {
            "id": 160,
            "tag": "Lobby or reception"
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/68612618.jpg?k=4b3f11aa32cb77dd4074f04bfc48109ca4c3af166fc53b5b95e7e33c2a24cd92&o=",
        "/xdata/images/hotel/max300/68612618.jpg?k=4b3f11aa32cb77dd4074f04bfc48109ca4c3af166fc53b5b95e7e33c2a24cd92&o=",
        "/xdata/images/hotel/max500/68612618.jpg?k=4b3f11aa32cb77dd4074f04bfc48109ca4c3af166fc53b5b95e7e33c2a24cd92&o=",
        "/xdata/images/hotel/square60/68612618.jpg?k=4b3f11aa32cb77dd4074f04bfc48109ca4c3af166fc53b5b95e7e33c2a24cd92&o="
      ],
      [
        1,
        [
          {
            "confidence": 97,
            "tag_name": "Bed",
            "tag_type": "ml_tags",
            "tag_id": 13,
            "photo_id": 68612608
          }
        ],
        68612608,
        [
          {
            "id": 173,
            "tag": "Photo of the whole room"
          },
          {
            "id": 1000000002,
            "tag": "Room"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612608.jpg?k=3301336f6a320223345724d00303e366c9c1f2e2a1aa4c844a31bfe556b90f75&o=",
        "/xdata/images/hotel/max300/68612608.jpg?k=3301336f6a320223345724d00303e366c9c1f2e2a1aa4c844a31bfe556b90f75&o=",
        "/xdata/images/hotel/max500/68612608.jpg?k=3301336f6a320223345724d00303e366c9c1f2e2a1aa4c844a31bfe556b90f75&o=",
        "/xdata/images/hotel/square60/68612608.jpg?k=3301336f6a320223345724d00303e366c9c1f2e2a1aa4c844a31bfe556b90f75&o="
      ],
      [
        1,
        [
          {
            "tag_type": "ml_tags",
            "photo_id": 68612568,
            "tag_id": 12,
            "tag_name": "TV/entertainment centre",
            "confidence": 100
          }
        ],
        68612568,
        [
          {
            "tag": "Bedroom",
            "id": 199
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/68612568.jpg?k=86f378a0937bc3738afdc9f0ad3881b863d0f9808999a892d9f214959892a77a&o=",
        "/xdata/images/hotel/max300/68612568.jpg?k=86f378a0937bc3738afdc9f0ad3881b863d0f9808999a892d9f214959892a77a&o=",
        "/xdata/images/hotel/max500/68612568.jpg?k=86f378a0937bc3738afdc9f0ad3881b863d0f9808999a892d9f214959892a77a&o=",
        "/xdata/images/hotel/square60/68612568.jpg?k=86f378a0937bc3738afdc9f0ad3881b863d0f9808999a892d9f214959892a77a&o="
      ],
      [
        1,
        [
          {
            "tag_name": "Bed",
            "confidence": 98,
            "photo_id": 68612538,
            "tag_id": 13,
            "tag_type": "ml_tags"
          }
        ],
        68612538,
        [
          {
            "tag": "Decorative detail",
            "id": 179
          }
        ],
        "/xdata/images/hotel/max1024x768/68612538.jpg?k=d13f4ef833406766c76aad18ff00265048041b5cbeaae533c65e6a3ecafea516&o=",
        "/xdata/images/hotel/max300/68612538.jpg?k=d13f4ef833406766c76aad18ff00265048041b5cbeaae533c65e6a3ecafea516&o=",
        "/xdata/images/hotel/max500/68612538.jpg?k=d13f4ef833406766c76aad18ff00265048041b5cbeaae533c65e6a3ecafea516&o=",
        "/xdata/images/hotel/square60/68612538.jpg?k=d13f4ef833406766c76aad18ff00265048041b5cbeaae533c65e6a3ecafea516&o="
      ],
      [
        1,
        [
          {
            "tag_id": 13,
            "photo_id": 68612554,
            "tag_type": "ml_tags",
            "confidence": 98,
            "tag_name": "Bed"
          }
        ],
        68612554,
        [
          {
            "id": 173,
            "tag": "Photo of the whole room"
          },
          {
            "id": 1000000002,
            "tag": "Room"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612554.jpg?k=00a637b6c61cb994837e90c69356614bc3952f50c839bf6b9a64feee0d4ab1a9&o=",
        "/xdata/images/hotel/max300/68612554.jpg?k=00a637b6c61cb994837e90c69356614bc3952f50c839bf6b9a64feee0d4ab1a9&o=",
        "/xdata/images/hotel/max500/68612554.jpg?k=00a637b6c61cb994837e90c69356614bc3952f50c839bf6b9a64feee0d4ab1a9&o=",
        "/xdata/images/hotel/square60/68612554.jpg?k=00a637b6c61cb994837e90c69356614bc3952f50c839bf6b9a64feee0d4ab1a9&o="
      ],
      [
        1,
        [
          {
            "tag_id": 11,
            "photo_id": 68612542,
            "tag_type": "ml_tags",
            "tag_name": "Bathroom",
            "confidence": 99
          }
        ],
        68612542,
        [
          {
            "tag": "Decorative detail",
            "id": 179
          }
        ],
        "/xdata/images/hotel/max1024x768/68612542.jpg?k=25a9475db985451812adeea6790e1283db4ace54c1ce8508c651af911babc544&o=",
        "/xdata/images/hotel/max300/68612542.jpg?k=25a9475db985451812adeea6790e1283db4ace54c1ce8508c651af911babc544&o=",
        "/xdata/images/hotel/max500/68612542.jpg?k=25a9475db985451812adeea6790e1283db4ace54c1ce8508c651af911babc544&o=",
        "/xdata/images/hotel/square60/68612542.jpg?k=25a9475db985451812adeea6790e1283db4ace54c1ce8508c651af911babc544&o="
      ],
      [
        1,
        [
          {
            "confidence": 98,
            "tag_name": "Bed",
            "tag_id": 13,
            "photo_id": 68612561,
            "tag_type": "ml_tags"
          }
        ],
        68612561,
        [
          {
            "id": 199,
            "tag": "Bedroom"
          },
          {
            "id": 1000000001,
            "tag": "Property"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612561.jpg?k=e21241e115a9ea27057560ace6c4cda6106eae2b76a0bca24e9c19da792dff51&o=",
        "/xdata/images/hotel/max300/68612561.jpg?k=e21241e115a9ea27057560ace6c4cda6106eae2b76a0bca24e9c19da792dff51&o=",
        "/xdata/images/hotel/max500/68612561.jpg?k=e21241e115a9ea27057560ace6c4cda6106eae2b76a0bca24e9c19da792dff51&o=",
        "/xdata/images/hotel/square60/68612561.jpg?k=e21241e115a9ea27057560ace6c4cda6106eae2b76a0bca24e9c19da792dff51&o="
      ],
      [
        1,
        [
          {
            "tag_type": "ml_tags",
            "photo_id": 68612549,
            "tag_id": 13,
            "tag_name": "Bed",
            "confidence": 96
          }
        ],
        68612549,
        [
          {
            "tag": "Photo of the whole room",
            "id": 173
          },
          {
            "tag": "Room",
            "id": 1000000002
          }
        ],
        "/xdata/images/hotel/max1024x768/68612549.jpg?k=165b500b73cd242a1937f7f8ff05f1678cc7ab9938c2c64711b11ae0b52477bd&o=",
        "/xdata/images/hotel/max300/68612549.jpg?k=165b500b73cd242a1937f7f8ff05f1678cc7ab9938c2c64711b11ae0b52477bd&o=",
        "/xdata/images/hotel/max500/68612549.jpg?k=165b500b73cd242a1937f7f8ff05f1678cc7ab9938c2c64711b11ae0b52477bd&o=",
        "/xdata/images/hotel/square60/68612549.jpg?k=165b500b73cd242a1937f7f8ff05f1678cc7ab9938c2c64711b11ae0b52477bd&o="
      ],
      [
        1,
        [
          {
            "tag_id": 13,
            "photo_id": 68612545,
            "tag_type": "ml_tags",
            "confidence": 96,
            "tag_name": "Bed"
          }
        ],
        68612545,
        [
          {
            "id": 173,
            "tag": "Photo of the whole room"
          },
          {
            "tag": "Room",
            "id": 1000000002
          }
        ],
        "/xdata/images/hotel/max1024x768/68612545.jpg?k=b7e7b65ccdeaf2abfe00a616b57f66666616abca0cfe3b141af9a5efc02e1500&o=",
        "/xdata/images/hotel/max300/68612545.jpg?k=b7e7b65ccdeaf2abfe00a616b57f66666616abca0cfe3b141af9a5efc02e1500&o=",
        "/xdata/images/hotel/max500/68612545.jpg?k=b7e7b65ccdeaf2abfe00a616b57f66666616abca0cfe3b141af9a5efc02e1500&o=",
        "/xdata/images/hotel/square60/68612545.jpg?k=b7e7b65ccdeaf2abfe00a616b57f66666616abca0cfe3b141af9a5efc02e1500&o="
      ],
      [
        1,
        [
          {
            "confidence": 100,
            "tag_name": "Lobby/reception",
            "tag_type": "ml_tags",
            "tag_id": 5,
            "photo_id": 68612563
          }
        ],
        68612563,
        [
          {
            "tag": "Area and facilities",
            "id": 257
          },
          {
            "id": 1000000001,
            "tag": "Property"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612563.jpg?k=a0d8368beddc9a299028314f0c49b1d09ef7f8bdd8f0a83329fd0d62065183ed&o=",
        "/xdata/images/hotel/max300/68612563.jpg?k=a0d8368beddc9a299028314f0c49b1d09ef7f8bdd8f0a83329fd0d62065183ed&o=",
        "/xdata/images/hotel/max500/68612563.jpg?k=a0d8368beddc9a299028314f0c49b1d09ef7f8bdd8f0a83329fd0d62065183ed&o=",
        "/xdata/images/hotel/square60/68612563.jpg?k=a0d8368beddc9a299028314f0c49b1d09ef7f8bdd8f0a83329fd0d62065183ed&o="
      ],
      [
        1,
        [
          {
            "tag_type": "ml_tags",
            "photo_id": 68612580,
            "tag_id": 13,
            "tag_name": "Bed",
            "confidence": 98
          }
        ],
        68612580,
        [
          {
            "tag": "Photo of the whole room",
            "id": 173
          },
          {
            "id": 1000000002,
            "tag": "Room"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612580.jpg?k=e664b38c0fa76ecd208340356e538c3bc90f78b1509620ad4f3f292fc72a79e7&o=",
        "/xdata/images/hotel/max300/68612580.jpg?k=e664b38c0fa76ecd208340356e538c3bc90f78b1509620ad4f3f292fc72a79e7&o=",
        "/xdata/images/hotel/max500/68612580.jpg?k=e664b38c0fa76ecd208340356e538c3bc90f78b1509620ad4f3f292fc72a79e7&o=",
        "/xdata/images/hotel/square60/68612580.jpg?k=e664b38c0fa76ecd208340356e538c3bc90f78b1509620ad4f3f292fc72a79e7&o="
      ],
      [
        1,
        [
          {
            "tag_name": "Bed",
            "confidence": 98,
            "tag_type": "ml_tags",
            "tag_id": 13,
            "photo_id": 68612587
          }
        ],
        68612587,
        [
          {
            "tag": "Photo of the whole room",
            "id": 173
          },
          {
            "tag": "Room",
            "id": 1000000002
          }
        ],
        "/xdata/images/hotel/max1024x768/68612587.jpg?k=f9228e58ef153750adcfe87f961010f2de1a942e2198f2436bda89476f1b4a7c&o=",
        "/xdata/images/hotel/max300/68612587.jpg?k=f9228e58ef153750adcfe87f961010f2de1a942e2198f2436bda89476f1b4a7c&o=",
        "/xdata/images/hotel/max500/68612587.jpg?k=f9228e58ef153750adcfe87f961010f2de1a942e2198f2436bda89476f1b4a7c&o=",
        "/xdata/images/hotel/square60/68612587.jpg?k=f9228e58ef153750adcfe87f961010f2de1a942e2198f2436bda89476f1b4a7c&o="
      ],
      [
        1,
        [
          {
            "tag_id": 13,
            "photo_id": 68612584,
            "tag_type": "ml_tags",
            "tag_name": "Bed",
            "confidence": 97
          }
        ],
        68612584,
        [
          {
            "id": 173,
            "tag": "Photo of the whole room"
          },
          {
            "id": 1000000002,
            "tag": "Room"
          }
        ],
        "/xdata/images/hotel/max1024x768/68612584.jpg?k=d137f8d42130d09fe92481e524782b33baa0d09d61034d3ab6b9ed476d9f9a40&o=",
        "/xdata/images/hotel/max300/68612584.jpg?k=d137f8d42130d09fe92481e524782b33baa0d09d61034d3ab6b9ed476d9f9a40&o=",
        "/xdata/images/hotel/max500/68612584.jpg?k=d137f8d42130d09fe92481e524782b33baa0d09d61034d3ab6b9ed476d9f9a40&o=",
        "/xdata/images/hotel/square60/68612584.jpg?k=d137f8d42130d09fe92481e524782b33baa0d09d61034d3ab6b9ed476d9f9a40&o="
      ],
      [
        1,
        "",
        68612582,
        [
          {
            "tag": "Facade/entrance",
            "id": 10
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/68612582.jpg?k=3ff02b3052a885a481ce1a5ce787ac547dc66165f65c1bb7b469a9ccf6dd9508&o=",
        "/xdata/images/hotel/max300/68612582.jpg?k=3ff02b3052a885a481ce1a5ce787ac547dc66165f65c1bb7b469a9ccf6dd9508&o=",
        "/xdata/images/hotel/max500/68612582.jpg?k=3ff02b3052a885a481ce1a5ce787ac547dc66165f65c1bb7b469a9ccf6dd9508&o=",
        "/xdata/images/hotel/square60/68612582.jpg?k=3ff02b3052a885a481ce1a5ce787ac547dc66165f65c1bb7b469a9ccf6dd9508&o="
      ],
      [
        1,
        [
          {
            "tag_type": "ml_tags",
            "photo_id": 68612576,
            "tag_id": 2,
            "confidence": 92,
            "tag_name": "Restaurant/places to eat"
          },
          {
            "tag_type": "ml_tags",
            "tag_id": 9,
            "photo_id": 68612576,
            "tag_name": "Dining area",
            "confidence": 88
          }
        ],
        68612576,
        [
          {
            "tag": "Decorative detail",
            "id": 179
          },
          {
            "tag": "Continental breakfast",
            "id": 265
          },
          {
            "id": 266,
            "tag": "Buffet breakfast"
          },
          {
            "tag": "Italian breakfast",
            "id": 268
          },
          {
            "id": 269,
            "tag": "English/Irish breakfast"
          },
          {
            "tag": "American breakfast",
            "id": 270
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/68612576.jpg?k=53020f434df771764a71e59ac2e3bafd007693e4df0dbfb705201cd1f981b1fb&o=",
        "/xdata/images/hotel/max300/68612576.jpg?k=53020f434df771764a71e59ac2e3bafd007693e4df0dbfb705201cd1f981b1fb&o=",
        "/xdata/images/hotel/max500/68612576.jpg?k=53020f434df771764a71e59ac2e3bafd007693e4df0dbfb705201cd1f981b1fb&o=",
        "/xdata/images/hotel/square60/68612576.jpg?k=53020f434df771764a71e59ac2e3bafd007693e4df0dbfb705201cd1f981b1fb&o="
      ],
      [
        1,
        [
          {
            "tag_id": 2,
            "photo_id": 68612590,
            "tag_type": "ml_tags",
            "tag_name": "Restaurant/places to eat",
            "confidence": 100
          }
        ],
        68612590,
        [
          {
            "tag": "Lounge or bar",
            "id": 161
          },
          {
            "id": 265,
            "tag": "Continental breakfast"
          },
          {
            "id": 266,
            "tag": "Buffet breakfast"
          },
          {
            "tag": "Italian breakfast",
            "id": 268
          },
          {
            "id": 269,
            "tag": "English/Irish breakfast"
          },
          {
            "id": 270,
            "tag": "American breakfast"
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/68612590.jpg?k=bb1b57314d41eff9d6dec00d81aa783d9a82186d3d5ad1bc5aaacbf10666411e&o=",
        "/xdata/images/hotel/max300/68612590.jpg?k=bb1b57314d41eff9d6dec00d81aa783d9a82186d3d5ad1bc5aaacbf10666411e&o=",
        "/xdata/images/hotel/max500/68612590.jpg?k=bb1b57314d41eff9d6dec00d81aa783d9a82186d3d5ad1bc5aaacbf10666411e&o=",
        "/xdata/images/hotel/square60/68612590.jpg?k=bb1b57314d41eff9d6dec00d81aa783d9a82186d3d5ad1bc5aaacbf10666411e&o="
      ],
      [
        1,
        [
          {
            "confidence": 100,
            "tag_name": "Restaurant/places to eat",
            "tag_id": 2,
            "photo_id": 68612592,
            "tag_type": "ml_tags"
          }
        ],
        68612592,
        [
          {
            "id": 161,
            "tag": "Lounge or bar"
          },
          {
            "id": 265,
            "tag": "Continental breakfast"
          },
          {
            "id": 266,
            "tag": "Buffet breakfast"
          },
          {
            "id": 268,
            "tag": "Italian breakfast"
          },
          {
            "id": 269,
            "tag": "English/Irish breakfast"
          },
          {
            "id": 270,
            "tag": "American breakfast"
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/68612592.jpg?k=939b5161a8416f412fc3084283d14e239325b9fbc950ffe7d827168cd3acaedc&o=",
        "/xdata/images/hotel/max300/68612592.jpg?k=939b5161a8416f412fc3084283d14e239325b9fbc950ffe7d827168cd3acaedc&o=",
        "/xdata/images/hotel/max500/68612592.jpg?k=939b5161a8416f412fc3084283d14e239325b9fbc950ffe7d827168cd3acaedc&o=",
        "/xdata/images/hotel/square60/68612592.jpg?k=939b5161a8416f412fc3084283d14e239325b9fbc950ffe7d827168cd3acaedc&o="
      ],
      [
        1,
        [
          {
            "confidence": 100,
            "tag_name": "Restaurant/places to eat",
            "photo_id": 68612594,
            "tag_id": 2,
            "tag_type": "ml_tags"
          }
        ],
        68612594,
        [
          {
            "id": 161,
            "tag": "Lounge or bar"
          },
          {
            "id": 265,
            "tag": "Continental breakfast"
          },
          {
            "id": 266,
            "tag": "Buffet breakfast"
          },
          {
            "id": 268,
            "tag": "Italian breakfast"
          },
          {
            "tag": "English/Irish breakfast",
            "id": 269
          },
          {
            "tag": "American breakfast",
            "id": 270
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/68612594.jpg?k=35cbc3d6a9739188dad249f0aa631ac5c8326eac8305c7c3abc59cc72657b5f2&o=",
        "/xdata/images/hotel/max300/68612594.jpg?k=35cbc3d6a9739188dad249f0aa631ac5c8326eac8305c7c3abc59cc72657b5f2&o=",
        "/xdata/images/hotel/max500/68612594.jpg?k=35cbc3d6a9739188dad249f0aa631ac5c8326eac8305c7c3abc59cc72657b5f2&o=",
        "/xdata/images/hotel/square60/68612594.jpg?k=35cbc3d6a9739188dad249f0aa631ac5c8326eac8305c7c3abc59cc72657b5f2&o="
      ],
      [
        1,
        [
          {
            "confidence": 100,
            "tag_name": "Restaurant/places to eat",
            "tag_type": "ml_tags",
            "photo_id": 68612612,
            "tag_id": 2
          }
        ],
        68612612,
        [
          {
            "id": 161,
            "tag": "Lounge or bar"
          },
          {
            "id": 265,
            "tag": "Continental breakfast"
          },
          {
            "id": 266,
            "tag": "Buffet breakfast"
          },
          {
            "tag": "Italian breakfast",
            "id": 268
          },
          {
            "id": 269,
            "tag": "English/Irish breakfast"
          },
          {
            "tag": "American breakfast",
            "id": 270
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/68612612.jpg?k=56eee7322f5480605c4f49a7b1b819919d1d5b0a2da43fd1b797b922fae7b4fe&o=",
        "/xdata/images/hotel/max300/68612612.jpg?k=56eee7322f5480605c4f49a7b1b819919d1d5b0a2da43fd1b797b922fae7b4fe&o=",
        "/xdata/images/hotel/max500/68612612.jpg?k=56eee7322f5480605c4f49a7b1b819919d1d5b0a2da43fd1b797b922fae7b4fe&o=",
        "/xdata/images/hotel/square60/68612612.jpg?k=56eee7322f5480605c4f49a7b1b819919d1d5b0a2da43fd1b797b922fae7b4fe&o="
      ],
      [
        1,
        "",
        68612578,
        [
          {
            "tag": "Facade/entrance",
            "id": 10
          },
          {
            "tag": "Property",
            "id": 1000000001
          }
        ],
        "/xdata/images/hotel/max1024x768/68612578.jpg?k=6c646ef5efb528e457e78220840df4dfbc7f68eddb60a37e2fa74bc0aaea672d&o=",
        "/xdata/images/hotel/max300/68612578.jpg?k=6c646ef5efb528e457e78220840df4dfbc7f68eddb60a37e2fa74bc0aaea672d&o=",
        "/xdata/images/hotel/max500/68612578.jpg?k=6c646ef5efb528e457e78220840df4dfbc7f68eddb60a37e2fa74bc0aaea672d&o=",
        "/xdata/images/hotel/square60/68612578.jpg?k=6c646ef5efb528e457e78220840df4dfbc7f68eddb60a37e2fa74bc0aaea672d&o="
      ]
    ]
  },
  "categories": []
}

Fetch featured reviews

This endpoint fetches featured reviews for a given property.

Header Parameters

X-API-KEYstring

Body Parameters

hotel_idstring Required

The Booking.com ID of the hotel, you can find it out in the /properties-list endpoint

languagecodestring

The language code

Default value
en
Enum values:
enen-usarbgcacsdadeeles
... 33 other enums

Responses

200
Object
Successful response

Response Attributes

vpm_favorable_review_countnumber
vpm_featured_reviewsarray

Show child attributes

featured_reviews_titlestring
422
Object
Validation Error

Response Attributes

detailarray

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/on-demand/featured-reviews

Select
1 2 3 4 5 curl --location 'https://brainy-api-portal-3cuixb5lia-ew.a.run.app/on-demand/featured-reviews' \ --data '{ "hotel_id": "123ABC", "languagecode": "en-us" }'

Response

{
  "vpm_favorable_review_count": 2874,
  "vpm_featured_reviews": [
    {
      "title": "Beautiful stay, location and room!",
      "id": 4635133382,
      "date": "2023-08-21 21:41:33",
      "relative_time": {
        "days_past": 31,
        "months_past": 1,
        "weeks_past": 4,
        "years_past": 0
      },
      "pros": "Great location, a short walk to the city centre! The room was just beautiful, very clean and spacious. Great breakfast also!",
      "review_id": 4635133382,
      "average_score_out_of_10": 10,
      "travel_purpose": "leisure",
      "languagecode": "en",
      "author": {
        "countrycode": "ch",
        "type": "solo_traveller",
        "name": "Anastasia",
        "avatar": "https://lh3.googleusercontent.com/a/AATXAJyP57VkE05V6nm6V2PQN8aIkMbGXsuzTCCFxV6x=s96-c?sz=64"
      }
    },
    {
      "title": "Very enjoyable and relaxing,  We would definitely stay there again",
      "id": 4634953408,
      "date": "2023-08-21 05:16:38",
      "review_id": 4634953408,
      "pros": "Our room was beautifully, spacious and clean.  The hotel is a short walk to town centre and train station. Hotel is surrounded by many restaurants and bars.",
      "relative_time": {
        "days_past": 0,
        "years_past": 0,
        "months_past": 0,
        "weeks_past": 0
      },
      "average_score_out_of_10": 10,
      "travel_purpose": "leisure",
      "languagecode": "en",
      "author": {
        "countrycode": "au",
        "type": "young_couple",
        "avatar": "https://lh3.googleusercontent.com/a/AGNmyxZGADWrWW2bkBIk5jV3fZ4A5r4syxqSIayyffHP=s96-c?sz=64",
        "name": "D'angelo"
      }
    },
    {
      "languagecode": "xu",
      "author": {
        "countrycode": "ch",
        "name": "Ekaterina",
        "type": "young_couple"
      },
      "travel_purpose": "leisure",
      "average_score_out_of_10": 10,
      "cons": "Nothing",
      "pros": "Very centrally located, with parking garage available by request, friendly and helpful stuff, nicely decorated rooms, good breakfast",
      "review_id": 2231995903,
      "relative_time": {
        "months_past": 0,
        "weeks_past": 0,
        "years_past": 0,
        "days_past": 2
      },
      "date": "2023-08-19 15:57:44",
      "id": 2231995903,
      "title": "Nice place to stay for few days to enjoy Verona"
    },
    {
      "title": "A Gem in a City of Diamonds",
      "id": 2975952112,
      "date": "2023-08-15 14:44:20",
      "pros": "Somewhat 'quirky' layout but, this added to the character. The location was perfect. The staff were exceptional (especially the very polite young man who showed us to the nearby garage)",
      "review_id": 2975952112,
      "relative_time": {
        "weeks_past": 0,
        "months_past": 0,
        "years_past": 0,
        "days_past": 6
      },
      "cons": "Nothing",
      "average_score_out_of_10": 10,
      "travel_purpose": "leisure",
      "author": {
        "avatar": "https://graph.facebook.com/v2.9/1924465964233784/picture?type=square&height=64&width=64",
        "type": "young_couple",
        "name": "Ian",
        "countrycode": "gb"
      },
      "languagecode": "en"
    },
    {
      "title": "Great place to be!",
      "id": 2892147526,
      "date": "2023-08-13 11:08:22",
      "relative_time": {
        "days_past": 8,
        "months_past": 0,
        "weeks_past": 1,
        "years_past": 0
      },
      "pros": "Nice room, decoration, nice staff, everything fine!",
      "review_id": 2892147526,
      "cons": "Nothing to say",
      "average_score_out_of_10": 10,
      "travel_purpose": "leisure",
      "author": {
        "name": "Yasmin",
        "avatar": "https://cf.bstatic.com/xdata/images/xphoto/square64/20684739.jpg?k=828b4a0c1e3067798f954e111d62a4a17c411950ba36e9a303a410f288156e81&o=?t=1496666816",
        "type": "with_friends",
        "countrycode": "de"
      },
      "languagecode": "en"
    },
    {
      "cons": "There is no private parking, but there is a public garage near by.",
      "average_score_out_of_10": 10,
      "review_id": 3343389420,
      "pros": "Great location, very clean rooms and comfort beds.",
      "relative_time": {
        "days_past": 11,
        "weeks_past": 1,
        "months_past": 0,
        "years_past": 0
      },
      "languagecode": "xu",
      "author": {
        "type": "young_couple",
        "name": "Ivanivanivan",
        "countrycode": "rs"
      },
      "travel_purpose": "leisure",
      "title": "Exceptional",
      "date": "2023-08-10 09:09:05",
      "id": 3343389420
    },
    {
      "id": 3320702606,
      "date": "2023-08-02 21:40:16",
      "title": "Great stay, great value for money and the staff were friendly and accommodating.. also everything was a short walk away",
      "travel_purpose": "leisure",
      "languagecode": "en",
      "author": {
        "countrycode": "gb",
        "name": "Michael",
        "type": "young_couple"
      },
      "review_id": 3320702606,
      "pros": "Rustic Italian feel, spa down the road we could use aswell.",
      "relative_time": {
        "days_past": 19,
        "years_past": 0,
        "weeks_past": 2,
        "months_past": 0
      },
      "average_score_out_of_10": 10,
      "cons": "Nothing"
    },
    {
      "title": "Exceptional",
      "id": 2829605506,
      "date": "2023-07-24 22:11:29",
      "relative_time": {
        "years_past": 0,
        "months_past": 0,
        "weeks_past": 4,
        "days_past": 28
      },
      "review_id": 2829605506,
      "pros": "Everything was perfect. Location perfect, friendly staff with good english, very good breakfast. Beautiful room.",
      "average_score_out_of_10": 10,
      "travel_purpose": "leisure",
      "languagecode": "en",
      "author": {
        "type": "young_couple",
        "name": "Andrej",
        "countrycode": "si"
      }
    },
    {
      "cons": "Nothing to note.",
      "average_score_out_of_10": 10,
      "relative_time": {
        "days_past": 29,
        "years_past": 0,
        "weeks_past": 4,
        "months_past": 0
      },
      "pros": "Great location, very nice room with great decor and space. Friendly staff, good breakfast, good street view with sound proof windows. Clean and tidy and air conditioned.",
      "review_id": 2357608499,
      "languagecode": "en",
      "author": {
        "type": "young_couple",
        "name": "Gareth",
        "countrycode": "gb"
      },
      "travel_purpose": "leisure",
      "title": "Great location, very nice room with great decor and space. Friendly staff, good breakfast, good street view with sound p",
      "date": "2023-07-23 22:18:18",
      "id": 2357608499
    },
    {
      "title": "Exceptional",
      "date": "2023-07-21 12:42:35",
      "id": 2416266125,
      "average_score_out_of_10": 10,
      "cons": "Nothing",
      "pros": "Super helpful staff. Beautifully decorated room. Nice location.",
      "review_id": 2416266125,
      "relative_time": {
        "weeks_past": 4,
        "months_past": 1,
        "years_past": 0,
        "days_past": 31
      },
      "author": {
        "countrycode": "ch",
        "name": "Anastasia",
        "type": "solo_traveller",
        "avatar": "https://lh3.googleusercontent.com/a/AATXAJyP57VkE05V6nm6V2PQN8aIkMbGXsuzTCCFxV6x=s96-c?sz=64"
      },
      "languagecode": "en",
      "travel_purpose": "business"
    }
  ],
  "featured_reviews_title": "What guests loved the most:"
}

Fetch property policies

This endpoint fetches the policies of a property based on the provided parameters.

Header Parameters

X-API-KEYstring

Body Parameters

hotel_idsstring Required

The unique identifier for the BookingCom ID hotel

departure_datestring

The departure date in the format 'YYYY-MM-DD'

Default value
YYYY-MM-DD
languagecodestring

The language code

Default value
en
Enum values:
enen-usarbgcacsdadeeles
... 33 other enums
currency_codestring

The currency code

Default value
EUR

Responses

200
Object
Successful response

Response Attributes

policygroup_type_idnumber
policygroup_idnumber
policyarray

Show child attributes

hotel_idnumber
namestring
active_sincestring
422
Object
Validation Error

Response Attributes

detailarray

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/on-demand/property-policies

Select
1 2 3 4 5 6 7 curl --location 'https://brainy-api-portal-3cuixb5lia-ew.a.run.app/on-demand/property-policies' \ --data '{ "hotel_ids": "1612456", "departure_date": "2024-01-02", "languagecode": "en-us", "currency_code": "USD" }'

Response

[
  {
    "policygroup_type_id": 1,
    "policygroup_id": 348842721,
    "policy": [
      {
        "cpv2_structure": {
          "only_free_existing_bed_rules": 1,
          "allows_cribs": 1,
          "min_children_age": 0,
          "allows_extra_beds": 0,
          "age_intervals": [
            {
              "min_age": 0,
              "group_by_price": {
                "free,per_night,0": [
                  "existing_bed"
                ],
                "fixed,per_night,10.00": [
                  "crib"
                ]
              },
              "max_age": 2,
              "types_by_price": [
                [
                  "existing_bed"
                ],
                [
                  "crib"
                ]
              ],
              "existing_bed": {
                "id": 27528757,
                "price_type": "free",
                "price_mode_n": 0,
                "price_mode": "per_night",
                "price_type_n": 0,
                "price": 0
              },
              "crib": {
                "price_mode_n": 0,
                "price_type": "fixed",
                "id": 27528756,
                "price_type_n": 2,
                "price": "€ 10",
                "price_mode": "per_night"
              }
            }
          ],
          "age_considered_as_adult": 3,
          "rules": [
            {
              "to_age": 2,
              "price_type": "free",
              "rule_type_n": 0,
              "price_type_n": 0,
              "price": "0.00",
              "from_age": 0,
              "price_mode_n": 0,
              "price_mode": "per_night",
              "history_id": 51561086,
              "age_band_id": 0,
              "rule_type": "existing_bed"
            },
            {
              "to_age": 2,
              "rule_type_n": 2,
              "price_type": "fixed",
              "price_type_n": 2,
              "price": "10.00",
              "from_age": 0,
              "price_mode_n": 0,
              "age_band_id": 0,
              "price_mode": "per_night",
              "history_id": 51561086,
              "rule_type": "crib"
            }
          ],
          "allow_existing_beds": 1,
          "allow_children": 1
        },
        "policy_id": 1234567891,
        "type": "POLICY_CHILDREN",
        "content": [
          {
            "name": "Children and Extra Bed Policy",
            "ruleset": [
              {
                "rule": [
                  {
                    "content": "Children of any age are allowed."
                  }
                ],
                "name": "Children allowed",
                "type": "RULESET_CHILDRENALLOWED"
              },
              {
                "type": "RULESET_EXTRABED",
                "rule": [
                  {
                    "content": "1 child (up to and including 2 years old) stays for € 10 per child per night when using available cots.\t"
                  },
                  {
                    "content": "Up to 2 children (up to and including 2 years old) stay for free when using existing beds.\t"
                  },
                  {
                    "content": "You haven't added any extra beds."
                  }
                ],
                "name": "Extra beds"
              },
              {
                "rule": [
                  {
                    "content": "The maximum number of cots is 1."
                  },
                  {
                    "content": "The maximum number of guests is 4."
                  }
                ],
                "name": "Room Capacity",
                "type": "RULESET_CHILDREN_CAPACITY"
              }
            ],
            "type": "POLICY_CHILDREN",
            "languagecode": "en-gb"
          },
          {
            "ruleset": [
              {
                "rule": [
                  {
                    "content": "When booking more than 5 rooms, different policies and additional supplements may apply."
                  }
                ],
                "name": "Groups",
                "type": "RULESET_HOTEL_GROUPS_CONDITIONS"
              }
            ],
            "name": "Groups",
            "languagecode": "en-gb",
            "type": "POLICY_HOTEL_GROUPS"
          },
          {
            "ruleset": [
              {
                "type": "RULESET_HOTEL_INTERNET_INTERNETFEE",
                "name": "Internet Connection",
                "rule": [
                  {
                    "b_connection": "wireless",
                    "content": "WiFi is available in all areas and is free of charge.",
                    "b_good_rule": 2
                  }
                ]
              }
            ],
            "name": "Internet",
            "languagecode": "en-gb",
            "type": "POLICY_HOTEL_INTERNET"
          },
          {
            "ruleset": [
              {
                "type": "RULESET_HOTEL_PARKING_PARKINGSPACE",
                "name": "Parking Space",
                "rule": [
                  {
                    "content": "Private parking is possible at a location nearby (reservation is needed) and costs  EUR 25 per  day."
                  }
                ]
              }
            ],
            "name": "Parking",
            "languagecode": "en-gb",
            "type": "POLICY_HOTEL_PARKING"
          },
          {
            "languagecode": "en-gb",
            "type": "POLICY_HOTEL_PETS",
            "ruleset": [
              {
                "type": "RULESET_HOTEL_PETS_PETSFEE",
                "name": "Pets",
                "rule": [
                  {
                    "b_good_rule": 2,
                    "content": "Pets are allowed on request. No extra charges."
                  }
                ]
              }
            ],
            "name": "Pets"
          }
        ]
      },
      {
        "type": "POLICY_HOTEL_GROUPS",
        "content": [
          {
            "ruleset": [
              {
                "rule": [
                  {
                    "content": "When booking more than 5 rooms, different policies and additional supplements may apply."
                  }
                ],
                "name": "Groups",
                "type": "RULESET_HOTEL_GROUPS_CONDITIONS"
              }
            ],
            "name": "Groups",
            "languagecode": "en-gb",
            "type": "POLICY_HOTEL_GROUPS"
          }
        ],
        "policy_id": 1234567891
      },
      {
        "policy_id": 1234567891,
        "content": [
          {
            "ruleset": [
              {
                "type": "RULESET_HOTEL_INTERNET_INTERNETFEE",
                "name": "Internet Connection",
                "rule": [
                  {
                    "b_connection": "wireless",
                    "content": "WiFi is available in all areas and is free of charge.",
                    "b_good_rule": 2
                  }
                ]
              }
            ],
            "name": "Internet",
            "languagecode": "en-gb",
            "type": "POLICY_HOTEL_INTERNET"
          }
        ],
        "type": "POLICY_HOTEL_INTERNET"
      },
      {
        "type": "POLICY_HOTEL_PARKING",
        "content": [
          {
            "ruleset": [
              {
                "type": "RULESET_HOTEL_PARKING_PARKINGSPACE",
                "name": "Parking Space",
                "rule": [
                  {
                    "content": "Private parking is possible at a location nearby (reservation is needed) and costs  EUR 25 per  day."
                  }
                ]
              }
            ],
            "name": "Parking",
            "languagecode": "en-gb",
            "type": "POLICY_HOTEL_PARKING"
          }
        ],
        "policy_id": 1234567891
      },
      {
        "policy_id": 1234567891,
        "content": [
          {
            "languagecode": "en-gb",
            "type": "POLICY_HOTEL_PETS",
            "ruleset": [
              {
                "type": "RULESET_HOTEL_PETS_PETSFEE",
                "name": "Pets",
                "rule": [
                  {
                    "b_good_rule": 2,
                    "content": "Pets are allowed on request. No extra charges."
                  }
                ]
              }
            ],
            "name": "Pets"
          }
        ],
        "type": "POLICY_HOTEL_PETS"
      }
    ],
    "hotel_id": 1612456,
    "name": "General",
    "active_since": "2022-03-25 07:12:50"
  }
]

Fetch property facilities

This endpoint fetches the facilities of a property based on the provided parameters.

Header Parameters

X-API-KEYstring

Body Parameters

hotel_idsstring Required

The Booking.com ID of the hotel, you can find it out in the ../properties-list endpoint

languagecodestring

The language code

Default value
en
Enum values:
enen-usarbgcacsdadeeles
... 33 other enums

Responses

200
Object
Successful response

Response Attributes

facility_namestring
kindstring
facilitytype_idnumber
hotelfacilitytype_idnumber
hotel_idnumber
is_common_room_facilitynumber
valuenumber
paidnumber
roomfacilitytype_idstring
facilitytype_namestring
freenumber
422
Object
Validation Error

Response Attributes

detailarray

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/on-demand/property-facilities

Select
1 2 3 4 5 curl --location 'https://brainy-api-portal-3cuixb5lia-ew.a.run.app/on-demand/property-facilities' \ --data '{ "hotel_ids": "1612456", "languagecode": "en-us" }'

Response

[
  {
    "facility_name": "Sauna (additional charge)",
    "kind": "free_or_paid",
    "facilitytype_id": 2,
    "hotelfacilitytype_id": 10,
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "value": 5,
    "paid": 1,
    "roomfacilitytype_id": "",
    "facilitytype_name": "Activities"
  },
  {
    "facilitytype_name": "General",
    "roomfacilitytype_id": "",
    "value": 1,
    "hotelfacilitytype_id": 16,
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "facilitytype_id": 1,
    "kind": "boolean",
    "facility_name": "Non-smoking rooms"
  },
  {
    "value": 5,
    "facilitytype_name": "Entertainment and family services",
    "roomfacilitytype_id": "",
    "paid": 1,
    "facilitytype_id": 25,
    "kind": "free_or_paid",
    "facility_name": "Babysitting/child services (additional charge)",
    "hotelfacilitytype_id": 21,
    "is_common_room_facility": 0,
    "hotel_id": 1612456
  },
  {
    "value": 5,
    "paid": 1,
    "roomfacilitytype_id": "",
    "facilitytype_name": "Cleaning services",
    "facility_name": "Laundry (additional charge)",
    "facilitytype_id": 26,
    "kind": "free_or_paid",
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "hotelfacilitytype_id": 22
  },
  {
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "hotelfacilitytype_id": 25,
    "facility_name": "Facilities for disabled guests",
    "facilitytype_id": 1,
    "kind": "boolean",
    "facilitytype_name": "General",
    "roomfacilitytype_id": "",
    "value": 1
  },
  {
    "value": 1,
    "roomfacilitytype_id": "",
    "facilitytype_name": "General",
    "facilitytype_id": 1,
    "kind": "boolean",
    "facility_name": "Family rooms",
    "hotelfacilitytype_id": 28,
    "is_common_room_facility": 0,
    "hotel_id": 1612456
  },
  {
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "hotelfacilitytype_id": 43,
    "facility_name": "Breakfast in the room",
    "kind": "boolean",
    "facilitytype_id": 7,
    "roomfacilitytype_id": "",
    "facilitytype_name": "Food & Drink",
    "value": 1
  },
  {
    "facilitytype_id": 1,
    "kind": "boolean",
    "facility_name": "Lift",
    "hotelfacilitytype_id": 48,
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "value": 1,
    "facilitytype_name": "General",
    "roomfacilitytype_id": ""
  },
  {
    "facility_name": "Safety deposit box",
    "kind": "free_or_paid",
    "free": 1,
    "facilitytype_id": 1,
    "hotelfacilitytype_id": 51,
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "value": 4,
    "roomfacilitytype_id": "",
    "facilitytype_name": "General"
  },
  {
    "paid": 1,
    "facilitytype_name": "Activities",
    "roomfacilitytype_id": "",
    "value": 5,
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "hotelfacilitytype_id": 54,
    "facility_name": "Spa and wellness centre (additional charge)",
    "facilitytype_id": 2,
    "kind": "free_or_paid"
  },
  {
    "facilitytype_id": 2,
    "kind": "free_or_paid",
    "facility_name": "Massage (additional charge)",
    "hotelfacilitytype_id": 55,
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "value": 5,
    "facilitytype_name": "Activities",
    "roomfacilitytype_id": "",
    "paid": 1
  },
  {
    "roomfacilitytype_id": "",
    "facilitytype_name": "Activities",
    "paid": 1,
    "value": 5,
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "hotelfacilitytype_id": 63,
    "kind": "free_or_paid",
    "facilitytype_id": 2,
    "facility_name": "Hot tub/Jacuzzi (additional charge)"
  },
  {
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "hotelfacilitytype_id": 64,
    "facility_name": "Soundproof rooms",
    "facilitytype_id": 1,
    "kind": "boolean",
    "facilitytype_name": "General",
    "roomfacilitytype_id": "",
    "value": 1
  },
  {
    "facility_name": "Heating",
    "facilitytype_id": 1,
    "kind": "boolean",
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "hotelfacilitytype_id": 80,
    "value": 1,
    "facilitytype_name": "General",
    "roomfacilitytype_id": ""
  },
  {
    "facility_name": "Fax/photocopying",
    "free": 1,
    "facilitytype_id": 27,
    "kind": "free_or_paid",
    "hotelfacilitytype_id": 81,
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "value": 4,
    "facilitytype_name": "Business facilities",
    "roomfacilitytype_id": ""
  },
  {
    "hotelfacilitytype_id": 91,
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "free": 1,
    "facilitytype_id": 23,
    "kind": "free_or_paid",
    "facility_name": "Luggage storage",
    "facilitytype_name": "Reception services",
    "roomfacilitytype_id": "",
    "value": 4
  },
  {
    "facilitytype_name": "General",
    "roomfacilitytype_id": "",
    "value": 1,
    "hotelfacilitytype_id": 101,
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "facility_name": "Allergy-free room",
    "facilitytype_id": 1,
    "kind": "boolean"
  },
  {
    "value": 1,
    "facilitytype_name": "General",
    "roomfacilitytype_id": "",
    "facility_name": "Non-smoking throughout",
    "facilitytype_id": 1,
    "kind": "boolean",
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "hotelfacilitytype_id": 108
  },
  {
    "free": 1,
    "facilitytype_id": 1,
    "kind": "free_or_paid",
    "facility_name": "Air conditioning",
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "hotelfacilitytype_id": 109,
    "value": 4,
    "roomfacilitytype_id": "",
    "facilitytype_name": "General"
  },
  {
    "value": 1,
    "roomfacilitytype_id": "",
    "facilitytype_name": "General",
    "facility_name": "Designated smoking area",
    "facilitytype_id": 1,
    "kind": "boolean",
    "hotelfacilitytype_id": 110,
    "hotel_id": 1612456,
    "is_common_room_facility": 0
  },
  {
    "value": 1,
    "facilitytype_name": "General",
    "roomfacilitytype_id": "",
    "facility_name": "Shuttle service (additional charge)",
    "facilitytype_id": 1,
    "kind": "boolean",
    "hotelfacilitytype_id": 129,
    "hotel_id": 1612456,
    "is_common_room_facility": 0
  },
  {
    "facilitytype_name": "General",
    "roomfacilitytype_id": "",
    "value": 1,
    "hotelfacilitytype_id": 140,
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "kind": "boolean",
    "facilitytype_id": 1,
    "facility_name": "Airport shuttle (additional charge)"
  },
  {
    "value": 4,
    "facilitytype_name": "Cleaning services",
    "roomfacilitytype_id": "",
    "free": 1,
    "kind": "free_or_paid",
    "facilitytype_id": 26,
    "facility_name": "Daily housekeeping",
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "hotelfacilitytype_id": 158
  },
  {
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "hotelfacilitytype_id": 177,
    "facility_name": "Kid-friendly buffet",
    "facilitytype_id": 7,
    "kind": "boolean",
    "facilitytype_name": "Food & Drink",
    "roomfacilitytype_id": "",
    "value": 1
  },
  {
    "value": 1,
    "roomfacilitytype_id": "",
    "facilitytype_name": "Parking",
    "facility_name": "Parking garage",
    "kind": "boolean",
    "facilitytype_id": 16,
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "hotelfacilitytype_id": 181
  },
  {
    "value": 1,
    "facilitytype_name": "Accessibility",
    "roomfacilitytype_id": "",
    "facility_name": "Wheelchair accessible",
    "facilitytype_id": 19,
    "kind": "boolean",
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "hotelfacilitytype_id": 185
  },
  {
    "facilitytype_id": 19,
    "kind": "boolean",
    "facility_name": "Toilet with grab rails",
    "hotelfacilitytype_id": 186,
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "value": 1,
    "roomfacilitytype_id": "",
    "facilitytype_name": "Accessibility"
  },
  {
    "roomfacilitytype_id": "",
    "facilitytype_name": "Accessibility",
    "value": 1,
    "hotelfacilitytype_id": 187,
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "kind": "boolean",
    "facilitytype_id": 19,
    "facility_name": "Higher level toilet"
  },
  {
    "hotelfacilitytype_id": 189,
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "facilitytype_id": 19,
    "kind": "boolean",
    "facility_name": "Emergency cord in bathroom",
    "roomfacilitytype_id": "",
    "facilitytype_name": "Accessibility",
    "value": 1
  },
  {
    "hotelfacilitytype_id": 203,
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "kind": "free_or_paid",
    "facilitytype_id": 7,
    "facility_name": "Wine/champagne (additional charge)",
    "roomfacilitytype_id": "",
    "facilitytype_name": "Food & Drink",
    "paid": 1,
    "value": 5
  },
  {
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "hotelfacilitytype_id": 209,
    "kind": "free_or_paid",
    "facilitytype_id": 22,
    "facility_name": "Airport pick up (additional charge)",
    "roomfacilitytype_id": "",
    "facilitytype_name": "Transport",
    "paid": 1,
    "value": 5
  },
  {
    "value": 5,
    "paid": 1,
    "facilitytype_name": "Transport",
    "roomfacilitytype_id": "",
    "facility_name": "Airport drop off (additional charge)",
    "facilitytype_id": 22,
    "kind": "free_or_paid",
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "hotelfacilitytype_id": 210
  },
  {
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "hotelfacilitytype_id": 217,
    "facilitytype_id": 1,
    "kind": "boolean",
    "facility_name": "Pet basket",
    "roomfacilitytype_id": "",
    "facilitytype_name": "General",
    "value": 1
  },
  {
    "hotelfacilitytype_id": 218,
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "facilitytype_id": 1,
    "kind": "boolean",
    "facility_name": "Pet bowls",
    "roomfacilitytype_id": "",
    "facilitytype_name": "General",
    "value": 1
  },
  {
    "facility_name": "Fitness/spa locker rooms",
    "facilitytype_id": 2,
    "kind": "boolean",
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "hotelfacilitytype_id": 257,
    "value": 1,
    "roomfacilitytype_id": "",
    "facilitytype_name": "Activities"
  },
  {
    "value": 1,
    "roomfacilitytype_id": "",
    "facilitytype_name": "Miscellaneous",
    "facilitytype_id": 29,
    "kind": "boolean",
    "facility_name": "Key access",
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "hotelfacilitytype_id": 419
  },
  {
    "hotelfacilitytype_id": 420,
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "kind": "boolean",
    "facilitytype_id": 29,
    "facility_name": "Key card access",
    "roomfacilitytype_id": "",
    "facilitytype_name": "Miscellaneous",
    "value": 1
  },
  {
    "facility_name": "CCTV in common areas",
    "facilitytype_id": 29,
    "kind": "boolean",
    "hotelfacilitytype_id": 423,
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "value": 1,
    "facilitytype_name": "Miscellaneous",
    "roomfacilitytype_id": ""
  },
  {
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "hotelfacilitytype_id": 424,
    "facility_name": "CCTV outside property",
    "facilitytype_id": 29,
    "kind": "boolean",
    "roomfacilitytype_id": "",
    "facilitytype_name": "Miscellaneous",
    "value": 1
  },
  {
    "hotelfacilitytype_id": 425,
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "facility_name": "Fire extinguishers",
    "kind": "boolean",
    "facilitytype_id": 29,
    "facilitytype_name": "Miscellaneous",
    "roomfacilitytype_id": "",
    "value": 1
  },
  {
    "facilitytype_name": "Reception services",
    "roomfacilitytype_id": "",
    "value": 1,
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "hotelfacilitytype_id": 465,
    "facilitytype_id": 23,
    "kind": "boolean",
    "facility_name": "Invoice provided"
  },
  {
    "facilitytype_name": "Miscellaneous",
    "roomfacilitytype_id": "",
    "value": 1,
    "hotelfacilitytype_id": 485,
    "hotel_id": 1612456,
    "is_common_room_facility": 0,
    "facility_name": "Delivered food is securely covered",
    "facilitytype_id": 29,
    "kind": "boolean"
  },
  {
    "roomfacilitytype_id": "",
    "facilitytype_name": "Miscellaneous",
    "value": 1,
    "hotelfacilitytype_id": 486,
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "kind": "boolean",
    "facilitytype_id": 29,
    "facility_name": "Access to health care professionals"
  },
  {
    "facilitytype_id": 29,
    "kind": "boolean",
    "facility_name": "Thermometers for guests provided by property",
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "hotelfacilitytype_id": 487,
    "value": 1,
    "facilitytype_name": "Miscellaneous",
    "roomfacilitytype_id": ""
  },
  {
    "hotelfacilitytype_id": 488,
    "is_common_room_facility": 0,
    "hotel_id": 1612456,
    "kind": "boolean",
    "facilitytype_id": 29,
    "facility_name": "Face masks for guests available",
    "roomfacilitytype_id": "",
    "facilitytype_name": "Miscellaneous",
    "value": 1
  }
]

Fetch filters list

This endpoint fetches a list of filters for a given property.

Header Parameters

X-API-KEYstring

Body Parameters

room_qtystring Required

Quantity of rooms

departure_datestring Required

Departure date

dest_idsstring Required

Value of dest_id or city_ufi field from locations/auto-complete API

guest_qtystring Required

Quantity of adults guests

arrival_datestring Required

Arrival date

search_typestring Required

Value of dest_type returned by locations/auto-complete API

languagecodestring

The language code

Default value
en
Enum values:
enen-usarbgcacsdadeeles
... 33 other enums
categories_filterstring

Categories filter, the id returned by …/filters/list API

children_qtystring

Quantity of children

children_agestring

The year old of each child that separated by comma

price_filter_currencycodestring

Currency code for price filter

Responses

200
Object
Successful response

Response Attributes

primary_countnumber
extended_countnumber
unfiltered_primary_countnumber
countnumber
filterarray

Show child attributes

422
Object
Validation Error

Response Attributes

detailarray

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/on-demand/filters-list

Select
1 2 3 4 5 6 7 8 9 10 11 12 13 14 curl --location 'https://brainy-api-portal-3cuixb5lia-ew.a.run.app/on-demand/filters-list' \ --data '{ "room_qty": "2", "departure_date": "2022-12-31", "dest_ids": "1612456", "guest_qty": "2", "arrival_date": "2022-12-01", "search_type": "hotel", "languagecode": "en-us", "categories_filter": "price::9-40,free_cancellation::1,class::1,class::0,class::2", "children_qty": "2", "children_age": "5,7", "price_filter_currencycode": "EUR" }'

Response

{
  "primary_count": 38,
  "extended_count": 52,
  "unfiltered_primary_count": 38,
  "count": 38,
  "filter": [
    {
      "iconfont": "pricetag",
      "title": "Your budget (for 1 night)",
      "irene_resp_id": "pri",
      "categories": [
        {
          "to": 100,
          "id": "price_category::100",
          "display_format": "%LOWER% - %UPPER%",
          "selected": 0,
          "name": "€ 50 - € 100 ",
          "count": 11,
          "from": 50,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "from": 100,
          "display_format": "%LOWER% - %UPPER%",
          "id": "price_category::150",
          "selected": 0,
          "count": 19,
          "name": "€ 100 - € 150 ",
          "to": 150
        },
        {
          "style_for_count": 0,
          "from": 150,
          "to": 200,
          "count": 12,
          "name": "€ 150 - € 200 ",
          "display_format": "%LOWER% - %UPPER%",
          "selected": 0,
          "id": "price_category::200"
        },
        {
          "style_for_count": 0,
          "to": 0,
          "count": 21,
          "name": "€ 200 + ",
          "display_format": "%LOWER% + ",
          "id": "price_category::250",
          "selected": 0,
          "from": 200
        },
        {
          "popular_rank": 1,
          "id": "mealplan::breakfast_included",
          "selected": 0,
          "count": 6,
          "name": "Breakfast included",
          "popular": 1,
          "style_for_count": 0
        },
        {
          "id": "district::1303",
          "selected": 0,
          "count": 20,
          "name": "Verona Historical Centre",
          "popular_rank": 2,
          "style_for_count": 0,
          "popular": 1
        },
        {
          "selected": 0,
          "id": "property_type::204",
          "name": "Hotels",
          "count": 3,
          "popular_rank": 3,
          "experiment_tracking_data": {
            "track_on_select": [
              {
                "value": 1,
                "type": 1,
                "experiment_tag": "srx_apps_include_resorts_with_hotels"
              }
            ],
            "track_on_view": [
              {
                "experiment_tag": "srx_apps_include_resorts_with_hotels",
                "type": 0,
                "value": 1
              }
            ],
            "track_on_deselect": [
              {
                "experiment_tag": "srx_apps_include_resorts_with_hotels",
                "value": 2,
                "type": 1
              }
            ]
          },
          "style_for_count": 0,
          "popular": 1
        },
        {
          "popular_rank": 5,
          "name": "Apartments",
          "count": 13,
          "id": "property_type::201",
          "selected": 0,
          "style_for_count": 0,
          "popular": 1
        },
        {
          "popular_rank": 6,
          "name": "Parking",
          "count": 22,
          "id": "facility::2",
          "selected": 0,
          "popular": 1,
          "style_for_count": 0
        },
        {
          "popular": 1,
          "style_for_count": 0,
          "popular_rank": 7,
          "id": "reviewscorebuckets::80",
          "selected": 0,
          "count": 25,
          "name": "Very good: 8+"
        },
        {
          "id": "property_type::208",
          "selected": 0,
          "name": "Bed and breakfasts",
          "count": 7,
          "popular_rank": 8,
          "style_for_count": 0,
          "popular": 1
        },
        {
          "popular": 1,
          "style_for_count": 0,
          "id": "reviewscorebuckets::90",
          "selected": 0,
          "name": "Superb: 9+",
          "count": 7,
          "popular_rank": 9
        },
        {
          "popular": 1,
          "style_for_count": 0,
          "selected": 1,
          "id": "free_cancellation::1",
          "count": 38,
          "name": "Free cancellation",
          "popular_rank": 14
        },
        {
          "style_for_count": 1,
          "id": "class::0",
          "selected": 1,
          "count": 36,
          "name": "Unrated"
        },
        {
          "selected": 1,
          "id": "class::1",
          "name": "1 star",
          "count": 0,
          "style_for_count": 1
        },
        {
          "name": "2 stars",
          "count": 2,
          "id": "class::2",
          "selected": 1,
          "style_for_count": 1
        },
        {
          "count": 226,
          "name": "3 stars",
          "id": "class::3",
          "selected": 0,
          "style_for_count": 1
        },
        {
          "selected": 0,
          "id": "class::4",
          "name": "4 stars",
          "count": 100,
          "style_for_count": 1
        },
        {
          "style_for_count": 1,
          "id": "class::5",
          "selected": 0,
          "count": 4,
          "name": "5 stars"
        },
        {
          "style_for_count": 0,
          "popular": 1,
          "name": "Apartments",
          "count": 13,
          "id": "property_type::201",
          "selected": 0,
          "popular_rank": 5
        },
        {
          "popular_rank": 3,
          "id": "property_type::204",
          "selected": 0,
          "count": 3,
          "name": "Hotels",
          "experiment_tracking_data": {
            "track_on_view": [
              {
                "experiment_tag": "srx_apps_include_resorts_with_hotels",
                "type": 0,
                "value": 1
              }
            ],
            "track_on_deselect": [
              {
                "type": 1,
                "value": 2,
                "experiment_tag": "srx_apps_include_resorts_with_hotels"
              }
            ],
            "track_on_select": [
              {
                "experiment_tag": "srx_apps_include_resorts_with_hotels",
                "value": 1,
                "type": 1
              }
            ]
          },
          "style_for_count": 0,
          "popular": 1
        },
        {
          "id": "property_type::216",
          "selected": 0,
          "name": "Guest houses",
          "count": 10,
          "style_for_count": 0
        },
        {
          "popular": 1,
          "style_for_count": 0,
          "name": "Bed and breakfasts",
          "count": 7,
          "selected": 0,
          "id": "property_type::208",
          "popular_rank": 8
        },
        {
          "name": "Farm stays",
          "count": 0,
          "id": "property_type::210",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "name": "Campsites",
          "count": 0,
          "id": "property_type::214",
          "selected": 0
        },
        {
          "name": "Homestays",
          "count": 3,
          "selected": 0,
          "id": "property_type::222",
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "id": "property_type::203",
          "selected": 0,
          "count": 1,
          "name": "Hostels"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "property_type::220",
          "count": 1,
          "name": "Holiday homes"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "property_type::223",
          "count": 0,
          "name": "Country houses"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "entire_place_bedroom_count::1",
          "name": "1+ bedrooms",
          "count": 16
        },
        {
          "style_for_count": 0,
          "name": "2+ bedrooms",
          "count": 7,
          "id": "entire_place_bedroom_count::2",
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "entire_place_bedroom_count::3",
          "count": 1,
          "name": "3+ bedrooms"
        },
        {
          "id": "entire_place_bedroom_count::4",
          "selected": 0,
          "count": 0,
          "name": "4+ bedrooms",
          "style_for_count": 0
        },
        {
          "selected": 0,
          "id": "facility::107",
          "name": "Free WiFi",
          "count": 35,
          "popular_rank": 12,
          "style_for_count": 0,
          "popular": 1
        },
        {
          "count": 22,
          "name": "Parking",
          "selected": 0,
          "id": "facility::2",
          "popular_rank": 6,
          "style_for_count": 0,
          "popular": 1
        },
        {
          "style_for_count": 0,
          "name": "Non-smoking rooms",
          "count": 25,
          "selected": 0,
          "id": "facility::16"
        },
        {
          "name": "Free parking",
          "count": 9,
          "selected": 0,
          "id": "facility::46",
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "facility::28",
          "name": "Family rooms",
          "count": 14,
          "experiment_tracking_data": {
            "track_on_select": [
              {
                "experiment_tag": "families_app_family_rooms_blackout",
                "type": 1,
                "value": 1
              }
            ]
          }
        },
        {
          "name": "Pets allowed",
          "count": 14,
          "id": "facility::4",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "selected": 0,
          "id": "facility::3",
          "name": "Restaurant",
          "count": 1,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "facility::25",
          "name": "Facilities for disabled guests",
          "count": 2
        },
        {
          "style_for_count": 0,
          "name": "Swimming Pool",
          "count": 0,
          "id": "facility::433",
          "selected": 0
        },
        {
          "style_for_count": 0,
          "name": "Airport shuttle",
          "count": 1,
          "id": "facility::17",
          "selected": 0
        },
        {
          "style_for_count": 0,
          "count": 1,
          "name": "Room service",
          "selected": 0,
          "id": "facility::5"
        },
        {
          "selected": 0,
          "id": "facility::8",
          "name": "24-hour front desk",
          "count": 3,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "facility::182",
          "count": 0,
          "name": "Electric vehicle charging station"
        },
        {
          "count": 0,
          "name": "Spa and wellness centre",
          "selected": 0,
          "id": "facility::54",
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "facility::72",
          "name": "BBQ facilities",
          "count": 0
        },
        {
          "name": "Fitness centre",
          "count": 0,
          "id": "facility::11",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "distance::1000",
          "name": "Less than 1 km",
          "count": 23
        },
        {
          "selected": 0,
          "id": "distance::3000",
          "count": 32,
          "name": "Less than 3 km",
          "style_for_count": 0
        },
        {
          "id": "distance::5000",
          "selected": 0,
          "count": 36,
          "name": "Less than 5 km",
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "popular": 1,
          "count": 6,
          "name": "Breakfast included",
          "selected": 0,
          "id": "mealplan::breakfast_included",
          "popular_rank": 1
        },
        {
          "name": "Breakfast & dinner included",
          "count": 0,
          "selected": 0,
          "id": "mealplan::breakfast_and_dinner",
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "id": "mealplan::999",
          "selected": 0,
          "count": 16,
          "name": "Self catering"
        },
        {
          "style_for_count": 0,
          "count": 0,
          "name": "Bookiply",
          "id": "chaincode::10845",
          "selected": 0
        },
        {
          "name": "Passable: 5+",
          "count": 32,
          "id": "reviewscorebuckets::50",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "count": 31,
          "name": "Pleasant: 6+",
          "selected": 0,
          "id": "reviewscorebuckets::60",
          "style_for_count": 0
        },
        {
          "selected": 0,
          "id": "reviewscorebuckets::70",
          "count": 29,
          "name": "Good: 7+",
          "style_for_count": 0
        },
        {
          "popular": 1,
          "style_for_count": 0,
          "popular_rank": 7,
          "count": 25,
          "name": "Very good: 8+",
          "selected": 0,
          "id": "reviewscorebuckets::80"
        },
        {
          "selected": 0,
          "id": "reviewscorebuckets::90",
          "count": 7,
          "name": "Superb: 9+",
          "popular_rank": 9,
          "popular": 1,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "reviewscorebuckets::999",
          "name": "No rating",
          "count": 3
        },
        {
          "selected": 0,
          "id": "room_facility::38",
          "name": "Private bathroom",
          "count": 27,
          "style_for_count": 0
        },
        {
          "name": "Air conditioning",
          "count": 33,
          "id": "room_facility::11",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "id": "room_facility::75",
          "selected": 0,
          "count": 32,
          "name": "Flat-screen TV",
          "style_for_count": 0
        },
        {
          "selected": 0,
          "id": "room_facility::17",
          "name": "Balcony",
          "count": 14,
          "style_for_count": 0
        },
        {
          "name": "Bath",
          "count": 4,
          "id": "room_facility::5",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "selected": 0,
          "id": "room_facility::20",
          "count": 0,
          "name": "Spa bath",
          "style_for_count": 0
        },
        {
          "count": 19,
          "name": "Coffee/tea maker",
          "id": "room_facility::998",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "count": 16,
          "name": "Kitchen/kitchenette",
          "selected": 0,
          "id": "room_facility::999",
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "count": 17,
          "name": "View",
          "selected": 0,
          "id": "room_facility::81"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "room_facility::123",
          "count": 8,
          "name": "Terrace"
        },
        {
          "id": "room_facility::34",
          "selected": 0,
          "count": 13,
          "name": "Washing machine",
          "style_for_count": 0
        },
        {
          "name": "Private pool",
          "count": 0,
          "selected": 0,
          "id": "room_facility::93",
          "style_for_count": 0
        },
        {
          "count": 2,
          "name": "Patio",
          "selected": 0,
          "id": "room_facility::37",
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "name": "Soundproofing",
          "count": 6,
          "id": "room_facility::79",
          "selected": 0
        },
        {
          "style_for_count": 0,
          "name": "Electric kettle",
          "count": 13,
          "selected": 0,
          "id": "room_facility::86"
        },
        {
          "style_for_count": 0,
          "id": "room_facility::120",
          "selected": 0,
          "count": 10,
          "name": "Coffee machine"
        },
        {
          "style_for_count": 0,
          "name": "2 single beds",
          "count": 11,
          "id": "twin_double_bed::2",
          "selected": 0
        },
        {
          "style_for_count": 0,
          "popular": 1,
          "selected": 0,
          "id": "twin_double_bed::3",
          "count": 26,
          "name": "Double bed",
          "popular_rank": 11
        },
        {
          "popular": 1,
          "style_for_count": 0,
          "popular_rank": 13,
          "selected": 0,
          "id": "district::10295",
          "name": "The real heart of Verona",
          "count": 27
        },
        {
          "popular_rank": 2,
          "count": 20,
          "name": "Verona Historical Centre",
          "id": "district::1303",
          "selected": 0,
          "style_for_count": 0,
          "popular": 1
        },
        {
          "selected": 0,
          "id": "district::9999997",
          "name": "Best areas outside centre",
          "count": 6,
          "style_for_count": 0
        },
        {
          "id": "district::1299",
          "selected": 0,
          "name": "Borgo Milano - Stadio",
          "count": 1,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "name": "Borgo Roma",
          "count": 4,
          "id": "district::2138",
          "selected": 0
        },
        {
          "style_for_count": 0,
          "name": "Borgo Trento",
          "count": 3,
          "id": "district::1300",
          "selected": 0
        },
        {
          "name": "Lazise Old Town",
          "count": 0,
          "id": "district::4832",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "selected": 0,
          "id": "district::4828",
          "count": 0,
          "name": "Old Town",
          "style_for_count": 0
        },
        {
          "name": "Porta Nuova",
          "count": 8,
          "id": "district::1302",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "name": "San Zeno",
          "count": 3,
          "selected": 0,
          "id": "district::2135",
          "style_for_count": 0
        },
        {
          "count": 0,
          "name": "The best-rated area in Bardolino",
          "selected": 0,
          "id": "district::10511",
          "style_for_count": 0
        },
        {
          "name": "The best-rated area in Peschiera del Garda",
          "count": 0,
          "id": "district::10372",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "district::10439",
          "name": "The real heart of Lazise",
          "count": 0
        },
        {
          "selected": 0,
          "id": "district::1304",
          "name": "Verona Fiere",
          "count": 5,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "popular_nearby_landmarks::17894",
          "name": "Giulietta's House",
          "count": 15
        },
        {
          "style_for_count": 0,
          "count": 22,
          "name": "Piazza Bra",
          "selected": 0,
          "id": "popular_nearby_landmarks::58689"
        },
        {
          "id": "popular_nearby_landmarks::17895",
          "selected": 0,
          "count": 16,
          "name": "Piazza Erbe",
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "id": "popular_nearby_landmarks::900054569",
          "selected": 0,
          "count": 0,
          "name": "The Olive Oil Museum"
        },
        {
          "style_for_count": 0,
          "id": "popular_nearby_landmarks::2174",
          "selected": 0,
          "name": "Verona Arena",
          "count": 22
        },
        {
          "style_for_count": 0,
          "name": "Verona Roman Theatre",
          "count": 10,
          "id": "popular_nearby_landmarks::14669",
          "selected": 0
        },
        {
          "id": "popular_nearby_landmarks::900054294",
          "selected": 0,
          "name": "Wine Museum",
          "count": 0,
          "style_for_count": 0
        }
      ],
      "type": "multiple_union",
      "is_group": 0,
      "id": "price_category",
      "any_text": "No price range selected",
      "subtitle": "",
      "layout": {
        "is_collapsed": 1,
        "is_collapsable": 1,
        "collapsed_count": 5
      }
    },
    {
      "irene_resp_id": "popular",
      "iconfont": "aconfirmation",
      "title": "Popular filters",
      "any_text": "No rating selected",
      "subtitle": "",
      "layout": {
        "is_collapsed": 0,
        "is_collapsable": 0,
        "collapsed_count": 5
      },
      "id": "popular",
      "type": "multiple_intersection",
      "is_group": 0,
      "categories": [
        {
          "popular_rank": 1,
          "id": "mealplan::breakfast_included",
          "selected": 0,
          "count": 6,
          "name": "Breakfast included",
          "popular": 1,
          "style_for_count": 0
        },
        {
          "id": "district::1303",
          "selected": 0,
          "count": 20,
          "name": "Verona Historical Centre",
          "popular_rank": 2,
          "style_for_count": 0,
          "popular": 1
        },
        {
          "selected": 0,
          "id": "property_type::204",
          "name": "Hotels",
          "count": 3,
          "popular_rank": 3,
          "experiment_tracking_data": {
            "track_on_select": [
              {
                "value": 1,
                "type": 1,
                "experiment_tag": "srx_apps_include_resorts_with_hotels"
              }
            ],
            "track_on_view": [
              {
                "experiment_tag": "srx_apps_include_resorts_with_hotels",
                "type": 0,
                "value": 1
              }
            ],
            "track_on_deselect": [
              {
                "experiment_tag": "srx_apps_include_resorts_with_hotels",
                "value": 2,
                "type": 1
              }
            ]
          },
          "style_for_count": 0,
          "popular": 1
        },
        {
          "popular_rank": 5,
          "name": "Apartments",
          "count": 13,
          "id": "property_type::201",
          "selected": 0,
          "style_for_count": 0,
          "popular": 1
        },
        {
          "popular_rank": 6,
          "name": "Parking",
          "count": 22,
          "id": "facility::2",
          "selected": 0,
          "popular": 1,
          "style_for_count": 0
        },
        {
          "popular": 1,
          "style_for_count": 0,
          "popular_rank": 7,
          "id": "reviewscorebuckets::80",
          "selected": 0,
          "count": 25,
          "name": "Very good: 8+"
        },
        {
          "id": "property_type::208",
          "selected": 0,
          "name": "Bed and breakfasts",
          "count": 7,
          "popular_rank": 8,
          "style_for_count": 0,
          "popular": 1
        },
        {
          "popular": 1,
          "style_for_count": 0,
          "id": "reviewscorebuckets::90",
          "selected": 0,
          "name": "Superb: 9+",
          "count": 7,
          "popular_rank": 9
        }
      ]
    },
    {
      "title": "Free cancellation ",
      "iconfont": "aconfirmation",
      "irene_resp_id": "fc",
      "categories": [
        {
          "popular": 1,
          "style_for_count": 0,
          "selected": 1,
          "id": "free_cancellation::1",
          "count": 38,
          "name": "Free cancellation",
          "popular_rank": 14
        }
      ],
      "type": "single_option",
      "is_group": 0,
      "id": "free_cancellation",
      "layout": {
        "is_collapsed": 0,
        "is_collapsable": 0,
        "collapsed_count": 5
      },
      "subtitle": ""
    },
    {
      "id": "class",
      "is_group": 0,
      "type": "multiple_union",
      "categories": [
        {
          "style_for_count": 1,
          "id": "class::0",
          "selected": 1,
          "count": 36,
          "name": "Unrated"
        },
        {
          "selected": 1,
          "id": "class::1",
          "name": "1 star",
          "count": 0,
          "style_for_count": 1
        },
        {
          "name": "2 stars",
          "count": 2,
          "id": "class::2",
          "selected": 1,
          "style_for_count": 1
        },
        {
          "count": 226,
          "name": "3 stars",
          "id": "class::3",
          "selected": 0,
          "style_for_count": 1
        },
        {
          "selected": 0,
          "id": "class::4",
          "name": "4 stars",
          "count": 100,
          "style_for_count": 1
        },
        {
          "style_for_count": 1,
          "id": "class::5",
          "selected": 0,
          "count": 4,
          "name": "5 stars"
        }
      ],
      "iconfont": "acstar",
      "title": "Property rating",
      "layout": {
        "collapsed_count": 5,
        "is_collapsable": 0,
        "is_collapsed": 0
      },
      "subtitle": "",
      "any_text": "No stars selected",
      "experiment_tracking_data": {
        "track_on_view": [
          {
            "type": 0,
            "value": 1,
            "experiment_tag": "families_app_family_rooms_blackout"
          }
        ]
      },
      "irene_resp_id": "class"
    },
    {
      "experiment_tracking_data": {
        "track_on_view": [
          {
            "experiment_tag": "bhgwe_apps_sr_unify_chalet_and_cabin_filters",
            "value": 1,
            "type": 0
          }
        ]
      },
      "any_text": "No property type selected",
      "layout": {
        "collapsed_count": 5,
        "is_collapsed": 1,
        "is_collapsable": 1
      },
      "subtitle": "",
      "irene_resp_id": "ht_id",
      "type": "multiple_union",
      "is_group": 0,
      "categories": [
        {
          "style_for_count": 0,
          "popular": 1,
          "name": "Apartments",
          "count": 13,
          "id": "property_type::201",
          "selected": 0,
          "popular_rank": 5
        },
        {
          "popular_rank": 3,
          "id": "property_type::204",
          "selected": 0,
          "count": 3,
          "name": "Hotels",
          "experiment_tracking_data": {
            "track_on_view": [
              {
                "experiment_tag": "srx_apps_include_resorts_with_hotels",
                "type": 0,
                "value": 1
              }
            ],
            "track_on_deselect": [
              {
                "type": 1,
                "value": 2,
                "experiment_tag": "srx_apps_include_resorts_with_hotels"
              }
            ],
            "track_on_select": [
              {
                "experiment_tag": "srx_apps_include_resorts_with_hotels",
                "value": 1,
                "type": 1
              }
            ]
          },
          "style_for_count": 0,
          "popular": 1
        },
        {
          "id": "property_type::216",
          "selected": 0,
          "name": "Guest houses",
          "count": 10,
          "style_for_count": 0
        },
        {
          "popular": 1,
          "style_for_count": 0,
          "name": "Bed and breakfasts",
          "count": 7,
          "selected": 0,
          "id": "property_type::208",
          "popular_rank": 8
        },
        {
          "name": "Farm stays",
          "count": 0,
          "id": "property_type::210",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "name": "Campsites",
          "count": 0,
          "id": "property_type::214",
          "selected": 0
        },
        {
          "name": "Homestays",
          "count": 3,
          "selected": 0,
          "id": "property_type::222",
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "id": "property_type::203",
          "selected": 0,
          "count": 1,
          "name": "Hostels"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "property_type::220",
          "count": 1,
          "name": "Holiday homes"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "property_type::223",
          "count": 0,
          "name": "Country houses"
        }
      ],
      "id": "property_type",
      "iconfont": "homecrop",
      "title": "Property type"
    },
    {
      "layout": {
        "is_collapsable": 0,
        "is_collapsed": 0,
        "collapsed_count": 5
      },
      "subtitle": "",
      "id": "entire_place_bedroom_count",
      "is_group": 0,
      "type": "multiple_single_selection",
      "categories": [
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "entire_place_bedroom_count::1",
          "name": "1+ bedrooms",
          "count": 16
        },
        {
          "style_for_count": 0,
          "name": "2+ bedrooms",
          "count": 7,
          "id": "entire_place_bedroom_count::2",
          "selected": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "entire_place_bedroom_count::3",
          "count": 1,
          "name": "3+ bedrooms"
        },
        {
          "id": "entire_place_bedroom_count::4",
          "selected": 0,
          "count": 0,
          "name": "4+ bedrooms",
          "style_for_count": 0
        }
      ],
      "irene_resp_id": "entire_place_bedroom_count",
      "title": "Number of bedrooms"
    },
    {
      "categories": [
        {
          "selected": 0,
          "id": "facility::107",
          "name": "Free WiFi",
          "count": 35,
          "popular_rank": 12,
          "style_for_count": 0,
          "popular": 1
        },
        {
          "count": 22,
          "name": "Parking",
          "selected": 0,
          "id": "facility::2",
          "popular_rank": 6,
          "style_for_count": 0,
          "popular": 1
        },
        {
          "style_for_count": 0,
          "name": "Non-smoking rooms",
          "count": 25,
          "selected": 0,
          "id": "facility::16"
        },
        {
          "name": "Free parking",
          "count": 9,
          "selected": 0,
          "id": "facility::46",
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "facility::28",
          "name": "Family rooms",
          "count": 14,
          "experiment_tracking_data": {
            "track_on_select": [
              {
                "experiment_tag": "families_app_family_rooms_blackout",
                "type": 1,
                "value": 1
              }
            ]
          }
        },
        {
          "name": "Pets allowed",
          "count": 14,
          "id": "facility::4",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "selected": 0,
          "id": "facility::3",
          "name": "Restaurant",
          "count": 1,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "facility::25",
          "name": "Facilities for disabled guests",
          "count": 2
        },
        {
          "style_for_count": 0,
          "name": "Swimming Pool",
          "count": 0,
          "id": "facility::433",
          "selected": 0
        },
        {
          "style_for_count": 0,
          "name": "Airport shuttle",
          "count": 1,
          "id": "facility::17",
          "selected": 0
        },
        {
          "style_for_count": 0,
          "count": 1,
          "name": "Room service",
          "selected": 0,
          "id": "facility::5"
        },
        {
          "selected": 0,
          "id": "facility::8",
          "name": "24-hour front desk",
          "count": 3,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "facility::182",
          "count": 0,
          "name": "Electric vehicle charging station"
        },
        {
          "count": 0,
          "name": "Spa and wellness centre",
          "selected": 0,
          "id": "facility::54",
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "facility::72",
          "name": "BBQ facilities",
          "count": 0
        },
        {
          "name": "Fitness centre",
          "count": 0,
          "id": "facility::11",
          "selected": 0,
          "style_for_count": 0
        }
      ],
      "type": "multiple_intersection",
      "is_group": 0,
      "id": "facility",
      "iconfont": "frontdesk",
      "title": "Facilities",
      "experiment_tracking_data": {
        "track_on_view": [
          {
            "type": 0,
            "value": 1,
            "experiment_tag": "families_app_family_rooms_blackout"
          }
        ]
      },
      "any_text": "No facilities selected",
      "subtitle": "",
      "layout": {
        "is_collapsed": 1,
        "is_collapsable": 1,
        "collapsed_count": 5
      },
      "irene_resp_id": "hotelfacility"
    },
    {
      "title": "Distance from city centre",
      "irene_resp_id": "distance",
      "is_group": 0,
      "type": "multiple_single_selection",
      "categories": [
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "distance::1000",
          "name": "Less than 1 km",
          "count": 23
        },
        {
          "selected": 0,
          "id": "distance::3000",
          "count": 32,
          "name": "Less than 3 km",
          "style_for_count": 0
        },
        {
          "id": "distance::5000",
          "selected": 0,
          "count": 36,
          "name": "Less than 5 km",
          "style_for_count": 0
        }
      ],
      "subtitle": "",
      "layout": {
        "is_collapsable": 0,
        "is_collapsed": 0,
        "collapsed_count": 5
      },
      "any_text": "No preference",
      "id": "distance"
    },
    {
      "irene_resp_id": "mealplan",
      "title": "Meals",
      "iconfont": "restaurants",
      "layout": {
        "collapsed_count": 5,
        "is_collapsed": 0,
        "is_collapsable": 0
      },
      "subtitle": "",
      "any_text": "Any meal options",
      "id": "mealplan",
      "is_group": 0,
      "type": "multiple_union",
      "categories": [
        {
          "style_for_count": 0,
          "popular": 1,
          "count": 6,
          "name": "Breakfast included",
          "selected": 0,
          "id": "mealplan::breakfast_included",
          "popular_rank": 1
        },
        {
          "name": "Breakfast & dinner included",
          "count": 0,
          "selected": 0,
          "id": "mealplan::breakfast_and_dinner",
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "id": "mealplan::999",
          "selected": 0,
          "count": 16,
          "name": "Self catering"
        }
      ]
    },
    {
      "categories": [
        {
          "style_for_count": 0,
          "count": 0,
          "name": "Bookiply",
          "id": "chaincode::10845",
          "selected": 0
        }
      ],
      "type": "multiple_union",
      "is_group": 0,
      "id": "chaincode",
      "any_text": "No chain selected",
      "subtitle": "",
      "layout": {
        "is_collapsed": 0,
        "is_collapsable": 0,
        "collapsed_count": 5
      },
      "title": "Chain",
      "iconfont": "hotel",
      "irene_resp_id": "chaincode"
    },
    {
      "iconfont": "reviews",
      "title": "Review score",
      "irene_resp_id": "review_score",
      "is_group": 0,
      "type": "multiple_single_selection",
      "categories": [
        {
          "name": "Passable: 5+",
          "count": 32,
          "id": "reviewscorebuckets::50",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "count": 31,
          "name": "Pleasant: 6+",
          "selected": 0,
          "id": "reviewscorebuckets::60",
          "style_for_count": 0
        },
        {
          "selected": 0,
          "id": "reviewscorebuckets::70",
          "count": 29,
          "name": "Good: 7+",
          "style_for_count": 0
        },
        {
          "popular": 1,
          "style_for_count": 0,
          "popular_rank": 7,
          "count": 25,
          "name": "Very good: 8+",
          "selected": 0,
          "id": "reviewscorebuckets::80"
        },
        {
          "selected": 0,
          "id": "reviewscorebuckets::90",
          "count": 7,
          "name": "Superb: 9+",
          "popular_rank": 9,
          "popular": 1,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "reviewscorebuckets::999",
          "name": "No rating",
          "count": 3
        }
      ],
      "subtitle": "",
      "layout": {
        "is_collapsable": 1,
        "is_collapsed": 1,
        "collapsed_count": 5
      },
      "any_text": "No score selected",
      "id": "reviewscorebuckets"
    },
    {
      "type": "multiple_intersection",
      "is_group": 0,
      "categories": [
        {
          "selected": 0,
          "id": "room_facility::38",
          "name": "Private bathroom",
          "count": 27,
          "style_for_count": 0
        },
        {
          "name": "Air conditioning",
          "count": 33,
          "id": "room_facility::11",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "id": "room_facility::75",
          "selected": 0,
          "count": 32,
          "name": "Flat-screen TV",
          "style_for_count": 0
        },
        {
          "selected": 0,
          "id": "room_facility::17",
          "name": "Balcony",
          "count": 14,
          "style_for_count": 0
        },
        {
          "name": "Bath",
          "count": 4,
          "id": "room_facility::5",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "selected": 0,
          "id": "room_facility::20",
          "count": 0,
          "name": "Spa bath",
          "style_for_count": 0
        },
        {
          "count": 19,
          "name": "Coffee/tea maker",
          "id": "room_facility::998",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "count": 16,
          "name": "Kitchen/kitchenette",
          "selected": 0,
          "id": "room_facility::999",
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "count": 17,
          "name": "View",
          "selected": 0,
          "id": "room_facility::81"
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "room_facility::123",
          "count": 8,
          "name": "Terrace"
        },
        {
          "id": "room_facility::34",
          "selected": 0,
          "count": 13,
          "name": "Washing machine",
          "style_for_count": 0
        },
        {
          "name": "Private pool",
          "count": 0,
          "selected": 0,
          "id": "room_facility::93",
          "style_for_count": 0
        },
        {
          "count": 2,
          "name": "Patio",
          "selected": 0,
          "id": "room_facility::37",
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "name": "Soundproofing",
          "count": 6,
          "id": "room_facility::79",
          "selected": 0
        },
        {
          "style_for_count": 0,
          "name": "Electric kettle",
          "count": 13,
          "selected": 0,
          "id": "room_facility::86"
        },
        {
          "style_for_count": 0,
          "id": "room_facility::120",
          "selected": 0,
          "count": 10,
          "name": "Coffee machine"
        }
      ],
      "any_text": "No room facilities selected",
      "layout": {
        "collapsed_count": 5,
        "is_collapsed": 1,
        "is_collapsable": 1
      },
      "subtitle": "",
      "id": "room_facility",
      "title": "Room facilities",
      "iconfont": "bath",
      "irene_resp_id": "roomfacility"
    },
    {
      "any_text": "Choose bed type",
      "layout": {
        "collapsed_count": 5,
        "is_collapsed": 0,
        "is_collapsable": 0
      },
      "subtitle": "",
      "id": "twin_double_bed",
      "type": "multiple_union",
      "is_group": 0,
      "categories": [
        {
          "style_for_count": 0,
          "name": "2 single beds",
          "count": 11,
          "id": "twin_double_bed::2",
          "selected": 0
        },
        {
          "style_for_count": 0,
          "popular": 1,
          "selected": 0,
          "id": "twin_double_bed::3",
          "count": 26,
          "name": "Double bed",
          "popular_rank": 11
        }
      ],
      "irene_resp_id": "tdb",
      "title": "Bed preference"
    },
    {
      "iconfont": "marker",
      "title": "District",
      "irene_resp_id": "di",
      "categories": [
        {
          "popular": 1,
          "style_for_count": 0,
          "popular_rank": 13,
          "selected": 0,
          "id": "district::10295",
          "name": "The real heart of Verona",
          "count": 27
        },
        {
          "popular_rank": 2,
          "count": 20,
          "name": "Verona Historical Centre",
          "id": "district::1303",
          "selected": 0,
          "style_for_count": 0,
          "popular": 1
        },
        {
          "selected": 0,
          "id": "district::9999997",
          "name": "Best areas outside centre",
          "count": 6,
          "style_for_count": 0
        },
        {
          "id": "district::1299",
          "selected": 0,
          "name": "Borgo Milano - Stadio",
          "count": 1,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "name": "Borgo Roma",
          "count": 4,
          "id": "district::2138",
          "selected": 0
        },
        {
          "style_for_count": 0,
          "name": "Borgo Trento",
          "count": 3,
          "id": "district::1300",
          "selected": 0
        },
        {
          "name": "Lazise Old Town",
          "count": 0,
          "id": "district::4832",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "selected": 0,
          "id": "district::4828",
          "count": 0,
          "name": "Old Town",
          "style_for_count": 0
        },
        {
          "name": "Porta Nuova",
          "count": 8,
          "id": "district::1302",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "name": "San Zeno",
          "count": 3,
          "selected": 0,
          "id": "district::2135",
          "style_for_count": 0
        },
        {
          "count": 0,
          "name": "The best-rated area in Bardolino",
          "selected": 0,
          "id": "district::10511",
          "style_for_count": 0
        },
        {
          "name": "The best-rated area in Peschiera del Garda",
          "count": 0,
          "id": "district::10372",
          "selected": 0,
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "district::10439",
          "name": "The real heart of Lazise",
          "count": 0
        },
        {
          "selected": 0,
          "id": "district::1304",
          "name": "Verona Fiere",
          "count": 5,
          "style_for_count": 0
        }
      ],
      "is_group": 0,
      "type": "multiple_union",
      "id": "district",
      "subtitle": "",
      "layout": {
        "collapsed_count": 5,
        "is_collapsed": 1,
        "is_collapsable": 1
      },
      "any_text": "No district selected"
    },
    {
      "irene_resp_id": "popular_nearby_landmarks",
      "iconfont": "landmark",
      "title": "Landmarks",
      "id": "popular_nearby_landmarks",
      "any_text": "No landmarks selected",
      "subtitle": "",
      "layout": {
        "collapsed_count": 5,
        "is_collapsed": 1,
        "is_collapsable": 1
      },
      "categories": [
        {
          "style_for_count": 0,
          "selected": 0,
          "id": "popular_nearby_landmarks::17894",
          "name": "Giulietta's House",
          "count": 15
        },
        {
          "style_for_count": 0,
          "count": 22,
          "name": "Piazza Bra",
          "selected": 0,
          "id": "popular_nearby_landmarks::58689"
        },
        {
          "id": "popular_nearby_landmarks::17895",
          "selected": 0,
          "count": 16,
          "name": "Piazza Erbe",
          "style_for_count": 0
        },
        {
          "style_for_count": 0,
          "id": "popular_nearby_landmarks::900054569",
          "selected": 0,
          "count": 0,
          "name": "The Olive Oil Museum"
        },
        {
          "style_for_count": 0,
          "id": "popular_nearby_landmarks::2174",
          "selected": 0,
          "name": "Verona Arena",
          "count": 22
        },
        {
          "style_for_count": 0,
          "name": "Verona Roman Theatre",
          "count": 10,
          "id": "popular_nearby_landmarks::14669",
          "selected": 0
        },
        {
          "id": "popular_nearby_landmarks::900054294",
          "selected": 0,
          "name": "Wine Museum",
          "count": 0,
          "style_for_count": 0
        }
      ],
      "type": "multiple_union",
      "is_group": 0
    }
  ]
}

Fetch review filters list

This endpoint fetches a list of review filters based on the provided parameters.

Header Parameters

X-API-KEYstring

Body Parameters

hotel_idstring Required

The Booking.com ID of the hotel, you can find it out in the ../properties-list endpoint

languagecodestring

The language code

Default value
en
Enum values:
enen-usarbgcacsdadeeles
... 33 other enums
filter_languagestring

The language filter, you can comma separate them

Default value
en
filter_customer_typestring

The customer type filter

Default value
couple
Enum values:
couplefamily_with_childrenreview_category_group_of_friendssolo_traveller
user_sortstring

The user sort preference

Default value
sort_recent_desc
Enum values:
sort_most_relevantsort_recent_descsort_recent_ascsort_score_descsort_score_asc

Responses

200
Object
Successful response

Response Attributes

hotel_idstring
filtersarray

Show child attributes

total_reviewsnumber
sortobject

Show child attributes

422
Object
Validation Error

Response Attributes

detailarray

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/on-demand/review-filters-list

Select
1 2 3 4 5 6 7 8 curl --location 'https://brainy-api-portal-3cuixb5lia-ew.a.run.app/on-demand/review-filters-list' \ --data '{ "hotel_id": "1612456", "languagecode": "en-us", "filter_language": "en-us,fr", "filter_customer_type": "couple", "user_sort": "sort_recent_desc" }'

Response

{
  "hotel_id": "1612456",
  "filters": [
    {
      "id": "filter_customer_type",
      "default_display_value": "All reviews",
      "categories": [
        {
          "display_value_with_count": "Couple (442)",
          "count": 442,
          "id": "couple",
          "display_value": "Couple"
        },
        {
          "id": "family_with_children",
          "count": 74,
          "display_value": "Family",
          "display_value_with_count": "Family (74)"
        },
        {
          "display_value_with_count": "Group of friends (57)",
          "id": "review_category_group_of_friends",
          "count": 57,
          "display_value": "Group of friends"
        },
        {
          "display_value_with_count": "Solo traveller (47)",
          "id": "solo_traveller",
          "count": 47,
          "display_value": "Solo traveller"
        },
        {
          "count": 101,
          "id": "xu",
          "display_value": "American English",
          "display_value_with_count": "American English (101)"
        },
        {
          "display_value": "Deutsch",
          "id": "de",
          "count": 400,
          "display_value_with_count": "Deutsch (400)"
        },
        {
          "display_value": "Eesti",
          "count": 2,
          "id": "et",
          "display_value_with_count": "Eesti (2)"
        },
        {
          "display_value": "English",
          "id": "en",
          "count": 341,
          "display_value_with_count": "English (341)"
        },
        {
          "display_value_with_count": "Español (74)",
          "count": 74,
          "id": "es",
          "display_value": "Español"
        },
        {
          "display_value_with_count": "Español en Argentina (5)",
          "display_value": "Español en Argentina",
          "id": "xa",
          "count": 5
        },
        {
          "display_value_with_count": "Hrvatski (6)",
          "display_value": "Hrvatski",
          "count": 6,
          "id": "hr"
        },
        {
          "count": 969,
          "id": "it",
          "display_value": "Italiano",
          "display_value_with_count": "Italiano (969)"
        },
        {
          "display_value_with_count": "Latviešu (2)",
          "display_value": "Latviešu",
          "id": "lv",
          "count": 2
        },
        {
          "count": 7,
          "id": "hu",
          "display_value": "Magyar",
          "display_value_with_count": "Magyar (7)"
        },
        {
          "count": 49,
          "id": "nl",
          "display_value": "Nederlands",
          "display_value_with_count": "Nederlands (49)"
        },
        {
          "count": 6,
          "id": "no",
          "display_value": "Norsk",
          "display_value_with_count": "Norsk (6)"
        },
        {
          "count": 15,
          "id": "pt",
          "display_value": "Português",
          "display_value_with_count": "Português (15)"
        },
        {
          "display_value_with_count": "Português do Brasil (37)",
          "display_value": "Português do Brasil",
          "count": 37,
          "id": "xb"
        },
        {
          "id": "sk",
          "count": 3,
          "display_value": "Slovenčina",
          "display_value_with_count": "Slovenčina (3)"
        },
        {
          "display_value": "Suomi",
          "id": "fi",
          "count": 6,
          "display_value_with_count": "Suomi (6)"
        },
        {
          "display_value": "Svenska",
          "id": "sv",
          "count": 15,
          "display_value_with_count": "Svenska (15)"
        },
        {
          "display_value_with_count": "català (3)",
          "display_value": "català",
          "id": "ca",
          "count": 3
        },
        {
          "count": 9,
          "id": "da",
          "display_value": "dansk",
          "display_value_with_count": "dansk (9)"
        },
        {
          "display_value": "français",
          "count": 122,
          "id": "fr",
          "display_value_with_count": "français (122)"
        },
        {
          "count": 15,
          "id": "pl",
          "display_value": "polski",
          "display_value_with_count": "polski (15)"
        },
        {
          "display_value": "română",
          "id": "ro",
          "count": 6,
          "display_value_with_count": "română (6)"
        },
        {
          "count": 1,
          "id": "sl",
          "display_value": "slovenščina",
          "display_value_with_count": "slovenščina (1)"
        },
        {
          "display_value": "srpski",
          "id": "sr",
          "count": 2,
          "display_value_with_count": "srpski (2)"
        },
        {
          "id": "cs",
          "count": 16,
          "display_value": "čeština",
          "display_value_with_count": "čeština (16)"
        },
        {
          "display_value_with_count": "Ελληνικά (7)",
          "count": 7,
          "id": "el",
          "display_value": "Ελληνικά"
        },
        {
          "display_value_with_count": "Български (1)",
          "count": 1,
          "id": "bg",
          "display_value": "Български"
        },
        {
          "display_value_with_count": "Русский (9)",
          "count": 9,
          "id": "ru",
          "display_value": "Русский"
        },
        {
          "display_value_with_count": "עברית (2)",
          "id": "he",
          "count": 2,
          "display_value": "עברית"
        },
        {
          "display_value_with_count": "中文 (3)",
          "display_value": "中文",
          "id": "zh",
          "count": 3
        },
        {
          "display_value_with_count": "Mar-May",
          "id": "03_06",
          "count": 0,
          "display_value": "Mar-May"
        },
        {
          "display_value_with_count": "Jun-Aug",
          "id": "06_09",
          "count": 0,
          "display_value": "Jun-Aug"
        },
        {
          "display_value_with_count": "Sep-Nov",
          "id": "09_12",
          "count": 0,
          "display_value": "Sep-Nov"
        },
        {
          "id": "12_03",
          "count": 0,
          "display_value": "Dec-Feb",
          "display_value_with_count": "Dec-Feb"
        }
      ],
      "title": "Filter by:",
      "default_display_value_with_count": "All reviews (620)"
    },
    {
      "default_display_value": "All languages",
      "id": "filter_language",
      "categories": [
        {
          "count": 101,
          "id": "xu",
          "display_value": "American English",
          "display_value_with_count": "American English (101)"
        },
        {
          "display_value": "Deutsch",
          "id": "de",
          "count": 400,
          "display_value_with_count": "Deutsch (400)"
        },
        {
          "display_value": "Eesti",
          "count": 2,
          "id": "et",
          "display_value_with_count": "Eesti (2)"
        },
        {
          "display_value": "English",
          "id": "en",
          "count": 341,
          "display_value_with_count": "English (341)"
        },
        {
          "display_value_with_count": "Español (74)",
          "count": 74,
          "id": "es",
          "display_value": "Español"
        },
        {
          "display_value_with_count": "Español en Argentina (5)",
          "display_value": "Español en Argentina",
          "id": "xa",
          "count": 5
        },
        {
          "display_value_with_count": "Hrvatski (6)",
          "display_value": "Hrvatski",
          "count": 6,
          "id": "hr"
        },
        {
          "count": 969,
          "id": "it",
          "display_value": "Italiano",
          "display_value_with_count": "Italiano (969)"
        },
        {
          "display_value_with_count": "Latviešu (2)",
          "display_value": "Latviešu",
          "id": "lv",
          "count": 2
        },
        {
          "count": 7,
          "id": "hu",
          "display_value": "Magyar",
          "display_value_with_count": "Magyar (7)"
        },
        {
          "count": 49,
          "id": "nl",
          "display_value": "Nederlands",
          "display_value_with_count": "Nederlands (49)"
        },
        {
          "count": 6,
          "id": "no",
          "display_value": "Norsk",
          "display_value_with_count": "Norsk (6)"
        },
        {
          "count": 15,
          "id": "pt",
          "display_value": "Português",
          "display_value_with_count": "Português (15)"
        },
        {
          "display_value_with_count": "Português do Brasil (37)",
          "display_value": "Português do Brasil",
          "count": 37,
          "id": "xb"
        },
        {
          "id": "sk",
          "count": 3,
          "display_value": "Slovenčina",
          "display_value_with_count": "Slovenčina (3)"
        },
        {
          "display_value": "Suomi",
          "id": "fi",
          "count": 6,
          "display_value_with_count": "Suomi (6)"
        },
        {
          "display_value": "Svenska",
          "id": "sv",
          "count": 15,
          "display_value_with_count": "Svenska (15)"
        },
        {
          "display_value_with_count": "català (3)",
          "display_value": "català",
          "id": "ca",
          "count": 3
        },
        {
          "count": 9,
          "id": "da",
          "display_value": "dansk",
          "display_value_with_count": "dansk (9)"
        },
        {
          "display_value": "français",
          "count": 122,
          "id": "fr",
          "display_value_with_count": "français (122)"
        },
        {
          "count": 15,
          "id": "pl",
          "display_value": "polski",
          "display_value_with_count": "polski (15)"
        },
        {
          "display_value": "română",
          "id": "ro",
          "count": 6,
          "display_value_with_count": "română (6)"
        },
        {
          "count": 1,
          "id": "sl",
          "display_value": "slovenščina",
          "display_value_with_count": "slovenščina (1)"
        },
        {
          "display_value": "srpski",
          "id": "sr",
          "count": 2,
          "display_value_with_count": "srpski (2)"
        },
        {
          "id": "cs",
          "count": 16,
          "display_value": "čeština",
          "display_value_with_count": "čeština (16)"
        },
        {
          "display_value_with_count": "Ελληνικά (7)",
          "count": 7,
          "id": "el",
          "display_value": "Ελληνικά"
        },
        {
          "display_value_with_count": "Български (1)",
          "count": 1,
          "id": "bg",
          "display_value": "Български"
        },
        {
          "display_value_with_count": "Русский (9)",
          "count": 9,
          "id": "ru",
          "display_value": "Русский"
        },
        {
          "display_value_with_count": "עברית (2)",
          "id": "he",
          "count": 2,
          "display_value": "עברית"
        },
        {
          "display_value_with_count": "中文 (3)",
          "display_value": "中文",
          "id": "zh",
          "count": 3
        }
      ],
      "title": "Show reviews in:",
      "default_display_value_with_count": "All languages (2234)"
    },
    {
      "categories": [
        {
          "display_value_with_count": "Mar-May",
          "id": "03_06",
          "count": 0,
          "display_value": "Mar-May"
        },
        {
          "display_value_with_count": "Jun-Aug",
          "id": "06_09",
          "count": 0,
          "display_value": "Jun-Aug"
        },
        {
          "display_value_with_count": "Sep-Nov",
          "id": "09_12",
          "count": 0,
          "display_value": "Sep-Nov"
        },
        {
          "id": "12_03",
          "count": 0,
          "display_value": "Dec-Feb",
          "display_value_with_count": "Dec-Feb"
        }
      ],
      "id": "filter_time_of_year",
      "default_display_value": "Time of year",
      "title": "Filter by:",
      "default_display_value_with_count": "Time of year"
    }
  ],
  "total_reviews": 3209,
  "sort": {
    "id": "user_sort",
    "categories": [
      {
        "id": "sort_most_relevant",
        "display_value": "Most relevant"
      },
      {
        "display_value": "Newest first",
        "id": "sort_recent_desc"
      },
      {
        "id": "sort_recent_asc",
        "display_value": "Oldest first"
      },
      {
        "display_value": "Highest scores",
        "id": "sort_score_desc"
      },
      {
        "id": "sort_score_asc",
        "display_value": "Lowest scores"
      }
    ],
    "title": "Sort by:"
  }
}

Fetch reviews list

This endpoint fetches a list of reviews based on the provided parameters.

Header Parameters

X-API-KEYstring

Body Parameters

hotel_idsstring Required

The Booking.com ID of the hotel, you can find it out in the ../properties-list endpoint

languagecodestring

The language code

Default value
en
Enum values:
enen-usarbgcacsdadeeles
... 33 other enums
user_sortstring

The user sort preference

Default value
sort_recent_desc
Enum values:
sort_most_relevantsort_recent_descsort_recent_ascsort_score_descsort_score_asc
rowsstring

The number of items per page

Default value
25
offsetstring

The number of items to ignore as offset for paging

Default value
0
filter_languagestring

The language filter, you can comma separate them

Default value
en
filter_customer_typestring

The customer type filter

Default value
couple
Enum values:
couplefamily_with_childrenreview_category_group_of_friendssolo_traveller

Responses

200
Object
Successful response

Response Attributes

sort_optionsarray
resultarray

Show child attributes

countnumber
422
Object
Validation Error

Response Attributes

detailarray

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/on-demand/reviews-list

Select
1 2 3 4 5 6 7 8 9 10 curl --location 'https://brainy-api-portal-3cuixb5lia-ew.a.run.app/on-demand/reviews-list' \ --data '{ "hotel_ids": "1612456", "languagecode": "en-us", "user_sort": "sort_recent_desc", "rows": "10", "offset": "0", "filter_language": "en-us,fr", "filter_customer_type": "couple" }'

Response

{
  "sort_options": [],
  "result": [
    {
      "date": "2023-08-21 21:41:33",
      "user_new_badges": [],
      "pros_translated": "",
      "title_translated": "",
      "languagecode": "en-gb",
      "helpful_vote_count": 0,
      "anonymous": "",
      "cons_translated": "",
      "stayed_room_info": {
        "room_name": "Double or Twin Room",
        "checkout": "2023-07-19",
        "num_nights": 1,
        "room_id": 161245602,
        "photo": {
          "ratio": 1.499700059988,
          "photo_id": 68612584,
          "url_original": "https://cf.bstatic.com/images/hotel/max500/686/68612584.jpg",
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/686/68612584.jpg",
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/686/68612584.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/686/68612584.jpg"
        },
        "checkin": "2023-07-18"
      },
      "author": {
        "type_string": "Couple",
        "city": "",
        "nr_reviews": 0,
        "age_group": "",
        "helpful_vote_count": 0,
        "user_id": 97009569,
        "type": "couple",
        "countrycode": "gb",
        "name": "Gareth",
        "avatar": "https://lh3.googleusercontent.com/a/ALm5wu0_3zJERVorWuKwTV7ZvHCyGrvGWfhiPnmoK6p0=s96-c64"
      },
      "cons": "",
      "hotel_id": 1612456,
      "countrycode": "au",
      "hotelier_name": "Relais Empire",
      "hotelier_response": "",
      "reviewng": 1,
      "pros": "Great location, a short walk to the city centre! The room was just beautiful, very clean and spacious. Great breakfast also!",
      "travel_purpose": "leisure",
      "is_trivial": 0,
      "average_score": 4,
      "is_moderated": 0,
      "review_id": 4635133382,
      "title": "Beautiful stay, location and room!",
      "reviewer_photos": [],
      "is_incentivised": 0,
      "tags": [],
      "review_hash": "20ae9b06bbee6fd7"
    },
    {
      "hotelier_name": "Relais Empire",
      "countrycode": "au",
      "travel_purpose": "leisure",
      "pros": "Our room was beautifully, spacious and clean.  The hotel is a short walk to town centre and train station. Hotel is surrounded by many restaurants and bars.",
      "hotelier_response": "",
      "reviewng": 1,
      "stayed_room_info": {
        "room_name": "Economy Double Room",
        "checkout": "2023-07-19",
        "num_nights": 1,
        "room_id": 161245601,
        "photo": {
          "ratio": 1.49812734082397,
          "photo_id": 118792770,
          "url_original": "https://cf.bstatic.com/images/hotel/max500/118/118792770.jpg",
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/118/118792770.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/118/118792770.jpg",
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/118/118792770.jpg"
        },
        "checkin": "2023-07-18"
      },
      "author": {
        "user_id": 698823044,
        "helpful_vote_count": 0,
        "type": "couple",
        "countrycode": "au",
        "avatar": "https://lh3.googleusercontent.com/a/AGNmyxZGADWrWW2bkBIk5jV3fZ4A5r4syxqSIayyffHP=s96-c64",
        "name": "D'angelo",
        "type_string": "Couple",
        "nr_reviews": 0,
        "city": "",
        "age_group": ""
      },
      "hotel_id": 1612456,
      "cons": "",
      "title_translated": "",
      "languagecode": "en-gb",
      "cons_translated": "",
      "anonymous": "",
      "helpful_vote_count": 0,
      "date": "2023-08-21 05:16:38",
      "pros_translated": "",
      "user_new_badges": [],
      "tags": [],
      "review_hash": "3f751bd98e18b208",
      "reviewer_photos": [],
      "is_incentivised": 0,
      "title": "Very enjoyable and relaxing,  We would definitely stay there again",
      "review_id": 4634953408,
      "is_moderated": 0,
      "average_score": 4,
      "is_trivial": 0
    },
    {
      "is_moderated": 0,
      "review_id": 2194725572,
      "is_trivial": 0,
      "average_score": 3.59999990463257,
      "review_hash": "136ff82da23609e1",
      "tags": [],
      "title": "Fabulous",
      "is_incentivised": 0,
      "reviewer_photos": [],
      "title_translated": "",
      "languagecode": "en-gb",
      "helpful_vote_count": 0,
      "anonymous": "",
      "cons_translated": "",
      "date": "2023-08-20 23:06:51",
      "user_new_badges": [],
      "pros_translated": "",
      "countrycode": "gb",
      "hotelier_name": "Relais Empire",
      "reviewng": 1,
      "hotelier_response": "",
      "pros": "",
      "travel_purpose": "leisure",
      "stayed_room_info": {
        "num_nights": 7,
        "room_name": "Junior Suite",
        "checkout": "2023-08-16",
        "checkin": "2023-08-09",
        "photo": {
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/241/241317409.jpg",
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/241/241317409.jpg",
          "photo_id": 241317409,
          "ratio": 1.49882903981265,
          "url_original": "https://cf.bstatic.com/images/hotel/max500/241/241317409.jpg",
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/241/241317409.jpg"
        },
        "room_id": 161245605
      },
      "author": {
        "nr_reviews": 0,
        "age_group": "",
        "city": "",
        "type_string": "Couple",
        "type": "couple",
        "user_id": 943786,
        "helpful_vote_count": 0,
        "avatar": "https://lh3.googleusercontent.com/a-/AOh14GilNajeDnn9Nd3bN4bZx0usnYtARAtBfIUGyOeg=s96-c64",
        "name": "Iain",
        "countrycode": "gb"
      },
      "cons": "",
      "hotel_id": 1612456
    },
    {
      "is_moderated": 0,
      "review_id": 2588911390,
      "is_trivial": 0,
      "average_score": 0.400000005960464,
      "review_hash": "3c8f60498cc5c812",
      "tags": [],
      "title": "Appalling uncleanliness and disrepair",
      "reviewer_photos": [],
      "is_incentivised": 0,
      "helpful_vote_count": 0,
      "anonymous": "",
      "cons_translated": "",
      "title_translated": "",
      "languagecode": "en-gb",
      "user_new_badges": [],
      "pros_translated": "",
      "date": "2023-08-20 01:36:01",
      "reviewng": 1,
      "hotelier_response": "",
      "pros": "Only the location. The « hotel » in itself is hidden in a regular residential building. Difficult to find and spread over different floors.",
      "travel_purpose": "leisure",
      "countrycode": "ch",
      "hotelier_name": "Relais Empire",
      "cons": "I spent one night at this hotel and was very disappointed with the condition in which I found the room in. Normally when I see something like this I leave immediately, but we arrived later than expected and I felt trapped at the end, I had reservations for dinner and opera tickets and felt so cornered that I just stayed. Upon our return after the show, I regretted that decision even more as more unkempt things stood out, like the clogged drain at the sink. The water heater was full of lime, the decorative pillows were dirty, the mattress cover was dirty, as were the floor, the curtains, the windows, the red bedspread that even had a hole in it! The furniture was covered with stains, even the light switches were peeling off. The room smelled damp, as if it had not been used for a long time.\nI felt like I should at least say something at the check out but the woman there was just rude. I should have said something last night, she told me. Excuse me? Is it now the guest's job to make sure you do your job right?\n\nI told her I had photos and offer to show her these. I told her I didn't want to put those pictures on the internet because things like this can hurt businesses and cost people their jobs. I\napproached her with the phone, but she yelled for me to stay on the other side of the counter because that side was for employees only. I walked up to her only because I was trying to be discreet so as not to upset the other guests... but I guess she wasn't thrilled about that. \n\nSo from cleanliness to costumer service the hotel is a disaster. I should have left upon arrival. The employee that checked us in\nsaid that the hotel’s entry was hidden, because the building was a heritage building. But she\ndidnt even know how old the building was! \n\nI paid and left, feeling reprimended, mistreated and honestly scammed. \n\nBig mistake staying at this hotel. For 260Euros per night one has the right to at least expect a clean bed.",
      "hotel_id": 1612456,
      "stayed_room_info": {
        "num_nights": 1,
        "room_name": "Superior Double Room",
        "checkout": "2023-08-19",
        "photo": {
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/168/168288240.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/168/168288240.jpg",
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/168/168288240.jpg",
          "url_original": "https://cf.bstatic.com/images/hotel/max500/168/168288240.jpg",
          "photo_id": 168288240,
          "ratio": 1.49882903981265
        },
        "checkin": "2023-08-18",
        "room_id": 161245603
      },
      "author": {
        "age_group": "",
        "nr_reviews": 0,
        "city": "",
        "type_string": "Couple",
        "name": "Judith",
        "avatar": "https://graph.facebook.com/v2.9/10157051126404801/picture?type=square&height=64&width=64",
        "countrycode": "ch",
        "type": "couple",
        "helpful_vote_count": 0,
        "user_id": 135605965
      }
    },
    {
      "title_translated": "",
      "languagecode": "en-us",
      "helpful_vote_count": 0,
      "anonymous": "",
      "cons_translated": "",
      "date": "2023-08-19 15:57:44",
      "user_new_badges": [],
      "pros_translated": "",
      "countrycode": "ch",
      "hotelier_name": "Relais Empire",
      "reviewng": 1,
      "hotelier_response": "Dear Ekaterina,\nThank you for sharing your positive review! We're thrilled to hear that you had a pleasant stay with us and enjoyed the various aspects of our hotel.\n\nIt's wonderful that you found our central location convenient for exploring Verona and appreciated the availability of parking upon request. Our team is committed to providing a friendly and helpful experience, and we're delighted that this contributed positively to your stay. We're also glad that you liked the decor of our rooms and enjoyed the breakfast offerings.\n\nYour feedback is highly valuable to us, and we're grateful for your kind words. If your travels bring you back to Verona, we'd be delighted to host you again. Please don't hesitate to reach out if you have any further comments or if there's anything else we can assist you with. Thank you for choosing to stay with us!\nBest regards\nRelais Empire",
      "pros": "Very centrally located, with parking garage available by request, friendly and helpful stuff, nicely decorated rooms, good breakfast",
      "travel_purpose": "leisure",
      "author": {
        "name": "Ekaterina",
        "countrycode": "ch",
        "type": "couple",
        "user_id": 1037688,
        "helpful_vote_count": 0,
        "nr_reviews": 0,
        "age_group": "",
        "city": "",
        "type_string": "Couple"
      },
      "stayed_room_info": {
        "checkin": "2023-08-10",
        "photo": {
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/686/68612584.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/686/68612584.jpg",
          "ratio": 1.499700059988,
          "photo_id": 68612584,
          "url_original": "https://cf.bstatic.com/images/hotel/max500/686/68612584.jpg",
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/686/68612584.jpg"
        },
        "room_id": 161245602,
        "num_nights": 3,
        "room_name": "Double or Twin Room",
        "checkout": "2023-08-13"
      },
      "cons": "Nothing",
      "hotelier_response_date": 1692458024,
      "hotel_id": 1612456,
      "is_moderated": 0,
      "review_id": 2231995903,
      "is_trivial": 0,
      "average_score": 4,
      "review_hash": "b4f3fefcba3c3c19",
      "tags": [],
      "title": "Nice place to stay for few days to enjoy Verona",
      "is_incentivised": 0,
      "reviewer_photos": []
    },
    {
      "author": {
        "countrycode": "gb",
        "name": "Stephen",
        "helpful_vote_count": 0,
        "user_id": 327600910,
        "type": "couple",
        "type_string": "Couple",
        "nr_reviews": 0,
        "city": "",
        "age_group": ""
      },
      "stayed_room_info": {
        "room_id": 161245601,
        "checkin": "2023-08-12",
        "photo": {
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/118/118792770.jpg",
          "url_original": "https://cf.bstatic.com/images/hotel/max500/118/118792770.jpg",
          "ratio": 1.49812734082397,
          "photo_id": 118792770,
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/118/118792770.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/118/118792770.jpg"
        },
        "checkout": "2023-08-15",
        "room_name": "Economy Double Room",
        "num_nights": 3
      },
      "cons": "",
      "hotel_id": 1612456,
      "hotelier_name": "Relais Empire",
      "countrycode": "gb",
      "reviewng": 1,
      "hotelier_response": "",
      "travel_purpose": "leisure",
      "pros": "",
      "date": "2023-08-19 15:53:28",
      "pros_translated": "",
      "user_new_badges": [],
      "title_translated": "",
      "languagecode": "en-gb",
      "helpful_vote_count": 0,
      "cons_translated": "",
      "anonymous": "",
      "title": "Fabulous",
      "reviewer_photos": [],
      "is_incentivised": 0,
      "review_hash": "127e5ac4745200cc",
      "tags": [],
      "average_score": 3.59999990463257,
      "is_trivial": 0,
      "review_id": 2236210270,
      "is_moderated": 0
    },
    {
      "reviewer_photos": [],
      "is_incentivised": 0,
      "title": "Large, quiet rooms , short walk from the city centre",
      "review_hash": "0ecbfa767c0c435a",
      "tags": [],
      "is_trivial": 0,
      "average_score": 3.20000004768372,
      "is_moderated": 0,
      "review_id": 4634612770,
      "stayed_room_info": {
        "room_name": "Junior Suite",
        "checkout": "2023-08-17",
        "num_nights": 3,
        "room_id": 161245605,
        "photo": {
          "ratio": 1.49882903981265,
          "photo_id": 241317409,
          "url_original": "https://cf.bstatic.com/images/hotel/max500/241/241317409.jpg",
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/241/241317409.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/241/241317409.jpg",
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/241/241317409.jpg"
        },
        "checkin": "2023-08-14"
      },
      "author": {
        "nr_reviews": 0,
        "city": "",
        "age_group": "",
        "type_string": "Couple",
        "name": "Jan",
        "countrycode": "au",
        "type": "couple",
        "user_id": 46317976,
        "helpful_vote_count": 0
      },
      "hotel_id": 1612456,
      "cons": "Lack of crockery, cutlery in the kitchenette. We ate out but not enough there to eat in",
      "hotelier_response_date": 1692457883,
      "countrycode": "au",
      "hotelier_name": "Relais Empire",
      "pros": "Size of bedroom. Quietness.",
      "travel_purpose": "leisure",
      "reviewng": 1,
      "hotelier_response": "Dear Jan,\nThank you for taking the time to leave your review! We're delighted to hear that you enjoyed the spacious and quiet rooms we offer, as well as the convenient short walk to the city center. Your satisfaction with the size of the bedroom and the peaceful atmosphere is important to us.\n\nWe appreciate your feedback regarding the kitchenette amenities. \nBut we would like to specify that your room is not sold with a kitchenette, in fact you can't find it written anywhere on booking, which is why there isn't everything you need. If you had asked at reception we would have given you everything you needed\n\nIt was a pleasure having you stay with us, and we hope to welcome you back in the future. Thank you again for choosing us for your stay!\nBest regards\nRelais Empire",
      "date": "2023-08-18 18:14:09",
      "user_new_badges": [],
      "pros_translated": "",
      "languagecode": "en-gb",
      "title_translated": "",
      "anonymous": "",
      "cons_translated": "",
      "helpful_vote_count": 0
    },
    {
      "title_translated": "",
      "languagecode": "en-gb",
      "anonymous": "",
      "cons_translated": "",
      "helpful_vote_count": 0,
      "date": "2023-08-16 16:20:30",
      "user_new_badges": [],
      "pros_translated": "",
      "countrycode": "pt",
      "hotelier_name": "Relais Empire",
      "pros": "Great breakfast, great staff, great location. The best place we stayed at in Italy.",
      "travel_purpose": "leisure",
      "hotelier_response": "Dear Ana Rita,\nThank you so much for your fantastic review! We're happy to hear that you enjoyed our breakfast, found our staff to be great, and appreciated our excellent location. It's truly heartwarming to know that we were the best place you stayed at during your time in Italy.\n\nWe take great pride in offering a memorable experience to our guests, and your kind words motivate us to continue delivering top-notch service. If your travels bring you back to Italy in the future, we would be absolutely delighted to welcome you back to our establishment. Safe travels and thank you for choosing us as your preferred accommodation!\nBest regards\nRelais Empire",
      "reviewng": 1,
      "stayed_room_info": {
        "room_id": 161245602,
        "photo": {
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/686/68612584.jpg",
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/686/68612584.jpg",
          "photo_id": 68612584,
          "ratio": 1.499700059988,
          "url_original": "https://cf.bstatic.com/images/hotel/max500/686/68612584.jpg",
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/686/68612584.jpg"
        },
        "checkin": "2023-08-09",
        "checkout": "2023-08-11",
        "room_name": "Double or Twin Room",
        "num_nights": 2
      },
      "author": {
        "type_string": "Couple",
        "nr_reviews": 0,
        "age_group": "",
        "city": "",
        "countrycode": "pt",
        "avatar": "https://graph.facebook.com/v2.9/1747979258597896/picture?type=square&height=64&width=64",
        "name": "Ana",
        "user_id": 22874657,
        "helpful_vote_count": 0,
        "type": "couple"
      },
      "hotel_id": 1612456,
      "cons": "",
      "hotelier_response_date": 1692457635,
      "is_moderated": 0,
      "review_id": 4634293021,
      "is_trivial": 0,
      "average_score": 3.59999990463257,
      "tags": [],
      "review_hash": "1d2fcbfd9230288e",
      "is_incentivised": 0,
      "reviewer_photos": [],
      "title": "Fabulous"
    },
    {
      "author": {
        "type_string": "Couple",
        "nr_reviews": 0,
        "city": "",
        "age_group": "",
        "helpful_vote_count": 0,
        "user_id": 36243540,
        "type": "couple",
        "countrycode": "gb",
        "name": "Ian",
        "avatar": "https://graph.facebook.com/v2.9/1924465964233784/picture?type=square&height=64&width=64"
      },
      "stayed_room_info": {
        "checkout": "2023-08-11",
        "room_name": "Junior Suite",
        "num_nights": 1,
        "room_id": 161245605,
        "photo": {
          "ratio": 1.49882903981265,
          "photo_id": 241317409,
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/241/241317409.jpg",
          "url_original": "https://cf.bstatic.com/images/hotel/max500/241/241317409.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/241/241317409.jpg",
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/241/241317409.jpg"
        },
        "checkin": "2023-08-10"
      },
      "hotel_id": 1612456,
      "hotelier_response_date": 1692457220,
      "cons": "Nothing",
      "hotelier_name": "Relais Empire",
      "countrycode": "gb",
      "travel_purpose": "leisure",
      "pros": "Somewhat 'quirky' layout but, this added to the character. The location was perfect. The staff were exceptional (especially the very polite young man who showed us to the nearby garage)",
      "reviewng": 1,
      "hotelier_response": "Dear Ian,\nThank you for your wonderful review! We're thrilled to hear that you found our establishment to be a gem in the midst of a city filled with diamonds. We take pride in our unique and somewhat quirky layout, as it adds to the distinctive character that we aim to offer. It's great to know that the location met your expectations and contributed to your overall experience.\n\nYour feedback means a lot to us, and we appreciate you taking the time to share your thoughts. We hope to have the pleasure of welcoming you back on another occasion.\n\nBest regards\nRelais Empire\n\n\n\n\n",
      "date": "2023-08-15 14:44:20",
      "pros_translated": "",
      "user_new_badges": [],
      "languagecode": "en-gb",
      "title_translated": "",
      "cons_translated": "",
      "anonymous": "",
      "helpful_vote_count": 0,
      "reviewer_photos": [],
      "is_incentivised": 0,
      "title": "A Gem in a City of Diamonds",
      "tags": [],
      "review_hash": "296f0df5031f9114",
      "average_score": 4,
      "is_trivial": 0,
      "review_id": 2975952112,
      "is_moderated": 0
    },
    {
      "title": "Good location but a bit tired and bland",
      "is_incentivised": 0,
      "reviewer_photos": [],
      "tags": [],
      "review_hash": "03bd8075d3ca62ec",
      "average_score": 3.20000004768372,
      "is_trivial": 0,
      "review_id": 3638023469,
      "is_moderated": 0,
      "cons": "Tired and bland",
      "hotel_id": 1612456,
      "stayed_room_info": {
        "room_name": "Junior Suite",
        "checkout": "2023-08-14",
        "num_nights": 1,
        "room_id": 161245605,
        "photo": {
          "ratio": 1.49882903981265,
          "photo_id": 241317409,
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/241/241317409.jpg",
          "url_original": "https://cf.bstatic.com/images/hotel/max500/241/241317409.jpg",
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/241/241317409.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/241/241317409.jpg"
        },
        "checkin": "2023-08-13"
      },
      "author": {
        "helpful_vote_count": 0,
        "user_id": 37593212,
        "type": "couple",
        "countrycode": "gb",
        "name": "Paul",
        "type_string": "Couple",
        "age_group": "",
        "nr_reviews": 0,
        "city": ""
      },
      "reviewng": 1,
      "hotelier_response": "",
      "travel_purpose": "leisure",
      "pros": "Great location. Very traditional.",
      "hotelier_name": "Relais Empire",
      "countrycode": "gb",
      "pros_translated": "",
      "user_new_badges": [],
      "date": "2023-08-15 05:47:33",
      "helpful_vote_count": 0,
      "cons_translated": "",
      "anonymous": "",
      "languagecode": "en-gb",
      "title_translated": ""
    },
    {
      "date": "2023-08-10 15:43:12",
      "pros_translated": "",
      "user_new_badges": [],
      "languagecode": "en-gb",
      "title_translated": "",
      "helpful_vote_count": 0,
      "cons_translated": "",
      "anonymous": "",
      "stayed_room_info": {
        "room_id": 161245602,
        "checkin": "2023-08-08",
        "photo": {
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/686/68612584.jpg",
          "url_original": "https://cf.bstatic.com/images/hotel/max500/686/68612584.jpg",
          "photo_id": 68612584,
          "ratio": 1.499700059988,
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/686/68612584.jpg",
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/686/68612584.jpg"
        },
        "room_name": "Double or Twin Room",
        "checkout": "2023-08-10",
        "num_nights": 2
      },
      "author": {
        "nr_reviews": 0,
        "age_group": "",
        "city": "",
        "type_string": "Couple",
        "type": "couple",
        "user_id": 41896663,
        "helpful_vote_count": 0,
        "avatar": "https://graph.facebook.com/v2.9/10213528497620390/picture?type=square&height=64&width=64",
        "name": "Massimo",
        "countrycode": "ca"
      },
      "cons": "",
      "hotel_id": 1612456,
      "hotelier_name": "Relais Empire",
      "countrycode": "ca",
      "reviewng": 1,
      "hotelier_response": "",
      "travel_purpose": "leisure",
      "pros": "",
      "average_score": 3.59999990463257,
      "is_trivial": 0,
      "review_id": 2564640060,
      "is_moderated": 0,
      "title": "Fabulous",
      "reviewer_photos": [],
      "is_incentivised": 0,
      "tags": [],
      "review_hash": "7453e59dd957906b"
    },
    {
      "user_new_badges": [],
      "pros_translated": "",
      "date": "2023-08-10 09:09:05",
      "helpful_vote_count": 0,
      "anonymous": "",
      "cons_translated": "",
      "languagecode": "en-us",
      "title_translated": "",
      "cons": "There is no private parking, but there is a public garage near by.",
      "hotelier_response_date": 1691856923,
      "hotel_id": 1612456,
      "stayed_room_info": {
        "num_nights": 1,
        "checkout": "2023-08-09",
        "room_name": "Double or Twin Room",
        "photo": {
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/686/68612584.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/686/68612584.jpg",
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/686/68612584.jpg",
          "url_original": "https://cf.bstatic.com/images/hotel/max500/686/68612584.jpg",
          "photo_id": 68612584,
          "ratio": 1.499700059988
        },
        "checkin": "2023-08-08",
        "room_id": 161245602
      },
      "author": {
        "name": "Ivanivanivan",
        "countrycode": "rs",
        "type": "couple",
        "helpful_vote_count": 0,
        "user_id": 51175483,
        "nr_reviews": 0,
        "age_group": "",
        "city": "",
        "type_string": "Couple"
      },
      "hotelier_response": "Dear Ivan,\nThank you for taking the time to share your feedback! \nWe're delighted to hear that you appreciated our excellent location, clean rooms, and comfortable beds. \nWe inform you that we have garages, upon reservation and availability at a cost of € 25 per night.\nHaving never booked it, when you arrived we didn't have any available and we recommended the public parking\nYour satisfaction is important to us, and we hope to have the pleasure of welcoming you back in the future. If you have any more questions or suggestions, feel free to reach out.\nBest regards\nRelais Empire",
      "reviewng": 1,
      "pros": "Great location, very clean rooms and comfort beds.",
      "travel_purpose": "leisure",
      "countrycode": "rs",
      "hotelier_name": "Relais Empire",
      "is_trivial": 0,
      "average_score": 4,
      "is_moderated": 0,
      "review_id": 3343389420,
      "title": "Exceptional",
      "reviewer_photos": [],
      "is_incentivised": 0,
      "tags": [],
      "review_hash": "f7e7e856e37491e3"
    },
    {
      "review_id": 2829189993,
      "is_moderated": 0,
      "average_score": 4,
      "is_trivial": 0,
      "tags": [],
      "review_hash": "9e2c212ca923d6ee",
      "title": "Exceptional",
      "reviewer_photos": [],
      "is_incentivised": 0,
      "helpful_vote_count": 0,
      "cons_translated": "",
      "anonymous": "",
      "title_translated": "",
      "languagecode": "en-gb",
      "pros_translated": "",
      "user_new_badges": [],
      "date": "2023-08-09 20:39:30",
      "reviewng": 1,
      "hotelier_response": "",
      "travel_purpose": "other",
      "pros": "",
      "hotelier_name": "Relais Empire",
      "countrycode": "gb",
      "cons": "",
      "hotel_id": 1612456,
      "stayed_room_info": {
        "room_id": 161245603,
        "photo": {
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/168/168288240.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/168/168288240.jpg",
          "ratio": 1.49882903981265,
          "photo_id": 168288240,
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/168/168288240.jpg",
          "url_original": "https://cf.bstatic.com/images/hotel/max500/168/168288240.jpg"
        },
        "checkin": "2023-08-01",
        "room_name": "Superior Double Room",
        "checkout": "2023-08-03",
        "num_nights": 2
      },
      "author": {
        "type_string": "Couple",
        "age_group": "",
        "nr_reviews": 0,
        "city": "",
        "helpful_vote_count": 0,
        "user_id": 141673758,
        "type": "couple",
        "countrycode": "gb",
        "name": "Jeremy"
      }
    },
    {
      "review_id": 4633042216,
      "is_moderated": 0,
      "average_score": 4,
      "is_trivial": 0,
      "tags": [],
      "review_hash": "4ef388307bf0daf3",
      "title": "Exceptional",
      "reviewer_photos": [],
      "is_incentivised": 0,
      "helpful_vote_count": 0,
      "cons_translated": "",
      "anonymous": "",
      "languagecode": "en-gb",
      "title_translated": "",
      "pros_translated": "",
      "user_new_badges": [],
      "date": "2023-08-08 10:46:58",
      "hotelier_response": "",
      "reviewng": 1,
      "travel_purpose": "leisure",
      "pros": "",
      "hotelier_name": "Relais Empire",
      "countrycode": "bg",
      "cons": "",
      "hotel_id": 1612456,
      "author": {
        "age_group": "",
        "nr_reviews": 0,
        "city": "",
        "type_string": "Couple",
        "name": "Nelly",
        "countrycode": "bg",
        "type": "couple",
        "helpful_vote_count": 0,
        "user_id": 0
      },
      "stayed_room_info": {
        "room_name": "Double or Twin Room",
        "checkout": "2023-08-03",
        "num_nights": 2,
        "room_id": 161245602,
        "photo": {
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/686/68612584.jpg",
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/686/68612584.jpg",
          "ratio": 1.499700059988,
          "photo_id": 68612584,
          "url_original": "https://cf.bstatic.com/images/hotel/max500/686/68612584.jpg",
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/686/68612584.jpg"
        },
        "checkin": "2023-08-01"
      }
    },
    {
      "date": "2023-08-06 14:47:19",
      "user_new_badges": [],
      "pros_translated": "",
      "languagecode": "en-us",
      "title_translated": "",
      "helpful_vote_count": 0,
      "anonymous": "",
      "cons_translated": "",
      "stayed_room_info": {
        "checkout": "2023-07-10",
        "room_name": "Economy Double Room",
        "num_nights": 2,
        "room_id": 161245601,
        "checkin": "2023-07-08",
        "photo": {
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/118/118792770.jpg",
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/118/118792770.jpg",
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/118/118792770.jpg",
          "url_original": "https://cf.bstatic.com/images/hotel/max500/118/118792770.jpg",
          "photo_id": 118792770,
          "ratio": 1.49812734082397
        }
      },
      "author": {
        "name": "Flamminio",
        "countrycode": "au",
        "type": "couple",
        "user_id": 37658927,
        "helpful_vote_count": 0,
        "nr_reviews": 0,
        "city": "",
        "age_group": "",
        "type_string": "Couple"
      },
      "cons": "",
      "hotel_id": 1612456,
      "countrycode": "au",
      "hotelier_name": "Relais Empire",
      "hotelier_response": "",
      "reviewng": 1,
      "pros": "Delicious breakfast and a great location .",
      "travel_purpose": "leisure",
      "is_trivial": 0,
      "average_score": 3.59999990463257,
      "is_moderated": 0,
      "review_id": 4632719225,
      "title": "Fabulous",
      "reviewer_photos": [],
      "is_incentivised": 0,
      "tags": [],
      "review_hash": "5c588a49efec41c0"
    },
    {
      "stayed_room_info": {
        "checkout": "2023-08-01",
        "room_name": "Economy Double Room",
        "num_nights": 1,
        "room_id": 161245601,
        "photo": {
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/118/118792770.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/118/118792770.jpg",
          "photo_id": 118792770,
          "ratio": 1.49812734082397,
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/118/118792770.jpg",
          "url_original": "https://cf.bstatic.com/images/hotel/max500/118/118792770.jpg"
        },
        "checkin": "2023-07-31"
      },
      "author": {
        "age_group": "",
        "nr_reviews": 0,
        "city": "",
        "type_string": "Couple",
        "name": "Meryline",
        "countrycode": "us",
        "type": "couple",
        "user_id": 223365887,
        "helpful_vote_count": 0
      },
      "hotel_id": 1612456,
      "hotelier_response_date": 1691061141,
      "cons": "No parking lot on property. Parking a problem in front of building for dropping off bags if all parking spots are taken.",
      "hotelier_name": "Relais Empire",
      "countrycode": "us",
      "travel_purpose": "leisure",
      "pros": "Super helpful staff. Walking distance to everything!",
      "reviewng": 1,
      "hotelier_response": "Dear Meryline,\nThank you for taking the time to share your feedback about your recent stay with us. We're happy to hear that you found our staff to be super helpful during your visit. Our team takes great pride in providing excellent service and ensuring our guests have a pleasant and memorable experience.\n\nWe're glad to know that you found our location convenient, being within walking distance to everything. It's great to be in the heart of the action and have easy access to all the attractions and sights the city has to offer.\n\nWe understand that parking can be a concern, and we apologize for any inconvenience you experienced in this regard. We are just a B&B in a historic building in the main street of Verona and our parking lots are only 150m away, and as done with you, we personally accompany all guests.\n\nOnce again, thank you for choosing to stay with us, and we hope to have the pleasure of welcoming you back on your next visit to the area.\nBest regards\nRelais Empire",
      "date": "2023-08-03 12:27:48",
      "pros_translated": "",
      "user_new_badges": [],
      "title_translated": "",
      "languagecode": "en-us",
      "cons_translated": "",
      "anonymous": "",
      "helpful_vote_count": 0,
      "is_incentivised": 0,
      "reviewer_photos": [],
      "title": "Fabulous",
      "review_hash": "59e430e8380f102d",
      "tags": [],
      "average_score": 3.59999990463257,
      "is_trivial": 0,
      "review_id": 3922670918,
      "is_moderated": 0
    },
    {
      "hotelier_response": "Dear Michael,\nThank you for sharing your kind feedback with us. We are so happy to read that you had a great stay and found our B&B to be a great value for money. It's wonderful to know that you appreciated the friendly and accommodating service provided by our staff. We strive to create a warm and welcoming atmosphere, and we're delighted that our efforts made a positive impression on you.\n\nWe're glad that you enjoyed the rustic Italian feel of our hotel, as we aim to offer an authentic and charming experience for our guests. The convenience of having everything within a short walking distance is something we take pride in, and we're pleased it added to the enjoyment of your stay.\n\nMoreover, we are delighted to hear that you had the opportunity to experience the nearby spa. We always aim to provide additional amenities to enhance our guests' experience, and we're glad you had a chance to enjoy it.\n\nYour satisfaction is our ultimate reward, and we truly appreciate your kind words. If there's anything else we can do to make your future stays even better, please don't hesitate to let us know. We would love to have the pleasure of welcoming you back soon.\n\nThank you again for choosing us \nBest regards,\nRelais Empire",
      "reviewng": 1,
      "travel_purpose": "leisure",
      "pros": "Rustic Italian feel, spa down the road we could use aswell.",
      "hotelier_name": "Relais Empire",
      "countrycode": "gb",
      "hotelier_response_date": 1691169029,
      "cons": "Nothing",
      "hotel_id": 1612456,
      "stayed_room_info": {
        "room_id": 161245602,
        "checkin": "2023-08-01",
        "photo": {
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/686/68612584.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/686/68612584.jpg",
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/686/68612584.jpg",
          "url_original": "https://cf.bstatic.com/images/hotel/max500/686/68612584.jpg",
          "ratio": 1.499700059988,
          "photo_id": 68612584
        },
        "checkout": "2023-08-02",
        "room_name": "Double or Twin Room",
        "num_nights": 1
      },
      "author": {
        "user_id": 143176901,
        "helpful_vote_count": 0,
        "type": "couple",
        "countrycode": "gb",
        "name": "Michael",
        "type_string": "Couple",
        "city": "",
        "nr_reviews": 0,
        "age_group": ""
      },
      "helpful_vote_count": 0,
      "cons_translated": "",
      "anonymous": "",
      "title_translated": "",
      "languagecode": "en-gb",
      "pros_translated": "",
      "user_new_badges": [],
      "date": "2023-08-02 21:40:16",
      "review_hash": "8313a77f62615c5b",
      "tags": [],
      "title": "Great stay, great value for money and the staff were friendly and accommodating.. also everything was a short walk away",
      "reviewer_photos": [],
      "is_incentivised": 0,
      "review_id": 3320702606,
      "is_moderated": 0,
      "average_score": 4,
      "is_trivial": 0
    },
    {
      "is_moderated": 0,
      "review_id": 4631872381,
      "is_trivial": 0,
      "average_score": 4,
      "review_hash": "ab1ae074e01753fe",
      "tags": [],
      "title": "A perfect couples break away",
      "is_incentivised": 0,
      "reviewer_photos": [],
      "helpful_vote_count": 0,
      "anonymous": "",
      "cons_translated": "",
      "languagecode": "en-gb",
      "title_translated": "",
      "user_new_badges": [],
      "pros_translated": "",
      "date": "2023-07-31 14:26:14",
      "reviewng": 1,
      "hotelier_response": "Dear Nicolle,\n\nWow! Thank you so much for sharing such a fantastic review of your recent stay with us! We are happy to hear that your couples' break away was a perfect and memorable experience.\n\nOur staff takes great pride in providing exceptional service, and we're delighted that you found them to be incredible, polite, friendly, and helpful. It's our pleasure to assist our guests in exploring the city, and we're glad that the information, advice, and map were useful for your adventures.\n\nWe're pleased to know that you enjoyed our breakfast offerings. A good breakfast is essential to kickstart your day, and we're happy that it added to the overall enjoyment of your stay.\n\nIt brings us joy to read that your room felt authentically Italian and that you found it stunning. Creating an authentic ambiance is important to us, and we're glad you appreciated it.\n\nLocation is key, and we're glad that ours proved to be spot on for your needs. Being close to Piazza Bra and the Arena, as well as the main train station, provides our guests with easy access to explore Verona and its surrounding areas.\n\nWe're delighted that you had a chance to explore beautiful and clean Verona, and that it exceeded all your expectations. The city indeed has so much to offer, and we're glad you had a wonderful time discovering its charm.\n\nThank you for your kind recommendation. We would be absolutely thrilled to welcome you back for another stay in the future. Should you plan to visit Verona again, please do not hesitate to reach out to us. We'll be more than happy to assist you in creating another unforgettable experience.\n\nOnce again, thank you for choosing to stay with us and for your lovely words. We appreciate your feedback, and it motivates us to continue providing exceptional experiences for all our guests.\n\nWarm regards,\nRelais Empire",
      "pros": "Everything! \r\nThe staff were incredible , polite, friendly and helpful giving us information and advice about where to go and giving us a map.\r\nThe breakfast was great. The room was stunning felt authentically Italian. \r\nThe location was spot on! A five minute walk from Piazza Bra and the Arena. We were also only a ten minute walk from the main train station and so we caught a train to Peschiera and then got the boat to explore Garda and Bardolino. I highly recommend. \r\nVerona exceeded all expectations, it was beautiful and clean with lots to see and do. I would stay here again! Thankyou for a wonderful stay!",
      "travel_purpose": "leisure",
      "countrycode": "gb",
      "hotelier_name": "Relais Empire",
      "cons": "",
      "hotelier_response_date": 1690906874,
      "hotel_id": 1612456,
      "stayed_room_info": {
        "room_id": 161245603,
        "photo": {
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/168/168288240.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/168/168288240.jpg",
          "ratio": 1.49882903981265,
          "photo_id": 168288240,
          "url_original": "https://cf.bstatic.com/images/hotel/max500/168/168288240.jpg",
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/168/168288240.jpg"
        },
        "checkin": "2023-07-24",
        "room_name": "Superior Double Room",
        "checkout": "2023-07-27",
        "num_nights": 3
      },
      "author": {
        "type": "couple",
        "helpful_vote_count": 0,
        "user_id": 164063081,
        "name": "Nicolle",
        "countrycode": "gb",
        "nr_reviews": 0,
        "city": "",
        "age_group": "",
        "type_string": "Couple"
      }
    },
    {
      "reviewng": 1,
      "hotelier_response": "Dear Andrea,\nThank you for taking the time to share your wonderful experience at our authentic Italian B&Bin the city! We are thrilled to hear that you had a pleasant stay with us and that our accommodations met your expectations.\n\nIt's delightful to know that you found your room to be clean, cool, and comfortable. We take great pride in providing a welcoming environment for our guests to relax and unwind during their stay.\n\nWe are also glad to hear that our staff's hospitality made a positive impression on you. We strive to deliver excellent service and make our guests feel at home. Your kind words about our polite and helpful team are truly appreciated.\n\nOur location indeed offers the convenience of being close to the train station, making it easy for guests to travel, and within walking distance to all the city's attractions. It's fantastic to know that this aspect of our B&B added value to your overall experience.\n\nOnce again, thank you for choosing os for your stay, and we hope to have the pleasure of welcoming you back in the future. \nBest regards,\nRelais Empire",
      "travel_purpose": "leisure",
      "pros": "Room was clean, cool and comfortable.\nStaff we polite and helpful.\nJust stayed one night.\nGood location for us. Close to the train station and walking distance to all the sights in the city.",
      "hotelier_name": "Relais Empire",
      "countrycode": "it",
      "hotelier_response_date": 1690906454,
      "cons": "",
      "hotel_id": 1612456,
      "stayed_room_info": {
        "checkout": "2023-07-21",
        "room_name": "Double or Twin Room",
        "num_nights": 1,
        "room_id": 161245602,
        "checkin": "2023-07-20",
        "photo": {
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/686/68612584.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/686/68612584.jpg",
          "ratio": 1.499700059988,
          "photo_id": 68612584,
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/686/68612584.jpg",
          "url_original": "https://cf.bstatic.com/images/hotel/max500/686/68612584.jpg"
        }
      },
      "author": {
        "user_id": 50916211,
        "helpful_vote_count": 0,
        "type": "couple",
        "countrycode": "it",
        "name": "Andrea",
        "type_string": "Couple",
        "nr_reviews": 0,
        "age_group": "",
        "city": ""
      },
      "helpful_vote_count": 0,
      "cons_translated": "",
      "anonymous": "",
      "languagecode": "en-gb",
      "title_translated": "",
      "pros_translated": "",
      "user_new_badges": [],
      "date": "2023-07-30 16:55:49",
      "review_hash": "74090565220f9c0f",
      "tags": [],
      "title": "Good little authentic Italian hotel in the city.",
      "is_incentivised": 0,
      "reviewer_photos": [],
      "review_id": 3593528405,
      "is_moderated": 0,
      "average_score": 3.20000004768372,
      "is_trivial": 0
    },
    {
      "reviewng": 1,
      "hotelier_response": "Dear Kevin,\nThank you for sharing your feedback with us!\n\nWe take great care in curating a breakfast menu that caters to a variety of tastes and preferences, and we're delighted that it had everything you wanted. Starting the day with a satisfying meal is essential, and we're glad we could provide that for you.\n\nOur B&B's prime location is indeed one of our greatest assets, and we're pleased that it worked out perfectly for you. Being within walking distance to the attractions you wanted to see and read about is something we take pride in, as it allows our guests to make the most of their time exploring the city.\n\nWe genuinely appreciate your kind words and recommendation. Should you plan to visit again or need any assistance in the future, don't hesitate to get in touch. It would be our pleasure to welcome you back and ensure you have another fantastic stay.\nBest regards!\nRelais Empire",
      "pros": "Breakfast had everything we wanted! Location was perfect, within walking distance I’ve everything we wanted to see and had read about.",
      "travel_purpose": "leisure",
      "countrycode": "at",
      "hotelier_name": "Relais Empire",
      "cons": "",
      "hotelier_response_date": 1690638654,
      "hotel_id": 1612456,
      "stayed_room_info": {
        "room_id": 161245602,
        "checkin": "2023-07-25",
        "photo": {
          "photo_id": 68612584,
          "ratio": 1.499700059988,
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/686/68612584.jpg",
          "url_original": "https://cf.bstatic.com/images/hotel/max500/686/68612584.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/686/68612584.jpg",
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/686/68612584.jpg"
        },
        "room_name": "Double or Twin Room",
        "checkout": "2023-07-26",
        "num_nights": 1
      },
      "author": {
        "type_string": "Couple",
        "city": "",
        "nr_reviews": 0,
        "age_group": "",
        "countrycode": "at",
        "avatar": "https://graph.facebook.com/v2.9/7044833835543349/picture?type=square&height=64&width=64",
        "name": "Kevin",
        "user_id": 695335575,
        "helpful_vote_count": 0,
        "type": "couple"
      },
      "helpful_vote_count": 0,
      "anonymous": "",
      "cons_translated": "",
      "languagecode": "en-us",
      "title_translated": "",
      "user_new_badges": [],
      "pros_translated": "",
      "date": "2023-07-26 23:19:25",
      "review_hash": "69ebba69017dc99e",
      "tags": [],
      "title": "Fabulous",
      "reviewer_photos": [],
      "is_incentivised": 0,
      "is_moderated": 0,
      "review_id": 4631215232,
      "is_trivial": 0,
      "average_score": 3.59999990463257
    },
    {
      "cons": "Our room was directly above a kebab shop which despite good insulation on the window was very noisy until late in the night with lots of yelling and music (even on a Thursday night). Would not expect to pay a premium for such a room. Maybe the rooms on the other side of the hallway would have been quieter but the noise was very noticeable even with ear plugs.",
      "hotelier_response_date": 1690307922,
      "hotel_id": 1612456,
      "author": {
        "name": "Simon",
        "countrycode": "au",
        "type": "couple",
        "helpful_vote_count": 0,
        "user_id": 158803920,
        "city": "",
        "nr_reviews": 0,
        "age_group": "",
        "type_string": "Couple"
      },
      "stayed_room_info": {
        "room_id": 161245603,
        "photo": {
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/168/168288240.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/168/168288240.jpg",
          "url_original": "https://cf.bstatic.com/images/hotel/max500/168/168288240.jpg",
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/168/168288240.jpg",
          "ratio": 1.49882903981265,
          "photo_id": 168288240
        },
        "checkin": "2023-07-20",
        "room_name": "Superior Double Room",
        "checkout": "2023-07-22",
        "num_nights": 2
      },
      "reviewng": 1,
      "hotelier_response": "Dear Simon\n\nThank you for taking the time to share your feedback about your recent stay with us. We're glad to hear that you found our room comfortable, enjoyed our great breakfast, and appreciated the assistance from our helpful staff.\n\nHowever, we want to sincerely apologize for the inconvenience you experienced due to the noise from the kebab shop below your room. We understand how crucial a peaceful and quiet environment is for a comfortable stay, and we are sorry that this aspect fell short during your visit.\n\nOur team strives to ensure that all our guests have a restful experience, and we are disappointed that we couldn't provide that for you on this occasion. We understand that the noise negatively impacted your stay, and we regret any discomfort this may have caused.\n\nYour valuable feedback is essential to us, and we will take it into consideration to address this issue and find potential solutions for the future. We always aim to improve our guests' experiences, and your comments will help us in our efforts to provide a more enjoyable stay for all.\n\nWe would like to extend our apologies once again and assure you that your concerns have been noted. If you plan to stay with us again in the future, we kindly ask you to contact us directly in advance, and we will do our best to allocate a quieter room for you.\n\nThank you for bringing this matter to our attention, and we hope to have the opportunity to welcome you back and offer you an improved experience.\n\nBest regards,\nRelais Empire",
      "pros": "Comfortable room. Great breakfast and helpful staff",
      "travel_purpose": "leisure",
      "countrycode": "au",
      "hotelier_name": "Relais Empire",
      "user_new_badges": [],
      "pros_translated": "",
      "date": "2023-07-25 16:35:58",
      "helpful_vote_count": 0,
      "anonymous": "",
      "cons_translated": "",
      "languagecode": "en-gb",
      "title_translated": "",
      "title": "Very good apart from very noisy as a result of room being directly above a late night kebab shop",
      "reviewer_photos": [],
      "is_incentivised": 0,
      "tags": [],
      "review_hash": "2291b4143259b8ed",
      "is_trivial": 0,
      "average_score": 2.79999995231628,
      "is_moderated": 0,
      "review_id": 3350267025
    },
    {
      "is_moderated": 0,
      "review_id": 2829605506,
      "is_trivial": 0,
      "average_score": 4,
      "tags": [],
      "review_hash": "fa5303821c8102da",
      "is_incentivised": 0,
      "reviewer_photos": [],
      "title": "Exceptional",
      "languagecode": "en-gb",
      "title_translated": "",
      "anonymous": "",
      "cons_translated": "",
      "helpful_vote_count": 0,
      "date": "2023-07-24 22:11:29",
      "user_new_badges": [],
      "pros_translated": "",
      "countrycode": "si",
      "hotelier_name": "Relais Empire",
      "pros": "Everything was perfect. Location perfect, friendly staff with good english, very good breakfast. Beautiful room.",
      "travel_purpose": "leisure",
      "hotelier_response": "Dear Andrej,\n\nThank you for taking the time to share your wonderful review with us! We are thrilled to hear that your experience was nothing short of perfect during your stay with us.\n\nWe take great pride in our B&B's ideal location, and we're glad it worked perfectly for you. Being situated in such a convenient area allows our guests to make the most of their time and easily explore the surroundings.\n\nOur staff strives to provide a warm and welcoming atmosphere for all our guests. We're delighted to know that you found them friendly and that their proficiency in English made your stay even more enjoyable. We believe effective communication is essential in ensuring our guests' needs are met.\n\nA good breakfast is the best way to start the day, and we're pleased to hear that you enjoyed ours. It's heartening to know that our breakfast offerings were to your satisfaction.\n\nWe're overjoyed that you found your room beautiful. We aim to create a comfortable and aesthetically pleasing environment for our guests, and it's rewarding to know that we achieved this for you.\n\nOnce again, thank you for your kind words. We truly appreciate your feedback, and it was a pleasure having you as our guest. \n\nBest regards,\nRelais Empire",
      "reviewng": 1,
      "author": {
        "type": "couple",
        "helpful_vote_count": 0,
        "user_id": 394051071,
        "name": "Andrej",
        "countrycode": "si",
        "city": "",
        "nr_reviews": 0,
        "age_group": "",
        "type_string": "Couple"
      },
      "stayed_room_info": {
        "num_nights": 1,
        "room_name": "Double or Twin Room",
        "checkout": "2023-07-24",
        "photo": {
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/686/68612584.jpg",
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/686/68612584.jpg",
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/686/68612584.jpg",
          "url_original": "https://cf.bstatic.com/images/hotel/max500/686/68612584.jpg",
          "ratio": 1.499700059988,
          "photo_id": 68612584
        },
        "checkin": "2023-07-23",
        "room_id": 161245602
      },
      "hotel_id": 1612456,
      "cons": "",
      "hotelier_response_date": 1690306842
    },
    {
      "cons_translated": "",
      "anonymous": "",
      "helpful_vote_count": 0,
      "title_translated": "",
      "languagecode": "en-gb",
      "pros_translated": "",
      "user_new_badges": [],
      "date": "2023-07-24 13:59:41",
      "travel_purpose": "leisure",
      "pros": "Consistently welcoming and very helpful staff.\r\nEspecially helpful breakfast and Reception staff.\r\nExcellent quiet and effective air conditioning.\r\nCleanliness and housekeeping of room.\r\nSound proofing of rooms ensuring peace and quiet even in a city location and on a busy road. Very little noise from other rooms.\r\nExcellent and pleasant location for all modes of transport and all attractions in Verona.",
      "hotelier_response": "Dear Nicola,\nThank you for taking the time to share your detailed feedback with us. We are delighted to hear that you found our B&B to be a welcoming, comfortable, and peaceful oasis in the vibrant city of Verona. Our staff takes great pride in providing top-notch service and creating a pleasant environment for our guests.\n\nWe appreciate your kind words about the consistently helpful and welcoming staff, especially the breakfast and reception teams. It's wonderful to know that you enjoyed the effectiveness of our quiet air conditioning and the soundproofing in the rooms, ensuring a peaceful stay despite the bustling city and busy road.\n\nYour comments regarding the room amenities and breakfast service are very valuable to us. We apologize for any inconvenience caused by the lack of storage and hanging space in the room. We will take this into consideration to make necessary improvements, but we are a small B&B in a historic building and we don't have large spaces available, however the wardrobe, present in all the rooms, is very spacious\n\nRegarding the in-room coffee amenities, we understand your expectation for a higher quality coffee option. We'll certainly consider offering pod or bean-to-cup machines to enhance the overall guest experience. But once again we remind you that we are a B&B and not a luxury hotel. Also from 7 to 21 it is always possible to have cafe espresso and milk whenever you asks\n\nWe also appreciate your feedback on the breakfast selection and service. Rest assured, we will review and improve our offerings to ensure a more diverse and satisfactory breakfast experience for our guests.\n\nThank you once again for your constructive feedback. We take guest reviews seriously and use them to continually improve our services. We hope that you had an overall enjoyable time exploring Verona, and should your travels bring you back to the city, we would love to have another opportunity to welcome you and provide you with an improved stay.\nBest regards\nRelais Empire",
      "reviewng": 1,
      "hotelier_name": "Relais Empire",
      "countrycode": "gb",
      "hotel_id": 1612456,
      "hotelier_response_date": 1690217426,
      "cons": "Lack of storage  (drawers or shelves or hooks ) in room. There was only limited hanging space.\r\nInstant coffee in room; no milk. At 250 euros per night, we expect real coffee such as pod or bean to cup machine.\r\nNo dressing gowns / robes.\r\nGenerous hours for breakfast service (and great staff, very cheerful) but no replenishment of items that have run out, e.g. fruit salad, and hot food not refreshed or replaced so eggs kept heated for 3 hours.\r\nPacket sliced bread and frozen oven heated rolls rather than fresh bakery bread.\r\nBreakfast area rather crowded and basic, breakfast selection also limited and unchanging.",
      "stayed_room_info": {
        "room_id": 161245603,
        "photo": {
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/168/168288240.jpg",
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/168/168288240.jpg",
          "photo_id": 168288240,
          "ratio": 1.49882903981265,
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/168/168288240.jpg",
          "url_original": "https://cf.bstatic.com/images/hotel/max500/168/168288240.jpg"
        },
        "checkin": "2023-07-12",
        "checkout": "2023-07-20",
        "room_name": "Superior Double Room",
        "num_nights": 8
      },
      "author": {
        "type_string": "Couple",
        "age_group": "",
        "nr_reviews": 0,
        "city": "",
        "user_id": 511073595,
        "helpful_vote_count": 0,
        "type": "couple",
        "countrycode": "gb",
        "avatar": "https://lh3.googleusercontent.com/a/ALm5wu0_3zJERVorWuKwTV7ZvHCyGrvGWfhiPnmoK6p0=s96-c64",
        "name": "Nicola"
      },
      "review_id": 4630837047,
      "is_moderated": 0,
      "average_score": 3.20000004768372,
      "is_trivial": 0,
      "review_hash": "d1f1cf235b523f16",
      "tags": [],
      "reviewer_photos": [],
      "is_incentivised": 0,
      "title": "A welcoming, comfortable and peaceful oasis in a vibrant and wonderful city. Top staff."
    },
    {
      "title_translated": "",
      "languagecode": "en-gb",
      "cons_translated": "",
      "anonymous": "",
      "helpful_vote_count": 0,
      "date": "2023-07-24 10:05:56",
      "pros_translated": "",
      "user_new_badges": [],
      "hotelier_name": "Relais Empire",
      "countrycode": "gb",
      "travel_purpose": "leisure",
      "pros": "We had a lovely room with a balcony onto the boulevard, small ledge but lovely aspect. Rooms have high ceilings which make them feel very spacious and had everything we needed. You can make a cup of tea / coffee for yourself in the morning. Breakfast was great, lots on offer and the receptionist when we arrived was super helpful and very welcoming.",
      "reviewng": 1,
      "hotelier_response": "Dear Amanda,\nThank you so much for your delightful review! We are thrilled to hear that you had a wonderful stay at Relais Empire and enjoyed our welcoming atmosphere, excellent location, and lovely room with great facilities.\n\nIt's fantastic that you appreciated the balcony overlooking the boulevard, providing a charming aspect to your room. Our high ceilings are designed to create a sense of spaciousness and comfort, and we're glad it added to your overall experience. We aim to provide all the amenities you need for a comfortable stay, including the convenience of making tea or coffee in the morning.\n\nWe are delighted that our breakfast selection met your expectations, and it's heartwarming to know that our receptionist made a positive impression with their helpfulness and warm welcome.\n\nThank you for your kind words, and we are pleased to know that everything was to your satisfaction during your stay. We would be honored to have you stay with us again in the future, and we look forward to providing you with another excellent experience at Relais Empire. Safe travels, and see you soon!\nBest regards\nRelais Empire",
      "stayed_room_info": {
        "room_name": "Superior Double Room",
        "checkout": "2023-07-18",
        "num_nights": 1,
        "room_id": 161245603,
        "photo": {
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/168/168288240.jpg",
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/168/168288240.jpg",
          "ratio": 1.49882903981265,
          "photo_id": 168288240,
          "url_original": "https://cf.bstatic.com/images/hotel/max500/168/168288240.jpg",
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/168/168288240.jpg"
        },
        "checkin": "2023-07-17"
      },
      "author": {
        "type_string": "Couple",
        "nr_reviews": 0,
        "age_group": "",
        "city": "",
        "user_id": 15523124,
        "helpful_vote_count": 0,
        "type": "couple",
        "countrycode": "gb",
        "name": "Amanda"
      },
      "hotel_id": 1612456,
      "hotelier_response_date": 1690216786,
      "cons": "Nothing, everything was fine for us at the Relais Empire. We would stay again.",
      "review_id": 4630788902,
      "is_moderated": 0,
      "average_score": 4,
      "is_trivial": 0,
      "tags": [],
      "review_hash": "bec7d146fa130813",
      "reviewer_photos": [],
      "is_incentivised": 0,
      "title": "Very welcoming, great location and lovely room with great facilities."
    },
    {
      "cons_translated": "",
      "anonymous": "",
      "helpful_vote_count": 0,
      "title_translated": "",
      "languagecode": "en-gb",
      "pros_translated": "",
      "user_new_badges": [],
      "date": "2023-07-23 22:18:18",
      "travel_purpose": "leisure",
      "pros": "Great location, very nice room with great decor and space. Friendly staff, good breakfast, good street view with sound proof windows. Clean and tidy and air conditioned.",
      "hotelier_response": "Dear Gareth,\nThank you for taking the time to share your wonderful experience with us! We're delighted to hear that you enjoyed our B&B's great location and found the room to be spacious and beautifully decorated. It's fantastic to know that our friendly staff, delicious breakfast, and street view with soundproof windows added to the overall enjoyment of your stay.\n\nMaintaining cleanliness and tidiness is a top priority for us, and we're pleased that you found the room to be up to your expectations. Our air conditioning is designed to provide maximum comfort, especially during warm weather, and we're glad it contributed to your pleasant stay.\n\nWe truly appreciate your kind words and the fact that you had nothing negative to note about your experience. Should your travels bring you back to this area, we would be thrilled to welcome you again and provide you with another exceptional stay. Thank you once more for choosing our hotel, and we wish you safe and happy journeys ahead!\nBest regards\nRelais Empire",
      "reviewng": 1,
      "hotelier_name": "Relais Empire",
      "countrycode": "gb",
      "hotel_id": 1612456,
      "hotelier_response_date": 1690216523,
      "cons": "Nothing to note.",
      "author": {
        "city": "",
        "nr_reviews": 0,
        "age_group": "",
        "type_string": "Couple",
        "name": "Gareth",
        "countrycode": "gb",
        "type": "couple",
        "helpful_vote_count": 0,
        "user_id": 97009569
      },
      "stayed_room_info": {
        "num_nights": 1,
        "room_name": "Double or Twin Room",
        "checkout": "2023-07-19",
        "checkin": "2023-07-18",
        "photo": {
          "ratio": 1.499700059988,
          "photo_id": 68612584,
          "url_original": "https://cf.bstatic.com/images/hotel/max500/686/68612584.jpg",
          "url_640x200": "https://cf.bstatic.com/images/hotel/640x200/686/68612584.jpg",
          "url_square60": "https://cf.bstatic.com/images/hotel/square60/686/68612584.jpg",
          "url_max300": "https://cf.bstatic.com/images/hotel/max300/686/68612584.jpg"
        },
        "room_id": 161245602
      },
      "review_id": 2357608499,
      "is_moderated": 0,
      "average_score": 4,
      "is_trivial": 0,
      "review_hash": "b38c7d15868a88be",
      "tags": [],
      "is_incentivised": 0,
      "reviewer_photos": [],
      "title": "Great location, very nice room with great decor and space. Friendly staff, good breakfast, good street view with sound p"
    }
  ],
  "count": 25
}

Fetch review scores

This endpoint fetches the review scores based on the provided parameters.

Header Parameters

X-API-KEYstring

Body Parameters

hotel_idsstring Required

The Booking.com ID of the hotel, you can find it out in the ../properties-list endpoint

languagecodestring

The language code

Default value
en
Enum values:
enen-usarbgcacsdadeeles
... 33 other enums

Responses

200
Object
Successful response

Response Attributes

score_percentagearray

Show child attributes

score_breakdownarray

Show child attributes

hotel_idnumber
score_distributionarray

Show child attributes

422
Object
Validation Error

Response Attributes

detailarray

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/on-demand/review-scores

Select
1 2 3 4 5 curl --location 'https://brainy-api-portal-3cuixb5lia-ew.a.run.app/on-demand/review-scores' \ --data '{ "hotel_ids": "1612456", "languagecode": "en-us" }'

Response

[
  {
    "score_percentage": [
      {
        "score_word": "Superb",
        "score_end": 10.1,
        "percent": 67,
        "count": 2153,
        "score_start": 9
      },
      {
        "count": 929,
        "score_start": 7,
        "score_end": 9,
        "percent": 29,
        "score_word": "Good"
      },
      {
        "percent": 3,
        "score_end": 7,
        "score_word": "Okay",
        "score_start": 5,
        "count": 93
      },
      {
        "percent": 1,
        "score_end": 5,
        "score_word": "Poor",
        "score_start": 3,
        "count": 25
      },
      {
        "score_start": 1,
        "count": 9,
        "score_word": "Very poor",
        "percent": 0,
        "score_end": 3
      }
    ],
    "score_breakdown": [
      {
        "from_year": 2020,
        "customer_type": "young_couple",
        "count": 2235,
        "average_score": "9.1",
        "question": [
          {
            "score": 9.3,
            "localized_question": "Cleanliness",
            "question": "hotel_clean",
            "count": 2220,
            "score_comparison_to_ufi_average": 0
          },
          {
            "localized_question": "Comfort",
            "question": "hotel_comfort",
            "score": 9.2,
            "count": 2223,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score": 8.9,
            "question": "hotel_services",
            "localized_question": "Facilities",
            "score_comparison_to_ufi_average": 0,
            "count": 2217
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 2212,
            "score": 9.6,
            "question": "hotel_location",
            "localized_question": "Location"
          },
          {
            "score": 9.4,
            "localized_question": "Staff",
            "question": "hotel_staff",
            "count": 2221,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 2235,
            "score": 8.8,
            "question": "total",
            "localized_question": "Total"
          },
          {
            "score": 8.8,
            "question": "hotel_value",
            "localized_question": "Value for money",
            "score_comparison_to_ufi_average": 0,
            "count": 2213
          },
          {
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score": 9.1,
            "score_comparison_to_ufi_average": 0,
            "count": 79
          },
          {
            "localized_question": "Cleanliness",
            "question": "hotel_clean",
            "score": 9.3,
            "count": 482,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 480,
            "question": "hotel_comfort",
            "localized_question": "Comfort",
            "score": 9.3
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 482,
            "score": 9.1,
            "question": "hotel_services",
            "localized_question": "Facilities"
          },
          {
            "localized_question": "Location",
            "question": "hotel_location",
            "score": 9.6,
            "count": 479,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 481,
            "question": "hotel_staff",
            "localized_question": "Staff",
            "score": 9.5
          },
          {
            "localized_question": "Total",
            "question": "total",
            "score": "9.0",
            "count": 484,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 480,
            "question": "hotel_value",
            "localized_question": "Value for money",
            "score": 8.9
          },
          {
            "score_comparison_to_ufi_average": 1,
            "count": 23,
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score": 9.8
          },
          {
            "count": 138,
            "score_comparison_to_ufi_average": 0,
            "localized_question": "Cleanliness",
            "question": "hotel_clean",
            "score": 9.4
          },
          {
            "localized_question": "Comfort",
            "question": "hotel_comfort",
            "score": 9.4,
            "count": 138,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 138,
            "question": "hotel_services",
            "localized_question": "Facilities",
            "score": "9.0"
          },
          {
            "count": 136,
            "score_comparison_to_ufi_average": 0,
            "localized_question": "Location",
            "question": "hotel_location",
            "score": 9.6
          },
          {
            "question": "hotel_staff",
            "localized_question": "Staff",
            "score": 9.5,
            "score_comparison_to_ufi_average": 0,
            "count": 138
          },
          {
            "count": 138,
            "score_comparison_to_ufi_average": 0,
            "localized_question": "Total",
            "question": "total",
            "score": "9.0"
          },
          {
            "question": "hotel_value",
            "localized_question": "Value for money",
            "score": 8.9,
            "score_comparison_to_ufi_average": 0,
            "count": 138
          },
          {
            "score_comparison_to_ufi_average": 1,
            "count": 1,
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score": "10.0"
          },
          {
            "localized_question": "Cleanliness",
            "question": "hotel_clean",
            "score": 9.2,
            "count": 187,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score": 9.1,
            "localized_question": "Comfort",
            "question": "hotel_comfort",
            "count": 187,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score": 8.7,
            "question": "hotel_services",
            "localized_question": "Facilities",
            "score_comparison_to_ufi_average": 0,
            "count": 186
          },
          {
            "question": "hotel_location",
            "localized_question": "Location",
            "score": 9.5,
            "score_comparison_to_ufi_average": 0,
            "count": 185
          },
          {
            "score": 9.2,
            "localized_question": "Staff",
            "question": "hotel_staff",
            "count": 186,
            "score_comparison_to_ufi_average": 0
          },
          {
            "localized_question": "Total",
            "question": "total",
            "score": 8.7,
            "count": 193,
            "score_comparison_to_ufi_average": 0
          },
          {
            "count": 185,
            "score_comparison_to_ufi_average": 0,
            "score": 8.6,
            "localized_question": "Value for money",
            "question": "hotel_value"
          },
          {
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score": 9.2,
            "score_comparison_to_ufi_average": 0,
            "count": 39
          },
          {
            "question": "hotel_clean",
            "localized_question": "Cleanliness",
            "score": 9.3,
            "score_comparison_to_ufi_average": 0,
            "count": 203
          },
          {
            "score": 9.3,
            "question": "hotel_comfort",
            "localized_question": "Comfort",
            "score_comparison_to_ufi_average": 0,
            "count": 203
          },
          {
            "localized_question": "Facilities",
            "question": "hotel_services",
            "score": 8.8,
            "count": 202,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score": 9.5,
            "localized_question": "Location",
            "question": "hotel_location",
            "count": 204,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 202,
            "question": "hotel_staff",
            "localized_question": "Staff",
            "score": 9.5
          },
          {
            "count": 208,
            "score_comparison_to_ufi_average": 0,
            "localized_question": "Total",
            "question": "total",
            "score": 8.9
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 202,
            "score": 8.8,
            "question": "hotel_value",
            "localized_question": "Value for money"
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 25,
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score": 9.2
          },
          {
            "count": 281,
            "score_comparison_to_ufi_average": 0,
            "localized_question": "Cleanliness",
            "question": "hotel_clean",
            "score": 9.4
          },
          {
            "count": 280,
            "score_comparison_to_ufi_average": 0,
            "score": 9.1,
            "localized_question": "Comfort",
            "question": "hotel_comfort"
          },
          {
            "score": 8.8,
            "localized_question": "Facilities",
            "question": "hotel_services",
            "count": 281,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 278,
            "score": 9.6,
            "question": "hotel_location",
            "localized_question": "Location"
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 281,
            "question": "hotel_staff",
            "localized_question": "Staff",
            "score": 9.2
          },
          {
            "score": 8.8,
            "question": "total",
            "localized_question": "Total",
            "score_comparison_to_ufi_average": 0,
            "count": 282
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 281,
            "question": "hotel_value",
            "localized_question": "Value for money",
            "score": 8.8
          },
          {
            "score": 9.7,
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score_comparison_to_ufi_average": 1,
            "count": 15
          },
          {
            "score": 9.3,
            "question": "hotel_clean",
            "localized_question": "Cleanliness",
            "score_comparison_to_ufi_average": 0,
            "count": 482
          },
          {
            "count": 480,
            "score_comparison_to_ufi_average": 0,
            "localized_question": "Comfort",
            "question": "hotel_comfort",
            "score": 9.3
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 482,
            "score": 9.1,
            "question": "hotel_services",
            "localized_question": "Facilities"
          },
          {
            "question": "hotel_location",
            "localized_question": "Location",
            "score": 9.6,
            "score_comparison_to_ufi_average": 0,
            "count": 479
          },
          {
            "count": 481,
            "score_comparison_to_ufi_average": 0,
            "score": 9.5,
            "localized_question": "Staff",
            "question": "hotel_staff"
          },
          {
            "count": 484,
            "score_comparison_to_ufi_average": 0,
            "score": "9.0",
            "localized_question": "Total",
            "question": "total"
          },
          {
            "score": 8.9,
            "question": "hotel_value",
            "localized_question": "Value for money",
            "score_comparison_to_ufi_average": 0,
            "count": 480
          },
          {
            "score_comparison_to_ufi_average": 1,
            "count": 23,
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score": 9.8
          },
          {
            "score": 9.3,
            "question": "hotel_clean",
            "localized_question": "Cleanliness",
            "score_comparison_to_ufi_average": 0,
            "count": 2220
          },
          {
            "localized_question": "Comfort",
            "question": "hotel_comfort",
            "score": 9.2,
            "count": 2223,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 2217,
            "score": 8.9,
            "question": "hotel_services",
            "localized_question": "Facilities"
          },
          {
            "score": 9.6,
            "question": "hotel_location",
            "localized_question": "Location",
            "score_comparison_to_ufi_average": 0,
            "count": 2212
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 2221,
            "score": 9.4,
            "question": "hotel_staff",
            "localized_question": "Staff"
          },
          {
            "question": "total",
            "localized_question": "Total",
            "score": 8.8,
            "score_comparison_to_ufi_average": 0,
            "count": 2235
          },
          {
            "question": "hotel_value",
            "localized_question": "Value for money",
            "score": 8.8,
            "score_comparison_to_ufi_average": 0,
            "count": 2213
          },
          {
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score": 9.1,
            "score_comparison_to_ufi_average": 0,
            "count": 79
          },
          {
            "question": "hotel_clean",
            "localized_question": "Cleanliness",
            "score": 9.4,
            "score_comparison_to_ufi_average": 0,
            "count": 143
          },
          {
            "question": "hotel_comfort",
            "localized_question": "Comfort",
            "score": 8.9,
            "score_comparison_to_ufi_average": 0,
            "count": 142
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 143,
            "score": 8.7,
            "question": "hotel_services",
            "localized_question": "Facilities"
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 142,
            "question": "hotel_location",
            "localized_question": "Location",
            "score": 9.7
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 143,
            "score": "9.0",
            "question": "hotel_staff",
            "localized_question": "Staff"
          },
          {
            "localized_question": "Total",
            "question": "total",
            "score": 8.6,
            "count": 144,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 143,
            "score": 8.6,
            "question": "hotel_value",
            "localized_question": "Value for money"
          },
          {
            "score": 9.6,
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score_comparison_to_ufi_average": 1,
            "count": 14
          },
          {
            "score": 9.3,
            "question": "hotel_clean",
            "localized_question": "Cleanliness",
            "score_comparison_to_ufi_average": 0,
            "count": 3186
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 3186,
            "question": "hotel_comfort",
            "localized_question": "Comfort",
            "score": 9.2
          },
          {
            "localized_question": "Facilities",
            "question": "hotel_services",
            "score": 8.9,
            "count": 3182,
            "score_comparison_to_ufi_average": 0
          },
          {
            "localized_question": "Location",
            "question": "hotel_location",
            "score": 9.6,
            "count": 3173,
            "score_comparison_to_ufi_average": 0
          },
          {
            "question": "hotel_staff",
            "localized_question": "Staff",
            "score": 9.4,
            "score_comparison_to_ufi_average": 0,
            "count": 3185
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 3209,
            "score": 8.8,
            "question": "total",
            "localized_question": "Total"
          },
          {
            "question": "hotel_value",
            "localized_question": "Value for money",
            "score": 8.8,
            "score_comparison_to_ufi_average": 0,
            "count": 3176
          },
          {
            "score": 9.3,
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score_comparison_to_ufi_average": 0,
            "count": 142
          }
        ]
      },
      {
        "question": [
          {
            "localized_question": "Cleanliness",
            "question": "hotel_clean",
            "score": 9.3,
            "count": 482,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 480,
            "question": "hotel_comfort",
            "localized_question": "Comfort",
            "score": 9.3
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 482,
            "score": 9.1,
            "question": "hotel_services",
            "localized_question": "Facilities"
          },
          {
            "localized_question": "Location",
            "question": "hotel_location",
            "score": 9.6,
            "count": 479,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 481,
            "question": "hotel_staff",
            "localized_question": "Staff",
            "score": 9.5
          },
          {
            "localized_question": "Total",
            "question": "total",
            "score": "9.0",
            "count": 484,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 480,
            "question": "hotel_value",
            "localized_question": "Value for money",
            "score": 8.9
          },
          {
            "score_comparison_to_ufi_average": 1,
            "count": 23,
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score": 9.8
          }
        ],
        "from_year": 2020,
        "average_score": "9.3",
        "count": 484,
        "customer_type": "family_with_young_children"
      },
      {
        "count": 138,
        "average_score": "9.3",
        "customer_type": "with_friends",
        "from_year": 2020,
        "question": [
          {
            "count": 138,
            "score_comparison_to_ufi_average": 0,
            "localized_question": "Cleanliness",
            "question": "hotel_clean",
            "score": 9.4
          },
          {
            "localized_question": "Comfort",
            "question": "hotel_comfort",
            "score": 9.4,
            "count": 138,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 138,
            "question": "hotel_services",
            "localized_question": "Facilities",
            "score": "9.0"
          },
          {
            "count": 136,
            "score_comparison_to_ufi_average": 0,
            "localized_question": "Location",
            "question": "hotel_location",
            "score": 9.6
          },
          {
            "question": "hotel_staff",
            "localized_question": "Staff",
            "score": 9.5,
            "score_comparison_to_ufi_average": 0,
            "count": 138
          },
          {
            "count": 138,
            "score_comparison_to_ufi_average": 0,
            "localized_question": "Total",
            "question": "total",
            "score": "9.0"
          },
          {
            "question": "hotel_value",
            "localized_question": "Value for money",
            "score": 8.9,
            "score_comparison_to_ufi_average": 0,
            "count": 138
          },
          {
            "score_comparison_to_ufi_average": 1,
            "count": 1,
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score": "10.0"
          }
        ]
      },
      {
        "question": [
          {
            "localized_question": "Cleanliness",
            "question": "hotel_clean",
            "score": 9.2,
            "count": 187,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score": 9.1,
            "localized_question": "Comfort",
            "question": "hotel_comfort",
            "count": 187,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score": 8.7,
            "question": "hotel_services",
            "localized_question": "Facilities",
            "score_comparison_to_ufi_average": 0,
            "count": 186
          },
          {
            "question": "hotel_location",
            "localized_question": "Location",
            "score": 9.5,
            "score_comparison_to_ufi_average": 0,
            "count": 185
          },
          {
            "score": 9.2,
            "localized_question": "Staff",
            "question": "hotel_staff",
            "count": 186,
            "score_comparison_to_ufi_average": 0
          },
          {
            "localized_question": "Total",
            "question": "total",
            "score": 8.7,
            "count": 193,
            "score_comparison_to_ufi_average": 0
          },
          {
            "count": 185,
            "score_comparison_to_ufi_average": 0,
            "score": 8.6,
            "localized_question": "Value for money",
            "question": "hotel_value"
          },
          {
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score": 9.2,
            "score_comparison_to_ufi_average": 0,
            "count": 39
          }
        ],
        "from_year": 2020,
        "average_score": "9.0",
        "count": 193,
        "customer_type": "review_category_business_travellers"
      },
      {
        "average_score": "9.2",
        "count": 208,
        "customer_type": "solo_traveller",
        "from_year": 2020,
        "question": [
          {
            "question": "hotel_clean",
            "localized_question": "Cleanliness",
            "score": 9.3,
            "score_comparison_to_ufi_average": 0,
            "count": 203
          },
          {
            "score": 9.3,
            "question": "hotel_comfort",
            "localized_question": "Comfort",
            "score_comparison_to_ufi_average": 0,
            "count": 203
          },
          {
            "localized_question": "Facilities",
            "question": "hotel_services",
            "score": 8.8,
            "count": 202,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score": 9.5,
            "localized_question": "Location",
            "question": "hotel_location",
            "count": 204,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 202,
            "question": "hotel_staff",
            "localized_question": "Staff",
            "score": 9.5
          },
          {
            "count": 208,
            "score_comparison_to_ufi_average": 0,
            "localized_question": "Total",
            "question": "total",
            "score": 8.9
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 202,
            "score": 8.8,
            "question": "hotel_value",
            "localized_question": "Value for money"
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 25,
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score": 9.2
          }
        ]
      },
      {
        "from_year": 2020,
        "customer_type": "",
        "average_score": "9.2",
        "count": 282,
        "question": [
          {
            "count": 281,
            "score_comparison_to_ufi_average": 0,
            "localized_question": "Cleanliness",
            "question": "hotel_clean",
            "score": 9.4
          },
          {
            "count": 280,
            "score_comparison_to_ufi_average": 0,
            "score": 9.1,
            "localized_question": "Comfort",
            "question": "hotel_comfort"
          },
          {
            "score": 8.8,
            "localized_question": "Facilities",
            "question": "hotel_services",
            "count": 281,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 278,
            "score": 9.6,
            "question": "hotel_location",
            "localized_question": "Location"
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 281,
            "question": "hotel_staff",
            "localized_question": "Staff",
            "score": 9.2
          },
          {
            "score": 8.8,
            "question": "total",
            "localized_question": "Total",
            "score_comparison_to_ufi_average": 0,
            "count": 282
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 281,
            "question": "hotel_value",
            "localized_question": "Value for money",
            "score": 8.8
          },
          {
            "score": 9.7,
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score_comparison_to_ufi_average": 1,
            "count": 15
          }
        ]
      },
      {
        "question": [
          {
            "score": 9.3,
            "question": "hotel_clean",
            "localized_question": "Cleanliness",
            "score_comparison_to_ufi_average": 0,
            "count": 482
          },
          {
            "count": 480,
            "score_comparison_to_ufi_average": 0,
            "localized_question": "Comfort",
            "question": "hotel_comfort",
            "score": 9.3
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 482,
            "score": 9.1,
            "question": "hotel_services",
            "localized_question": "Facilities"
          },
          {
            "question": "hotel_location",
            "localized_question": "Location",
            "score": 9.6,
            "score_comparison_to_ufi_average": 0,
            "count": 479
          },
          {
            "count": 481,
            "score_comparison_to_ufi_average": 0,
            "score": 9.5,
            "localized_question": "Staff",
            "question": "hotel_staff"
          },
          {
            "count": 484,
            "score_comparison_to_ufi_average": 0,
            "score": "9.0",
            "localized_question": "Total",
            "question": "total"
          },
          {
            "score": 8.9,
            "question": "hotel_value",
            "localized_question": "Value for money",
            "score_comparison_to_ufi_average": 0,
            "count": 480
          },
          {
            "score_comparison_to_ufi_average": 1,
            "count": 23,
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score": 9.8
          }
        ],
        "from_year": 2020,
        "average_score": "9.3",
        "count": 484,
        "customer_type": "family"
      },
      {
        "question": [
          {
            "score": 9.3,
            "question": "hotel_clean",
            "localized_question": "Cleanliness",
            "score_comparison_to_ufi_average": 0,
            "count": 2220
          },
          {
            "localized_question": "Comfort",
            "question": "hotel_comfort",
            "score": 9.2,
            "count": 2223,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 2217,
            "score": 8.9,
            "question": "hotel_services",
            "localized_question": "Facilities"
          },
          {
            "score": 9.6,
            "question": "hotel_location",
            "localized_question": "Location",
            "score_comparison_to_ufi_average": 0,
            "count": 2212
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 2221,
            "score": 9.4,
            "question": "hotel_staff",
            "localized_question": "Staff"
          },
          {
            "question": "total",
            "localized_question": "Total",
            "score": 8.8,
            "score_comparison_to_ufi_average": 0,
            "count": 2235
          },
          {
            "question": "hotel_value",
            "localized_question": "Value for money",
            "score": 8.8,
            "score_comparison_to_ufi_average": 0,
            "count": 2213
          },
          {
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score": 9.1,
            "score_comparison_to_ufi_average": 0,
            "count": 79
          }
        ],
        "count": 2235,
        "average_score": "9.1",
        "customer_type": "couple",
        "from_year": 2020
      },
      {
        "question": [
          {
            "question": "hotel_clean",
            "localized_question": "Cleanliness",
            "score": 9.4,
            "score_comparison_to_ufi_average": 0,
            "count": 143
          },
          {
            "question": "hotel_comfort",
            "localized_question": "Comfort",
            "score": 8.9,
            "score_comparison_to_ufi_average": 0,
            "count": 142
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 143,
            "score": 8.7,
            "question": "hotel_services",
            "localized_question": "Facilities"
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 142,
            "question": "hotel_location",
            "localized_question": "Location",
            "score": 9.7
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 143,
            "score": "9.0",
            "question": "hotel_staff",
            "localized_question": "Staff"
          },
          {
            "localized_question": "Total",
            "question": "total",
            "score": 8.6,
            "count": 144,
            "score_comparison_to_ufi_average": 0
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 143,
            "score": 8.6,
            "question": "hotel_value",
            "localized_question": "Value for money"
          },
          {
            "score": 9.6,
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score_comparison_to_ufi_average": 1,
            "count": 14
          }
        ],
        "count": 144,
        "average_score": "9.1",
        "customer_type": "group",
        "from_year": 2020
      },
      {
        "question": [
          {
            "score": 9.3,
            "question": "hotel_clean",
            "localized_question": "Cleanliness",
            "score_comparison_to_ufi_average": 0,
            "count": 3186
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 3186,
            "question": "hotel_comfort",
            "localized_question": "Comfort",
            "score": 9.2
          },
          {
            "localized_question": "Facilities",
            "question": "hotel_services",
            "score": 8.9,
            "count": 3182,
            "score_comparison_to_ufi_average": 0
          },
          {
            "localized_question": "Location",
            "question": "hotel_location",
            "score": 9.6,
            "count": 3173,
            "score_comparison_to_ufi_average": 0
          },
          {
            "question": "hotel_staff",
            "localized_question": "Staff",
            "score": 9.4,
            "score_comparison_to_ufi_average": 0,
            "count": 3185
          },
          {
            "score_comparison_to_ufi_average": 0,
            "count": 3209,
            "score": 8.8,
            "question": "total",
            "localized_question": "Total"
          },
          {
            "question": "hotel_value",
            "localized_question": "Value for money",
            "score": 8.8,
            "score_comparison_to_ufi_average": 0,
            "count": 3176
          },
          {
            "score": 9.3,
            "question": "hotel_wifi",
            "localized_question": "WiFi",
            "score_comparison_to_ufi_average": 0,
            "count": 142
          }
        ],
        "customer_type": "total",
        "count": 3209,
        "average_score": "9.2",
        "from_year": 2020
      }
    ],
    "hotel_id": 1612456,
    "score_distribution": [
      {
        "count": 9,
        "percent": 0.28,
        "score": 1
      },
      {
        "score": 2,
        "percent": "0.00",
        "count": 0
      },
      {
        "percent": 0.28,
        "score": 3,
        "count": 9
      },
      {
        "percent": "0.50",
        "score": 4,
        "count": 16
      },
      {
        "count": 19,
        "percent": 0.59,
        "score": 5
      },
      {
        "score": 6,
        "percent": 2.31,
        "count": 74
      },
      {
        "count": 208,
        "score": 7,
        "percent": 6.48
      },
      {
        "score": 8,
        "percent": 22.47,
        "count": 721
      },
      {
        "count": 1034,
        "score": 9,
        "percent": 32.22
      },
      {
        "count": 1119,
        "score": 10,
        "percent": 34.87
      }
    ]
  }
]

Ratechecker Service

The RateChecker Service is a part of the application that is responsible for validating and managing the rates associated with various properties. It ensures that the rates are accurate and up-to-date, and provides functionalities for rate comparison, filtering, and sorting. This service is crucial for providing users with the most relevant and cost-effective property options based on their specified parameters. Additionally, it sends fresh data every morning to the endpoint specified in the user's payload.

Brainy Rms API Solution

The Brainy RMS API Solution is a comprehensive service that provides a set of APIs for managing and interacting with the Room Management System (RMS). It offers functionalities such as retrieving property details, managing room availability, and handling booking operations. This service is designed to streamline the operations of the RMS by providing a robust and efficient interface for communication and data exchange. It ensures high reliability and performance, making it an essential tool for effective RMS management apps.