GuidesRelease Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

Soccer APIs - Hydration Break Events

We’ve added support for hydration breaks in our Soccer API.

Use these two new event types in our Soccer Timeline endpoints to determine the start and end of each hydration break.

  • water_break_start
  • water_break_end

Benefit

Integrate these event types to ensure your soccer product is compatible with the new hydration breaks for the World Cup, and other international competitions.


☑️ Sample Request:

  • Sport Event Timeline - https://api.sportradar.com/soccer/trial/v4/en/sport_events/{sport_event_id}/timeline.json

🔢 Versions


🔁 Endpoints Affected

  • Live Timelines
  • Live Timelines Delta
  • Sport Event Timeline
  • Push Events

⚙️ Return Sample

<event id="19599009" type="water_break_start" time="2026-03-12T00:52:43+00:00" match_time="23" match_clock="22:36" period="1" period_type="regular_period"/>
<event id="19599010" type="water_break_end" time="2026-03-12T00:54:48+00:00" match_time="25" match_clock="24:41" period="1" period_type="regular_period"/>