Golf Courses USA API

API ID 2521

The Golf Courses USA API offers comprehensive data for golf courses, enabling course discovery, booking, reviews, analytics, virtual tours, and more.

100% uptime 1,053 ms avg response

API Documentation

Endpoints

Request

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

Endpoint ID: 2509
GET https://zylalabs.com/api/2521/golf+courses+usa+api/2509/get+golf+course+data
INPUT PARAMETERS

Get Golf course data — Endpoint Features

Object Description
filter[courseName] Required

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

filter[courseName]
API EXAMPLE RESPONSE
JSON
{"courses":[{"courseName":"Cypress Point Club","address1":"3150 17 Mile Drive","city":"Pebble Beach","state":"California","country":"USA","ratings":"[]","latitude":"36.5806750","longitude":"-121.9733480"},{"courseName":"Cypress Point Country Club","address1":"5340 Club Head Road","city":"Virginia Beach","state":"Virginia","country":"USA","telephone":"7574908822","ratings":"[]","latitude":"36.8771930","longitude":"-76.1644930","website":"www.golfhamptonroads.net","holes":18,"lengthFormat":"Y","scorecard":"[{\"1\": \"4\", \"2\": \"5\", \"3\": \"3\", \"4\": \"5\", \"5\": \"3\", \"6\": \"4\", \"7\": \"4\", \"8\": \"5\", \"9\": \"3\", \"Out\": \"36\", \"Hole:\": \"Par:\"}, {\"1\": \"331\", \"2\": \"536\", \"3\": \"149\", \"4\": \"530\", \"5\": \"168\", \"6\": \"438\", \"7\": \"437\", \"8\": \"508\", \"9\": \"161\", \"Out\": \"3258\", \"Hole:\": \"Blue:\"}, {\"1\": \"321\", \"2\": \"507\", \"3\": \"142\", \"4\": \"505\", \"5\": \"162\", \"6\": \"410\", \"7\": \"416\", \"8\": \"500\", \"9\": \"157\", \"Out\": \"3120\", \"Hole:\": \"White:\"}, {\"1\": \"300\", \"2\": \"487\", \"3\": \"120\", \"4\": \"473\", \"5\": \"122\", \"6\": \"353\", \"7\": \"384\", \"8\": \"432\", \"9\": \"124\", \"Out\": \"2795\", \"Hole:\": \"Gold:\"}, {\"1\": \"266\", \"2\": \"483\", \"3\": \"85\", \"4\": \"442\", \"5\": \"109\", \"6\": \"338\", \"7\": \"336\", \"8\": \"432\", \"9\": \"97\", \"Out\": \"2795\", \"Hole:\": \"Red:\"}, {\"1\": \"0\", \"2\": \"0\", \"3\": \"0\", \"4\": \"0\", \"5\": \"0\", \"6\": \"0\", \"7\": \"0\", \"8\": \"0\", \"9\": \"0\", \"Out\": \"0\", \"Hole:\": \"Black:\"}, {\"1\": \"11\", \"2\": \"7\", \"3\": \"17\", \"4\": \"5\", \"5\": \"13\", \"6\": \"3\", \"7\": \"1\", \"8\": \"9\", \"9\": \"15\", \"Out\": \"\", \"Hole:\": \"Handicap:\"}, {\"10\": \"4\", \"11\": \"3\", \"12\": \"4\", \"13\": \"4\", \"14\": \"5\", \"15\": \"4\", \"16\": \"4\", \"17\": \"3\", \"18\": \"5\", \"In\": \"36\", \"Hole:\": \"Par:\", \"Total\": \"72\"}, {\"10\": \"428\", \"11\": \"198\", \"12\": \"413\", \"13\": \"333\", \"14\": \"537\", \"15\": \"384\", \"16\": \"317\", \"17\": \"157\", \"18\": \"516\", \"In\": \"3283\", \"Hole:\": \"Blue:\", \"Total\": \"6541\"}, {\"10\": \"398\", \"11\": \"157\", \"12\": \"381\", \"13\": \"330\", \"14\": \"511\", \"15\": \"365\", \"16\": \"295\", \"17\": \"144\", \"18\": \"509\", \"In\": \"3090\", \"Hole:\": \"White:\", \"Total\": \"6210\"}, {\"10\": \"376\", \"11\": \"157\", \"12\": \"349\", \"13\": \"287\", \"14\": \"486\", \"15\": \"335\", \"16\": \"248\", \"17\": \"110\", \"18\": \"470\", \"In\": \"2786\", \"Hole:\": \"Gold:\", \"Total\": \"5581\"}, {\"10\": \"350\", \"11\": \"123\", \"12\": \"324\", \"13\": \"275\", \"14\": \"445\", \"15\": \"325\", \"16\": \"241\", \"17\": \"98\", \"18\": \"468\", \"In\": \"2649\", \"Hole:\": \"Red:\", \"Total\": \"5237\"}, {\"10\": \"0\", \"11\": \"0\", \"12\": \"0\", \"13\": \"0\", \"14\": \"0\", \"15\": \"0\", \"16\": \"0\", \"17\": \"0\", \"18\": \"0\", \"In\": \"0\", \"Hole:\": \"Black:\", \"Total\": \"0\"}, {\"10\": \"2\", \"11\": \"16\", \"12\": \"8\", \"13\": \"18\", \"14\": \"4\", \"15\": \"10\", \"16\": \"6\", \"17\": \"14\", \"18\": \"12\", \"In\": \"\", \"Hole:\": \"Handicap:\", \"Total\": \"\"}]","teeBoxes":"[{\"name\": \"Blue\", \"slope\": \"124\", \"rating\": \"71.1\"}, {\"name\": \"White\", \"slope\": \"118\", \"rating\": \"69\"}, {\"name\": \"Gold\", \"slope\": \"115\", \"rating\": \"67.2\"}, {\"name\": \"Red\", \"slope\": \"113\", \"rating\": \"70\"}, {\"name\": \"Black\", \"slope\": \"110\", \"rating\": \"66.1\"}]"}],"currentPage":1,"perPage":10,"rowCount":2,"total":2,"success":true}
Get Golf course data — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/2521/golf+courses+usa+api/2509/get+golf+course+data?filter[courseName]=Cypress Point' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request

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

