Soccer API
Soccer API offers real-time and historical football data across top international and domestic leagues. With fast, reliable endpoints, you can access live scores, match schedules, player stats, team form, results, and league standings—all in structured JSON format. This API is built for developers, startups, and sports businesses powering fantasy football apps, live score trackers, betting…
Soccer API endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| GET |
List of Competitions /competitions/1 |
You can fetch the ongoing competitions for Soccer sport. |
| GET |
List of Events /event/1/{competitionId} |
Based on competition ID of your soccer sports, You can fetch the current available events. Once you fetched the events you are ready to work with odds. In event response you will… |
| GET |
List of Event Markets /markets/1/{competitionId} |
Based on event ID, You can fetch the current avaialble Markets. Once you fetched the Markets you are ready to work with odds. In Market response you will also receives available… |
| POST |
Market Book Odds /listMarketBook/1 |
To get the match odds for live events, you need to pass a payload containing 10 items, each with a market ID and event ID. In return, you'll receive odds data for each item.… |
Soccer API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $449 / month | — |
|
| ULTRA | $549 / month | — |
|
| MEGA | $649 / month | — |
|