Content
The Rapid Content APIs provide you with access to content for all of Rapid API's properties.
Property Content API
Returns property content for the requested active properties in the requested language.
Use this API to retrieve property IDs or full property content based on your search criteria. For example, retrieve a list of properties that have been added since last Monday or retrieve property content for a specific list of property IDs.
Content File APIs
One of the functions available in Rapid API is the ability to export a list of the active properties and their details. There are two File APIs to choose from.
Property Catalog File
This API returns a link to download the primary list of active properties in the requested language. The response includes high-level details about each property. Use this file to obtain the full list of properties. The property details are useful when mapping to the property lists from other suppliers.
Property Content File
This API returns a link to download all content for all active properties in the requested language. The response includes property-level, room-level, and rate-level information. Use this file to retrieve all content for all properties. If you only need a subset of the properties, use the Property Content API instead.
Inactive properties
Sometimes previously bookable properties close and become inactive in our inventory. The Inactive Property API can be used to request a list of all properties that are inactive since a given whole date, allowing you to update your content cache or storage to exclude properties that are not sellable/bookable within Rapid API.
The example below shows an attempt to update the content cache or storage using the Property Content API on May 31st. The response shows an unordered list of objects with property_id that should be removed from your system. This endpoint can be used in conjunction with one or more of the following parameters on the Property Content API endpoint to incrementally update your content cache or storage: date_added_start, date_added_end, date_updated_start, or date_updated_end.
Example:
Request:
https://test.ean.com/v3/properties/inactive?since=2027-06-01Response:
[
{
"property_id": "10003243"
},
{
"property_id": "10012775"
},
{
"property_id": "10013765"
},
{
"property_id": "10017071"
},
{
"property_id": "10041102"
},
{
"property_id": "10042"
},
{
"property_id": "10074774"
},
{
"property_id": "10089905"
},
{
"property_id": "10091055"
},
{
"property_id": "10268276"
},
{
"property_id": "1029882"
},
{
"property_id": "103115"
},
{
"property_id": "10349744"
},
{
"property_id": "10373667"
},
{
"property_id": "1037667"
},
{
"property_id": "1039715"
},
{
"property_id": "10401509"
},
{
"property_id": "104201"
},
{
"property_id": "10465614"
},
{
"property_id": "10484434"
},
{
"property_id": "10488054"
},
{
"property_id": "10520425"
}
]Additional reference information
Property information provided in the Rapid Content APIs is often represented as IDs. Use the reference lists to understand the meaning of those IDs. The reference lists are only available in English but the localized names are returned in the APIs.
Localization
The language parameter only uses hyphenated pairs of two-digit language and country codes, check the supported languages before integrating any codes.
Star ratings
The star ratings returned in Rapid Content API offer guidance for travelers on what they can generally expect from the property in terms of furniture, services, and amenities. Learn more about how star ratings work.
Registry number
The registry_number field in the Rapid Content API will return single or multiple registration details. These details can contain words, letters, numbers, and special characters, as required on a country-by-country basis. We provide these numbers so that you can comply with your legal and regulatory display requirements.
Examples:
"registry_number": "Property Registration Number 004071AAA-00004, IT005748GHFMUHG",
"registry_number": "IT00574-8GHFMUHG",API details
Explore the content-related endpoint definitions on this page, then use the API Explorer or another testing software to get an understanding of how the examples and schema definitions compare to the actual output.
Additional resources
Whether you're looking to try out all the Rapid API endpoints or to download its OpenAPI specs or our Postman collection, we have you covered.