Search

Search course groups by country and region — POST /courses/searchCourseGroupsByCountryRegion

This call returns paginated course groups for a location. It does not hydrate scorecard or GPS, and United States requests require a region code.

POST /courses/searchCourseGroupsByCountryRegionconfirm in console

Credits

This route is not on the published credit table. Confirm credits in the console or email data@golfintelligence.com.

Required parameters

POST body is the same PublicCourseGroupSearchRequestDto as searchCourseGroups:

  • keywords (string)
  • rows (integer)
  • offset (integer)
  • countryCode (string)
  • regionCode (string) — required for United States requests
  • gpsCoordinate (latitude / longitude)
  • includeUSGACourseIds (boolean)

Authorization: Bearer YOUR_ACCESS_TOKEN.

Example

curl -X POST 'https://api.golfintelligence.com/courses/searchCourseGroupsByCountryRegion' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{"keywords":"YOUR_COURSE","countryCode":"YOUR_COUNTRY","regionCode":"YOUR_REGION","rows":10,"offset":0}'

Placeholders only. Swap in YOUR_ACCESS_TOKEN, YOUR_PUBLIC_ID, YOUR_COURSE, YOUR_HOLE_ID, YOUR_ACTIVE_TOKEN, or YOUR_CLIENT_ID from the console. Do not treat placeholders as a live course record.

Questions developers ask

Search course groups by country and region

Do United States requests require a region code?

Yes. Swagger: paginated course groups for a location; United States requests require a region code. Send regionCode on the same PublicCourseGroupSearchRequestDto.

How many credits does this route cost?

It is not on the published /docs/ credit table. Confirm in the console or email data@golfintelligence.com.

Is the request body different from searchCourseGroups?

No. Same DTO: rows, offset, keywords, countryCode, regionCode, gpsCoordinate, includeUSGACourseIds. This route is the location-paginated variant.

Start on the homepage

Use the golf course data API.

Test credits are $49 for 50 to download courses, green slope, and elevation. Buy now. After that, email data@golfintelligence.com if you need more. Console login is your email plus a verification code.

Buy now — $49 for 50 test credits. Credits are added in the console after payment. Starter is $399/month for 10,000 credits for apps.