Soccer Radar
This soccer API provides a robust and comprehensive solution for developers and businesses looking to integrate real-time and historical soccer data into their applications. It covers all key aspects of soccer data, including tournaments, league tables, team forms, upcoming fixtures, head-to-head (H2H) statistics, finished matches, and cup bracket details. This data can be used to power a wide…
Soccer Radar endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Tournaments /tournaments |
Returns avaible tournaments with leagues and seasonId. |
| GET |
League Table /tables/{seasonId} |
Returns League Table |
| GET |
League Teams Forms /forms/{seasonId} |
Return Teams Forms In Selected League |
| GET |
League Fixtures /fixtures/{seasonId} |
Returns League Future and Past Matches |
| GET |
Head To Head /h2h/{matchId} |
Returns selected event Head to head two teams |
| GET |
Season Data /seasons/{seasonId} |
Returns All Avaible Season Data |
| GET |
Finished Match /finished/{matchId} |
Returns Finished Match Statistics |
| GET |
Cup Bracket /bracket/{seasonId} |
Returns Cups Bracket |