SoccersAPIDocs
Docs › Guides

[v2.2] Release notes

Use the examples in the notes to test endpoints directly. Use the include parameter to embed related datasets in one call (for example include=events,stats) and reduce round trips. Dataset include names are different from standalone operation selectors such as t=match_events. Use the utc parameter to get date/time values in your preferred timezone (for example utc=4 or utc=4.5).

Documentation verification (2026-09-04)

Documentation correction (2026-08-30)

🏟️ Venues by Season

Example

GET /v2.2/venues/?user=USER&token=TOKEN&t=byseason&season_id=14192

⚡ Performance & Team Kit Colors

🛡️ API Token Usage


🚀 Highlights (quick glance)


📺 Broadcast & TV (new & improved)

What’s included

Commentary
Use these endpoints for “Where to watch” features. You can filter broadcasts per country to show local channels only.

Example

GET /v2.2/broadcast/?user=USER&token=TOKEN&t=match_tvs&id=1910954&country_broadcast_id=5

Verification note (2026-09-04): country_broadcast_id currently has no effect; t=match_tvs returns the channels of every country.


🎞️ Media (beta)

What’s included

Example

GET /v2.2/media/?user=USER&token=TOKEN&t=league&id=637

Commentary
Good for editorial UIs, highlight carousels and social previews. Beta feature — expect small improvements.

Verification note (2026-09-04): the media route is not live yet and is marked "coming soon" in the reference.


📊 Standings & Live Standings

What’s included

Commentary
Use for live leaderboard views and competition pages that need in-play table updates.


⚽ Matches, Fixtures & Includes

New & improved

Usage tip

GET /v2.2/fixtures/?user=USER&token=TOKEN&t=info&id=XXXX&include=events,stats

Commentary
&include= reduces roundtrips and gives richer payloads in a single call.


🧾 Players / Teams / Lineups

Added

Commentary
Easier to render detailed player/team pages without additional joins. For performance, lineups omit heavy per-player stats by default.


🏟️ Venues / Coaches / Catalog

New endpoints

Images & logos

Commentary
Useful for directory pages and localized UI elements.


🔎 Search & H2H

Added

Commentary
Power autocompletes and quick lookup features with the search endpoints.


🧩 Odds & Bookmakers

Added / Improved

Commentary
Odds coverage varies by match/popularity. Use match_odds endpoints and custom sort to prioritize affiliate/bookmaker display order.


🌐 Languages & Localization

Added languages

Usage

...&lang=ko

Commentary
Pass &lang= to localize names and descriptions in responses.


🖼️ UX / Images / Defaults

Added

Commentary
Better visual fallback handling and consistent front-end rendering.


🔧 Improvements / Changes / Fixes

Performance / API behavior

Other fixes


➕ New Endpoints (summary)


🧾 Coverage & Data


✅ Migration tips & examples

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=info&id=XXXX&include=events,stats

📣 Final notes & recommendations


Read in the reference