Fantasy Premier League (Independent Publisher) (Preview)
Fantasy Premier League stats, events and league information
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Joe Unwin |
URL | https://www.flowjoe.io |
Connector Metadata | |
---|---|
Publisher | Joe Unwin (FlowJoe) |
Website | https://fantasy.premierleague.com/ |
Privacy policy | https://www.premierleague.com/premier-league-policies |
Categories | Lifestyle and Entertainment;Website |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Classic League Standings |
This action allows you to return information on a Classic League in Fantasy Premier League with a league ID |
Fixtures |
This endpoint returns a JSON array which contains every fixture of the season. |
Game Week Live Data |
This endpoint returns a list of players information in that specific Gameweek. |
General Information |
This endpoint returns general information about the Fantasy Premier League |
Managers Basic Information |
This returns the managers basic information such as leagues joined, favorite team, first and last names |
Managers History |
This endpoint returns a managers (users) data from previous game weeks (current), previous seasons (past), and chips that already used during this season. You need to provide the Manager ID. |
Players Detailed Data |
This endpoint returns a players detailed information divided into 3 sections; fixtures, current league history and previous years history |
Classic League Standings
This action allows you to return information on a Classic League in Fantasy Premier League with a league ID
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
League ID
|
league_id | True | string |
Provide the League ID for the league you want to retireve information on |
Returns
Name | Path | Type | Description |
---|---|---|---|
has_next
|
new_entries.has_next | boolean |
Classic league has next |
page
|
new_entries.page | integer |
Classic league page |
results
|
new_entries.results | array of |
Classic league results |
last_updated_data
|
last_updated_data | string |
Classic league last updated data |
id
|
league.id | integer |
Classic league id |
name
|
league.name | string |
Classic league name |
created
|
league.created | string |
Classic league created |
closed
|
league.closed | boolean |
Classic league closed |
max_entries
|
league.max_entries | string |
Classic league max entries |
league_type
|
league.league_type | string |
Classic league league type |
scoring
|
league.scoring | string |
Classic league scoring |
admin_entry
|
league.admin_entry |
Classic league admin entry |
|
start_event
|
league.start_event | integer |
Classic league start event |
code_privacy
|
league.code_privacy | string |
Classic league code privacy |
has_cup
|
league.has_cup | boolean |
Classic league has cup |
cup_league
|
league.cup_league | string |
Classic league cup league |
rank
|
league.rank | string |
Classic league rank |
has_next
|
standings.has_next | boolean |
Classic league standings has next |
page
|
standings.page | integer |
Classic league standings page |
results
|
standings.results | array of object |
Classic league standings results |
id
|
standings.results.id | integer |
Classic league standings results id |
event_total
|
standings.results.event_total | integer |
Classic league standings results event total |
player_name
|
standings.results.player_name | string |
Classic league standings results player name |
rank
|
standings.results.rank | integer |
Classic league standings results rank |
last_rank
|
standings.results.last_rank | integer |
Classic league standings results last rank |
rank_sort
|
standings.results.rank_sort | integer |
Classic league standings results rank sort |
total
|
standings.results.total | integer |
Classic league standings results total |
entry
|
standings.results.entry | integer |
Classic league standings results entry |
entry_name
|
standings.results.entry_name | string |
Classic league standings results entry name |
Fixtures
This endpoint returns a JSON array which contains every fixture of the season.
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
code
|
code | integer |
Fixtures code |
event
|
event | integer |
Fixtures event |
finished
|
finished | boolean |
Fixtures finished |
finished_provisional
|
finished_provisional | boolean |
Fixtures are provisional finished |
id
|
id | integer |
Fixtures id |
kickoff_time
|
kickoff_time | string |
Fixtures kickoff time |
minutes
|
minutes | integer |
Fixtures minutes |
provisional_start_time
|
provisional_start_time | boolean |
Fixtures provisional start time |
started
|
started | boolean |
Fixtures started |
team_a
|
team_a | integer |
Fixtures team a |
team_a_score
|
team_a_score |
Fixtures team a score |
|
team_h
|
team_h | integer |
Fixtures team h |
team_h_score
|
team_h_score |
Fixtures team h score |
|
stats
|
stats | array of object |
Fixtures stats |
identifier
|
stats.identifier | string |
Fixtures stats identifier |
a
|
stats.a | array of object |
Fixtures stats away |
value
|
stats.a.value | integer |
Fixtures stats away value |
element
|
stats.a.element | integer |
Fixtures stats away element |
h
|
stats.h | array of object |
Fixtures stats home |
value
|
stats.h.value | integer |
Fixtures stats home value |
element
|
stats.h.element | integer |
Fixtures stats home element |
team_h_difficulty
|
team_h_difficulty | integer |
Fixtures stats home team difficulty |
team_a_difficulty
|
team_a_difficulty | integer |
Fixtures stats away team difficulty |
pulse_id
|
pulse_id | integer |
Fixtures stats pulse id |
Game Week Live Data
This endpoint returns a list of players information in that specific Gameweek.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Event ID
|
event_id | True | string |
Provide the game week number as the event ID to get that weeks live data |
Returns
Name | Path | Type | Description |
---|---|---|---|
elements
|
elements | array of object |
Elements information |
id
|
elements.id | integer |
Event id |
minutes
|
elements.stats.minutes | integer |
Minutes |
goals_scored
|
elements.stats.goals_scored | integer |
Goals scored |
assists
|
elements.stats.assists | integer |
Assists |
clean_sheets
|
elements.stats.clean_sheets | integer |
Clean sheets |
goals_conceded
|
elements.stats.goals_conceded | integer |
Goals conceded |
own_goals
|
elements.stats.own_goals | integer |
Own goals |
penalties_saved
|
elements.stats.penalties_saved | integer |
Penalties saved |
penalties_missed
|
elements.stats.penalties_missed | integer |
Penalties missed |
yellow_cards
|
elements.stats.yellow_cards | integer |
Yellow cards |
red_cards
|
elements.stats.red_cards | integer |
Red cards |
saves
|
elements.stats.saves | integer |
Saves |
bonus
|
elements.stats.bonus | integer |
Bonus |
bps
|
elements.stats.bps | integer |
Bonus Points |
influence
|
elements.stats.influence | string |
Influence |
creativity
|
elements.stats.creativity | string |
Creativity |
threat
|
elements.stats.threat | string |
Threat |
ict_index
|
elements.stats.ict_index | string |
ICT index |
total_points
|
elements.stats.total_points | integer |
Total points |
in_dreamteam
|
elements.stats.in_dreamteam | boolean |
Player is in dreamteam |
explain
|
elements.explain | array of object |
Explain information |
fixture
|
elements.explain.fixture | integer |
Fixture |
stats
|
elements.explain.stats | array of object |
Stats |
identifier
|
elements.explain.stats.identifier | string |
Stats Identifier |
points
|
elements.explain.stats.points | integer |
Points |
value
|
elements.explain.stats.value | integer |
Value |
General Information
This endpoint returns general information about the Fantasy Premier League
Returns
Name | Path | Type | Description |
---|---|---|---|
events
|
events | array of object |
General information events |
id
|
events.id | integer |
General information events id |
name
|
events.name | string |
General information events name |
deadline_time
|
events.deadline_time | string |
General information events deadline time |
average_entry_score
|
events.average_entry_score | integer |
General information events average entry score |
finished
|
events.finished | boolean |
General information events finished |
data_checked
|
events.data_checked | boolean |
General information events data checked |
highest_scoring_entry
|
events.highest_scoring_entry |
General information events highest scoring entry |
|
deadline_time_epoch
|
events.deadline_time_epoch | integer |
General information events deadline time epoch |
deadline_time_game_offset
|
events.deadline_time_game_offset | integer |
General information events deadline time game offset |
highest_score
|
events.highest_score |
General information events highest score |
|
is_previous
|
events.is_previous | boolean |
General information events is previous game week |
is_current
|
events.is_current | boolean |
General information events is current game week |
is_next
|
events.is_next | boolean |
General information events is next game week |
cup_leagues_created
|
events.cup_leagues_created | boolean |
General information events cup leagues created |
h2h_ko_matches_created
|
events.h2h_ko_matches_created | boolean |
General information events head to head matches created |
chip_plays
|
events.chip_plays | array of object |
General information events chip plays |
chip_name
|
events.chip_plays.chip_name | string |
General information events chip name |
num_played
|
events.chip_plays.num_played | integer |
General information events number played |
most_selected
|
events.most_selected | string |
General information events most selected |
most_transferred_in
|
events.most_transferred_in | string |
General information events most transferred in |
top_element
|
events.top_element | string |
General information events top element |
top_element_info
|
events.top_element_info | string |
General information events top element info |
transfers_made
|
events.transfers_made | integer |
General information events transfers made |
most_captained
|
events.most_captained | string |
General information events most captained |
most_vice_captained
|
events.most_vice_captained | string |
General information events most vice captained |
league_join_private_max
|
game_settings.league_join_private_max | integer |
General information game settings league join private max |
league_join_public_max
|
game_settings.league_join_public_max | integer |
General information game settings league join public max |
league_max_size_public_classic
|
game_settings.league_max_size_public_classic | integer |
General information game settings league max size public classic |
league_max_size_public_h2h
|
game_settings.league_max_size_public_h2h | integer |
General information game settings league max size public head to head |
league_max_size_private_h2h
|
game_settings.league_max_size_private_h2h | integer |
General information game settings league max size private head to head |
league_max_ko_rounds_private_h2h
|
game_settings.league_max_ko_rounds_private_h2h | integer |
General information game settings league max knock out rounds private head to head |
league_prefix_public
|
game_settings.league_prefix_public | string |
General information game settings league prefix public |
league_points_h2h_win
|
game_settings.league_points_h2h_win | integer |
General information game settings league points for a head to head win |
league_points_h2h_lose
|
game_settings.league_points_h2h_lose | integer |
General information game settings league points for a head to head loss |
league_points_h2h_draw
|
game_settings.league_points_h2h_draw | integer |
General information game settings league points for a head to head draw |
league_ko_first_instead_of_random
|
game_settings.league_ko_first_instead_of_random | boolean |
General information game settings league knock out first and not random |
cup_start_event_id
|
game_settings.cup_start_event_id | string |
General information game settings cup start event id |
cup_stop_event_id
|
game_settings.cup_stop_event_id | string |
General information game settings cup stop event id |
cup_qualifying_method
|
game_settings.cup_qualifying_method | string |
General information game settings cup qualifying method |
cup_type
|
game_settings.cup_type | string |
General information game settings cup type |
squad_squadplay
|
game_settings.squad_squadplay | integer |
General information game settings squad squadplay |
squad_squadsize
|
game_settings.squad_squadsize | integer |
General information game settings squad squadsize |
squad_team_limit
|
game_settings.squad_team_limit | integer |
General information game settings squad team limit |
squad_total_spend
|
game_settings.squad_total_spend | integer |
General information game settings squad total spend |
ui_currency_multiplier
|
game_settings.ui_currency_multiplier | integer |
General information game settings ui currency multiplier |
ui_use_special_shirts
|
game_settings.ui_use_special_shirts | boolean |
General information game settings ui use special shirts |
ui_special_shirt_exclusions
|
game_settings.ui_special_shirt_exclusions | array of |
General information game settings ui special shirt exclusions |
stats_form_days
|
game_settings.stats_form_days | integer |
General information game settings stats form days |
sys_vice_captain_enabled
|
game_settings.sys_vice_captain_enabled | boolean |
General information game settings system vice captain enabled |
transfers_cap
|
game_settings.transfers_cap | integer |
General information game settings transfers cap |
transfers_sell_on_fee
|
game_settings.transfers_sell_on_fee | float |
General information game settings transfers sell on fee |
league_h2h_tiebreak_stats
|
game_settings.league_h2h_tiebreak_stats | array of string |
General information game settings league head to head tiebreak stats |
timezone
|
game_settings.timezone | string |
timezone |
phases
|
phases | array of object |
General information phases |
id
|
phases.id | integer |
General information phases id |
name
|
phases.name | string |
General information phases name |
start_event
|
phases.start_event | integer |
General information phases start event |
stop_event
|
phases.stop_event | integer |
General information phases stop event |
teams
|
teams | array of object |
General information teams |
code
|
teams.code | integer |
General information teams code |
draw
|
teams.draw | integer |
General information teams draw |
form
|
teams.form | string |
General information teams form |
id
|
teams.id | integer |
General information teams id |
loss
|
teams.loss | integer |
General information teams loss |
name
|
teams.name | string |
General information teams name |
played
|
teams.played | integer |
General information teams played |
points
|
teams.points | integer |
General information teams points |
position
|
teams.position | integer |
General information teams position |
short_name
|
teams.short_name | string |
General information teams short name |
strength
|
teams.strength | integer |
General information teams strength |
team_division
|
teams.team_division | string |
General information teams team division |
unavailable
|
teams.unavailable | boolean |
General information teams unavailable |
win
|
teams.win | integer |
General information teams win |
strength_overall_home
|
teams.strength_overall_home | integer |
General information teams strength overall home |
strength_overall_away
|
teams.strength_overall_away | integer |
General information teams strength overall away |
strength_attack_home
|
teams.strength_attack_home | integer |
General information teams strength attack home |
strength_attack_away
|
teams.strength_attack_away | integer |
General information teams strength attack away |
strength_defence_home
|
teams.strength_defence_home | integer |
General information teams strength_defence_home |
strength_defence_away
|
teams.strength_defence_away | integer |
General information teams strength defence away |
pulse_id
|
teams.pulse_id | integer |
General information teams pulse id |
total_players
|
total_players | integer |
General information total players |
elements
|
elements | array of object |
General information elements |
chance_of_playing_next_round
|
elements.chance_of_playing_next_round | string |
General information elements chance of playing next round |
chance_of_playing_this_round
|
elements.chance_of_playing_this_round | string |
General information elements chance of playing this round |
code
|
elements.code | integer |
General information elements code |
cost_change_event
|
elements.cost_change_event | integer |
General information elements cost change event |
cost_change_event_fall
|
elements.cost_change_event_fall | integer |
General information elements cost change event fall |
cost_change_start
|
elements.cost_change_start | integer |
General information elements cost change start |
cost_change_start_fall
|
elements.cost_change_start_fall | integer |
General information elements cost change start fall |
dreamteam_count
|
elements.dreamteam_count | integer |
General information elements dreamteam count |
element_type
|
elements.element_type | integer |
General information elements element type |
ep_next
|
elements.ep_next | string |
General information elements event points next week |
ep_this
|
elements.ep_this | string |
General information elements event points this week |
event_points
|
elements.event_points | integer |
General information elements event points |
first_name
|
elements.first_name | string |
General information elements first name |
form
|
elements.form | string |
General information elements form |
id
|
elements.id | integer |
General information elements id |
in_dreamteam
|
elements.in_dreamteam | boolean |
General information elements is in dreamteam |
news
|
elements.news | string |
General information elements news |
news_added
|
elements.news_added | string |
General information elements news added |
now_cost
|
elements.now_cost | integer |
General information elements now cost |
photo
|
elements.photo | string |
General information elements photo |
points_per_game
|
elements.points_per_game | string |
General information elements points per game |
second_name
|
elements.second_name | string |
General information elements second name |
selected_by_percent
|
elements.selected_by_percent | string |
General information elements selected by percent |
special
|
elements.special | boolean |
General information elements special |
squad_number
|
elements.squad_number | string |
General information elements squad number |
status
|
elements.status | string |
General information elements status |
team
|
elements.team | integer |
General information elements team |
team_code
|
elements.team_code | integer |
General information elements team code |
total_points
|
elements.total_points | integer |
General information elements total points |
transfers_in
|
elements.transfers_in | integer |
General information elements transfers in |
transfers_in_event
|
elements.transfers_in_event | integer |
General information elements transfers in event |
transfers_out
|
elements.transfers_out | integer |
General information elements transfers out |
transfers_out_event
|
elements.transfers_out_event | integer |
General information elements transfers out event |
value_form
|
elements.value_form | string |
General information elements value form |
value_season
|
elements.value_season | string |
General information elements value season |
web_name
|
elements.web_name | string |
General information elements web name |
minutes
|
elements.minutes | integer |
General information elements minutes |
goals_scored
|
elements.goals_scored | integer |
General information elements goals scored |
assists
|
elements.assists | integer |
General information elements assists |
clean_sheets
|
elements.clean_sheets | integer |
General information elements clean sheets |
goals_conceded
|
elements.goals_conceded | integer |
General information elements goals conceded |
own_goals
|
elements.own_goals | integer |
General information elements own goals |
penalties_saved
|
elements.penalties_saved | integer |
General information elements penalties saved |
penalties_missed
|
elements.penalties_missed | integer |
General information elements penalties missed |
yellow_cards
|
elements.yellow_cards | integer |
General information elements yellow cards |
red_cards
|
elements.red_cards | integer |
General information elements red cards |
saves
|
elements.saves | integer |
General information elements saves |
bonus
|
elements.bonus | integer |
General information elements bonus |
bps
|
elements.bps | integer |
General information elements bonus points |
influence
|
elements.influence | string |
General information elements influence |
creativity
|
elements.creativity | string |
General information elements creativity |
threat
|
elements.threat | string |
General information elements threat |
ict_index
|
elements.ict_index | string |
General information elements ict index |
influence_rank
|
elements.influence_rank | integer |
General information elements influence rank |
influence_rank_type
|
elements.influence_rank_type | integer |
General information elements influence rank type |
creativity_rank
|
elements.creativity_rank | integer |
General information elements creativity rank |
creativity_rank_type
|
elements.creativity_rank_type | integer |
General information elements creativity rank type |
threat_rank
|
elements.threat_rank | integer |
General information elements threat rank |
threat_rank_type
|
elements.threat_rank_type | integer |
General information elements threat rank type |
ict_index_rank
|
elements.ict_index_rank | integer |
General information elements ict index rank |
ict_index_rank_type
|
elements.ict_index_rank_type | integer |
General information elements ict index rank type |
corners_and_indirect_freekicks_order
|
elements.corners_and_indirect_freekicks_order | integer |
General information elements corners and indirect freekicks order |
corners_and_indirect_freekicks_text
|
elements.corners_and_indirect_freekicks_text | string |
General information elements corners and indirect freekicks text |
direct_freekicks_order
|
elements.direct_freekicks_order | string |
General information elements direct freekicks order |
direct_freekicks_text
|
elements.direct_freekicks_text | string |
General information elements direct freekicks text |
penalties_order
|
elements.penalties_order | string |
General information elements penalties order |
penalties_text
|
elements.penalties_text | string |
General information elements penalties text |
element_stats
|
element_stats | array of object |
element_stats |
label
|
element_stats.label | string |
General information element stats label |
name
|
element_stats.name | string |
General information element stats name |
element_types
|
element_types | array of object |
General information element types |
id
|
element_types.id | integer |
General information element types id |
plural_name
|
element_types.plural_name | string |
General information element types plural name |
plural_name_short
|
element_types.plural_name_short | string |
General information element types plural name short |
singular_name
|
element_types.singular_name | string |
General information element types singular name |
singular_name_short
|
element_types.singular_name_short | string |
General information element types singular name short |
squad_select
|
element_types.squad_select | integer |
General information element types squad select |
squad_min_play
|
element_types.squad_min_play | integer |
General information element types squad min play |
squad_max_play
|
element_types.squad_max_play | integer |
General information element types squad max play |
ui_shirt_specific
|
element_types.ui_shirt_specific | boolean |
General information element types ui shirt specific |
sub_positions_locked
|
element_types.sub_positions_locked | array of integer |
General information element types sub positions locked |
element_count
|
element_types.element_count | integer |
General information element types element count |
Managers Basic Information
This returns the managers basic information such as leagues joined, favorite team, first and last names
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Manager ID
|
manager_id | True | string |
Provide the Manager ID for the manager of who you wish to gather basic information |
Returns
Name | Path | Type | Description |
---|---|---|---|
id
|
id | integer |
Users id |
joined_time
|
joined_time | string |
Users joined time |
started_event
|
started_event | integer |
Users started event |
favourite_team
|
favourite_team | integer |
Users favourite_team |
player_first_name
|
player_first_name | string |
Users first name |
player_last_name
|
player_last_name | string |
Users last name |
player_region_id
|
player_region_id | integer |
Users region id |
player_region_name
|
player_region_name | string |
Users region name |
player_region_iso_code_short
|
player_region_iso_code_short | string |
Users short region iso code |
player_region_iso_code_long
|
player_region_iso_code_long | string |
Users long region iso code |
summary_overall_points
|
summary_overall_points | integer |
Users overall points |
summary_overall_rank
|
summary_overall_rank | integer |
Users overall rank |
summary_event_points
|
summary_event_points | integer |
Users event points |
summary_event_rank
|
summary_event_rank | string |
Users event rank |
current_event
|
current_event | integer |
Users current event |
classic
|
leagues.classic | array of object |
Classic league |
id
|
leagues.classic.id | integer |
League id |
name
|
leagues.classic.name | string |
Leaguename |
short_name
|
leagues.classic.short_name | string |
League short name |
created
|
leagues.classic.created | string |
League created |
closed
|
leagues.classic.closed | boolean |
League closed |
rank
|
leagues.classic.rank | string |
League rank |
max_entries
|
leagues.classic.max_entries | string |
League max entries |
league_type
|
leagues.classic.league_type | string |
League type |
scoring
|
leagues.classic.scoring | string |
League scoring |
admin_entry
|
leagues.classic.admin_entry |
League admin entry |
|
start_event
|
leagues.classic.start_event | integer |
League start event |
entry_can_leave
|
leagues.classic.entry_can_leave | boolean |
League entry can leave |
entry_can_admin
|
leagues.classic.entry_can_admin | boolean |
League entry can admin |
entry_can_invite
|
leagues.classic.entry_can_invite | boolean |
League entry can invite |
has_cup
|
leagues.classic.has_cup | boolean |
League has a cup |
cup_league
|
leagues.classic.cup_league | string |
Cup league |
cup_qualified
|
leagues.classic.cup_qualified | string |
Cup qualified |
entry_rank
|
leagues.classic.entry_rank | integer |
League entry rank |
entry_last_rank
|
leagues.classic.entry_last_rank | integer |
League entry last rank |
h2h
|
leagues.h2h | array of object |
Head to head league |
id
|
leagues.h2h.id | integer |
Head to head id |
name
|
leagues.h2h.name | string |
Head to head name |
short_name
|
leagues.h2h.short_name | string |
Head to head short name |
created
|
leagues.h2h.created | string |
Head to head created |
closed
|
leagues.h2h.closed | boolean |
Head to head closed |
rank
|
leagues.h2h.rank | string |
Head to head rank |
max_entries
|
leagues.h2h.max_entries | string |
Head to head max entries |
league_type
|
leagues.h2h.league_type | string |
Head to head league type |
scoring
|
leagues.h2h.scoring | string |
Head to head scoring |
admin_entry
|
leagues.h2h.admin_entry |
Head to head admin entry |
|
start_event
|
leagues.h2h.start_event | integer |
Head to head start event |
entry_can_leave
|
leagues.h2h.entry_can_leave | boolean |
Head to head entry can leave |
entry_can_admin
|
leagues.h2h.entry_can_admin | boolean |
Head to head entry can admin |
entry_can_invite
|
leagues.h2h.entry_can_invite | boolean |
Head to head entry can invite |
has_cup
|
leagues.h2h.has_cup | boolean |
Head to head has a cup |
cup_league
|
leagues.h2h.cup_league | string |
Head to head cup league |
cup_qualified
|
leagues.h2h.cup_qualified | string |
Head to head cup qualified |
entry_rank
|
leagues.h2h.entry_rank | integer |
Head to head entry rank |
entry_last_rank
|
leagues.h2h.entry_last_rank | integer |
Head to head entry last rank |
matches
|
leagues.cup.matches | array of |
Cup matches |
qualification_event
|
leagues.cup.status.qualification_event | string |
Cup qualification event |
qualification_numbers
|
leagues.cup.status.qualification_numbers | string |
Cup qualification numbers |
qualification_rank
|
leagues.cup.status.qualification_rank | string |
Cup qualification rank |
qualification_state
|
leagues.cup.status.qualification_state | string |
Cup qualification state |
cup_league
|
leagues.cup.cup_league | string |
Cup league |
cup_matches
|
leagues.cup_matches | array of |
Cup matches |
name
|
name | string |
Name |
name_change_blocked
|
name_change_blocked | boolean |
Name change is blocked |
kit
|
kit | string |
Football kit |
last_deadline_bank
|
last_deadline_bank | integer |
Last deadline bank |
last_deadline_value
|
last_deadline_value | integer |
Last deadline value |
last_deadline_total_transfers
|
last_deadline_total_transfers | integer |
Last deadline total transfers |
Managers History
This endpoint returns a managers (users) data from previous game weeks (current), previous seasons (past), and chips that already used during this season. You need to provide the Manager ID.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Manager ID
|
manager_id | True | string |
Provide the Manager ID for the manager of who you wish to gather history |
Returns
Name | Path | Type | Description |
---|---|---|---|
current
|
current | array of object |
current |
event
|
current.event | integer |
The event number |
points
|
current.points | integer |
The points |
total_points
|
current.total_points | integer |
The total points |
rank
|
current.rank | integer |
The rank |
rank_sort
|
current.rank_sort | integer |
The rank sort |
overall_rank
|
current.overall_rank | integer |
The overall rank |
bank
|
current.bank | integer |
Funds in the bank |
value
|
current.value | integer |
Team value |
event_transfers
|
current.event_transfers | integer |
The event transfers |
event_transfers_cost
|
current.event_transfers_cost | integer |
The cost of event transfers |
points_on_bench
|
current.points_on_bench | integer |
The points on bench |
past
|
past | array of object |
The past information |
season_name
|
past.season_name | string |
The season name |
total_points
|
past.total_points | integer |
The total points |
rank
|
past.rank | integer |
The rank |
chips
|
chips | array of |
The chips |
Players Detailed Data
This endpoint returns a players detailed information divided into 3 sections; fixtures, current league history and previous years history
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Element ID
|
element_id | True | string |
Provide the Element ID (player number) for the player who you wish to gather information on |
Returns
Name | Path | Type | Description |
---|---|---|---|
fixtures
|
fixtures | array of object |
Game week fixtures |
id
|
fixtures.id | integer |
Game week id |
code
|
fixtures.code | integer |
Game week code |
team_h
|
fixtures.team_h | integer |
Game week home team |
team_h_score
|
fixtures.team_h_score |
Game week home team score |
|
team_a
|
fixtures.team_a | integer |
Game week away team |
team_a_score
|
fixtures.team_a_score |
Game week away team score |
|
event
|
fixtures.event | integer |
Game week event |
finished
|
fixtures.finished | boolean |
Game week finished |
minutes
|
fixtures.minutes | integer |
Game week minutes |
provisional_start_time
|
fixtures.provisional_start_time | boolean |
Game week provisional start time |
kickoff_time
|
fixtures.kickoff_time | string |
Game week kickoff time |
event_name
|
fixtures.event_name | string |
Game week event name |
is_home
|
fixtures.is_home | boolean |
Game week is home match |
difficulty
|
fixtures.difficulty | integer |
Game week difficulty |
history
|
history | array of object |
Game week history |
element
|
history.element | integer |
Game week history element |
fixture
|
history.fixture | integer |
Game week history fixture |
opponent_team
|
history.opponent_team | integer |
Game week history opponent team |
total_points
|
history.total_points | integer |
Game week history total points |
was_home
|
history.was_home | boolean |
Game week history was home |
kickoff_time
|
history.kickoff_time | string |
Game week history kickoff time |
team_h_score
|
history.team_h_score |
Game week history home team score |
|
team_a_score
|
history.team_a_score |
Game week history away team score |
|
round
|
history.round | integer |
Game week history round |
minutes
|
history.minutes | integer |
Game week history minutes |
goals_scored
|
history.goals_scored | integer |
Game week history goals scored |
assists
|
history.assists | integer |
Game week history assists |
clean_sheets
|
history.clean_sheets | integer |
Game week history clean sheets |
goals_conceded
|
history.goals_conceded | integer |
Game week history goals conceded |
own_goals
|
history.own_goals | integer |
Game week history own goals |
penalties_saved
|
history.penalties_saved | integer |
Game week history penalties saved |
penalties_missed
|
history.penalties_missed | integer |
Game week history penalties missed |
yellow_cards
|
history.yellow_cards | integer |
Game week history yellow cards |
red_cards
|
history.red_cards | integer |
Game week history red cards |
saves
|
history.saves | integer |
Game week history saves |
bonus
|
history.bonus | integer |
Game week history bonus |
bps
|
history.bps | integer |
Game week history bonus points |
influence
|
history.influence | string |
Game week history influence |
creativity
|
history.creativity | string |
Game week history creativity |
threat
|
history.threat | string |
Game week history threat |
ict_index
|
history.ict_index | string |
Game week history ICT index |
value
|
history.value | integer |
Game week history value |
transfers_balance
|
history.transfers_balance | integer |
Game week history transfers balance |
selected
|
history.selected | integer |
Game week history selected |
transfers_in
|
history.transfers_in | integer |
Game week history transfers in |
transfers_out
|
history.transfers_out | integer |
Game week history transfers out |
history_past
|
history_past | array of object |
Game week history past season |
season_name
|
history_past.season_name | string |
Game week history past season name |
element_code
|
history_past.element_code | integer |
Game week history past season element code |
start_cost
|
history_past.start_cost | integer |
Game week history past season start cost |
end_cost
|
history_past.end_cost | integer |
Game week history past season end cost |
total_points
|
history_past.total_points | integer |
Game week history past season total points |
minutes
|
history_past.minutes | integer |
Game week history past season minutes |
goals_scored
|
history_past.goals_scored | integer |
Game week history past season goals scored |
assists
|
history_past.assists | integer |
Game week history past season assists |
clean_sheets
|
history_past.clean_sheets | integer |
Game week history past season clean sheets |
goals_conceded
|
history_past.goals_conceded | integer |
Game week history past season goals conceded |
own_goals
|
history_past.own_goals | integer |
Game week history past season own goals |
penalties_saved
|
history_past.penalties_saved | integer |
Game week history past season penalties saved |
penalties_missed
|
history_past.penalties_missed | integer |
Game week history past season penalties missed |
yellow_cards
|
history_past.yellow_cards | integer |
Game week history past season yellow cards |
red_cards
|
history_past.red_cards | integer |
Game week history past season red cards |
saves
|
history_past.saves | integer |
Game week history past season saves |
bonus
|
history_past.bonus | integer |
Game week history past season bonus |
bps
|
history_past.bps | integer |
Game week history past season bonus points |
influence
|
history_past.influence | string |
Game week history past season influence |
creativity
|
history_past.creativity | string |
Game week history past season creativity |
threat
|
history_past.threat | string |
Game week history past season threat |
ict_index
|
history_past.ict_index | string |
Game week history past season ICT index |