Scottish Golf Courses API

Scottish Golf Courses API

Embark on a golfing odyssey through Scotland with the Scottish Golf Courses API, revealing premier fairways and enriching golfing experiences seamlessly.

API description

About the API:  

Welcome to the Scottish Golf Courses API, your virtual gateway to Scotland's majestic and historic golf courses. This API is your passport to discover the beauty, challenge and rich heritage of golf in the land of golf's birth. Immerse yourself in an unparalleled golfing adventure, seamlessly blending technology with the tradition of Scotland's famous fairways.

At the heart of the Scottish Golf Courses API is a commitment to providing users with an extensive and meticulously selected database of golf courses from across the country. From the iconic courses along the rugged coastlines to the inland gems surrounded by Scotland's picturesque landscapes, this API provides a comprehensive repository of information for golf enthusiasts, developers and golf fans alike.

The Scottish Golf Courses API introduces a unique dual-query mechanism, allowing users to access information through both course names and specific geographic coordinates. This versatility ensures a user-friendly experience, allowing users to effortlessly navigate Scotland's vast golfing landscape.

Immerse yourself in the wealth of detail provided by the API, including layout, facilities, contact information and much more for each golf course. Stay informed about the dynamic nature of the golfing world with regularly updated data, ensuring users have access to the latest information on course layout, facilities and any other changes that may affect their golfing experience.

For users, the Scottish Golf Courses API opens up a world of possibilities. Create intuitive golf course search applications that allow users to explore Scottish fairways based on their location, preferences or specific features.

In conclusion, the Scottish Golf Courses API is a bridge between the rich tradition of Scottish golf and the dynamic possibilities offered by technology. Whether you are a user creating innovative applications or a golfer looking to explore the treasures of Scottish fairways, this API is your key to an immersive and unforgettable golf experience. Stay informed, connected and elevate your Scottish golf journey with the Scottish Golf Courses API.

 

What this API receives and what your API provides (input/output)?

It will receive parameters and provide you with a JSON.

 

What are the most common uses cases of this API?

  1. Golf course search application: Develop an application that allows users to discover and explore golf courses based on their location, preferences, or specific characteristics.

    Trip planning tool: Enhance travel platforms by integrating the API to provide users with detailed information about nearby golf courses, facilitating seamless trip planning for golf-centric vacations.

    Event management for golf tournaments: Streamline golf tournament planning by leveraging the API to gather detailed information on potential venues, helping organizers make informed decisions.

    Golf Course Reviews and Ratings Platform: Create an application where users can review and rate golf courses, providing a valuable resource for others seeking the best golf experiences.

    Golf Course Comparison Tool: Develop a tool that allows users to compare various golf courses based on a variety of criteria, such as facilities, level of difficulty, and user ratings.

     

 

Are there any limitations to your plans?

Besides the number of API calls per month, there are no other limitations. 

API Documentation

Endpoints


To use this endpoint you must indicate the name of a Scottish Golf course in the parameter.



                                                                            
GET https://zylalabs.com/api/3183/scottish+golf+courses+api/3392/search+scottish+golf+courses+by+name
                                                                            
                                                                        

Search Scottish golf courses by name - Endpoint Features
Object Description
filter[courseName] [Required] Must indicate the name of an example golf course: Strathmore Rannaleroch
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"courses":[{"courseName":"Hermann Park Golf Course","address1":"2155 North MacGregor Way","city":"Houston","state":"Texas","country":"USA","telephone":"7135260077","email":"[email protected]","ratings":"[]","latitude":"29.7135530","longitude":"-95.3840300"}],"rowCount":1,"total":1,"success":true}
                                                                                                                                                                                                                    
                                                                                                    

Search Scottish golf courses by name - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/3183/scottish+golf+courses+api/3392/search+scottish+golf+courses+by+name?filter[courseName]=Strathmore Rannaleroch' --header 'Authorization: Bearer YOUR_API_KEY' 

    

