# Content

## Get Properties List by Country

 - [GET /properties/content/](https://api-docs.bookforwork.com/openapi/content/get_hotels_properties_content__get.md): Retrieve paginated list of active properties filtered by country code. 

Pagination: Page size is fixed at 200 items per page. The total field in response represents the total number of properties (not pages). To calculate the number of pages, use: total_pages = total / page_size.

## Get Property Details by ID

 - [GET /properties/content/{hotel_id}](https://api-docs.bookforwork.com/openapi/content/get_hotel_detail_properties_content__hotel_id__get.md): Retrieve complete property information by ID. Returns all hotel details including descriptions, images, themes, attributes, amenities, and rooms.

## Static Content Reference List

 - [GET /static_content_reference_list](https://api-docs.bookforwork.com/openapi/content/static_content_endpoint_static_content_reference_list_get.md): Retrieves the list of static content reference in English or Italian language.

