Open data
We track what all 56 Las Vegas properties add to a room rate — the resort fee, the Clark County lodging tax charged on that fee, and self-parking. The figures behind our comparison table are available as a free JSON API, and archived monthly so the changes stay on the record.
No key, no signup, open CORS — you can call it from a browser. Responses cache for an hour.
GET https://countrymantravels.com/api/resort-fees
| Parameter | Description |
|---|---|
| slug | One property, e.g. ?slug=aria. Matches the hotel page URL. |
| area | Filter by zone, e.g. ?area=Downtown. Also: Center Strip, North Strip, South Strip, East of Strip, West of Strip, Henderson, Summerlin. |
Properties are sorted by what they add per night, highest first.
{
"meta": {
"lastVerified": "2026-08-09",
"roomTaxRate": 0.1338,
"nullPolicy": "null means not verified — never an estimate.",
"count": 56
},
"hotels": [
{
"slug": "resorts-world",
"name": "Resorts World Las Vegas",
"area": "North Strip",
"resortFee": 55,
"resortFeeWithTax": 62.36,
"selfParking": "$21",
"selfParkingValue": 21,
"addedPerNight": 83.36,
"addedPerNightExact": true,
"url": "https://countrymantravels.com/vegas/hotels/resorts-world.html"
}
]
}
A null means we could not verify that value — it is never a guess or a neighbouring property's number. Where a hotel publishes a parking range, addedPerNight uses the low end and addedPerNightExact is false, so a lower bound is never presented as a firm total. Please carry that distinction through if you republish the data. Full sourcing is on our methodology page.
Fees change without notice. Always confirm the final total with the property before booking.
Each month we freeze a dated copy of the dataset and never revise it afterwards. Over time this becomes a record of how Las Vegas resort fees actually move — something that cannot be reconstructed after the fact.
GET https://countrymantravels.com/data/history/index.json
GET https://countrymantravels.com/data/history/2026-08.json
Free to use, including commercially, with a visible credit linking to https://countrymantravels.com/vegas/resort-fees.html — the equivalent of CC BY 4.0. Journalists and researchers are welcome; if you need a cut of the data we do not publish, or want the methodology explained on the record, get in touch through our about page.