World Cup 2026 Free Coverage
Get free access to World Cup & International Friendlies data with TxLINE’s complimentary tiers. Real-time and 60-second delayed options available.
Coverage
For a complete list of upcoming soccer fixtures and competitions covered by TxLINE, please refer to the Schedule.On-Chain Specifications
These specifications define how soccer game phases and statistics are encoded for on-chain operations, including cryptographic validation and trading settlement.Game Phase Encoding
Stat Period Encoding
Stats are encoded asperiod_prefix + base_key.
These encodings are used for on-chain validation proofs and trading settlement.
Full Game Stats (Keys 1-8):
Period Prefixes:
Usage: These encodings are required when validating score data against on-chain Merkle roots, creating trading offers, or settling trades with cryptographic proofs.
Integrator Notes
- Hydration breaks are represented as
commentactions withData.Text = "Water-drinking break". They are not numericStatskeys or a dedicated action type. - Fouls are not exposed as a separate documented
foulaction in the soccer feed. Usefree_kickwithData.FreeKickType != "Offside"for foul/free-kick handling; offside isfree_kickwithData.FreeKickType = "Offside". - Current documented enums include:
shot.Data.Outcome:OnTarget,OffTarget,Woodwork,BlockedData.FreeKickType:Safe,Attack,Danger,HighDanger,Offsidevar.Data.Type:Goal,Penalty,RedCard,SecondYellowCard,CornerKick,MistakenIdentity,Othervar_end.Data.Outcome:Stands,Overturned- penalty outcomes:
Scored,Missed,Retake
Documentation
Download
Complete documentation for the TxODDS Soccer data feed
Version 1.1 Updates
The v1.1 Soccer Feed PDF includes the following integrator-facing updates:Substitutionmessages can includeFollowsAction, linking a confirmed substitution to the originating unconfirmed action.Action Amendcan includeParticipant, identifying the team related to the original action being amended.halftime_finalisedindicates halftime data has been reviewed and verified, and may be sent more than once for the same halftime period.