Description
StatEdge global sports intelligence — F1, cricket, rugby, tennis, AFL, golf, boxing, MMA, cycling, athletics
Documentation
Global sports intelligence — F1, cricket, rugby, tennis, AFL, golf, boxing, MMA, cycling
Dedicated intelligence endpoint for sports that don't fit the fantasy/waiver model. F1: race previews with live standings from Jolpica API (driver/constructor championships, next race, last results). Cricket: IPL, Test, ODI, T20I, BBL, PSL, CPL, The Hundred, SA20 — match previews, series context, team form. Rugby: Six Nations, Rugby Championship, Super Rugby, NRL, Super League, Rugby World Cup. Tennis: ATP/WTA tours, all four Grand Slams, Davis Cup, Billie Jean King Cup. AFL, golf (PGA/DP World/LIV/Majors), boxing, MMA/UFC, cycling (TdF/Giro/Vuelta), athletics/Olympics. x-agent-use-case: on-demand for any non-US-fantasy sport query.
**Price:** $0.1 USDC per call
Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.
Parameters
{
"properties": {
"action": {
"default": "preview",
"description": "F1: race|standings|qualifying|calendar. Cricket: match|series|ipl|standings. Rugby: match|tournament|standings. Tennis: tournament|rankings|draw|match. Others: preview|results|standings|analysis.",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"detail": {
"description": "Optional context: tournament name, team name, matchup, series. E.g. 'Six+Nations', 'Wimbledon', 'England+vs+Australia', 'Masters'",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"sport": {
"description": "Sport code. F1 pulls live data from Jolpica API. All others use real-time Tavily synthesis from authoritative sources (formula1.com, ESPNcricinfo, Cricbuzz, worldrugby.org, BBC Sport, etc.)",
"enum": [
"F1",
"CRICKET",
"IPL",
"BBL",
"PSL",
"CPL",
"THE100",
"SA20",
"RUGBY",
"RUGBYUNION",
"RUGBYLEAGUE",
"SIXNATIONS",
"NRL",
"SUPERLEAGUE",
"TENNIS",
"ATP",
"WTA",
"WIMBLEDON",
"USOPEN",
"AUSOPEN",
"RG",
"AFL",
"GOLF",
"PGA",
"DPWORLD",
"LIV",
"MASTERS",
"BOXING",
"MMA",
"UFC",
"CYCLING",
"TDF",
"GIRO",
"VUELTA",
"ATHLETICS",
"OLYMPICS"
],
"required": true,
"type": "string",
"x-parameter-location": "query"
}
},
"required": [
"sport"
],
"type": "object"
}