Golf Courses Europe API

The Golf Courses Europe API offers comprehensive, up-to-date information about European golf courses, aiding developers and enthusiasts alike.

About the API:  

The Golf Courses Europe API is a comprehensive and dynamic digital tool that offers a treasure trove of information on golf courses located across the European continent. Designed to satisfy users, golf enthusiasts, travelers, developers, this API provides an avenue to access a wide range of golf course details, facilitating informed decision making and the seamless integration of golf-related information into various applications and services.

In essence, the Golf Courses Europe API has an extensive database covering an impressive collection of golf courses from various European countries. The API covers a wide geographical scope, allowing users to explore golf courses such as France, Germany, Italy, the Netherlands and many more. This geographic diversity ensures that users can access golf course information that matches their geographic preferences and interests.

The API provides a plethora of essential data about each golf course. Users can obtain crucial details such as the name of the course, its website, reviews, opening hours and more.

One of the most outstanding features of the Golf Courses Europe API is its accessibility and ease of integration. With a user-friendly design, the API makes it easy for users to incorporate golf course details into websites, mobile apps, travel platforms, etc. Whether creating an interactive map showing the best golf courses in Europe or developing a mobile app to help golfers find nearby courses, the API's simplicity ensures a seamless integration process.

In conclusion, the Golf Courses Europe API stands as a powerful tool for anyone seeking in-depth knowledge of golf courses across Europe. With its extensive coverage, comprehensive data points and easy-to-use integration capabilities, the API opens the door to a world of possibilities for developers, golf enthusiasts and businesses in the golf industry. Whether for trip planning, research or enhancing golf-related applications, the API's capabilities are poised to enhance the golf experience for individuals and businesses alike, making it an indispensable asset in the golf and technology space.

 

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 applications: Integrate the API into mobile applications that help users discover nearby golf courses, view course details and plan their rounds.

  2. Travel planning websites: Enhance travel platforms by providing users with information on popular golf destinations, allowing them to choose courses that suit their preferences.

  3. Golf course comparison: Create tools that allow golfers to compare different courses based on course scores.

  4. Golfer community forums: Incorporate the API into forums where golfers can share recommendations, discuss courses and provide feedback on their experiences.

  5. Booking: Integrate the API with booking platforms to allow users to book tee times and manage their golf schedules.


Are there any limitations to your plans?

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

API Documentation

Endpoints


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



                                                                            
GET https://zylalabs.com/api/2524/golf+courses+europe+api/3694/get+golf+courses+by+name
                                                                            
                                                                        

Get golf courses by name - Endpoint Features

Object Description
filter[courseName] [Required] Must indicate the name of an example golf course: ASOCIACIร“N LA CIMA CLUB DE GOLF
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"message":"No courses found","data":[],"success":false}
                                                                                                                                                                                                                    
                                                                                                    

