Travel Data API
/travel/attractions/searchAttraction Search
Search for attraction locations worldwide. Returns matching cities and attractions with links, coordinates, and parent location info.
QUERY PARAMS
Search query string.
Examples:
new yorkDisneyland Park, California
Language–country code used for localization.
Default: en-US
Allowed values: en-US, en-CA, fr-CA, pt-BR, es-MX, es-AR, es-CL, es-CO, es-PE, es-VE, en-GB, it-IT, es-ES, de-DE, fr-FR, sv-SE, nl-NL, tr-TR, da-DK, en-IE, de-AT, el-GR, nb-NO, pt-PT, ru-RU, de-CH, fr-CH, it-CH, fr-BE, nl-BE, ja-JP, zh-Hans-US, en-IN, en-AU, en-MY, en-NZ, en-PH, en-SG, id-ID, ko-KR, th-u-ca-gregory, vi-VN, zh-Hant-TW, en-HK, zh-Hant-HK, ar-US-u-nu-latn, ar-EG-u-nu-latn, en-ZA, he-IL
{
"count": 4,
"results": [
{
"link": "https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html",
"name": "New York City",
"address": null,
"place_type": "CITY",
"coordinates": {
"latitude": 40.713238,
"longitude": -74.005836
},
"other_links": {
"geo": "https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html",
"primary": "https://www.tripadvisor.com/Tourism-g60763-New_York_City_New_York-Vacations.html"
},
"featured_image": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/1c/c5/7c/68/caption.jpg",
"parent_location": "New York, United States",
"is_tripadvisor_entity": false,
"tripadvisor_entity_id": 60763
},
{
"link": "https://www.tripadvisor.com/Attractions-g28953-Activities-New_York.html",
"name": "New York",
"address": null,
"place_type": "STATE",
"coordinates": {
"latitude": 42.423985,
"longitude": -74.883972
},
"other_links": {
"geo": "https://www.tripadvisor.com/Attractions-g28953-Activities-New_York.html",
"primary": "https://www.tripadvisor.com/Tourism-g28953-New_York-Vacations.html"
},
"featured_image": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/10/eb/87/e9/dsc-0254-largejpg.jpg",
"parent_location": "United States, North America",
"is_tripadvisor_entity": false,
"tripadvisor_entity_id": 28953
},
{
"link": "https://www.tripadvisor.com/Attraction_Review-g60763-d116236-Reviews-New_York_Public_Library_Stephen_A_Schwarzman_Building-New_York_City_New_York.html",
"name": "New York Public Library - Stephen A. Schwarzman Building",
"address": "476 5th Ave",
"place_type": "ATTRACTION",
"coordinates": {
"latitude": 40.753189,
"longitude": -73.982254
},
"other_links": {
"geo": null,
"primary": "https://www.tripadvisor.com/Attraction_Review-g60763-d116236-Reviews-New_York_Public_Library_Stephen_A_Schwarzman_Building-New_York_City_New_York.html"
},
"featured_image": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/14/21/75/2c/new-york-public-library.jpg",
"parent_location": "New York City, New York",
"is_tripadvisor_entity": true,
"tripadvisor_entity_id": 116236
},
{
"link": "https://www.tripadvisor.com/Attraction_Review-g274887-d6940639-Reviews-New_York_Palace-Budapest_Central_Hungary.html",
"name": "New York Palace",
"address": "Erzsébet krt. 9",
"place_type": "ATTRACTION",
"coordinates": {
"latitude": 47.498531,
"longitude": 19.070431
},
"other_links": {
"geo": null,
"primary": "https://www.tripadvisor.com/Attraction_Review-g274887-d6940639-Reviews-New_York_Palace-Budapest_Central_Hungary.html"
},
"featured_image": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/13/d0/c8/2a/interior-of-ny-palace.jpg",
"parent_location": "Budapest, Hungary",
"is_tripadvisor_entity": true,
"tripadvisor_entity_id": 6940639
}
]
}