To use this endpoint you must indicate a radius, latitude and longitude in the parameters.



                                                                            
GET https://zylalabs.com/api/3183/scottish+golf+courses+api/3393/golf+courses+by+coordinates
                                                                            
                                                                        

Golf courses by coordinates - Endpoint Features
Object Description
radius [Required] You must indicate a radius value example: 10
latitude [Required] You must indicate a latitude for example: 56.57285229115576.
longitude [Required] You must indicate a length for example: -3.3363180468812828.
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"courses":[{"courseName":"Houston Country Club","address1":"","city":"Houston","state":"Mississippi","country":"USA","ratings":"[]","latitude":"29.7621530","longitude":"-95.4896720"},{"courseName":"Sharpstown Park Golf Course","address1":"","city":"Houston","state":"Texas","country":"USA","ratings":"[]","latitude":"29.7073960","longitude":"-95.5316250"},{"courseName":"BraeBurn Country Club","address1":"8101 Bissonnet","city":"Houston","state":"Texas","country":"USA","telephone":"7137748788","email":"[email protected]","ratings":"[]","latitude":"29.6767640","longitude":"-95.5205750"},{"courseName":"River Oaks Country Club","address1":"1600 River Oaks Blvd.","city":"Houston","state":"Texas","country":"USA","telephone":"7135294321","email":"[email protected]","ratings":"[]","latitude":"29.7531290","longitude":"-95.4259020"},{"courseName":"Westwood Golf Club","address1":"825 Commonwealth Avenue","city":"West Mifflin","state":"Pennsylvania","country":"USA","telephone":"4124629555","ratings":"[]","latitude":"29.6830680","longitude":"-95.5462600"},{"courseName":"Westwood Golf Club","address1":"1350 W State Road 56","city":"Scottsburg","state":"Indiana","country":"USA","telephone":"8127523233","ratings":"[]","latitude":"29.6830680","longitude":"-95.5462600"},{"courseName":"Westwood Golf Club","address1":"850 Kings Highway","city":"Woodbury","state":"New Jersey","country":"USA","telephone":"8568452000","email":"[email protected]","ratings":"[]","latitude":"29.6830680","longitude":"-95.5462600"},{"courseName":"Westwood Golf Club","address1":"8888 Country Creek Dr","city":"Houston","state":"Texas","country":"USA","telephone":"7137743011","email":"[email protected]","ratings":"[]","latitude":"29.6830680","longitude":"-95.5462600"},{"courseName":"Westwood Golf Club (New Castle)","address1":"1742 W Country Club Dr","city":"New Castle","state":"Indiana","country":"USA","telephone":"7655291300","ratings":"[]","latitude":"29.6830680","longitude":"-95.5462600"},{"courseName":"Hermann Park Golf Course","address1":"2155 North MacGregor Way","city":"Houston","state":"Texas","country":"USA","telephone":"7135260077","email":"[email protected]","ratings":"[]","latitude":"29.7135530","longitude":"-95.3840300"}],"rowCount":10,"total":26,"radius":"10 miles","success":true}
                                                                                                                                                                                                                    
                                                                                                    

Golf courses by coordinates - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/3183/scottish+golf+courses+api/3393/golf+courses+by+coordinates?radius=10&latitude=56.57285229115576&longitude=-3.3363180468812828' --header 'Authorization: Bearer YOUR_API_KEY' 

    

To use this endpoint you must indicate a state or province in the parameter.



                                                                            
GET https://zylalabs.com/api/3183/scottish+golf+courses+api/3455/golf+clubs+by+state+or+province
                                                                            
                                                                        

