The basic information returned for a specific POI is included in several objects in the response.
"location_id": "99762",
"name": "Hotel Giraffe",
"location_string": "New York City, New York",
"num_reviews": "1033",
"photo_count": "332",
"price_level": "$$$$"
|
Field |
Type |
Description |
|
location_id |
number |
Location ID of the POI on Tripadvisor. |
|
name |
string |
Name of the POI as listed on Tripadvisor. |
|
location_string |
string |
Destination location for the POI. Most commonly written as city, state or city, province/region. In cases where state/province/region is not relevant, then it would be city, country. This string is localized if a language other than English is requested. |
|
num_reviews |
number |
Count of total reviews published for this location. |
|
photo_count |
number |
The count of traveler photos for this POI published on Tripadvisor. |
|
price_level |
string |
The relative price level for the POI. Not available for all POIs. This string is localized into select other currency symbols (e.g., ££££ or €€€€) if a language other than English is requested or if currency is selected. |