{"name":"Goal402","description":"Pay-per-call football data API powered by x402","version":"1.1.0","facilitator":"https://x402.dexter.cash","networks":{"base":"eip155:8453","solana":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"},"wallets":{"base":"0x22A2e19BDBe9f3FfEf652FcbC3cdD0F67147Ef38","solana":"FpsvkK2xpyhy759V5vXRQP4cjDmU9SdmdpSjNkYv5WJY"},"endpoints":{"free":{"GET /":"API info, pricing, and response structures","GET /health":"Health check","GET /leagues":"List all leagues (id, name, country_name)","GET /llms.txt":"Machine-readable API documentation for LLMs","GET /.well-known/x402":"x402 discovery manifest"},"paid":{"leagues":{"GET /leagues/:id":{"price":"$0.001","description":"League detail","response":{"id":"string","name":"string","country_name":"string"}},"GET /leagues/:id/standings":{"price":"$0.001","description":"League standings","response":{"league_id":"string","standings":{"{table_name}":{"{group_name}":[{"position":"number","team":{"id":"string","name":"string","short_name":"string"},"points":"number","played":"number","won":"number","drawn":"number","lost":"number","goals_for":"number","goals_against":"number","goal_diff":"number","trend":"string | null"}]}}}},"GET /leagues/:id/matches":{"price":"$0.001","description":"League matches","params":{"status":"live | finished | upcoming","limit":"number (max 100)","offset":"number"},"response":{"league_id":"string","matches":[{"id":"string","home_team":{"id":"string","name":"string","short_name":"string"},"away_team":{"id":"string","name":"string","short_name":"string"},"home_score":"number","away_score":"number","status":"string","winner":"home | away | draw | none","start_time_utc":"ISO 8601","round":"string","stadium":"string"}]}}},"teams":{"GET /teams/:id":{"price":"$0.01","description":"Team detail","response":{"id":"string","name":"string","short_name":"string","country_id":"string","color":"string","text_color":"string","stadium_name":"string | null","stadium_capacity":"number | null","stadium_address":"string | null","stadium_lat":"number | null","stadium_lng":"number | null","founded":"string | null","nickname":"string | null","city":"string | null"}},"GET /teams/:id/players":{"price":"$0.01","description":"Team roster (players + staff)","response":{"team_id":"string","players":[{"id":"number","name":"string","short_name":"string","number":"string","position":"string","formation_position":"string","age":"string","height":"string","weight":"string","country_id":"string","birthdate":"string"}],"staff":["(same shape as players)"]}},"GET /teams/:id/matches":{"price":"$0.01","description":"Team matches","params":{"status":"live | finished | upcoming","limit":"number (max 100)","offset":"number"},"response":{"team_id":"string","matches":[{"id":"string","league":{"id":"string","name":"string"},"home_team":{"id":"string","name":"string","short_name":"string"},"away_team":{"id":"string","name":"string","short_name":"string"},"home_score":"number","away_score":"number","status":"string","winner":"home | away | draw | none","start_time_utc":"ISO 8601","round":"string","stadium":"string"}]}}},"matches":{"GET /matches/live":{"price":"$0.001","description":"All live matches","response":{"matches":[{"id":"string","league":{"id":"string","name":"string"},"home_team":{"id":"string","name":"string","short_name":"string"},"away_team":{"id":"string","name":"string","short_name":"string"},"home_score":"number","away_score":"number","status":"string","winner":"home | away | draw | none","game_time":"number | null","start_time_utc":"ISO 8601","round":"string","stadium":"string"}]}},"GET /matches/today":{"price":"$0.001","description":"Today's schedule","response":"(same shape as /matches/live)"},"GET /matches/:id":{"price":"$0.01","description":"Full match detail with events, stats, and lineups","response":{"id":"string","league":{"id":"string","name":"string"},"home_team":{"id":"string","name":"string","short_name":"string","color":"string"},"away_team":{"id":"string","name":"string","short_name":"string","color":"string"},"home_score":"number","away_score":"number","status":"string","winner":"home | away | draw | none","game_time":"number | null","start_time_utc":"ISO 8601","round":"string","referee":"string","stadium":"string","tv_networks":"string","events":[{"type":"goal | own_goal | penalty_goal | yellow_card | red_card | second_yellow | penalty_missed | penalty_saved | var_decision | var_review | substitution | assist | goal_disallowed","stage":"First Half | Second Half | Half Time | Full Time | Extra Time | Penalties","team":"home | away","minute":"string","player":"string","player2":"string | null","jersey":"number"}],"statistics":[{"name":"string","home_value":"string","away_value":"string","home_pct":"string","away_pct":"string"}],"lineups":{"home":{"formation":"string | null","status":"Confirmed | Unconfirmed","starters":[{"name":"string","short_name":"string","jersey":"number","position":"Goalkeeper | Defender | Midfielder | Forward","is_captain":"boolean","pitch_x":"number","pitch_y":"number"}],"substitutes":["(same shape as starters)"]},"away":"(same shape as home)"}}},"GET /matches/:id/predictions":{"price":"$0.001","description":"Predictions and odds","response":{"match_id":"string","home_votes":"number","draw_votes":"number","away_votes":"number","total_votes":"number","home_odds":"number | null","draw_odds":"number | null","away_odds":"number | null"}},"GET /matches/:id/h2h":{"price":"$0.001","description":"Head-to-head record","response":{"match_id":"string","home_wins":"number","away_wins":"number","draws":"number"}}}}}}