Review Count and Breakdowns

The content below is outdated.

Please follow this link to get access to our Content API.

==== outdated content ====

 

The count of reviews is included in the API response for all POI location types. Also included is a breakdown of review counts by traveler rating level and by Trip Type.

 

Review rating breakdown:

 

"review_rating_count": {
   "1": "10",
   "2": "14",
   "3": "39",
   "4": "155",
   "5": "815"
 },

 

Field

Type

Description

review_rating_count

array

Count of reviews for this location at each traveler rating level (1,2,3,4,5).



Trip type breakdown:

Each review submitted on Tripadvisor is tagged with a trip type, as designated by the reviewer. For each POI location, a breakdown of the total review count by trip type is included in the “trip_types” object.

 

"trip_types": [
   {
     "localized_name": "Business",
     "name": "business",
     "value": "220"
   },
   {
     "localized_name": "Couples",
     "name": "couples",
     "value": "371"
   },
   {
     "localized_name": "Solo travel",
     "name": "solo",
     "value": "47"
   },
   {
     "localized_name": "Family",
     "name": "family",
     "value": "237"
   }
 ],



Field

Type

Description

name

string

Name of the trip type category. Subrating categories include:  couples, family, friends, business, solo

localized_name

string

User-facing label of the trip type category. This string is localized if a language other than English is requested.

value

number

Count of reviews in this trip type category.



Trip Type is typically also included as an output field in the response for review content and may be used in certain methods to filter the set of results.