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.

Developer trust

Source health API for bookmaker odds monitoring

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.

sourceStatus

Current readiness state for a bookmaker source.

sourceLatencyMs

Observed source latency used for rollout risk checks.

lastUpdatedAt

Freshness timestamp for the latest usable quote state.

coverage.validation_required

Explicit state for markets that need validation before rollout.

{
  "sourceStatus": "validation_required",
  "sourceLatencyMs": 420,
  "lastUpdatedAt": "2026-05-07T08:15:00.000Z",
  "reason": "coverage.validation_required"
}