[
{
"id": "<string>",
"@type": "HostelworldProperty",
"url": "<string>",
"name": "<string>",
"property_type": "<string>",
"hostelworld_says": "<string>",
"directions": "<string>",
"house_rules": "<string>",
"star_rating": 123,
"is_new": true,
"is_featured": true,
"is_promoted": true,
"is_hostelworld_recommended": true,
"best_for": [],
"policies": [],
"sustainability_levels": [],
"currency": "<string>",
"business_number": "<string>",
"address": "<string>",
"city": {
"@type": "HostelworldCity",
"id": "<string>",
"name": "<string>",
"country": "<string>"
},
"region": "<string>",
"latitude": 123,
"longitude": 123,
"distance_from_center_km": 123,
"distance_from_center_miles": 123,
"review_count": 123,
"rating": {
"@type": "HostelworldRating",
"overall": 123,
"value": 123,
"security": 123,
"location": 123,
"staff": 123,
"atmosphere": 123,
"cleanliness": 123,
"facilities": 123
},
"deposit_percentage": 123,
"max_guests_per_booking": 123,
"check_in_from": "<string>",
"check_in_until": "<string>",
"latest_checkout": "<string>",
"has_free_cancellation": true,
"free_cancellation_days": 123,
"cancellation_policy": {
"@type": "HostelworldPropertyCancellationPolicy",
"deposit_only": {
"@type": "HostelworldCancellationSubPolicy",
"days": 123
},
"non_refundable": {
"@type": "HostelworldCancellationSubPolicy",
"days": 123
},
"free_cancellation": {
"@type": "HostelworldCancellationSubPolicy",
"days": 123
}
},
"is_tax_included": true,
"taxes": [],
"is_fee_included": true,
"fees": [],
"group_info": {
"@type": "HostelworldGroupInfo",
"additional_terms": "<string>",
"cancellation_terms": "<string>",
"group_terms": "<string>",
"remainder_due": "<string>",
"group_max_pax": 123,
"group_types": [],
"age_ranges": []
},
"facilities": [],
"images": [],
"videos": [],
"payment_methods": [],
"awards": []
}
]