{"openapi":"3.1.0","info":{"title":"India Cricket API","description":"Pay-per-call live cricket scores for AI agents. Sourced from ESPNcricinfo's public feed. Powered by x402 — pay in USDC on Base, no account or API key.","version":"0.1.0","contact":{"name":"India Cricket API","email":"pankaj.kumar@antiersolutions.com"}},"paths":{"/cricket/sources":{"get":{"summary":"Sources","description":"FREE discovery: what this API serves and where the data comes from.","operationId":"sources_cricket_sources_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[]}},"/cricket/live":{"get":{"summary":"Live","description":"Every cricket match currently in progress, with its live score.","operationId":"live_cricket_live_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"402":{"description":"Payment Required — sign USDC payment on Base and retry with X-PAYMENT header"}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.001"},"protocols":[{"x402":{}}],"offers":[{"intent":"charge","method":"x402","amount":"1000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"$0.001 USDC — Live cricket scores","scheme":"exact","network":"eip155:8453","payTo":"0xF96d2A2BDEdaFa702104e2386Af78FbECE04CEB3"}]}}},"/health":{"get":{"summary":"Health","operationId":"health_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[]}},"/.well-known/x402.json":{"get":{"summary":"X402 Manifest","operationId":"x402_manifest__well_known_x402_json_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[]}}},"x-guidance":"This API is monetised with the x402 protocol. Request /cricket/live to receive an HTTP 402 challenge with on-chain payment requirements (USDC on eip155:8453). Sign the payment from a wallet that is NOT the payTo address, then retry with the signed X-PAYMENT header. /cricket/sources is free. /cricket/live returns 404 (no charge) when no match is live."}