Golf the High Sierra
. Cards appear automatically with live data."}},{"@type":"Question","name":"Can I filter the trip cards by region or golf course?","acceptedAnswer":{"@type":"Answer","text":"Yes. Use data-region (reno, lake-tahoe, truckee, graeagle, carson-valley), data-course (partial course name match), data-vibe (budget, value, premium, bucket list, bachelor party, corporate), and data-limit (1-12 cards)."}},{"@type":"Question","name":"Is there a public API for golf trip data?","acceptedAnswer":{"@type":"Answer","text":"Yes. GET https://golfthehighsierra.com/api/trips/embed accepts region, course, vibe, and limit parameters. Returns JSON with trip details including courses, lodging, nights, rounds, price per person, and a direct URL to the full trip page."}}]}]}

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.

✓ No API key required✓ CORS-open endpoint✓ Live data — 82+ documented trips✓ Free with attribution✓ Light & dark themes

Get Started in 30 Seconds

Paste this wherever you want trip cards to appear — blog post, sidebar, destination guide. Done.

Basic embed — 3 cards, light theme
<!-- 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.

AttributeValuesDescription
data-regionreno · lake-tahoe · truckee · graeagle · carson-valleyFilter by destination region
data-courseAny partial course name e.g. edgewoodShow trips that include that course
data-vibebudget · value · premium · bucket+list · bachelor+party · corporateFilter by trip style
data-limit1–12 (default: 3)Number of trip cards to show
data-columns1–4 (default: 2)Grid columns on desktop
data-themelight · 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.

GET https://golfthehighsierra.com/api/trips/embed

Parameters: region, course, vibe, limit (max 12)

JavaScript fetch example
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 →