The basic information returned for a specific destination or geo is included in several objects in the response.
"location_id": "60713",
"name": "San Francisco",
"abbrv": null,
"location_string": "San Francisco, California"
|
Field |
Type |
Description |
|
location_id |
number |
Location ID of the geo/destination on Tripadvisor. |
|
name |
string |
Name of the destination as listed on Tripadvisor. This string is localized where applicable if a language other than English is requested. |
|
abbrv |
string |
Abbreviation of the destination name, e.g., CA for California. Null if not applicable. |
|
location_string |
string |
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. |