Golf clubs by state or province - Endpoint Features
Object Description
filter[state] [Required] You must indicate a state or province of Scotland.
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"courses":[{"courseName":"Bishopshire Golf Club","address1":"Woodmarch","city":"Kinross","state":"Perth and Kinross","country":"SCO","telephone":"01592773224","email":"[email protected]","ratings":"[]","latitude":"56.2085530","longitude":"-3.3260320"},{"courseName":"Blair Atholl","address1":"Invertilt Road","city":"Pitlochry","state":"Perth and Kinross","country":"SCO","ratings":"[]","latitude":"-25.9059620","longitude":"27.9199330"},{"courseName":"Comrie","address1":"Comrie Golf Clubhouse","city":"Perth","state":"Perth and Kinross","country":"SCO","telephone":"01764670055","ratings":"[]","latitude":"56.3784540","longitude":"-3.9861340"},{"courseName":"Dunkeld & Birnam","address1":"Dunkeld & Birnam Golf Club","city":"Perth","state":"Perth and Kinross","country":"SCO","ratings":"[]","latitude":"56.5701450","longitude":"-3.5757410"},{"courseName":"Glenalmond College","address1":"Glenalmond","city":"Perth","state":"Perth and Kinross","country":"SCO","ratings":"[]","latitude":"56.4310260","longitude":"-3.6729590"},{"courseName":"Gleneagles Queen's","address1":"The Gleneagles Hotel","city":"Auchterarder","state":"Perth and Kinross","country":"SCO","ratings":"[]","latitude":"33.0310850","longitude":"-96.8082770"},{"courseName":"Kenmore","address1":"Mains of Taymouth Country Estate and Golf Course","city":"Kenmore","state":"Perth and Kinross","country":"SCO","ratings":"[]","latitude":"56.5888850","longitude":"-4.0014970"},{"courseName":"North Inch","address1":"North Inch Golf Course","city":"Perth","state":"Perth and Kinross","country":"SCO","ratings":"[]","latitude":"56.4042630","longitude":"-3.4319940"},{"courseName":"St Fillans","address1":"St. Fillans","city":"Crieff","state":"Perth and Kinross","country":"SCO","ratings":"[]","latitude":"56.3909030","longitude":"-4.1074620"},{"courseName":"Strathmore Rannaleroch","address1":"Strathmore Golf Centre Ltd","city":"Alyth, Blairgowrie","state":"Perth and Kinross","country":"SCO","ratings":"[]","latitude":"56.6015070","longitude":"-3.2196750"}],"rowCount":10,"total":10,"success":true}
                                                                                                                                                                                                                    
                                                                                                    

Golf clubs by state or province - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/3183/scottish+golf+courses+api/3455/golf+clubs+by+state+or+province?filter[state]=Perth and Kinross' --header 'Authorization: Bearer YOUR_API_KEY' 

    

To use this endpoint you must indicate the name of a city in the parameter.



                                                                            
GET https://zylalabs.com/api/3183/scottish+golf+courses+api/3688/golf+clubs+by+city
                                                                            
                                                                        

Golf Clubs by city - Endpoint Features
Object Description
filter[city] [Required] Indicates a city
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"courses":[{"courseName":"Aberdeen Country Club","address1":"200 Club Park Drive","city":"Aberdeen","state":"Mississippi","country":"USA","telephone":"6623696251","ratings":"[]","latitude":"33.9211000","longitude":"-78.7195220"},{"courseName":"Aberdeen Golf Club","address1":"","city":"Aberdeen","state":"New South Wales","country":"AUS","ratings":"[]","latitude":"38.5349150","longitude":"-90.6165760"},{"courseName":"Balnagask","address1":"Nigg Bay","city":"Aberdeen","state":"Aberdeen City","country":"SCO","ratings":"[]","latitude":"57.1398400","longitude":"-2.0682430"},{"courseName":"Beechtree Golf Club","address1":"811 South Stepney Rd.","city":"Aberdeen","state":"Maryland","country":"USA","telephone":"4102979700","ratings":"[]","latitude":"37.1876870","longitude":"127.4031290"},{"courseName":"Devenick","address1":"South Deeside Road","city":"Aberdeen","state":"Aberdeenshire","country":"SCO","ratings":"[]"},{"courseName":"Exton Golf Course","address1":"Bldg. E1260","city":"Aberdeen Proving Ground","state":"Maryland","country":"USA","telephone":"4102784794","ratings":"[]","latitude":"39.4114110","longitude":"-76.2929940"},{"courseName":"Grays Harbor Country Club","address1":"5300 Central Park Drive","city":"Aberdeen","state":"Washington","country":"USA","telephone":"3605321931","ratings":"[]","latitude":"46.9644720","longitude":"-123.7301550"},{"courseName":"Hazard Creek Golf Course","address1":"419 E. Bingham St","city":"Aberdeen","state":"Idaho","country":"USA","telephone":"2083975308","email":"[email protected]","ratings":"[]","latitude":"42.9495720","longitude":"-112.8325480"},{"courseName":"Kings Links","address1":"22 Golf Road","city":"Aberdeen","state":"Aberdeenshire","country":"SCO","telephone":"01224632269","ratings":"[]","latitude":"49.0640060","longitude":"-123.0211760"},{"courseName":"LEE PARK GC","address1":"","city":"ABERDEEN","state":"South Dakota","country":"USA","ratings":"[]","latitude":"45.4772050","longitude":"-98.5053550"}],"rowCount":10,"total":17,"success":true}
                                                                                                                                                                                                                    
                                                                                                    