Get golf courses by name - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/2524/golf+courses+europe+api/3694/get+golf+courses+by+name?filter[courseName]=Walmley' --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/2524/golf+courses+europe+api/3695/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: 4.6966892793534605.
longitude [Required] You must indicate a length for example: -73.97660476004988.
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"courses":[{"courseName":"Walmley","address1":"Brooks Road","city":"Sutton Coldfield","state":"Warwickshire","country":"ENG","ratings":"[]","latitude":"52.5402530","longitude":"-1.8206130"},{"courseName":"Pype Hayes Golf Course","address1":"Eachelhurst Road","city":"Birmingham","state":"Warwickshire","country":"ENG","ratings":"[]","latitude":"52.5307810","longitude":"-1.8014270"},{"courseName":"Boldmere Golf Course","address1":"Monmouth Drive","city":"Sutton Coldfield","state":"Warwickshire","country":"ENG","ratings":"[]","latitude":"52.5592140","longitude":"-1.8578500"},{"courseName":"Moor Hall","address1":"Moor Hall Drive","city":"Sutton Coldfield","state":"Warwickshire","country":"ENG","ratings":"[]","latitude":"52.5844310","longitude":"-1.8077000"},{"courseName":"Sutton Coldfield","address1":"Thornhill Road","city":"Sutton Coldfield, West Midlands","state":"Warwickshire","country":"ENG","ratings":"[]","latitude":"52.5816060","longitude":"-1.8746120"},{"courseName":"Brabazon","address1":"Tees Road","city":"Hartlepool,","state":"Durham","country":"ENG","ratings":"[]","latitude":"52.5553450","longitude":"-1.7342350"},{"courseName":"The Belfry (Brabazon)","address1":"Wishaw","city":"West Midlands","state":"Warwickshire","country":"ENG","ratings":"[]","latitude":"52.5553450","longitude":"-1.7342350"},{"courseName":"The Brabazon","address1":"Lichfield Road","city":"West Midlands","state":"Warwickshire","country":"ENG","ratings":"[]","latitude":"52.5553450","longitude":"-1.7342350"},{"courseName":"Aston Wood","address1":"Blake Street","city":"Sutton Coldfield","state":"Staffordshire","country":"ENG","ratings":"[]","latitude":"52.6058030","longitude":"-1.8517880"},{"courseName":"Lea Marston Hotel & Leisure Complex","address1":"Haunch Lane","city":"Sutton Coldfield","state":"Warwickshire","country":"ENG","ratings":"[]","latitude":"52.5453410","longitude":"-1.7069400"}],"rowCount":10,"total":38,"radius":"10 miles","success":true}
                                                                                                                                                                                                                    
                                                                                                    

Golf courses by coordinates - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/2524/golf+courses+europe+api/3695/golf+courses+by+coordinates?radius=10&latitude=52.5402530&longitude=-1.8206130' --header 'Authorization: Bearer YOUR_API_KEY' 

    

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

To obtain the number of golf courses to receive per page you must indicate a value in the per page parameter.

In this case each page will have 10 results.

example = 10

To indicate the page number you must indicate a value in the parameter page.

example = 2



                                                                            
GET https://zylalabs.com/api/2524/golf+courses+europe+api/3696/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 Europe
per_page [Required] Number of results
page [Required] Page to display
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"message":"No courses found","data":[],"success":false}
                                                                                                                                                                                                                    
                                                                                                    

