sofascore_round_events
Retrieve fixtures for a specific round of a competition season using SofaScore data. Provide unique tournament ID, season ID, and round number to get clean JSON match listings.
Instructions
SofaScore round fixtures. Returns fixtures for one round of a competition season from SofaScore's credential-free public JSON. Get id from search and season from tournament-seasons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric SofaScore unique-tournament (competition) id | |
| round | Yes | Round number | |
| season | Yes | Numeric SofaScore season id |