GET /listings-availability/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"generic": [
"rent",
"sale"
],
"room": [
"rent"
],
"flat": [
"rent",
"sale",
"booking"
],
"house": [
"rent",
"sale",
"booking"
],
"apartment": [
"rent",
"sale",
"booking"
],
"villa": [
"rent",
"sale",
"booking"
],
"shop": [
"rent",
"sale"
],
"land": [
"rent",
"sale"
],
"office": [
"rent",
"sale"
],
"warehouse": [
"rent",
"sale"
],
"office_building": [
"rent",
"sale"
],
"venue": [
"booking"
],
"hotel": [
"booking"
],
"hotel_room": [
"booking"
],
"hotel_apartment": [
"booking"
],
"hotel_venue": [
"booking"
],
"lodge": [
"booking"
],
"lodge_room": [
"booking"
],
"guest_house": [
"booking"
],
"guest_house_room": [
"booking"
]
}