Golf clubs by state or province - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/2524/golf+courses+europe+api/3696/golf+clubs+by+state+or+province?filter[state]=Warwickshire&per_page=10&page=2' --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/2524/golf+courses+europe+api/3697/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":"18 Mile Creek GC","address1":"6374 Boston State Rd.","city":"Hamburg","state":"New York","country":"USA","telephone":"7166484410","ratings":"[]","latitude":"42.7138850","longitude":"-78.8130660"},{"courseName":"Ballyowen Golf Club","address1":"105-137 Wheatsworth Rd.","city":"Hamburg","state":"New Jersey","country":"USA","telephone":"9738275996","ratings":"[]","latitude":"41.1350900","longitude":"-74.5835740","website":"","holes":18,"lengthFormat":"Y","scorecard":"[{\"1\": \"4\", \"2\": \"4\", \"3\": \"5\", \"4\": \"3\", \"5\": \"5\", \"6\": \"3\", \"7\": \"4\", \"8\": \"4\", \"9\": \"4\", \"Out\": \"36\", \"Hole:\": \"Par:\"}, {\"1\": \"378\", \"2\": \"342\", \"3\": \"567\", \"4\": \"196\", \"5\": \"560\", \"6\": \"203\", \"7\": \"473\", \"8\": \"420\", \"9\": \"423\", \"Out\": \"3562\", \"Hole:\": \"Black:\"}, {\"1\": \"351\", \"2\": \"312\", \"3\": \"546\", \"4\": \"180\", \"5\": \"530\", \"6\": \"174\", \"7\": \"384\", \"8\": \"395\", \"9\": \"393\", \"Out\": \"3265\", \"Hole:\": \"Gold:\"}, {\"1\": \"328\", \"2\": \"282\", \"3\": \"505\", \"4\": \"159\", \"5\": \"509\", \"6\": \"159\", \"7\": \"347\", \"8\": \"374\", \"9\": \"364\", \"Out\": \"3027\", \"Hole:\": \"Blue:\"}, {\"1\": \"293\", \"2\": \"271\", \"3\": \"457\", \"4\": \"150\", \"5\": \"459\", \"6\": \"122\", \"7\": \"321\", \"8\": \"330\", \"9\": \"324\", \"Out\": \"2727\", \"Hole:\": \"White:\"}, {\"1\": \"13\", \"2\": \"11\", \"3\": \"3\", \"4\": \"17\", \"5\": \"5\", \"6\": \"15\", \"7\": \"1\", \"8\": \"7\", \"9\": \"9\", \"Out\": \"\", \"Hole:\": \"Handicap:\"}, {\"10\": \"5\", \"11\": \"3\", \"12\": \"4\", \"13\": \"4\", \"14\": \"4\", \"15\": \"3\", \"16\": \"4\", \"17\": \"5\", \"18\": \"4\", \"In\": \"36\", \"Hole:\": \"Par:\", \"Total\": \"72\"}, {\"10\": \"513\", \"11\": \"195\", \"12\": \"350\", \"13\": \"395\", \"14\": \"480\", \"15\": \"212\", \"16\": \"451\", \"17\": \"520\", \"18\": \"416\", \"In\": \"3532\", \"Hole:\": \"Black:\", \"Total\": \"7094\"}, {\"10\": \"482\", \"11\": \"161\", \"12\": \"328\", \"13\": \"360\", \"14\": \"448\", \"15\": \"167\", \"16\": \"420\", \"17\": \"490\", \"18\": \"387\", \"In\": \"3243\", \"Hole:\": \"Gold:\", \"Total\": \"6508\"}, {\"10\": \"460\", \"11\": \"140\", \"12\": \"315\", \"13\": \"338\", \"14\": \"409\", \"15\": \"143\", \"16\": \"394\", \"17\": \"475\", \"18\": \"365\", \"In\": \"3039\", \"Hole:\": \"Blue:\", \"Total\": \"6066\"}, {\"10\": \"446\", \"11\": \"109\", \"12\": \"286\", \"13\": \"321\", \"14\": \"394\", \"15\": \"111\", \"16\": \"374\", \"17\": \"425\", \"18\": \"338\", \"In\": \"2804\", \"Hole:\": \"White:\", \"Total\": \"5531\"}, {\"10\": \"12\", \"11\": \"18\", \"12\": \"14\", \"13\": \"8\", \"14\": \"4\", \"15\": \"16\", \"16\": \"2\", \"17\": \"10\", \"18\": \"6\", \"In\": \"\", \"Hole:\": \"Handicap:\", \"Total\": \"\"}]","teeBoxes":"[{\"name\": \"Black\", \"slope\": \"134\", \"rating\": \"74.1\"}, {\"name\": \"Gold\", \"slope\": \"130\", \"rating\": \"71.5\"}, {\"name\": \"Blue\", \"slope\": \"122\", \"rating\": \"70\"}, {\"name\": \"White\", \"slope\": \"105\", \"rating\": \"65.9\"}]"},{"courseName":"Brierwood Country Club","address1":"5324 Rogers Rd.","city":"Hamburg","state":"New York","country":"USA","telephone":"716-648-7034","latitude":"42.7414470","longitude":"-78.8777920","website":"","holes":18,"lengthFormat":"Y","scorecard":"[{\"1\": \"4\", \"2\": \"4\", \"3\": \"3\", \"4\": \"4\", \"5\": \"5\", \"6\": \"3\", \"7\": \"5\", \"8\": \"4\", \"9\": \"4\", \"Out\": \"36\", \"Hole:\": \"Par:\"}, {\"1\": \"393\", \"2\": \"375\", \"3\": \"215\", \"4\": \"367\", \"5\": \"556\", \"6\": \"158\", \"7\": \"547\", \"8\": \"373\", \"9\": \"397\", \"Out\": \"3381\", \"Hole:\": \"Gold:\"}, {\"1\": \"0\", \"2\": \"0\", \"3\": \"0\", \"4\": \"0\", \"5\": \"0\", \"6\": \"0\", \"7\": \"0\", \"8\": \"0\", \"9\": \"0\", \"Out\": \"0\", \"Hole:\": \"white:\"}, {\"1\": \"9\", \"2\": \"3\", \"3\": \"15\", \"4\": \"13\", \"5\": \"1\", \"6\": \"17\", \"7\": \"5\", \"8\": \"11\", \"9\": \"7\", \"Out\": \"\", \"Hole:\": \"Handicap:\"}, {\"10\": \"4\", \"11\": \"3\", \"12\": \"4\", \"13\": \"4\", \"14\": \"5\", \"15\": \"3\", \"16\": \"4\", \"17\": \"5\", \"18\": \"4\", \"In\": \"36\", \"Hole:\": \"Par:\", \"Total\": \"72\"}, {\"10\": \"387\", \"11\": \"167\", \"12\": \"333\", \"13\": \"378\", \"14\": \"535\", \"15\": \"151\", \"16\": \"366\", \"17\": \"503\", \"18\": \"372\", \"In\": \"3192\", \"Hole:\": \"Gold:\", \"Total\": \"6573\"}, {\"10\": \"0\", \"11\": \"0\", \"12\": \"0\", \"13\": \"0\", \"14\": \"0\", \"15\": \"0\", \"16\": \"0\", \"17\": \"0\", \"18\": \"0\", \"In\": \"0\", \"Hole:\": \"white:\", \"Total\": \"6341\"}, {\"10\": \"6\", \"11\": \"14\", \"12\": \"16\", \"13\": \"8\", \"14\": \"2\", \"15\": \"18\", \"16\": \"12\", \"17\": \"4\", \"18\": \"10\", \"In\": \"\", \"Hole:\": \"Handicap:\", \"Total\": \"\"}]","teeBoxes":"[{\"name\": \"Gold\", \"slope\": \"125\", \"rating\": \"71.4\"}, {\"name\": \"white\", \"slope\": \"128\", \"rating\": \"70.2\"}]"},{"courseName":"Cascades Golf Course","address1":"P.O. Box 35","city":"Hamburg","state":"New Jersey","country":"USA","telephone":"9738271444","ratings":"[]","latitude":"42.2240530","longitude":"-84.4466890"},{"courseName":"Cloverbank Country Club","address1":"5324 Rogers Road","city":"Hamburg","state":"New York","country":"USA","telephone":"7166487034","ratings":"[]","latitude":"42.7415100","longitude":"-78.8797100"},{"courseName":"Crystal Springs Golf Club","address1":"1 Wild Turkey Way","city":"Hamburg","state":"New Jersey","country":"USA","telephone":"9738275996","ratings":"[]","latitude":"39.9628580","longitude":"-82.1707490"},{"courseName":"Hamburg Golf Course","address1":"","city":"Hamburg","state":"New York","country":"USA","telephone":"648-0126","latitude":"42.7158930","longitude":"-78.8294750","website":"","holes":18,"lengthFormat":"Y","scorecard":"[{\"1\": \"4\", \"2\": \"3\", \"3\": \"5\", \"4\": \"3\", \"5\": \"4\", \"6\": \"4\", \"7\": \"4\", \"8\": \"4\", \"9\": \"4\", \"Out\": \"35\", \"Hole:\": \"Par:\"}, {\"1\": \"0\", \"2\": \"0\", \"3\": \"0\", \"4\": \"0\", \"5\": \"0\", \"6\": \"0\", \"7\": \"0\", \"8\": \"0\", \"9\": \"0\", \"Out\": \"0\", \"Hole:\": \"white:\"}, {\"1\": \"0\", \"2\": \"0\", \"3\": \"0\", \"4\": \"0\", \"5\": \"0\", \"6\": \"0\", \"7\": \"0\", \"8\": \"0\", \"9\": \"0\", \"Out\": \"\", \"Hole:\": \"Handicap:\"}, {\"10\": \"4\", \"11\": \"3\", \"12\": \"5\", \"13\": \"4\", \"14\": \"3\", \"15\": \"4\", \"16\": \"4\", \"17\": \"4\", \"18\": \"4\", \"In\": \"35\", \"Hole:\": \"Par:\", \"Total\": \"70\"}, {\"10\": \"0\", \"11\": \"0\", \"12\": \"0\", \"13\": \"0\", \"14\": \"0\", \"15\": \"0\", \"16\": \"0\", \"17\": \"0\", \"18\": \"0\", \"In\": \"0\", \"Hole:\": \"white:\", \"Total\": \"5659\"}, {\"10\": \"0\", \"11\": \"0\", \"12\": \"0\", \"13\": \"0\", \"14\": \"0\", \"15\": \"0\", \"16\": \"0\", \"17\": \"0\", \"18\": \"0\", \"In\": \"\", \"Hole:\": \"Handicap:\", \"Total\": \"\"}]","teeBoxes":"[{\"name\": \"white\", \"slope\": \"113\", \"rating\": \"68.5\"}]"},{"courseName":"Wanakah C.C.","address1":"","city":"Hamburg","state":"New York","country":"USA","telephone":"","latitude":"42.7357670","longitude":"-78.9120710","website":"","holes":18,"lengthFormat":"Y","scorecard":"[{\"1\": \"4\", \"2\": \"4\", \"3\": \"5\", \"4\": \"3\", \"5\": \"5\", \"6\": \"4\", \"7\": \"3\", \"8\": \"4\", \"9\": \"4\", \"Out\": \"36\", \"Hole:\": \"Par:\"}, {\"1\": \"392\", \"2\": \"315\", \"3\": \"485\", \"4\": \"172\", \"5\": \"525\", \"6\": \"363\", \"7\": \"195\", \"8\": \"366\", \"9\": \"416\", \"Out\": \"3229\", \"Hole:\": \"Blue:\"}, {\"1\": \"8\", \"2\": \"10\", \"3\": \"6\", \"4\": \"18\", \"5\": \"4\", \"6\": \"12\", \"7\": \"16\", \"8\": \"14\", \"9\": \"2\", \"Out\": \"\", \"Hole:\": \"Handicap:\"}, {\"10\": \"4\", \"11\": \"5\", \"12\": \"3\", \"13\": \"4\", \"14\": \"5\", \"15\": \"3\", \"16\": \"4\", \"17\": \"4\", \"18\": \"4\", \"In\": \"36\", \"Hole:\": \"Par:\", \"Total\": \"72\"}, {\"10\": \"357\", \"11\": \"510\", \"12\": \"144\", \"13\": \"424\", \"14\": \"491\", \"15\": \"179\", \"16\": \"428\", \"17\": \"337\", \"18\": \"403\", \"In\": \"3273\", \"Hole:\": \"Blue:\", \"Total\": \"6502\"}, {\"10\": \"13\", \"11\": \"3\", \"12\": \"17\", \"13\": \"9\", \"14\": \"1\", \"15\": \"15\", \"16\": \"5\", \"17\": \"7\", \"18\": \"11\", \"In\": \"\", \"Hole:\": \"Handicap:\", \"Total\": \"\"}]","teeBoxes":"[{\"name\": \"Blue\", \"slope\": \"129\", \"rating\": \"71.9\"}]"},{"courseName":"Wanakah Country Club","address1":"5161 Lakeshore Rd.","city":"Hamburg","state":"New York","country":"USA","telephone":"7166273472","ratings":"[]","latitude":"42.7380060","longitude":"-78.9090320"},{"courseName":"Wild Turkey","address1":"123 Crystal Springs Road","city":"Hamburg","state":"New Jersey","country":"USA","telephone":"9738275996","ratings":"[]","latitude":"38.0140010","longitude":"-84.9295860","website":"www.crystalgolfresort.com","holes":18,"lengthFormat":"Y","scorecard":"[{\"1\": \"4\", \"2\": \"3\", \"3\": \"5\", \"4\": \"4\", \"5\": \"4\", \"6\": \"4\", \"7\": \"3\", \"8\": \"5\", \"9\": \"4\", \"Out\": \"0\", \"Hole:\": \"Par:\"}, {\"1\": \"411\", \"2\": \"194\", \"3\": \"572\", \"4\": \"463\", \"5\": \"456\", \"6\": \"359\", \"7\": \"208\", \"8\": \"568\", \"9\": \"397\", \"Out\": \"0\", \"Hole:\": \"Black:\"}, {\"1\": \"0\", \"2\": \"0\", \"3\": \"0\", \"4\": \"0\", \"5\": \"0\", \"6\": \"0\", \"7\": \"0\", \"8\": \"0\", \"9\": \"0\", \"Out\": \"0\", \"Hole:\": \"Black updated:\"}, {\"1\": \"387\", \"2\": \"163\", \"3\": \"519\", \"4\": \"431\", \"5\": \"450\", \"6\": \"329\", \"7\": \"181\", \"8\": \"528\", \"9\": \"371\", \"Out\": \"3359\", \"Hole:\": \"Blue:\"}, {\"1\": \"369\", \"2\": \"133\", \"3\": \"485\", \"4\": \"398\", \"5\": \"408\", \"6\": \"293\", \"7\": \"164\", \"8\": \"472\", \"9\": \"351\", \"Out\": \"3073\", \"Hole:\": \"White:\"}, {\"1\": \"286\", \"2\": \"103\", \"3\": \"445\", \"4\": \"322\", \"5\": \"378\", \"6\": \"253\", \"7\": \"119\", \"8\...
                                                                                                                                                                                                                    
                                                                                                    

