Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

URL = Get the information of a specific property.

Endpoint: https://ws.icnea.net/pricing_get_property_info.aspx?usr=$8$8$8$8$a1b2c3d4e5&id=81001
Here you see all the amenities, but in the call 12341001

Parameter

Type

Description

usr

string

API_key for your company, provided by Icnea.

id

integer

lodging_id → you can get it with the get_properties call

You will get a JSON response with all the information for the property.

In the response, you will get only the ones amenities that the property has. You can see the list of all the amenities at the bottom of the page.

Code Block
languagejson
{
  "pricing_get_property_info_response": {
    "lodging_id": "

...

12341001",
    "lodging_type": "hotel",
    "lodging_company_name": "CasaCerc",
    "lodging_public_name": "Casa Cerc",
 

...

   "lodging_address": "Cerc",
    "lodging_address_plus": "",
    "lodging_city": "Cerc",
    "lodging_zip": "25718",
    "lodging_country": "ES",
    "lodging_region": "Alt Urgell",
    "lodging_telephone": "93 434 21 40",
    "lodging_email": "gero@icnea.com",
    "lodging_latitude": "42.339532500",
    "lodging_longitude": "1.493853000",
    "lodging_surface": "50",
    "lodging_standard_capacity": "2",
    "lodging_maximum_capacity": "4",
    "ldoging_units": "1",
    "lodging_number_of_rooms": "3",
    "lodging_number_of_bathrooms": "1",
    "lodging_number_of_toilets": "0",
    "lodging_number_of_single_beds": "2",
    "lodging_number_of_double_beds": "1",
    "lodging_number_of_sofa_beds": "0",
    "lodging_number_of_bunk_beds": "0",
    "lodging_booking_fee": "0.00",
    "lodging_cleaning_fee": "40.00",
    "lodging_booking_deposit": "300.00",
    "lodging_currency": "EUR",
    "lodging_image": "",
    "lodging_calendar": "",
    "lodging_legal_registration_number": "HUT123456",
    "lodging_taxes": {
      "stay": "0",
      "cleaning_fee": "0",
      "booking_fee": "0"
    },
    "lodging_checkin": {
      "start": "11:00",
      "end": "13:00"
    },
    "lodging_checkout": {
      "start": "15:00",
      "end": "17:00"
    },    
    "lodging

...

_equipment": [
      "elevator",
      "heating",
      "air_conditioning"
    ],
    "lodging_restrictions": [
      "smoking_not_allowed",
      "hooligans_not_allowed",
      "youth_groups_not_allowed"
    ],
    "lodging_recommendations": [
    ],
    "lodging_views": [
    ],
    "lodging_location": {
      "lodging_distance_to_city_centre": "0.0000",
      "lodging_distance_to_airport": "0.0000",
      "lodging_distance_to_harbour": "0.0000",
      "lodging_distance_to_railway_station": "0.0000",
      "lodging_distance_to_public_transport": "0.0000",
      "lodging_distance_to_hospital": "0.0000",
      "lodging_distance_to_pharmacy": "0.0000",
      "lodging_distance_to_market": "0.0000",
      "lodging_distance_to_ski_slope": "0.0000",
      "lodging_distance_to_beach": "0.0000",
      "lodging_distance_to_golf": "0.0000",
      "lodging_distance_to_public_park": "0.0000",
      "lodging_distance_to_historic_district": "0.000"
    },
    "lodging_reviews": [
      {
        "date": "2022-03-06",
        "country": "NL",
        "language": "ES",
        "channel": "",
        "review": "",
        "rating_location": "",
        "rating_staff": "",
        "rating_cleanliness": "",
        "rating_comfort": "",
        "rating_value": "",
        "rating": "9.6"
      }
    ]
  }
}

Complete list of amenities:

Code Block
languagejson
"elevator",
"heating",
"fan",
"air_conditioning",
"air_conditioning_in_the_lounge",
"parking_for_bicycles",
"parking_lot",
"covered_parking",
"free_parking",
"required_car",
"recommended_car",
"non_required_car",
"swimming_pool",
"private_swimming_pool",
"communal_swimming_pool",
"public_swimming_pool",
"solarium",

...


...

"garden",
"gym",
"sauna",
"spa",
"fireplace",
"playground",
"table_games",
"pool_table",
"table_tennis",
"futbolin",
"barbecue",
"farm_animals",
"market_garden",
"terrace",
"terrace_furniture",
"balcony",
"baby_cot",
"high_chair",
"deck_chair",
"bed_linen",
"slippers",
"bathrobe",
"safety_box",
"fire_extinguisher",
"first_aid_kit",
"smoke_detector",
"co_detector",
"mini_bar",
"bathroom",
"shower",
"bathtub",
"hydromassage_bathtub",
"jacuzzi",
"blow_dryer",
"gel_and_shampoo",
"towels",
"vacuum",
"washing_machine",
"tumble_dryer",
"clothes_line",
"iron",
"ironing_board",
"hangers",
"kitchen",
"oven",
"microwave",
"fridge",
"freezer",
"dishwasher",
"coffee_maker",
"teapot",

...

"kettle",
"nespresso",
"dolce_gusto",
"capsule_coffee_machine",
"toaster",
"squeezer",
"food_mixer",
"frying_pan",
"dishes",
"spices",
"tv",
"satellite_tv",
"tv_3D",
"telephone",
"internet",
"wifi",
"free_wifi",
"wifi_access_with_charge",
"batery_charger",
"sound_system",
"dvd_player",
"video_games

...

"

...