Skip to main content
API Endpoints: Use https://txline.txodds.com/api/ for mainnet or https://txline-dev.txodds.com/api/ for devnet
Prerequisites: Complete Quickstart activation or World Cup Free Tier activation first. The snippets assume jwt is the guest JWT from /auth/guest/start and apiToken is the value returned by /api/token/activate.

Fetch Fixtures Snapshot

Get all fixtures for a specific competition or all competitions.
Participant1IsHome is the feed’s home/away designation for mapping Participant1 and Participant2; it is not a venue guarantee. For neutral competitions such as the World Cup, Participant1IsHome: true means Participant1 is listed as the home side for feed purposes, even if the match is not played in that team’s country.
Fixture payloads include GameState in a backward-compatible format. Current values are 1 for scheduled fixtures and 6 for cancelled fixtures.

Fetch Odds Snapshot

Get odds data for a specific fixture or time period.

Fetch Scores Snapshot

Get scores data for a specific fixture or time period.