# GGWP API Hub - Sports Score Endpoint

> GGWP API Hub - Sports Score Endpoint is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.198325/call, status unknown (last checked 2026-09-15).

Retrieves sports score data for a given match or event via a pay-per-call API on Base chain

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/sportscore1
- Price: $0.198325/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-sports-score-endpoint-4d5c1bce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dWuhBHrT26qOXMs2A3Fhc

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-api-hub-sports-score-endpoint-4d5c1bce -d '<json body>'
```

Example prompt: Can you pull the latest score for the match I'm following using the GGWP sports score API?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call access to sports score data without a subscription commitment, especially if you are already operating within the x402 micropayment ecosystem on Base chain and need ad-hoc sports results.

## Known failure modes

- Invalid or missing match/event identifier returns an error response
- Network timeout if the upstream sports data provider is unavailable
- Payment failure on Base chain prevents API call from completing
- Malformed request body results in a 400-level error
- Score data may be unavailable for very niche or obscure sporting events

## 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 JSON object with sports score data including match results, team scores, and related event information wrapped in a 'result' field.

## 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-api-hub-sports-score-endpoint-4d5c1bce/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)
