The API uses environment variables to launch API calls: {{USERNAME}} and {{TOKEN}}. You can set them from TRY IT OUT
Use the examples in the notes to test endpoints directly.
Use the &include= parameter to embed related datasets in one call (for example &include=match_events,match_stats) and reduce round trips.
Use the &utc= parameter to get date/time values in your preferred timezone (for example &utc=4 or &utc=4.5).
match_events
and match_stats
inline in many endpoints.TV Channels by Country
(#tv_channels_country
)All TV Channels
(#tv_channels_all
)TV Channel by ID
(#tv_info
)TV Channels by Match
coverage (#match_tv
)Fixtures by TV Channel
(2-week forecast) (#fixtures_tv_channel
)TV Schedule by Date
(Broadcast section)GET /v2.2/broadcast/?user=USER&token=TOKEN&t=match_tvs&id=1910954&country_broadcast_id=5
event
, league
, season
, team
, round
, date
(use type=date&d=YYYY-MM-DD
).GET /v2.2/media/?user=USER&token=TOKEN&t=league&id=637
#standings_live
) — rolling/temporary standings while matches are being played.number_standings
added to support competitions with multiple tables (e.g., split groups).related_id
parameter in fixtures: track postponed / rescheduled / related events.info
dataset added to today’s fixtures (federation decisions, special notes).&include=match_events,match_stats
inline in:Livescores
, Fixtures
, MatchByID
, MatchByMultipleID
timestamp
added to today’s match events for more precise timing.aggregate_id
and country_code
added in fixtures and MatchByID endpoints.GET /v2.2/fixtures/?user=USER&token=TOKEN&t=match_by_id&id=XXXX&include=match_events,match_stats
&include=
reduces roundtrips and gives richer payloads in a single call.team_id
and national_team_id
on player object.position_name
in lineups (e.g., left winger, right winger).market_value
in player info.leagues
array in Team by ID.&include=stats
for full stats).Coaches by Country
, All Coaches
Venues by Country
, All Venues
All Continents
, Continent by ID
search_all
improvements: you can now search matches and TV channels.H2H Team vs Team
and Match H2H
.#match_odds
).Match Odds by Bookmaker
.match_odds
endpoints and custom sort to prioritize affiliate/bookmaker display order.ko
)zh_cn
) and Chinese (zh
)pt
)tr
)pl
)fr
)...&lang=ko
&lang=
to localize names and descriptions in responses.&include=stats
when you need full player stats.Fixtures
endpoints datetime values normalized to UTC.Standings
improvements: number_standings
for competitions with multiple standing groups (e.g., Indian I-League).Fixtures
got info
dataset — federation decisions and special flags included.Season Stats > goal_line
recalculated/fixed.timestamp
parameter added in match events for today (higher precision).Attendance
field added.Aggregate_id
in fixtures and MatchByID endpoints.Standings Live
(#standings_live
)Media
(highlights) (beta)TV Channels by Country
, All TV Channels
, TV Channel by ID
Fixtures Next & Last
Match Sidelined
Match by Multiple IDs
(includes support)Player Stats by Match ID
(#player_stats_match
)Cup Draw (Tournament Bracket)
(#cup_draw
)Fixtures by TV Channel
(2 weeks forecast)Match Odds by Bookmaker
Teams National
Team Transfers
Team Trophies
Search by Keyword
Stages by Season
, Stage by ID
, Group by ID
Venues by Country
, All Venues
Coaches by Country
, All Coaches
country_code
& aggregate_id
for improved grouping and filtering.&include=stats
to your request now:GET /v2.2/fixtures/?user=USER&token=TOKEN&t=match_lineups&id=1234&include=stats
GET /v2.2/leagues/?user=USER&token=TOKEN&t=standings_live&season_id=SEASON_ID
GET /v2.2/media/?user=USER&token=TOKEN&t=league&id=637
GET /v2.2/fixtures/?user=USER&token=TOKEN&t=match_by_id&id=XXXX&include=match_events,match_stats
&utc=
for timezone-correct responses where useful (e.g., &utc=4
or &utc=4.5
).&include=
to avoid multiple roundtrips (match events / match stats / lineups).