Endpoint ID: 2510
GET https://zylalabs.com/api/2521/golf+courses+usa+api/2510/golf+courses+by+coordinates
INPUT PARAMETERS

Golf courses by coordinates — Endpoint Features

Object Description
radius Required Indicates a radius
latitude Required Indicates a latitude
longitude Required Indicates a longitude
page Required Indicates a pagination

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

radius
latitude
longitude
page
API EXAMPLE RESPONSE
JSON
{"courses":[{"courseName":"Little Mill Country Club","address1":"104 Borton Rd.","city":"Marlton","state":"New Jersey","country":"USA","telephone":"856 767 0559","latitude":"39.8282130","longitude":"-74.8757930","website":"","holes":18,"lengthFormat":"Y","scorecard":"[]","teeBoxes":"[]"},{"courseName":"Links Golf Course at Kings Grant","address1":"100 Majestic Way","city":"Marlton","state":"New Jersey","country":"USA","telephone":"8569832000","latitude":"39.8445010","longitude":"-74.8796010","website":"www.LINKSGC.COM","holes":18,"lengthFormat":"Y","scorecard":"[{\"1\": \"0\", \"2\": \"0\", \"3\": \"0\", \"4\": \"0\", \"5\": \"0\", \"6\": \"0\", \"7\": \"0\", \"8\": \"0\", \"9\": \"0\", \"Out\": \"0\", \"Hole:\": \"Par:\"}, {\"1\": \"0\", \"2\": \"0\", \"3\": \"0\", \"4\": \"0\", \"5\": \"0\", \"6\": \"0\", \"7\": \"0\", \"8\": \"0\", \"9\": \"0\", \"Out\": \"0\", \"Hole:\": \"grey combo:\"}, {\"1\": \"0\", \"2\": \"0\", \"3\": \"0\", \"4\": \"0\", \"5\": \"0\", \"6\": \"0\", \"7\": \"0\", \"8\": \"0\", \"9\": \"0\", \"Out\": \"0\", \"Hole:\": \"Gold:\"}, {\"1\": \"0\", \"2\": \"0\", \"3\": \"0\", \"4\": \"0\", \"5\": \"0\", \"6\": \"0\", \"7\": \"0\", \"8\": \"0\", \"9\": \"0\", \"Out\": \"\", \"Hole:\": \"Handicap:\"}, {\"10\": \"0\", \"11\": \"0\", \"12\": \"0\", \"13\": \"0\", \"14\": \"0\", \"15\": \"0\", \"16\": \"0\", \"17\": \"0\", \"18\": \"0\", \"In\": \"0\", \"Hole:\": \"Par:\", \"Total\": \"72\"}, {\"10\": \"0\", \"11\": \"0\", \"12\": \"0\", \"13\": \"0\", \"14\": \"0\", \"15\": \"0\", \"16\": \"0\", \"17\": \"0\", \"18\": \"0\", \"In\": \"0\", \"Hole:\": \"grey combo:\", \"Total\": \"5970\"}, {\"10\": \"0\", \"11\": \"0\", \"12\": \"0\", \"13\": \"0\", \"14\": \"0\", \"15\": \"0\", \"16\": \"0\", \"17\": \"0\", \"18\": \"0\", \"In\": \"0\", \"Hole:\": \"Gold:\", \"Total\": \"5590\"}, {\"10\": \"0\", \"11\": \"0\", \"12\": \"0\", \"13\": \"0\", \"14\": \"0\", \"15\": \"0\", \"16\": \"0\", \"17\": \"0\", \"18\": \"0\", \"In\": \"\", \"Hole:\": \"Handicap:\", \"Total\": \"\"}]","teeBoxes":"[{\"name\": \"grey combo\", \"slope\": \"121\", \"rating\": \"68.5\"}, {\"name\": \"Gold\", \"slope\": \"120\", \"rating\": \"66.9\"}]"},{"courseName":"Links Golf Club","address1":"P.O. Box 214","city":"Marlton","state":"New Jersey","country":"USA","telephone":"856-983-2000","ratings":"[]","latitude":"39.8456800","longitude":"-74.8747880","website":"www.thelinksgc.com","holes":18,"lengthFormat":"Y","scorecard":"[{\"1\": \"4\", \"2\": \"4\", \"3\": \"4\", \"4\": \"3\", \"5\": \"4\", \"6\": \"4\", \"7\": \"5\", \"8\": \"3\", \"9\": \"4\", \"Out\": \"36\", \"Hole:\": \"Par:\"}, {\"1\": \"355\", \"2\": \"334\", \"3\": \"377\", \"4\": \"203\", \"5\": \"375\", \"6\": \"450\", \"7\": \"550\", \"8\": \"190\", \"9\": \"400\", \"Out\": \"3234\", \"Hole:\": \"black (correct):\"}, {\"1\": \"320\", \"2\": \"323\", \"3\": \"359\", \"4\": \"187\", \"5\": \"365\", \"6\": \"483\", \"7\": \"537\", \"8\": \"172\", \"9\": \"390\", \"Out\": \"36\", \"Hole:\": \"Blue:\"}, {\"1\": \"320\", \"2\": \"323\", \"3\": \"359\", \"4\": \"187\", \"5\": \"365\", \"6\": \"483\", \"7\": \"503\", \"8\": \"325\", \"9\": \"325\", \"Out\": \"2999\", \"Hole:\": \"White:\"}, {\"1\": \"312\", \"2\": \"318\", \"3\": \"305\", \"4\": \"180\", \"5\": \"290\", \"6\": \"437\", \"7\": \"420\", \"8\": \"138\", \"9\": \"324\", \"Out\": \"2727\", \"Hole:\": \"Gold:\"}, {\"1\": \"300\", \"2\": \"312\", \"3\": \"300\", \"4\": \"174\", \"5\": \"288\", \"6\": \"429\", \"7\": \"409\", \"8\": \"110\", \"9\": \"320\", \"Out\": \"2642\", \"Hole:\": \"Red:\"}, {\"1\": \"15\", \"2\": \"17\", \"3\": \"13\", \"4\": \"11\", \"5\": \"9\", \"6\": \"3\", \"7\": \"1\", \"8\": \"7\", \"9\": \"5\", \"Out\": \"\", \"Hole:\": \"Handicap:\"}, {\"10\": \"4\", \"11\": \"4\", \"12\": \"5\", \"13\": \"5\", \"14\": \"3\", \"15\": \"4\", \"16\": \"4\", \"17\": \"3\", \"18\": \"4\", \"In\": \"36\", \"Hole:\": \"Par:\", \"Total\": \"72\"}, {\"10\": \"420\", \"11\": \"350\", \"12\": \"512\", \"13\": \"575\", \"14\": \"178\", \"15\": \"450\", \"16\": \"430\", \"17\": \"176\", \"18\": \"400\", \"In\": \"3491\", \"Hole:\": \"black (correct):\", \"Total\": \"6725\"}, {\"10\": \"400\", \"11\": \"337\", \"12\": \"494\", \"13\": \"524\", \"14\": \"158\", \"15\": \"420\", \"16\": \"415\", \"17\": \"150\", \"18\": \"384\", \"In\": \"36\", \"Hole:\": \"Blue:\", \"Total\": \"6418\"}, {\"10\": \"400\", \"11\": \"337\", \"12\": \"494\", \"13\": \"524\", \"14\": \"158\", \"15\": \"420\", \"16\": \"415\", \"17\": \"150\", \"18\": \"384\", \"In\": \"3282\", \"Hole:\": \"White:\", \"Total\": \"6281\"}, {\"10\": \"302\", \"11\": \"315\", \"12\": \"430\", \"13\": \"467\", \"14\": \"130\", \"15\": \"379\", \"16\": \"388\", \"17\": \"135\", \"18\": \"345\", \"In\": \"2891\", \"Hole:\": \"Gold:\", \"Total\": \"5615\"}, {\"10\": \"296\", \"11\": \"307\", \"12\": \"426\", \"13\": \"460\", \"14\": \"126\", \"15\": \"375\", \"16\": \"384\", \"17\": \"128\", \"18\": \"341\", \"In\": \"2843\", \"Hole:\": \"Red:\", \"Total\": \"5485\"}, {\"10\": \"8\", \"11\": \"10\", \"12\": \"14\", \"13\": \"12\", \"14\": \"16\", \"15\": \"2\", \"16\": \"4\", \"17\": \"18\", \"18\": \"6\", \"In\": \"\", \"Hole:\": \"Handicap:\", \"Total\": \"\"}]","teeBoxes":"[{\"name\": \"black (correct)\", \"slope\": \"133\", \"rating\": \"71.5\"}, {\"name\": \"Blue\", \"slope\": \"127\", \"rating\": \"70.2\"}, {\"name\": \"White\", \"slope\": \"129\", \"rating\": \"70\"}, {\"name\": \"Gold\", \"slope\": \"120\", \"rating\": \"66.9\"}, {\"name\": \"Red\", \"slope\": \"128\", \"rating\": \"72\"}]"},{"courseName":"Links Golf Club","address1":"340 Hewell Road","city":"Jonesboro","state":"Georgia","country":"USA","ratings":"[]","latitude":"39.8456800","longitude":"-74.8747880"},{"courseName":"The Links Golf Club","address1":"11425 N Shelby, 700 W","city":"New Palestine","state":"Indiana","country":"USA","telephone":"3178614466","ratings":"[]","latitude":"39.8456800","longitude":"-74.8747880","website":"http:\/\/www.linksindy.com\/find_the_links.html","holes":18,"lengthFormat":"Y","scorecard":"[{\"1\": \"4\", \"2\": \"4\", \"3\": \"3\", \"4\": \"4\", \"5\": \"5\", \"6\": \"4\", \"7\": \"4\", \"8\": \"3\", \"9\": \"5\", \"Out\": \"36\", \"Hole:\": \"Par:\"}, {\"1\": \"351\", \"2\": \"355\", \"3\": \"178\", \"4\": \"336\", \"5\": \"494\", \"6\": \"382\", \"7\": \"380\", \"8\": \"166\", \"9\": \"560\", \"Out\": \"3202\", \"Hole:\": \"Back:\"}, {\"1\": \"7\", \"2\": \"11\", \"3\": \"15\", \"4\": \"13\", \"5\": \"1\", \"6\": \"5\", \"7\": \"9\", \"8\": \"17\", \"9\": \"3\", \"Out\": \"\", \"Hole:\": \"Handicap:\"}, {\"10\": \"5\", \"11\": \"4\", \"12\": \"3\", \"13\": \"5\", \"14\": \"4\", \"15\": \"4\", \"16\": \"4\", \"17\": \"3\", \"18\": \"4\", \"In\": \"36\", \"Hole:\": \"Par:\", \"Total\": \"72\"}, {\"10\": \"575\", \"11\": \"334\", \"12\": \"131\", \"13\": \"485\", \"14\": \"360\", \"15\": \"432\", \"16\": \"352\", \"17\": \"172\", \"18\": \"376\", \"In\": \"3217\", \"Hole:\": \"Back:\", \"Total\": \"6419\"}, {\"10\": \"2\", \"11\": \"14\", \"12\": \"18\", \"13\": \"6\", \"14\": \"10\", \"15\": \"4\", \"16\": \"12\", \"17\": \"16\", \"18\": \"8\", \"In\": \"\", \"Hole:\": \"Handicap:\", \"Total\": \"\"}]","teeBoxes":"[{\"name\": \"Back\", \"slope\": \"126\", \"rating\": \"70.6\"}]"},{"courseName":"The Links Golf Club","address1":"10623 N Chase Rd","city":"Post Falls","state":"Idaho","country":"USA","telephone":"2087777611","ratings":"[]","latitude":"39.8456800","longitude":"-74.8747880","website":"","holes":18,"lengthFormat":"Y","scorecard":"[{\"1\": \"4\", \"2\": \"4\", \"3\": \"4\", \"4\": \"3\", \"5\": \"4\", \"6\": \"4\", \"7\": \"5\", \"8\": \"3\", \"9\": \"6\", \"Out\": \"37\", \"Hole:\": \"Par:\"}, {\"1\": \"334\", \"2\": \"421\", \"3\": \"359\", \"4\": \"185\", \"5\": \"317\", \"6\": \"358\", \"7\": \"462\", \"8\": \"153\", \"9\": \"628\", \"Out\": \"3217\", \"Hole:\": \"New white BC:\"}, {\"1\": \"300\", \"2\": \"382\", \"3\": \"308\", \"4\": \"150\", \"5\": \"317\", \"6\": \"350\", \"7\": \"450\", \"8\": \"155\", \"9\": \"600\", \"Out\": \"3012\", \"Hole:\": \"White:\"}, {\"1\": \"10\", \"2\": \"2\", \"3\": \"6\", \"4\": \"8\", \"5\": \"12\", \"6\": \"4\", \"7\": \"18\", \"8\": \"14\", \"9\": \"16\", \"Out\": \"\", \"Hole:\": \"Handicap:\"}, {\"10\": \"4\", \"11\": \"5\", \"12\": \"4\", \"13\": \"4\", \"14\": \"4\", \"15\": \"3\", \"16\": \"4\", \"17\": \"3\", \"18\": \"5\", \"In\": \"36\", \"Hole:\": \"Par:\", \"Total\": \"73\"}, {\"10\": \"381\", \"11\": \"496\", \"12\": \"351\", \"13\": \"430\", \"14\": \"373\", \"15\": \"168\", \"16\": \"372\", \"17\": \"173\", \"18\": \"489\", \"In\": \"3233\", \"Hole:\": \"New white BC:\", \"Total\": \"6450\"}, {\"10\": \"388\", \"11\": \"433\", \"12\": \"325\", \"13\": \"365\", \"14\": \"381\", \"15\": \"160\", \"16\": \"322\", \"17\": \"170\", \"18\": \"500\", \"In\": \"3087\", \"Hole:\": \"White:\", \"Total\": \"6099\"}, {\"10\": \"3\", \"11\": \"15\", \"12\": \"13\", \"13\": \"1\", \"14\": \"9\", \"15\": \"7\", \"16\": \"5\", \"17\": \"11\", \"18\": \"17\", \"In\": \"\", \"Hole:\": \"Handicap:\", \"Total\": \"\"}]","teeBoxes":"[{\"name\": \"New white BC\", \"slope\": \"118\", \"rating\": \"69.2\"}, {\"name\": \"White\", \"slope\": \"108\", \"rating\": \"68\"}]"},{"courseName":"znonmemberMELSVIEW LINKS GOLF CLUB","address1":"1655 HIGHWAY #5, p. o. BOX 113","city":"VALEMOUNT","state":"British Columbia","country":"CAN","telephone":"2505664462","email":"[email protected]","ratings":"[]","latitude":"39.8456800","longitude":"-74.8747880"},{"courseName":"Little Mill Country Club","address1":"104 Borton Rd.","city":"Marlton","state":"New Jersey","country":"USA","telephone":"856 767 0559","latitude":"39.8470760","longitude":"-74.8756640","website":"","holes":18,"lengthFormat":"Y"}],"_note":"Response truncated for documentation purposes"}
Golf courses by coordinates — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/2521/golf+courses+usa+api/2510/golf+courses+by+coordinates?radius=20&latitude=39.792128387325135&longitude=-74.97215650000356&page=2' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request

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 = 2

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

