Locations
This is the primary locations database. It contains all the content needed to display locations on your site . There are approximately 25k locations included in this file.
An updated version is uploaded on a weekly basis.
https://travel-win-databases.s3.us-east-2.amazonaws.com/locations.csv
Field | Data Type | Details |
locationID | int | Unique locationID |
city | String | City |
state | String | State/Province Code |
country | String | Country Code |
displayCSC | String | Full location name, including city and country |
longitude | float | latitude |
latitude | float | longitude |
countryName | String | Short Country Name (e.g. “”United States”) |
countryLongName | String | Long Country Name (e.g. “”United States of America”) |
locationThumbnail | String | small thumbnail image for carousels and search results listings |
locationHero | String | large hero image for landing pages |
hotelCount | int | number of hotels within 15km radius |
searchCount | int | number of searches performed on this destination, for use in sorting (future use) |
avgPrice | float | average price for hotels in this destination (future) |
minPrice | float | min price seen for a hotel in this destination (future) |
maxDiscount | float | max % cashback seen for hotels in this destination (future) |
lastUpdate | DateTime | last update timestamp |