The Search API endpoint allows you to perform advanced filtering of the data. You can apply geospatial filters as well as filtering by category, classification, attribute, etc. The search results show high-level information of the product/listings only.
The Delta API call allows you to perform advanced filtering of the ParrAPI data based on when a product was updated. As you may notice, the delta is a parameter of the search API endpoint and returns high-level information of the product.
The getProduct API endpoint will provide detailed information for a specific product. Please use the product ID returned by the search API result/response.
The getService API endpoint will provide detailed information for a specific service. A service is a subset of the given product. For example a hotel may have many rooms or a tour company may provide many tours.
The categories endpoint will allow to retrieve the list of available categories in the platform. e.g. Accommodation, Attraction or Event. These may be used to perform advanced search API call.
The classifications endpoint will allow you to retrieve the list of classifications in the platform. e.g. Hotel, Resort or Farm Stay. These may be used to perform advanced search API call.
The attribute types endpoint will allow you to retrieve the list of attributes types in the platform. These may be used to perform advanced search API call.
The attribute types endpoint will allow you to retrieve the list of attributes types in the platform. These may be used to perform advanced search API call.
This call also provides a list of tags.