x402basequality 0.78

Pay-per-call football/soccer data API (leagues, matches, teams, standings) via x402 micropayments.

Price
per_call
Protocol
x402
Verified
no

What it does

Goal402 is a pay-per-call football (soccer) data API that uses the x402 protocol for micropayments. It provides structured data on leagues, matches, teams, players, standings, predictions, and head-to-head records. The specific endpoint `/leagues/hc/matches` returns match data for the league identified by the code "hc", with support for filtering by status (live, finished, upcoming), pagination via limit/offset parameters, and a maximum of 100 results per call.

Pricing is $0.001 per call for most league-level and match-listing endpoints, and $0.01 for detailed team or individual match endpoints. Payments settle on Base (EIP-155:8453) or Solana, facilitated through x402.dexter.cash. The API covers a wide range of football data: league standings with full table breakdowns, team rosters including staff, detailed match events (goals, cards, substitutions, VAR decisions), match statistics, confirmed/unconfirmed lineups with pitch coordinates, predictions with odds, and head-to-head records.

The API is structured as a RESTful service hosted on Cloudflare Workers. Free endpoints include health checks, league listing, and an LLM-readable documentation endpoint at `/llms.txt`. All paid endpoints return JSON with well-documented response schemas. The x402 challenge was confirmed live during probing, and the root endpoint returns a comprehensive API manifest with full endpoint documentation, pricing, and response structures.

Capabilities

football-datasoccer-matchesleague-standingsteam-rostersmatch-eventsmatch-lineupsmatch-statisticsmatch-predictionshead-to-head-recordslive-scoresx402-micropaymentsbase-chain-settlementsolana-settlementrest-apipay-per-call

Use cases

  • Building a football dashboard that fetches live scores and match details on demand
  • AI agents retrieving real-time match data or standings for sports analysis
  • Chatbots answering user questions about upcoming matches, team rosters, or head-to-head records
  • Automated sports betting analysis using predictions and odds endpoints
  • Aggregating league standings and match results for content generation

Fit

Best for

  • Developers needing granular pay-per-call football data without subscriptions
  • AI agents that need structured soccer match and league data
  • Applications requiring live match scores and detailed event timelines
  • Projects on Base or Solana that want native crypto-settled sports data

Not for

  • Bulk historical data downloads (max 100 results per call, no bulk export)
  • Non-football sports data
  • Users who need free unlimited access without micropayments

Quick start

curl -X GET "https://goal402-x402.percha.workers.dev/leagues/hc/matches?status=upcoming&limit=10" \
  -H "X-Payment: <x402_payment_token>"

Example

Response

{
  "matches": [
    {
      "id": "abc123",
      "round": "Round 18",
      "status": "finished",
      "winner": "home",
      "stadium": "National Stadium",
      "away_team": {
        "id": "t2",
        "name": "Team B",
        "short_name": "TMB"
      },
      "home_team": {
        "id": "t1",
        "name": "Team A",
        "short_name": "TMA"
      },
      "away_score": 1,
      "home_score": 2,
      "start_time_utc": "2025-01-15T19:00:00Z"
    }
  ],
  "league_id": "hc"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x22A2e19BDBe9f3FfEf652FcbC3cdD0F67147Ef38
CurrencyUSD COIN

Quality

0.78/ 1.00

The root endpoint provides a comprehensive API manifest with full endpoint documentation, pricing, response schemas, wallet addresses, and network details. The x402 challenge is confirmed live. No formal OpenAPI spec or dedicated docs page exists, and the specific league code 'hc' is not documented, so some inference is needed.

Warnings

  • No formal OpenAPI specification available; schema is inferred from the root manifest JSON
  • The league code 'hc' is not explicitly documented in the league list — its identity is unknown
  • No /docs, /api, /pricing, or /README pages exist (all return 404)

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 01:32:37Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access