Fount Rooms
Having a Room ID -sometimes- isn’t enough: starting from the room ID, you’re able to query our servers to obtain room Names, Descriptions and Images.
It’s quite easy:
POST Url: https://wubook.net/wbkd/fount/rooms
POST Param: lcode (the property identifier)
The return value is a JSON structure like this:
{'error': 'Eventual Error', 'rooms': [{'id': 1, 'occupancy': 2, 'room_parent': null, 'name_en': 'Double Room', 'descr_en': 'A very beautiful room', 'images': [url1, url2, ..., urln]}]}
It’s as simple as breathing.
That’s all, folks!