Football craze API
# Football craze API This REST API built for real-time football match statistics, built with Express.js. It provides live match data, team stats, and player performance metrics using relevant live websockets. it also has some advanced security features in the firewall.
Football craze API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
live /GET/live |
Returns a list of ongoing soccer matches with condensed stats. |
| GET |
match id - stats /GET/matches/{match_id}/stats |
Returns full statistics for a specific match. |
| GET |
team performance /GET/teams/{team_id}/form |
Returns recent performance metrics for a team (last 5 matches). |
| GET |
real-time player stats /GET/players/{player_id}/live |
Returns real-time player statistics (mock data for demonstration). |
Football craze API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $13 / month | 9 / second |
|
| ULTRA | $30 / month | 15 / second |
|