# Content API

> Find, filter, and access detailed hotel information. Access on request.

URL: https://docs.emergingtravel.com/docs/content-api/

---


> [!NOTE]
> Content API methods are available upon request. Please contact our API support team to gain access.



To work with the "Content API" section, follow this scenario:

1. Retrieve all possible filter parameters for future content filtering using the [Retrieve filter values](/docs/content-api/retrieve-filter-values/) call.
1. Obtain identifiers for all required hotels using the [Retrieve hotel IDs by filter](/docs/content-api/retrieve-hotel-ids-by-filter/) call. Use parameters to search for only the desired hotels.
1. Using the identifiers, you can get the hotels content with the [Retrieve hotels content by IDs](/docs/content-api/retrieve-hotels-content-by-ids/) call.
1. Get reviews for the required hotel rooms using the [Retrieve hotels reviews by IDs](/docs/content-api/retrieve-hotels-review-by-ids/) call.

> [!WARNING]
> * Content API must be used as a separate static content synchronization flow. Do not call Content API methods together with search requests, in parallel with search or hotelpage requests, or as part of a real-time customer-facing availability flow.
> * Use only field values, IDs, API keys, and any static content from the sandbox environment within the sandbox. Do not use sandbox data in test or production environments, and do not mix data or configuration between different environments.






## Pages

- [Retrieve filter values](/docs/content-api/retrieve-filter-values/)
- [Retrieve hotel IDs by filter](/docs/content-api/retrieve-hotel-ids-by-filter/)
- [Retrieve hotels content by IDs](/docs/content-api/retrieve-hotels-content-by-ids/)
- [Retrieve hotels review by IDs](/docs/content-api/retrieve-hotels-review-by-ids/)

