← APIs / RacingPulse
Verified

RacingPulse

PulseNetworkby PulseNetwork · Intelligence APIs, Data, AI Agents

Global pari-mutuel racing intelligence API — horse racing and greyhound betting analysis covering 13 countries. Live odds, going conditions, form analysis, trap bias, arbitrage detection, speed ratings, and betting systems for 50+ racecourses and greyhound tracks worldwide. All endpoints pay-per-query via x402 micropayments on Base mainnet.

financefederated
Price per request
$0.02
About

Global pari-mutuel racing intelligence API — horse racing and greyhound betting analysis covering 13 countries. Live odds, going conditions, form analysis, trap bias, arbitrage detection, speed ratings, and betting systems for 50+ racecourses and greyhound tracks worldwide. All endpoints pay-per-query via x402 micropayments on Base mainnet. 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/racingpulse
Technical Specs
Auth MethodNone (x402 payment proof only)
Response FormatJSON
Endpoints13
Endpoints
MethodPathDescriptionCost
GET /api/arbitrage Real-time guaranteed-profit racing arbitrage across all bookmakers. For betting and arbitrage agents.
$0.06 default
View details
GET /api/calculator Arbitrage stakes, expected value, Kelly criterion and profit calcs for racing bets. For betting and value-betting agents.
$0.02 default
View details
GET /api/card Complete race-meeting briefing — odds, going and news in one card. For horse-racing betting agents.
$0.08 default
View details
GET /api/form Deep horse-form analysis with ratings and trainer stats. For horse-racing handicapping agents.
$0.08 default
View details
GET /api/going Live ground and going conditions for 35 global racecourses. For horse-racing betting agents.
$0.02 default
View details
GET /api/greyhound-card Full greyhound field breakdown — trap suitability, value selections, system plays and betting intel for any meeting worldwide. For greyhound betting agents.
$0.08 default
View details
GET /api/greyhound-form Greyhound form — recent runs, sectional times, trap record, kennel form and a verdict for any track worldwide. For greyhound betting agents.
$0.08 default
View details
GET /api/greyhound-trap Greyhound trap bias — win rates per trap, rail vs wide advantage, pace profile and actionable angles for any track. For greyhound betting agents.
$0.08 default
View details
GET /api/ratings Speed ratings — RPR, Timeform and going-adjusted performance figures. For horse-racing handicapping agents.
$0.08 default
View details
GET /api/scanner Live cross-bookmaker horse-racing arbitrage detection. For arbitrage and betting agents.
$0.08 default
View details
GET /api/systems Statistically-backed racing angles — trainer/jockey combos and trends. For horse-racing betting agents.
$0.08 default
View details
GET /api/track Complete racecourse profile with live going conditions and draw bias. For horse-racing betting agents.
$0.08 default
View details
GET /api/trends Historical race trends — draw bias, trainer records and value angles. For horse-racing betting agents.
$0.08 default
View details
Endpoint documentation
GET/api/arbitrage
$0.06 default
Description

Real-time guaranteed-profit racing arbitrage across all bookmakers. For betting and arbitrage agents.

Documentation

Live arbitrage — filtered guaranteed-profit opportunities for a specific racing jurisdiction

Live arbitrage — filtered guaranteed-profit opportunities for a specific racing jurisdiction