example = 1

Endpoint ID: 5263
GET https://zylalabs.com/api/2521/golf+courses+usa+api/5263/golf+clubs+by+state+or+province
INPUT PARAMETERS

Golf clubs by state or province — Endpoint Features

Object Description
filter[state] Required Indicates a state or province
per_page Required Number of results
page Required Page number

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

filter[state]
per_page
page
API EXAMPLE RESPONSE
JSON
{
  "courses": [
    {
      "courseName": "1-18",
      "address1": "2640 South M St",
      "city": "Harlingen",
      "state": "Texas",
      "country": "USA",
      "telephone": "9564306685",
      "ratings": "[]",
      "latitude": "57.2249540",
      "longitude": "14.1450650"
    },
    {
      "courseName": "19-27",
      "address1": "2640 South M St",
      "city": "Harlingen",
      "state": "Texas",
      "country": "USA",
      "telephone": "9564306685",
      "ratings": "[]",
      "latitude": "34.9169760",
      "longitude": "-82.5850040"
    },
    {
      "courseName": "Alamo Country Club",
      "address1": "218 Diana Dr.",
      "city": "Alamo",
      "state": "Texas",
      "country": "USA",
      "telephone": "9562838915",
      "email": "[email protected]",
      "ratings": "[]",
      "latitude": "26.1998790",
      "longitude": "-98.1069700"
    },
    {
      "courseName": "Alice Country Club",
      "address1": "PO Box 1428",
      "city": "Alice",
      "state": "Texas",
      "country": "USA",
      "telephone": "3616643723",
      "email": "[email protected]",
      "ratings": "[]",
      "latitude": "27.7662720",
      "longitude": "-98.0317210"
    },
    {
      "courseName": "Alpine Golf Course",
      "address1": "PO Box 985",
      "city": "Alpine",
      "state": "Texas",
      "country": "USA",
      "telephone": "4328372752",
      "email": "[email protected]",
      "ratings": "[]",
      "latitude": "32.5328380",
      "longitude": "-94.6989330"
    },
    {
      "courseName": "Alsatian",
      "address1": "",
      "city": "Castorville",
      "state": "Texas",
      "country": "USA",
      "telephone": "",
      "latitude": "29.3613780",
      "longitude": "-98.9334790",
      "website": "",
      "holes": 18,
      "lengthFormat": "Y",
      "scorecard": "[{\"1\": \"0\", \"2\": \"0\", \"3\": \"0\", \"4\": \"0\", \"5\": \"0\", \"6\": \"0\", \"7\": \"0\", \"8\": \"0\", \"9\": \"0\", \"Out\": \"0\", \"Hole:\": \"Par:\"}, {\"1\": \"397\", \"2\": \"312\", \"3\": \"155\", \"4\": \"480\", \"5\": \"303\", \"6\": \"152\", \"7\": \"352\", \"8\": \"175\", \"9\": \"514\", \"Out\": \"2840\", \"Hole:\": \"Blue:\"}, {\"1\": \"0\", \"2\": \"0\", \"3\": \"0\", \"4\": \"0\", \"5\": \"0\", \"6\": \"0\", \"7\": \"0\", \"8\": \"0\", \"9\": \"0\", \"Out\": \"0\", \"Hole:\": \"Gold:\"}, {\"1\": \"0\", \"2\": \"0\", \"3\": \"0\", \"4\": \"0\", \"5\": \"0\", \"6\": \"0\", \"7\": \"0\", \"8\": \"0\", \"9\": \"0\", \"Out\": \"0\", \"Hole:\": \"Red:\"}, {\"1\": \"0\", \"2\": \"0\", \"3\": \"0\", \"4\": \"0\", \"5\": \"0\", \"6\": \"0\", \"7\": \"0\", \"8\": \"0\", \"9\": \"0\", \"Out\": \"0\", \"Hole:\": \"Blue:\"}, {\"1\": \"0\", \"2\": \"0\", \"3\": \"0\", \"4\": \"0\", \"5\": \"0\", \"6\": \"0\", \"7\": \"0\", \"8\": \"0\", \"9\": \"0\", \"Out\": \"\", \"Hole:\": \"Handicap:\"}, {\"10\": \"0\", \"11\": \"0\", \"12\": \"0\", \"13\": \"0\", \"14\": \"0\", \"15\": \"0\", \"16\": \"0\", \"17\": \"0\", \"18\": \"0\", \"In\": \"0\", \"Hole:\": \"Par:\", \"Total\": \"72\"}, {\"10\": \"368\", \"11\": \"393\", \"12\": \"180\", \"13\": \"396\", \"14\": \"380\", \"15\": \"124\", \"16\": \"293\", \"17\": \"481\", \"18\": \"508\", \"In\": \"3123\", \"Hole:\": \"Blue:\", \"Total\": \"5963\"}, {\"10\": \"0\", \"11\": \"0\", \"12\": \"0\", \"13\": \"0\", \"14\": \"0\", \"15\": \"0\", \"16\": \"0\", \"17\": \"0\", \"18\": \"0\", \"In\": \"0\", \"Hole:\": \"Gold:\", \"Total\": \"5441\"}, {\"10\": \"0\", \"11\": \"0\", \"12\": \"0\", \"13\": \"0\", \"14\": \"0\", \"15\": \"0\", \"16\": \"0\", \"17\": \"0\", \"18\": \"0\", \"In\": \"0\", \"Hole:\": \"Red:\", \"Total\": \"0\"}, {\"10\": \"0\", \"11\": \"0\", \"12\": \"0\", \"13\": \"0\", \"14\": \"0\", \"15\": \"0\", \"16\": \"0\", \"17\": \"0\", \"18\": \"0\", \"In\": \"0\", \"Hole:\": \"Blue:\", \"Total\": \"0\"}, {\"10\": \"0\", \"11\": \"0\", \"12\": \"0\", \"13\": \"0\", \"14\": \"0\", \"15\": \"0\", \"16\": \"0\", \"17\": \"0\", \"18\": \"0\", \"In\": \"\", \"Hole:\": \"Handicap:\", \"Total\": \"\"}]",
      "teeBoxes": "[{\"name\": \"Blue\", \"slope\": \"116\", \"rating\": \"68.3\"}, {\"name\": \"Gold\", \"slope\": \"108\", \"rating\": \"65.6\"}, {\"name\": \"Red\", \"slope\": \"133\", \"rating\": \"71\"}, {\"name\": \"Blue\", \"slope\": \"119\", \"rating\": \"69.6\"}]"
    },
    {
      "courseName": "Alsatian Golf Club",
      "address1": "1339 CR 4516",
      "city": "Castroville",
      "state": "Texas",
      "country": "USA",
      "telephone": "9309313100",
      "ratings": "[]",
      "latitude": "29.3608460",
      "longitude": "-98.9329350"
    },
    {
      "courseName": "Alvin Golf and Country Club",
      "address1": "785 Country Road 539",
      "city": "Alvin",
      "state": "Texas",
      "country": "USA",
      "telephone": "2813314541",
      "ratings": "[]",
      "latitude": "29.4533220",
      "longitude": "-95.2874910"
    },
    {
      "courseName": "Amarillo Country Club",
      "address1": "4800 Bushland Blvd.",
      "city": "Amarillo",
      "state": "Texas",
      "country": "USA",
      "telephone": "8063555021",
      "email": "[email protected]",
      "ratings": "[]",
      "latitude": "35.2076030",
      "longitude": "-101.8899570"
    },
    {
      "courseName": "Andrews County Golf Course",
      "address1": "920 Golf Course Rd",
      "city": "Andrews",
      "state": "Texas",
      "country": "USA",
      "telephone": "4325241462",
      "email": "[email protected]",
      "ratings": "[]",
      "latitude": "32.3291350",
      "longitude": "-102.5347860"
    }
  ],
  "rowCount": 10,
  "total": 1273,
  "success": true
}
Golf clubs by state or province — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/2521/golf+courses+usa+api/5263/golf+clubs+by+state+or+province?filter[state]=Michigan&per_page=2&page=1' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request

