👋 Demo Project
This REST API provides read-only access to football player and club data. It supports retrieving player profiles, statistics, transfers, injuries, match records, and news, as well as club information and news. Endpoints use fuzzy name matching, so queries can find players and clubs with partial or similar names.
👋 Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Player Search /search_players |
Retrieve comprehensive player data including goals, assists, appearances, minutes played, cards, and biographical information. Uses fuzzy matching to find the player. |
| GET |
Get Player Injuries /get_player_injuries |
Retrieve complete injury history for a player including injury types, dates, duration in days, and seasons affected. Uses fuzzy matching for player names. |
| GET |
Get Player Matches /player_matches |
Retrieve detailed match-by-match performance data including minutes played, goals, assists, cards, and ratings. Can filter by season. |
| GET |
Get Player Transfers /get_player_transfers |
Retrieve all transfer records for a player including dates, clubs involved, transfer fees, and transfer types. Uses fuzzy matching for player names. |
| GET |
Get Player News /player_news |
Retrieve news articles related to a specific player, sorted by publication date. Returns title, URL, source, and summary. |
| GET |
Get Club News Articles /club_news |
Retrieve news articles related to a specific football club, sorted by publication date. Returns title, URL, source, and summary. |
| GET |
Club Name /club |
Retrieve club names and info on the club |
👋 Demo Project pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| PRO | $29.99 / month | — |
|
| ULTRA | $69.99 / month | — |
|
| MEGA | $105.99 / month | — |
|