Players

Queries player data and statistics from the Football API. This node can work in two modes:

  • Standalone mode: Uses dialog settings to query players by various criteria (top scorers, search by name, etc.)
  • Details mode: Connects to Players Selector output to retrieve detailed season statistics for specific players.

In Details mode, the third optional input port accepts a table with a Player_ID column (typically from Players Selector). This allows you to browse/filter players first, then retrieve detailed season statistics for only the selected players.

Supports multiple query types including top scorers, top assists, most carded players, player search by name, and detailed stats for specific players. Results include player biographical information (name, age, nationality) and season statistics (appearances, goals, assists, cards, rating).

Options

Query Type
Select how to query player data:
  • Top Scorers: Get leading goal scorers for league and season
  • Top Assists: Get players with most assists
  • Top Yellow Cards: Get most yellow carded players
  • Top Red Cards: Get most red carded players
  • Search by Name: Find players by name (partial match supported)
  • By Player ID: Get detailed statistics for a specific player
League
Select the league. Required for top scorers/assists/cards queries.
Season
Select the season year. Required for all query types.
Player Name
For name search queries, enter the player name (partial match supported).
Player ID
For player ID queries, enter the numeric player ID.

Input Ports

Icon
API-Sports connection from the API-Connector node
Icon
Reference data (leagues, seasons) from the Reference Data Loader node
Icon
Optional input table containing a Player_ID column. When connected, the node retrieves detailed season statistics for the specified players, ignoring dialog query settings. This is typically used with output from Players Selector node after filtering.

Output Ports

Icon
Table containing player data with 14 columns: Player_ID, Name, Firstname, Lastname, Nationality, Age, Team, Position, Appearances, Goals, Assists, Yellow_Cards, Red_Cards, Rating. When input port is connected, retrieves detailed season statistics for the specified Player IDs.

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.