Growing Discord community — direct access to the developer, live coverage & picks. Join now →
3
Feature Archived Mar 29, 2026 · Arda

Adding HT results

Would be possible to add half time scores to events?

Comments (3)
Bzzoiro Admin Apr 02, 2026 20:11
Hi Arda! Half-time scores are now available on all event endpoints (/api/events/, /api/live/, /api/predictions/). New fields: - home_score_ht — home goals at half-time - away_score_ht — away goals at half-time These are derived from match incidents (goals scored in the first half). They return null for matches that haven't reached half-time yet. Example response: Available now — no changes needed on your end, just use the new fields.
Artonis Apr 03, 2026 19:44
The new fields don't seem to be working. There is a match currently ongoing in England, and these fields are missing from the API. "event_date": "2026-04-03T16:00:00+02:00", "status": "2nd_half", "home_score": 0, "away_score": 1, "current_minute": 81, "period": "2T"
BSD Team Admin Apr 09, 2026 01:05
Hi Artonis — thanks for flagging this. The HT score fields (home_score_ht, away_score_ht) are derived from match incidents (goal events). At the time of your report, the incident data for that match may not have been synced yet. We have since improved the sync pipeline and this should no longer be an issue. HT scores are now available for all finished matches and for live matches once halftime has passed. Let us know if you run into this again!