Call the API with the unique ID for a destination. The response will provide a list of all rewards that destination has received.
{
"data": [
{
"award_type": "Traveler's Choice",
"year": "2016",
"images": {
"tiny": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_tiny-MCID-5.png",
"small": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_2016_L_TM-MCID-5.jpg",
"large": "http://www.Tripadvisor.com/img/cdsi/img2/awards/TC_2016_downloadable_L_TM-MCID-5.jpg"
},
"categories": [
"Destinations"
],
"display_name": "Traveler's Choice"
},
{
"award_type": "Traveler's Choice",
"year": "2015",
"images": {
"tiny": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_tiny-MCID-5.png",
"small": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_2015_L_TM-MCID-5.jpg",
"large": "http://www.Tripadvisor.com/img/cdsi/img2/awards/TC_2015_downloadable_L_TM-MCID-5.jpg"
},
"categories": [
"Destinations"
],
"display_name": "Traveler's Choice"
},
{
"award_type": "Traveler's Choice",
"year": "2014",
"images": {
"tiny": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_tiny-MCID-5.png",
"small": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_2014_L_TM-MCID-5.png",
"large": "http://www.Tripadvisor.com/img/cdsi/img2/awards/TC_2014_downloadable_L_TM-MCID-5.jpg"
},
"categories": [
"Destinations"
],
"display_name": "Traveler's Choice"
},
{
"award_type": "Traveler's Choice",
"year": "2013",
"images": {
"tiny": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_tiny-MCID-5.png",
"small": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_small-MCID-5.jpg",
"large": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_2013_en_US_large-MCID-5.jpg"
},
"categories": [
"Destinations"
],
"display_name": "Traveler's Choice"
},
{
"award_type": "Traveler's Choice",
"year": "2012",
"images": {
"tiny": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_tiny-MCID-5.png",
"small": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_small-MCID-5.jpg",
"large": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_2012_en_US_large-MCID-5.jpg"
},
"categories": [
"Destinations"
],
"display_name": "Traveler's Choice"
},
{
"award_type": "Traveler's Choice",
"year": "2011",
"images": {
"tiny": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_tiny-MCID-5.png",
"small": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_small-MCID-5.jpg",
"large": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_2011_en_US-MCID-5.gif"
},
"categories": [
"Destinations"
],
"display_name": "Traveler's Choice"
},
{
"award_type": "Traveler's Choice",
"year": "2010",
"images": {
"tiny": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_tiny-MCID-5.png",
"small": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_small-MCID-5.jpg",
"large": "http://www.Tripadvisor.com/img/cdsi/img2/awards/tchotel_2010_en_US-MCID-5.gif"
},
"categories": [
"Top 25",
"Culture & Sightseeing"
],
"display_name": "Traveler's Choice"
}
]
}
| Name | Type | Description |
|---|---|---|
| award_type | string | Type of award this is: TCAward, Certificate of Excellence, Green Leader. |
| year | number | The year of the award. Can be empty. |
| images | object | An object with the URL for small (30px icon only) and large (150px with localized text) images. |
| categories | object | An array of categories for the award. Can be empty. |