To use this endpoint you must indicate the name of a city and page in the parameters.

Endpoint ID: 5482
GET https://zylalabs.com/api/2521/golf+courses+usa+api/5482/golf+clubs+by+city
INPUT PARAMETERS

Golf Clubs by city — Endpoint Features

Object Description
filter[city] Required Indicates a city
page Required Indicates a pagination

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

filter[city]
page
API EXAMPLE RESPONSE
JSON
{"courses":[{"courseName":"Harding Park (TPC) GC","address1":"99 Harding Road","city":"San Francisco","state":"California","country":"USA","ratings":"[]","latitude":"37.7256370","longitude":"-122.4910950"},{"courseName":"Harding Park Golf Course","address1":"99 Harding Road","city":"San Francisco","state":"California","country":"USA","telephone":"415 664-4690","latitude":"37.7257800","longitude":"-122.4919740","website":"http:\/\/www.harding-park.com","holes":18,"lengthFormat":"Y","scorecard":"[{\"1\": \"4\", \"2\": \"4\", \"3\": \"3\", \"4\": \"5\", \"5\": \"4\", \"6\": \"4\", \"7\": \"4\", \"8\": \"3\", \"9\": \"5\", \"Out\": \"36\", \"Hole:\": \"Par:\"}, {\"1\": \"395\", \"2\": \"430\", \"3\": \"165\", \"4\": \"580\", \"5\": \"395\", \"6\": \"440\", \"7\": \"335\", \"8\": \"200\", \"9\": \"495\", \"Out\": \"3435\", \"Hole:\": \"Blue:\"}, {\"1\": \"395\", \"2\": \"430\", \"3\": \"165\", \"4\": \"580\", \"5\": \"395\", \"6\": \"440\", \"7\": \"335\", \"8\": \"200\", \"9\": \"495\", \"Out\": \"3435\", \"Hole:\": \"Blue:\"}, {\"1\": \"375\", \"2\": \"400\", \"3\": \"155\", \"4\": \"540\", \"5\": \"365\", \"6\": \"390\", \"7\": \"325\", \"8\": \"190\", \"9\": \"475\", \"Out\": \"3215\", \"Hole:\": \"White:\"}, {\"1\": \"345\", \"2\": \"360\", \"3\": \"135\", \"4\": \"500\", \"5\": \"335\", \"6\": \"350\", \"7\": \"305\", \"8\": \"170\", \"9\": \"455\", \"Out\": \"2955\", \"Hole:\": \"Red:\"}, {\"1\": \"17\", \"2\": \"3\", \"3\": \"15\", \"4\": \"1\", \"5\": \"11\", \"6\": \"9\", \"7\": \"13\", \"8\": \"5\", \"9\": \"7\", \"Out\": \"\", \"Hole:\": \"Handicap:\"}, {\"10\": \"5\", \"11\": \"3\", \"12\": \"5\", \"13\": \"4\", \"14\": \"4\", \"15\": \"4\", \"16\": \"4\", \"17\": \"3\", \"18\": \"4\", \"In\": \"36\", \"Hole:\": \"Par:\", \"Total\": \"72\"}, {\"10\": \"550\", \"11\": \"185\", \"12\": \"480\", \"13\": \"405\", \"14\": \"440\", \"15\": \"405\", \"16\": \"330\", \"17\": \"175\", \"18\": \"440\", \"In\": \"3410\", \"Hole:\": \"Blue:\", \"Total\": \"6845\"}, {\"10\": \"550\", \"11\": \"185\", \"12\": \"480\", \"13\": \"405\", \"14\": \"440\", \"15\": \"405\", \"16\": \"330\", \"17\": \"175\", \"18\": \"440\", \"In\": \"3410\", \"Hole:\": \"Blue:\", \"Total\": \"6845\"}, {\"10\": \"530\", \"11\": \"155\", \"12\": \"450\", \"13\": \"375\", \"14\": \"410\", \"15\": \"375\", \"16\": \"310\", \"17\": \"165\", \"18\": \"420\", \"In\": \"3190\", \"Hole:\": \"White:\", \"Total\": \"6405\"}, {\"10\": \"500\", \"11\": \"125\", \"12\": \"410\", \"13\": \"365\", \"14\": \"370\", \"15\": \"345\", \"16\": \"280\", \"17\": \"125\", \"18\": \"400\", \"In\": \"2920\", \"Hole:\": \"Red:\", \"Total\": \"5875\"}, {\"10\": \"2\", \"11\": \"8\", \"12\": \"16\", \"13\": \"6\", \"14\": \"10\", \"15\": \"12\", \"16\": \"14\", \"17\": \"18\", \"18\": \"4\", \"In\": \"\", \"Hole:\": \"Handicap:\", \"Total\": \"\"}]","teeBoxes":"[{\"name\": \"Blue\", \"slope\": \"125\", \"rating\": \"73.1\"}, {\"name\": \"Blue\", \"slope\": \"125\", \"rating\": \"73.1\"}, {\"name\": \"White\", \"slope\": \"122\", \"rating\": \"71.1\"}, {\"name\": \"Red\", \"slope\": \"126\", \"rating\": \"73.4\"}]"},{"courseName":"Lakeside","address1":"599 Skyline Blvd","city":"San Francisco","state":"California","country":"USA","ratings":"[]","latitude":"44.1161190","longitude":"-84.4297860"},{"courseName":"Lincoln Park GC","address1":"34th Avenue & Clement Street","city":"San Francisco","state":"California","country":"USA","ratings":"[]","latitude":"43.1048450","longitude":"-87.9232250"},{"courseName":"Lincoln Park Golf Club","address1":"300 34th Ave","city":"San Francisco","state":"California","country":"USA","telephone":"(415) 221-9911","latitude":"37.7822650","longitude":"-122.4943540","website":"http:\/\/www.lincolnparkgc.com\/Lincoln_Park\/Home.html","holes":18,"lengthFormat":"Y","scorecard":"[{\"1\": \"4\", \"2\": \"4\", \"3\": \"3\", \"4\": \"4\", \"5\": \"4\", \"6\": \"4\", \"7\": \"4\", \"8\": \"3\", \"9\": \"4\", \"Out\": \"34\", \"Hole:\": \"Par:\"}, {\"1\": \"316\", \"2\": \"257\", \"3\": \"156\", \"4\": \"321\", \"5\": \"359\", \"6\": \"285\", \"7\": \"334\", \"8\": \"170\", \"9\": \"309\", \"Out\": \"2507\", \"Hole:\": \"Blue:\"}, {\"1\": \"299\", \"2\": \"245\", \"3\": \"140\", \"4\": \"313\", \"5\": \"344\", \"6\": \"267\", \"7\": \"325\", \"8\": \"163\", \"9\": \"294\", \"Out\": \"2390\", \"Hole:\": \"White:\"}, {\"1\": \"3\", \"2\": \"11\", \"3\": \"15\", \"4\": \"7\", \"5\": \"1\", \"6\": \"17\", \"7\": \"9\", \"8\": \"13\", \"9\": \"5\", \"Out\": \"\", \"Hole:\": \"Handicap:\"}, {\"10\": \"4\", \"11\": \"4\", \"12\": \"3\", \"13\": \"5\", \"14\": \"4\", \"15\": \"4\", \"16\": \"3\", \"17\": \"3\", \"18\": \"4\", \"In\": \"34\", \"Hole:\": \"Par:\", \"Total\": \"68\"}, {\"10\": \"268\", \"11\": \"265\", \"12\": \"203\", \"13\": \"500\", \"14\": \"259\", \"15\": \"282\", \"16\": \"239\", \"17\": \"240\", \"18\": \"383\", \"In\": \"2639\", \"Hole:\": \"Blue:\", \"Total\": \"5146\"}, {\"10\": \"256\", \"11\": \"260\", \"12\": \"193\", \"13\": \"486\", \"14\": \"251\", \"15\": \"277\", \"16\": \"229\", \"17\": \"230\", \"18\": \"376\", \"In\": \"2558\", \"Hole:\": \"White:\", \"Total\": \"4948\"}, {\"10\": \"18\", \"11\": \"14\", \"12\": \"6\", \"13\": \"8\", \"14\": \"12\", \"15\": \"16\", \"16\": \"4\", \"17\": \"10\", \"18\": \"2\", \"In\": \"\", \"Hole:\": \"Handicap:\", \"Total\": \"\"}]","teeBoxes":"[{\"name\": \"Blue\", \"slope\": \"107\", \"rating\": \"65.7\"}, {\"name\": \"White\", \"slope\": \"107\", \"rating\": \"65.1\"}]"},{"courseName":"Ocean","address1":"599 Skyline Blvd","city":"San Francisco","state":"California","country":"USA","ratings":"[]","latitude":"25.0817120","longitude":"-77.2992820"},{"courseName":"Olympic","address1":"","city":"San Francisco","state":"California","country":"USA","telephone":"","latitude":"37.7094420","longitude":"-122.4946370","website":"","holes":18,"lengthFormat":"Y","scorecard":"[{\"1\": \"5\", \"2\": \"4\", \"3\": \"3\", \"4\": \"4\", \"5\": \"4\", \"6\": \"4\", \"7\": \"4\", \"8\": \"3\", \"9\": \"4\", \"Out\": \"35\", \"Hole:\": \"Par:\"}, {\"1\": \"533\", \"2\": \"394\", \"3\": \"223\", \"4\": \"438\", \"5\": \"457\", \"6\": \"439\", \"7\": \"288\", \"8\": \"137\", \"9\": \"433\", \"Out\": \"3342\", \"Hole:\": \"Black:\"}, {\"1\": \"5\", \"2\": \"4\", \"3\": \"3\", \"4\": \"4\", \"5\": \"4\", \"6\": \"4\", \"7\": \"4\", \"8\": \"3\", \"9\": \"4\", \"Out\": \"\", \"Hole:\": \"Handicap:\"}, {\"10\": \"4\", \"11\": \"4\", \"12\": \"4\", \"13\": \"3\", \"14\": \"4\", \"15\": \"3\", \"16\": \"5\", \"17\": \"5\", \"18\": \"4\", \"In\": \"36\", \"Hole:\": \"Par:\", \"Total\": \"71\"}, {\"10\": \"422\", \"11\": \"430\", \"12\": \"410\", \"13\": \"186\", \"14\": \"417\", \"15\": \"157\", \"16\": \"609\", \"17\": \"522\", \"18\": \"347\", \"In\": \"3500\", \"Hole:\": \"Black:\", \"Total\": \"6842\"}, {\"10\": \"8\", \"11\": \"4\", \"12\": \"10\", \"13\": \"16\", \"14\": \"6\", \"15\": \"18\", \"16\": \"2\", \"17\": \"14\", \"18\": \"12\", \"In\": \"\", \"Hole:\": \"Handicap:\", \"Total\": \"\"}]","teeBoxes":"[{\"name\": \"Black\", \"slope\": \"138\", \"rating\": \"73.9\"}]"},{"courseName":"Olympic Club - Ocean Course","address1":"599 Skyline Blvd","city":"San Francisco","state":"California","country":"USA","telephone":"415-434-4000","latitude":"37.7033230","longitude":"-122.4993970","website":"www.olyclub.com","holes":18,"lengthFormat":"Y","scorecard":"[]","teeBoxes":"[]"},{"courseName":"Olympic Club Lake Course","address1":"Skyline BLVd.","city":"San Francisco","state":"California","country":"USA","telephone":"","latitude":"37.7185970","longitude":"-122.5001140","website":"","holes":18,"lengthFormat":"Y"}],"_note":"Response truncated for documentation purposes"}
Golf Clubs by city — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/2521/golf+courses+usa+api/5482/golf+clubs+by+city?filter[city]=San Francisco&page=2' --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 USA 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 commitment. Upgrade, downgrade, or cancel anytime.