**Price:** $0.05 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.06 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": {
    "min_profit": {
      "default": 0,
      "description": "Minimum profit % filter",
      "required": false,
      "type": "number",
      "x-parameter-location": "query"
    },
    "regions": {
      "default": "uk,au,us,eu",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "sport": {
      "enum": [
        "horse_racing_uk",
        "horse_racing_au",
        "horse_racing_us",
        "horse_racing_za"
      ],
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [],
  "type": "object"
}
GET/api/calculator
$0.02 default
Description

Arbitrage stakes, expected value, Kelly criterion and profit calcs for racing bets. For betting and value-betting agents.

Documentation

Betting calculator — arbitrage stakes (Kelly), expected value, and profit calculations

Betting calculator — arbitrage stakes (Kelly), expected value, and profit calculations

**Price:** $0.02 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.02 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": {
    "bankroll": {
      "description": "Total bankroll (arb mode)",
      "required": false,
      "type": "number",
      "x-parameter-location": "query"
    },
    "mode": {
      "enum": [
        "arb",
        "ev"
      ],
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "odds": {
      "description": "Comma-separated runner odds e.g. 3.5,2.1 (arb mode)",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "single_odds": {
      "description": "Decimal odds for single selection (ev mode)",
      "required": false,
      "type": "number",
      "x-parameter-location": "query"
    },
    "stake": {
      "description": "Stake amount (ev mode)",
      "required": false,
      "type": "number",
      "x-parameter-location": "query"
    },
    "true_prob": {
      "description": "Your estimated true win probability 0-1 (ev mode)",
      "required": false,
      "type": "number",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "mode"
  ],
  "type": "object"
}
GET/api/card
$0.08 default
Description

Complete race-meeting briefing — odds, going and news in one card. For horse-racing betting agents.

Documentation

Race card — complete meeting briefing with runners, odds, going, and news

Race card — complete meeting briefing with runners, odds, going, and news

**Price:** $0.07 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.08 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": {
    "date": {
      "format": "date",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "track": {
      "description": "Track name e.g. ascot, cheltenham, flemington",
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "track"
  ],
  "type": "object"
}
GET/api/form
$0.08 default
Description

Deep horse-form analysis with ratings and trainer stats. For horse-racing handicapping agents.

Documentation

Form guide — deep horse form analysis with trainer stats and going preferences

Form guide — deep horse form analysis with trainer stats and going preferences

**Price:** $0.07 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.08 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": {
    "horse": {
      "description": "Horse name",
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "trainer": {
      "description": "Trainer name (optional)",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "horse"
  ],
  "type": "object"
}
GET/api/going
$0.02 default
Description

Live ground and going conditions for 35 global racecourses. For horse-racing betting agents.

Documentation

Going conditions — live ground conditions derived from 7-day precipitation data

Going conditions — live ground conditions derived from 7-day precipitation data

**Price:** $0.02 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.02 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": {
    "track": {
      "description": "Track name, or 'all' for summary of top 12 tracks",
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "track"
  ],
  "type": "object"
}
GET/api/greyhound-card
$0.08 default
Description

Full greyhound field breakdown — trap suitability, value selections, system plays and betting intel for any meeting worldwide. For greyhound betting agents.

Documentation

Greyhound race card — full field breakdown with trap suitability, value selection, and system plays

Greyhound race card — full field breakdown with trap suitability, value selection, and system plays

**Price:** $0.07 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.08 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": {
    "date": {
      "description": "Race date YYYY-MM-DD (defaults to today)",
      "format": "date",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "race": {
      "description": "Specific race number or name (optional)",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "track": {
      "description": "Track name e.g. romford, shelbourne-park, wentworth-park",
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "track"
  ],
  "type": "object"
}
GET/api/greyhound-form
$0.08 default
Description

Greyhound form — recent runs, sectional times, trap record, kennel form and a verdict for any track worldwide. For greyhound betting agents.

Documentation

Greyhound form — recent runs, sectional times, trap record, kennel form, and verdict

Greyhound form — recent runs, sectional times, trap record, kennel form, and verdict

**Price:** $0.07 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.08 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": {
    "dog": {
      "description": "Greyhound name",
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "track": {
      "description": "Track name for trap-specific context e.g. romford, shelbourne-park, the-meadows",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "dog"
  ],
  "type": "object"
}
GET/api/greyhound-trap
$0.08 default
Description

Greyhound trap bias — win rates per trap, rail vs wide advantage, pace profile and actionable angles for any track. For greyhound betting agents.

Documentation

Greyhound trap bias — win rates per trap, rail vs wide advantage, pace profile, and betting angles

Greyhound trap bias — win rates per trap, rail vs wide advantage, pace profile, and betting angles

**Price:** $0.07 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.08 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": {
    "distance": {
      "description": "Race distance e.g. 400m, 460m, 520m",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "grade": {
      "description": "Race grade e.g. A1, A2, S2, OR",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "track": {
      "description": "Track name e.g. romford, shelbourne-park, the-meadows, wentworth-park",
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "track"
  ],
  "type": "object"
}
GET/api/ratings
$0.08 default
Description

Speed ratings — RPR, Timeform and going-adjusted performance figures. For horse-racing handicapping agents.

Documentation

Speed ratings — official rating, RPR, Timeform, and going-adjusted performance ratings

Speed ratings — official rating, RPR, Timeform, and going-adjusted performance ratings

**Price:** $0.07 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.08 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": {
    "horse": {
      "description": "Horse name",
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "horse"
  ],
  "type": "object"
}
GET/api/scanner
$0.08 default
Description

Live cross-bookmaker horse-racing arbitrage detection. For arbitrage and betting agents.

Documentation

Arbitrage scanner — scan all active racing sports for guaranteed-profit opportunities

Arbitrage scanner — scan all active racing sports for guaranteed-profit opportunities

**Price:** $0.07 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.08 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": {
    "regions": {
      "default": "uk,au,us,eu",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [],
  "type": "object"
}
GET/api/systems
$0.08 default
Description

Statistically-backed racing angles — trainer/jockey combos and trends. For horse-racing betting agents.

Documentation

Betting systems — statistically-backed angles, trainer/jockey combos, draw bias

Betting systems — statistically-backed angles, trainer/jockey combos, draw bias

**Price:** $0.07 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.08 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": {
    "filter": {
      "description": "e.g. 'Ascot sprints', 'novice hurdlers', 'flat handicaps'",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [],
  "type": "object"
}
GET/api/track
$0.08 default
Description

Complete racecourse profile with live going conditions and draw bias. For horse-racing betting agents.

Documentation

Track profile — complete racecourse intelligence with live going conditions

Track profile — complete racecourse intelligence with live going conditions

**Price:** $0.07 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.08 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": {
    "track": {
      "description": "Track name e.g. ascot, cheltenham, flemington",
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "track"
  ],
  "type": "object"
}
GET/api/trends
$0.08 default
Description

Historical race trends — draw bias, trainer records and value angles. For horse-racing betting agents.

Documentation

Race trends — historical patterns, draw bias, trainer records, value and fade angles

Race trends — historical patterns, draw bias, trainer records, value and fade angles

**Price:** $0.07 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.08 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": {
    "race": {
      "description": "Race or meeting name e.g. 'Cheltenham Gold Cup', 'Royal Ascot'",
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "race"
  ],
  "type": "object"
}