Golf Clubs by city - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/3183/scottish+golf+courses+api/3688/golf+clubs+by+city?filter[city]=Aberdeen' --header 'Authorization: Bearer YOUR_API_KEY' 

    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Scottish Golf Courses API REST API, simply include your bearer token in the Authorization header.

Headers

Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.


Simple Transparent Pricing

No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.

πŸš€ Enterprise
Starts at $10,000/Year

  • Custom Volume
  • Dedicated account manager
  • Service-level agreement (SLA)

Customer favorite features

  • βœ”οΈŽ Only Pay for Successful Requests
  • βœ”οΈŽ Free 7-Day Trial
  • βœ”οΈŽ Multi-Language Support
  • βœ”οΈŽ One API Key, All APIs.
  • βœ”οΈŽ Intuitive Dashboard
  • βœ”οΈŽ Comprehensive Error Handling
  • βœ”οΈŽ Developer-Friendly Docs
  • βœ”οΈŽ Postman Integration
  • βœ”οΈŽ Secure HTTPS Connections
  • βœ”οΈŽ Reliable Uptime

To use this API, users must indicate the name of a golf course or indicate coordinates.

The Scottish Golf Courses API is a powerful tool designed to provide detailed information about golf courses based on either course names or geographic coordinates.

There are different plans suits everyone including a free trial for small amount of requests, but it’s rate is limit to prevent abuse of the service.

Zyla provides a wide range of integration methods for almost all programming languages. You can use these codes to integrate with your project as you need.

Sure, you can use it and pay only when you use it. The credit can’t be expired.

Zyla API Hub is, in other words, an API MarketPlace. An all-in-one solution for your developing needs. You will be accessing our extended list of APIs with only your user. Also, you won't need to worry about storing API keys, only one API key for all our products is needed.

Prices are listed in USD. We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world’s most reliable payment companies. If you have any trouble with paying by card, just contact us at [email protected]

Sometimes depending on the bank's fraud protection settings, a bank will decline the validation charge we make when we attempt to be sure a card is valid. We recommend first contacting your bank to see if they are blocking our charges. If more help is needed, please contact [email protected] and our team will investigate further

Prices are based on a recurring monthly subscription depending on the plan selected β€” plus overage fees applied when a developer exceeds a plan’s quota limits. In this example, you'll see the base plan amount as well as a quota limit of API requests. Be sure to notice the overage fee because you will be charged for each additional request.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

Just go to the pricing page of that API and select the plan that you want to upgrade to. You will only be charged the full amount of that plan, but you will be enjoying the features that the plan offers right away.

Yes, absolutely. If you want to cancel your plan, simply go to your account and cancel on the Billing page. Upgrades, downgrades, and cancellations are immediate.

You can contact us through our chat channel to receive immediate assistance. We are always online from 9 am to 6 pm (GMT+1). If you reach us after that time, we will be in contact when we are back. Also you can contact us via email to [email protected]

 Service Level
100%
 Response Time
163ms

Category:


Tags:


Related APIs