# Helga World Cup Predictions > Data-driven FIFA World Cup 2026 forecasts from Helga: match score probabilities, provider-neutral predictions, SRF and 20min tip recommendations, result history, tournament probabilities, and a machine-readable JSON API. This static site publishes localized HTML pages for humans and a JSON feed for agents. Treat the JSON API as the freshest structured source. HTML pages provide canonical URLs, hreflang alternates, OpenGraph/Twitter metadata, and SportsEvent JSON-LD on match detail pages. Display times are formatted for Europe/Zurich. API timestamps and fixture dates use UTC where available. Predictions and provider-specific tips can change until kickoff; final rows include confirmed results and scoring outcomes. ## Primary pages - [English overview](https://tippspiel.helga.ch/en/): Current prediction dashboard with upcoming matches, past matches, and tournament forecast preview. - [German overview](https://tippspiel.helga.ch/de/): Localized German prediction dashboard. - [Upcoming matches](https://tippspiel.helga.ch/en/matches/future): Open fixtures with score probabilities and SRF/20min recommendations. - [Past matches](https://tippspiel.helga.ch/en/matches/past): Locked or played fixtures with published tips, results, points, and hit quality where available. - [Tournament forecast](https://tippspiel.helga.ch/en/tournament-forecast): Remaining-team title probabilities and knockout forecast simulation. ## Structured data - [Predictions JSON API](https://tippspiel.helga.ch/api/predictions): Canonical machine-readable prediction feed. Includes summary totals, fixture keys, team ids, probabilities, provider tips, result state, and localized detail URLs. - [Sitemap](https://tippspiel.helga.ch/sitemap.xml): Indexable localized HTML pages. ## Source and methodology - [GitHub repository](https://github.com/helga-agentur/worldcup-predictions): Full source code for ingestion, modeling, provider optimization, tournament simulation, static export, and deployment automation. - [Data vs gut feeling](https://blog.helga.ch/wer-tippt-besser-bauchgef%C3%BChl-oder-daten-97f7cf1bbdc8): Background article explaining the motivation for the forecasts. ## Notes for LLMs - The core forecast is provider-neutral; SRF and 20min tips are optimization layers on top of the neutral prediction data. - Prefer fixture keys, FIFA team codes, and JSON fields over localized display labels when comparing rows. - Use localized HTML pages for human-readable summaries and the JSON API for exact current values. - Do not infer that predictions are final before kickoff; open and locked matches can still differ from confirmed results.