(Save 2 months with annual billing 🎉)

🚀 Enterprise Plan
Custom Volume

  • Custom Rate Limit
  • Team & Access Management
  • SLA-backed Uptime
  • Specialized Customer Support
  • Real-Time API Monitoring
  • Enterprise Security & Compliance
Minimum annual contract: USD 10,000

Trusted by leading companies

Overview

About the API:  

The Golf Courses USA API serves as the digital gateway to this rich tapestry of golf experiences, offering a comprehensive repository of information about these courses spread across the country.

With a mission to serve users, developers, enthusiasts and industry professionals alike, the Golf Courses USA API encapsulates the essence of each course in a structured and easily accessible format. This ingenious tool draws from an extensive database of golf courses and offers data that encompasses data such as, review, web site, google maps url and more. Golf enthusiasts who want to discover hidden gems or plan their next golfing adventure can tap into this API to unearth a treasure trove of details about each course's layout, yardage, par and amenities.

For users, the API opens up a wealth of possibilities. It provides them with the raw material they need to create innovative applications, websites and tools around the world of golf. API data can be creatively leveraged to meet users' needs. By leveraging this API, users can seamlessly integrate a wealth of golf-related information into their digital creations, enhancing the golf experience for fans.

At the heart of the Golf Courses USA API appeal is its user-friendly design that prioritizes seamless integration. Whether you are an experienced user or venturing into the world of APIs for the first time, the ease with which this API can be integrated serves as a reassuring foundation for your project. Gone are the days of dealing with convoluted configurations or extensive documentation. With clear and concise guidelines, the API ensures that the integration process becomes a smooth experience.

