Teams API

Teams API

Returns general information about the team as well as squads and statistics. Use the team ids provided in the standings or matches endpoints

Available Data

  • team_id: Team’s id
  • is_national: Is it a national team?
  • name: Team’s name
  • country: Team’s country
  • founded: The year the team was founded
  • leagues: A comma separated list of the competitions ids where the team is participating
  • venue_name: Home stadium
  • venue_id: Home stadium id
  • venue_surface: Venue’s surface type
  • venue_address: Venue’s address
  • venue_city: Venue’s city
  • venue_capacity: Venue’s capacity
  • coach_name: Coach’s name
  • coach_id: Coach’s id
  • squad: Team squad
    • id: Player’s id
    • name: Player’s name
    • number: Player’s number
    • age: Player’s age
    • position: Player’s position
    • injured: Is the player currently injured? “True” or “False”
    • minutes: Number of minutes played
    • appearences: Number of games played
    • lineups: Number of matches where the player started in the lineup
    • substitute_in: Number of matches where player joined the game as a subsititute
    • substitute_out: Number of matches where player was substituted
    • substitute_on_bench: Number of matches started on bench
    • goals: Number of goals
    • assists: Number of assists
    • yellowcards: Number of yellow cards
    • redcards: Number of red cards
  • sidelined: a list of sidelined players
    • id: Player’s id
    • name: Player’s name
    • description: Injury description
    • startdate: Injury start date
    • enddate: Expected return
  • transfers_in: incoming transfers
    • id: Player’s id
    • name: Player’s name
    • date: Transfer date
    • from_team: The team the player came from
    • team_id: The id of th team where the player came from
    • type: Type of the transfer. Can also have the deal amount, whether the player came on Loan or Free
  • transfers_out: outgoing transfers
    • id: Player’s id
    • name: Player’s name
    • date: Transfer date
    • to_team: The team the player left to
    • team_id: The id of th team where the player went
    • type: Type of the transfer. Can also have the deal amount, whether the player came on Loan or Free
  • statistics:
    • rank: Team’s ranking in local competition
    • wins: Total number of winnings
    • wins_home: Number of winnings at home
    • wins_away: Number of winnings away
    • draws: Total number of draws
    • draws_home: Number of draws at home
    • draws_away: Number of draws away
    • losses: Total number of losses
    • losses_home: Number of losses at home
    • losses_away: Number of losses away
    • clean_sheets: Total Number of games with clean sheet
    • clean_sheets_home: Number of games at home with clean sheet
    • clean_sheets_away: Number of games away with clean sheet
    • goals: Total number of goals
    • goals_home: Number of goals at home
    • goals_away: Number of goals scored away
    • goals_conceded: Total number of goals conceded
    • goals_conceded_home: Number of goals conceded at home
    • goals_conceded_away: Number of goals conceded away
    • avg_goals_per_game_scored: Average goals per game
    • avg_goals_per_game_scored_home: Average goals per home game
    • avg_goals_per_game_scored_away: Average goals per away game
    • avg_goals_per_game_conceded: Average goals conceded per game
    • avg_goals_per_game_conceded_home: Average goals conceded at home
    • avg_goals_per_game_conceded_away: Average goals conceded away
    • avg_first_goal_scored: Average time for first goal scored
    • avg_first_goal_scored_home: Average time for first goal scored at home
    • avg_first_goal_scored_away: Average time for first goal scored away
    • avg_first_goal_conceded: Average time for first goal conceded
    • avg_first_goal_conceded_home: Average time for first goal conceded at home
    • avg_first_goal_conceded_away: Average time for first goal conceded away
    • failed_to_score: Number of games without scoring
    • failed_to_score_home: Number of home games without scoring
    • failed_to_score_away: Number of away games without scoring
    • biggest_defeat: Score of biggest defeat
    • biggest_defeat_home: Socre of biggest home defeat
    • biggest_defeat_away: Score of biggest away defeat
    • scoring_minutes_0_15_pct: Percentage of goals scored between minute 1 and 15
    • scoring_minutes_0_15_cnt: Count of goals scored between minute 1 and 15
    • scoring_minutes_15_30_pct: Percentage of goals scored between minute 15 and 30
    • scoring_minutes_15_30_cnt: Count of goals scored between minute 15 and 30
    • scoring_minutes_30_45_pct: Percentage of goals scored between minute 30 and 45
    • scoring_minutes_30_45_cnt: Count of goals scored between minute 30 and 45
    • scoring_minutes_45_60_pct: Percentage of goals scored between minute 45 and 60
    • scoring_minutes_45_60_cnt: Count of goals scored between minute 45 and 60
    • scoring_minutes_60_75_pct: Percentage of goals scored between minute 60 and 75
    • scoring_minutes_60_75_cnt: Count of goals scored between minute 60 and 75
    • scoring_minutes_75_90_pct: Percentage of goals scored between minute 75 and 90
    • scoring_minutes_75_90_cnt: Count of goals scored between minute 75 and 90

Try the Teams API using our live documentation here