Hydrate

Get course group detail — GET /courses/getCourseGroupDetail

This call returns the flagship payload — scorecard, GPS, and metadata in one response. It does not return green slope or elevation images by itself.

GET /courses/getCourseGroupDetail3 credits

Credits

3 credits.

Required parameters

  • PublicId (query string) — the publicId you stored from search

Authorization: Bearer YOUR_ACCESS_TOKEN. Green images are separate: getSlopeImage and getElevationImage.

Example

curl 'https://api.golfintelligence.com/courses/getCourseGroupDetail?PublicId=YOUR_PUBLIC_ID' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'

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

Get course group detail

Does getCourseGroupDetail include green slope or elevation images?

No. Those are GET /greens/getSlopeImage and GET /greens/getElevationImage, each 1 credit, keyed by holeId. This route is scorecard + GPS + metadata.

How many credits does detail cost?

3 credits. Scorecard alone is 1; GPS shapes alone are 2. Use this when you want both in one payload.

What query parameter does it take?

PublicId. Get that publicId from POST /courses/searchCourseGroups (0 credits). Placeholder: YOUR_PUBLIC_ID.

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.