In conclusion, the Golf Courses USA API is a digital compendium that encapsulates the essence of the country's golf landscape. By offering a wealth of structured data. The API caters to a diverse audience. From enthusiasts looking to explore new courses to developers looking to create innovative golf-centric applications, this API bridges the physical world of golf courses and the digital realm, enriching the way we experience and interact with the sport.

 

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. 

Golf Courses USA API FAQs

To use this API, users must enter the name of a golf course along with its zip code. They can also indicate coordinates to obtain a list of golf courses.

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.

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

Each endpoint returns structured JSON data containing detailed information about golf courses, including names, addresses, contact details, ratings, and geographical coordinates.

Key fields in the response include `courseName`, `address1`, `city`, `state`, `country`, `telephone`, `ratings`, `latitude`, and `longitude`, providing essential details for each golf course.

Parameters vary by endpoint; for example, the "Get Golf course data" endpoint requires a course name, while the "Golf courses by coordinates" endpoint requires latitude, longitude, and radius.

The response data is organized in a JSON format, typically containing an array of course objects, each with its respective details, making it easy to parse and utilize in applications.

Each endpoint provides information such as course layout, yardage, par, amenities, and user ratings, enabling comprehensive insights into each golf course.

Data accuracy is maintained through regular updates and quality checks, ensuring that the information provided reflects the current status of golf courses across the USA.

Typical use cases include developing mobile apps for course discovery, enhancing travel planning websites, and creating community forums for golfers to share experiences and recommendations.

Users can utilize the returned data by integrating it into applications for course searches, comparisons, and bookings, allowing for a seamless golfing experience tailored to user preferences.

General FAQs

To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.

You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.

The free trial lasts for 7 days and allows you to make up to 50 API requests.

No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.

Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.

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, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.

You can monitor your API usage through the response headers included with every request:

x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.

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 3,600, it means 3,600 seconds are left until the limit resets.

Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.

Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.

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 free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.
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]

Please have a look at our Refund Policy: https://zylalabs.com/terms#refund


Related APIs