Returns list of available lodgings. Body response contains only a lodging summary data (no price or availability).
| Authentication | Yes |
| Response Formats | xml, json |
| HTTP Method | GET |
| Response Object | Lodging summary |
| API Version | v2 |
[
{
"id": 886,
"reference": "FR-1-2-41",
"city": "Hendaye",
"country": "FR",
"zipCode": "85360",
"surface": 42,
"rooms": 3,
"bathrooms":1,
"personMax": 5,
"standing": 2,
"requestOnly":false,
"caution":260.0,
"features": [
"PETS",
"BALCONY",
"HEATING",
"FREEZER",
"SHOWER",
"OVEN",
"SMOKER",
"WASHINGMACHINE",
"MICROWAVE",
"TELEVISION",
"SEPARATETOILET"
],
"type": "APARTMENT",
"description": "Country apartment. Located on No. 2 floor, without elevator, in complex, simply furnished. Living room double sofa bed. Open kitchen with hotplates. 1 room(s) with double 140 bed(s) 1 bedroom(s) located on n°1 floor with small 90 bed. Room with WC and mezzanine.",
"photo": {
"pictures": [
{
"url": "https://api.poplidays.com/v2/pictures/156352-255x197.jpg",
"dimension": "255x197"
},
{
"url": "https://api.poplidays.com/v2/pictures/156352-395x304.jpg",
"dimension": "395x304"
},
{
"url": "https://api.poplidays.com/v2/pictures/156352-158x121.jpg",
"dimension": "158x121"
},
{
"url": "https://api.poplidays.com/v2/pictures/156352-478x368.jpg",
"dimension": "478x368"
},
{
"url": "https://api.poplidays.com/v2/pictures/156352-170x130.jpg",
"dimension": "170x130"
},
{
"url": "https://api.poplidays.com/v2/pictures/156352-440x340.jpg",
"dimension": "440x340"
},
{
"url": "https://api.poplidays.com/v2/pictures/156352-100x80.jpg",
"dimension": "100x80"
},
{
"url": "https://api.poplidays.com/v2/pictures/156352-375x258.jpg",
"dimension": "375x258"
}
]
},
"label": "Rental Apartment Parcheteguia - Hendaye, 2 bedrooms, 5 persons",
"url": "http://www.poplidays.com/en/product/886",
"lodgingLastChange": {
"lodging":"2014-05-07+02:00",
"availabilities":"2014-05-07+02:00"
}
}
]
<?xml version="1.0" encoding="UTF-8"?>
<lodgings>
<lodging>
<id>886</id>
<reference>FR-1-2-41</reference>
<city>Hendaye</city>
<country>FR</country>
<zipCode>85360</zipCode>
<surface>42</surface>
<rooms>3</rooms>
<bathrooms>1</bathrooms>
<personMax>5</personMax>
<standing>2</standing>
<requestOnly>false</requestOnly>
<caution>260.0</caution>
<features>
<feature>PETS</feature>
<feature>BALCONY</feature>
<feature>HEATING</feature>
<feature>FREEZER</feature>
<feature>SHOWER</feature>
<feature>OVEN</feature>
<feature>SMOKER</feature>
<feature>WASHINGMACHINE</feature>
<feature>MICROWAVE</feature>
<feature>TELEVISION</feature>
<feature>SEPARATETOILET</feature>
</features>
<type>APARTMENT</type>
<description>Country apartment. Located on No. 2 floor, without elevator, in complex, simply furnished. Living room double sofa bed. Open kitchen with hotplates. 1 room(s) with double 140 bed(s) 1 bedroom(s) located on n°1 floor with small 90 bed. Room with WC and mezzanine.</description>
<photo>
<pictures>
<picture>
<dimension>255x197</dimension>
<url>https://api.poplidays.com/v2/pictures/156352-255x197.jpg</url>
</picture>
<picture>
<dimension>395x304</dimension>
<url>https://api.poplidays.com/v2/pictures/156352-395x304.jpg</url>
</picture>
<picture>
<dimension>158x121</dimension>
<url>https://api.poplidays.com/v2/pictures/156352-158x121.jpg</url>
</picture>
<picture>
<dimension>478x368</dimension>
<url>https://api.poplidays.com/v2/pictures/156352-478x368.jpg</url>
</picture>
<picture>
<dimension>170x130</dimension>
<url>https://api.poplidays.com/v2/pictures/156352-170x130.jpg</url>
</picture>
<picture>
<dimension>440x340</dimension>
<url>https://api.poplidays.com/v2/pictures/156352-440x340.jpg</url>
</picture>
<picture>
<dimension>100x80</dimension>
<url>https://api.poplidays.com/v2/pictures/156352-100x80.jpg</url>
</picture>
<picture>
<dimension>375x258</dimension>
<url>https://api.poplidays.com/v2/pictures/156352-375x258.jpg</url>
</picture>
</pictures>
</photo>
<label>Rental Apartment Parcheteguia - Hendaye, 2 bedrooms, 5 persons</label>
<url>http://www.poplidays.com/en/product/886</url>
<lastChange>
<lodging>2014-05-07+02:00</lodging>
<availabilities>2014-05-07+02:00</availabilities>
</lastChange>
residence name
</lodging>
</lodgings>