RacingPulse · Greyhound Card
by RacingPulse
$0.07
per call · USD Coin on Base
Full greyhound field breakdown — trap suitability, value selections, system plays and betting intel for any meeting worldwide. For greyhound betting agents.
Endpoint
GET https://racingpulse.theaslangroupllc.com/api/greyhound-card2
Calls / 30d
1
Unique payers / 30d
Aug 20
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://racingpulse.theaslangroupllc.com/api/greyhound-card", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://racingpulse.theaslangroupllc.com/api/greyhound-card?date=race+date+YYYY-MM-DD" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"date": "2026-06-07",
"governing_body": "GBGB",
"key_battle": "Traps 1 and 2 expected to clash for rail position on first bend",
"market_leader": "Swift Monarch (trap 1) — 2/1 favourite",
"meeting_info": "Saturday evening BAGS meeting — 8 races, A1-A3 grades",
"meeting_verdict": "Trap 1 advantage is decisive — Swift Monarch is the bet of the meeting at current price",
"runners": [
{
"best_time": "24.31",
"dog": "Swift Monarch",
"grade": "A2",
"recent_form": "1-1-2-1",
"sp": "2/1F",
"trainer": "J. Smith",
"trap": 1,
"trap_suitability": "ideal",
"verdict": "Draw perfectly suits rails-running style — NAP of the meeting"
},
{
"best_time": "24.38",
"dog": "Blazing Comet",
"grade": "A2",
"recent_form": "1-2-1-3",
"sp": "3/1",
"trainer": "T. Brown",
"trap": 5,
"trap_suitability": "against",
"verdict": "Wide draw forces extra ground — shorter price than merits"
}
],
"system_plays": [
"Rails runners from traps 1-2 in A2 grade at Romford: 34% strike rate at average 2.1/1"
],
"track": "Romford",
"trap_summary": "Draw heavily favours traps 1-3 at this track; traps 6-8 face significant disadvantage",
"value_selection": "Lightning Storm (trap 3) at 4/1 — market underrates draw and recent sectional improvement"
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Developer Tools and the homepage with a featured placement.
More from RacingPulse & similar services
RacingPulse · Going
racingpulse.theaslangroupllc.com
Live ground and going conditions for 35 global racecourses. For horse-racing betting agents.
RacingPulse · Card
racingpulse.theaslangroupllc.com
Complete race-meeting briefing — odds, going and news in one card. For horse-racing betting agents.
RacingPulse · Arbitrage
racingpulse.theaslangroupllc.com
Real-time guaranteed-profit racing arbitrage across all bookmakers. For betting and arbitrage agents.