For Publishers & Media
Embed Live Golf Trip Cards
on Your Website. Free.
One script tag. Real trip data — region, courses, lodging, price. Auto-updates as new trips are added. No API key. No registration. Open to any golf publisher or travel media outlet.
Get Started in 30 Seconds
Paste this wherever you want trip cards to appear — blog post, sidebar, destination guide. Done.
<!-- Golf the High Sierra — Trip Cards Widget -->
<div data-gths-trips></div>
<script src="https://golfthehighsierra.com/embed/trips.js"></script>Filter & Customize
All parameters are optional. Add them as data-* attributes on the div.
| Attribute | Values | Description |
|---|---|---|
| data-region | reno · lake-tahoe · truckee · graeagle · carson-valley | Filter by destination region |
| data-course | Any partial course name e.g. edgewood | Show trips that include that course |
| data-vibe | budget · value · premium · bucket+list · bachelor+party · corporate | Filter by trip style |
| data-limit | 1–12 (default: 3) | Number of trip cards to show |
| data-columns | 1–4 (default: 2) | Grid columns on desktop |
| data-theme | light · dark (default: light) | Card color scheme |
Code Examples
Reno trips, 4 cards, 2 columns
<div
data-gths-trips
data-region="reno"
data-limit="4"
data-columns="2"
></div>
<script src="https://golfthehighsierra.com/embed/trips.js"></script>Graeagle premium trips — dark theme
<div
data-gths-trips
data-region="graeagle"
data-vibe="premium"
data-theme="dark"
data-limit="3"
></div>
<script src="https://golfthehighsierra.com/embed/trips.js"></script>Raw JSON API
Prefer to build your own UI? Use the public endpoint directly. No key, no auth, open CORS.
Parameters: region, course, vibe, limit (max 12)
fetch("https://golfthehighsierra.com/api/trips/embed?region=reno&limit=6")
.then(r => r.json())
.then(trips => {
trips.forEach(trip => {
console.log(trip.region, trip.courses, trip.pricePerPerson);
});
});Response fields: region, courses[], lodging, nights, rounds, pricePerPerson, vibe, synopsis, url
FAQ
Is this free to use?
Yes. No cost, no registration, no API key. The only requirement is keeping the 'Real trips by Golf the High Sierra' attribution footer, which is included automatically.
Will the cards update automatically?
Yes. The widget pulls from our live API. When we add new trips to the archive, they appear in your embed automatically — you don't touch your code.
Can I style the cards to match my site?
The widget has light and dark themes via data-theme. For deeper customization, use the raw JSON API to build your own card UI.
What regions does the data cover?
Reno NV, Lake Tahoe CA/NV, Truckee/North Lake Tahoe CA, Graeagle CA, and Carson Valley NV. All trips are real — documented from actual group bookings since 2004.
Is there a usage limit?
The API has a 5-minute CDN cache. For high-traffic publishers, the cached responses handle volume without issue.
Questions or Partnership Inquiries?
Golf the High Sierra has planned 10,000+ group golf outings since 2004. We work with golf media, corporate event planners, and destination marketers.
Contact Our Team →