Tutorials
Learn by Building
Step-by-step guides with JavaScript and Python examples for common use cases.
Find Golf Courses Near Me
LocationBeginner
Convert a UK postcode to coordinates and use /clubs/nearby to build a location-aware club finder.
5 min read
Compare Green Fees
PricingBeginner
Filter clubs by country, region, and maximum green fee to build a price comparison feature.
8 min read
Build a Club Profile Page
Intermediate
Chain /clubs/{id}, /courses/{id}, and /scorecard to display a rich, data-packed course profile.
10 min read
Build a Links Course Finder
FilteringIntermediate
Combine course_type=links with facility filters like has_buggy_hire=false to surface seaside links courses.
6 min read
WHS Handicap Integration
AdvancedWHS
Combine UK Golf API scorecard data (par, SI, slope, course_rating) with the WHS API for handicap calculation.
15 min read