Source health API
Source health API for bookmaker odds monitoring
Expose sourceStatus, sourceLatencyMs, freshness, and validation-required states so teams can trust bookmaker odds coverage before scale.
Source health API
Expose sourceStatus, sourceLatencyMs, freshness, and validation-required states so teams can trust bookmaker odds coverage before scale.
Developer trust
Source health is the strongest trust signal in the product. It lets teams separate available, degraded, recovered, and validation-required coverage before users depend on bookmaker odds in production.
This page makes source readiness part of the buying decision, not a hidden operational detail.
sourceStatusCurrent readiness state for a bookmaker source.
sourceLatencyMsObserved source latency used for rollout risk checks.
lastUpdatedAtFreshness timestamp for the latest usable quote state.
coverage.validation_requiredExplicit state for markets that need validation before rollout.
{
"sourceStatus": "validation_required",
"sourceLatencyMs": 420,
"lastUpdatedAt": "2026-05-07T08:15:00.000Z",
"reason": "coverage.validation_required"
}