Golf Clubs by city - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/2524/golf+courses+europe+api/3697/golf+clubs+by+city?filter[city]=Sutton Coldfield' --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 Golf Courses Europe 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

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.

It is an API that provides users with information about golf courses in Europe.

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.

To use this API, users must indicate the name of a golf course along with its zip code.

Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). 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 paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.

The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.

Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]

Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.

API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.

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.

To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.

To check how many API calls you have left for the current month, look at the โ€˜X-Zyla-API-Calls-Monthly-Remainingโ€™ header. For example, if your plan allows 1000 requests per month and you've used 100, this header will show 900.

To see the maximum number of API requests your plan allows, check the โ€˜X-Zyla-RateLimit-Limitโ€™ header. For instance, if your plan includes 1000 requests per month, this header will display 1000.

The โ€˜X-Zyla-RateLimit-Resetโ€™ header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3600, it means 3600 seconds are left until the limit resets.

Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.

You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

To let you experience our APIs without any commitment, we offer a 7-day free trial that allows you to make API calls at no cost during this period. Please note that you can only use this trial once, so make sure to use it with the API that interests you the most. Most of our APIs provide a free trial, but some may not support it.

After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, itโ€™s important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.

When you subscribe to an API trial, you can make only 25% of the calls allowed by that plan. For example, if the API plan offers 1000 calls, you can make only 250 during the trial. To access the full number of calls offered by the plan, you will need to subscribe to the full plan.

 Service Level
100%
 Response Time
337ms

Category:


Related APIs


You might also like