RacingPulse · Going
by RacingPulse
$0.02
per call · USD Coin on Base
Live ground and going conditions for 35 global racecourses. For horse-racing betting agents.
Endpoint
GET https://racingpulse.theaslangroupllc.com/api/going8
Calls / 30d
6
Unique payers / 30d
Sep 8
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/going", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://racingpulse.theaslangroupllc.com/api/going" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"antecedent_covers_through": "2026-07-13",
"antecedent_lag_days": 0,
"antecedent_window": "Going is based on 5.3mm of OBSERVED rainfall over the last 7 days, measured at a real rain gauge through 2026-07-13 (no lag).",
"attribution": [
"Weather data from MET Norway (met.no), used under CC BY 4.0.",
"Observed rainfall from the UK Environment Agency real-time flood-monitoring API (environment.data.gov.uk), used under the Open Government Licence v3.0."
],
"data_basis": "observed_gauge",
"forecast_next_3d": [
{
"date": "2026-07-13",
"partial": true,
"precipitation_sum_mm": 0.2,
"temperature_max_c": 21,
"temperature_min_c": 12
}
],
"going": "Good to Firm",
"going_confidence": "high",
"going_description": "Fast ground, minimal cut — speed favoured",
"going_trend": "Drying — no significant rain forecast",
"moisture_index": 18.5,
"rain_7d_mm": 5.3,
"source_licences": [
{
"api": "https://api.met.no/weatherapi/locationforecast/2.0/",
"licence": "CC BY 4.0",
"licence_url": "https://creativecommons.org/licenses/by/4.0/",
"source": "MET Norway (Norwegian Meteorological Institute)"
},
{
"api": "https://environment.data.gov.uk/flood-monitoring/doc/rainfall",
"licence": "Open Government Licence v3.0",
"licence_url": "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
"source": "UK Environment Agency real-time flood-monitoring API"
}
],
"temperature_c": 18.2,
"track": "ascot (UK)",
"wind_speed_kmh": 12.4
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from RacingPulse & similar services
RacingPulse · Greyhound Card
racingpulse.theaslangroupllc.com
Full greyhound field breakdown — trap suitability, value selections, system plays and betting intel for any meeting worldwide. For greyhound 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.