--- title: 'API-Football' description: 'Comprehensive football data with fixtures, standings, odds, predictions, and player stats.' --- # API-Football Comprehensive football data with fixtures, standings, odds, predictions, and player stats. | Detail | Value | |---|---| | Category | iGaming | | Base URL | `https://v3.football.api-sports.io` | | Authentication | API Key | | Endpoints | 12 | | Connector key | `api-football` | ## Using API-Football in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **API-Football** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /countries](./get_countries_football_listcountries) | List countries | | [GET /leagues](./get_leagues_football_listleagues) | List leagues | | [GET /teams](./get_teams_football_getteams) | Get teams | | [GET /standings](./get_standings_football_getstandings) | League standings | | [GET /fixtures](./get_fixtures_football_getfixtures) | Get fixtures | | [GET /fixtures/events](./get_fixtures_events_football_getmatchevents) | Match events (goals, cards) | | [GET /fixtures/statistics](./get_fixtures_statistics_football_getmatchstatistics) | Match statistics | | [GET /fixtures/lineups](./get_fixtures_lineups_football_getmatchlineups) | Match lineups | | [GET /players](./get_players_football_getplayerstatistics) | Player statistics | | [GET /odds](./get_odds_football_getbettingodds) | Betting odds | | [GET /predictions](./get_predictions_football_getmatchpredictions) | Match predictions | | [GET /injuries](./get_injuries_football_getplayerinjuries) | Player injuries | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.