# GGWP Live Golf Data API

> GGWP Live Golf Data API is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.120463/call, status unknown (last checked 2026-09-15).

Retrieves live golf tournament data including scores, leaderboards, and player statistics via pay-per-call on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/live-golf-data
- Price: $0.120463/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-live-golf-data-api-bbc18b33
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l2smFgpMVZp-Ec7_LkTDl

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability ggwp-live-golf-data-api-bbc18b33 -d '<json body>'
```

Example prompt: What are the current live scores and leaderboard standings for this weekend's PGA Tour golf tournament?

## When to prefer this

Use this endpoint when you need real-time or live golf tournament scores, leaderboards, or player standings in an agentic workflow that supports x402 pay-per-call on the Base blockchain. Best suited for sports dashboards, fantasy golf assistants, or golf news bots that need up-to-date tournament data without a subscription.

## Known failure modes

- No active tournament returns empty or stale data
- Malformed or missing query parameters return generic example response
- Upstream golf data source unavailable causes error or null result
- Payment failure on Base chain blocks access to endpoint
- Schema is minimal so field mapping may be unclear

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing live golf tournament data such as player scores, leaderboard positions, round information, and tournament standings as available from the underlying data source.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-live-golf-data-api-bbc18b33/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
