← APIs / StatEdge
Verified

StatEdge

PulseNetworkby PulseNetwork · Intelligence APIs, Data, AI Agents

AI-synthesized sports intelligence API with genuine global coverage. Live betting odds from 20+ sportsbooks across 30+ sports and leagues. Dedicated global endpoint for F1 (live standings via Jolpica API), cricket (IPL, Test, ODI, T20I, BBL, PSL, CPL, The Hundred, SA20 — powered by ESPNcricinfo and Cricbuzz), rugby (Six Nations, Rugby Championship, Super Rugby, NRL, Super League, Rugby World Cup), tennis (ATP/WTA, all four Grand Slams), AFL, golf, boxing, MMA/UFC, cycling, and athletics. Fantasy tools (waiver wire, matchups, injury reports) cover all major leagues globally including EPL, La Liga, Bundesliga, Serie A, Ligue 1, Champions League, Brasileirão, Liga MX. Pay-per-query via x402 micropayments on Base.

mediafederated
Price per request
$0.09
About

AI-synthesized sports intelligence API with genuine global coverage. Live betting odds from 20+ sportsbooks across 30+ sports and leagues. Dedicated global endpoint for F1 (live standings via Jolpica API), cricket (IPL, Test, ODI, T20I, BBL, PSL, CPL, The Hundred, SA20 — powered by ESPNcricinfo and Cricbuzz), rugby (Six Nations, Rugby Championship, Super Rugby, NRL, Super League, Rugby World Cup), tennis (ATP/WTA, all four Grand Slams), AFL, golf, boxing, MMA/UFC, cycling, and athletics. Fantasy tools (waiver wire, matchups, injury reports) cover all major leagues globally including EPL, La Liga, Bundesliga, Serie A, Ligue 1, Champions League, Brasileirão, Liga MX. Pay-per-query via x402 micropayments on Base. Part of PulseNetwork, operated by The Aslan Group LLC. Apiosk indexes this federated listing and adds ref=apiosk for attribution; calls and x402 payments go directly to PulseNetwork.

Base URL
https://gateway.apiosk.com/stateedge
Technical Specs
Auth MethodNone (x402 payment proof only)
Response FormatJSON
Endpoints6
Endpoints
MethodPathDescriptionCost
GET /api/ats StatEdge ATS records — historical against-the-spread trends for specific situations and teams
$0.12 default
View details
GET /api/global StatEdge global sports intelligence — F1, cricket, rugby, tennis, AFL, golf, boxing, MMA, cycling, athletics
$0.12 default
View details
GET /api/injury-impact StatEdge injury impact — quantified team performance and betting line impact of a specific player injury
$0.09 default
View details
GET /api/parlay StatEdge parlay analyzer — true probability vs implied probability and expected value for any parlay
$0.12 default
View details
GET /api/ref-analysis StatEdge referee analysis — official tendencies, foul rates, pace impact, and betting implications
$0.12 default
View details
GET /api/rest StatEdge rest advantage — quantified rest days analysis with ATS historical context
$0.09 default
View details
Endpoint documentation
GET/api/ats
$0.12 default
Description

StatEdge ATS records — historical against-the-spread trends for specific situations and teams

Documentation

Against-the-spread trends

ATS trends and systems for a specific situation — home underdog, divisional games, off a loss, primetime, back-to-back, and more. Returns cover rate, sample size, and betting value assessment. x-agent-use-case: on-demand when building or backtesting a betting system.

**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.

Pricing
$0.12 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "situation": {
      "description": "The situation to analyze (e.g. home-underdog, divisional, off-a-loss, primetime)",
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "sport": {
      "default": "NFL",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "situation"
  ],
  "type": "object"
}
GET/api/global
$0.12 default
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.

Pricing
$0.12 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

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"
}
GET/api/injury-impact
$0.09 default
Description

StatEdge injury impact — quantified team performance and betting line impact of a specific player injury

Documentation

Single player injury impact analysis

Deep-dive impact analysis for a specific player injury — win probability shift, line movement expected, fantasy replacement value, historical team performance without this player. x-agent-use-case: on-demand when a key player injury is announced.

**Price:** $0.08 USDC per call

Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.

Pricing
$0.09 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "player": {
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "sport": {
      "default": "NFL",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "team": {
      "description": "team (falls back to sport if omitted)",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "player"
  ],
  "type": "object"
}
GET/api/parlay
$0.12 default
Description

StatEdge parlay analyzer — true probability vs implied probability and expected value for any parlay

Documentation

Parlay analysis and probability

True probability and expected value analysis for a parlay. Calculates vig-adjusted implied probability for each leg, correlated leg risks, and overall parlay value vs. sportsbook payout. x-agent-use-case: on-demand before placing a multi-leg bet.

**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.

Pricing
$0.12 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "legs": {
      "description": "Comma-separated parlay legs (e.g. Chiefs -3,Over 47.5,Lakers ML)",
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "legs"
  ],
  "type": "object"
}
GET/api/ref-analysis
$0.12 default
Description

StatEdge referee analysis — official tendencies, foul rates, pace impact, and betting implications

Documentation

Referee and official tendencies

Analysis of referee/official tendencies including foul rate, home/away bias, totals impact, and historical ATS record when this official works. Most useful for NBA (referee assignments released day-of) and NFL. x-agent-use-case: on-demand same day as game when referee assignment is known.

**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.

Pricing
$0.12 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "ref": {
      "description": "Referee name (optional — analyzes general tendencies if omitted)",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "sport": {
      "default": "NBA",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [],
  "type": "object"
}
GET/api/rest
$0.09 default
Description

StatEdge rest advantage — quantified rest days analysis with ATS historical context

Documentation

Rest and schedule advantage analysis

Rest advantage analysis — days of rest for both teams, back-to-back situations, schedule difficulty, travel distance impact, and historical ATS performance in rest-advantage/disadvantage spots. x-agent-use-case: on-demand as part of pre-game analysis.

**Price:** $0.08 USDC per call

Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.

Pricing
$0.09 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "opponent": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "sport": {
      "default": "NBA",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "team": {
      "description": "Team to analyze",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [],
  "type": "object"
}