🔢Statistic
SeasonStatistic
Fields description
id
Refers to the unique id of the season statistic
integer
model_id
Refers to the season related to the season statistic
integer
type_id
Refers to the type of the season statistic
integer
relation_type
Refers to the relation of the season statistic
integer / null
relation_id
Refers to the team or player related to the season statistic
integer / null
value
Opens an array with the values of the season statistic
object
Include options
Including .type
is not recommended as an include on any endpoint. Types are used throughout the entire API. We recommend retrieving all types from the types endpoint and storing them in your database or other data structure. Only include the type if no other option is available or when testing the API.
SeasonStatistic entity filters
You can use the include=statistics
on our season endpoint to retrieve the season statistics.
types
Statistics
Filter the statistics on a selection of type ids separated by a comma.
&include=statistics&filters=seasonStatisticTypes:TYPEIDS
&include=statistics&filters=seasonStatisticTypes:191,193,194
Filters
More information on how to use filters can be found on our tutorials on how to filter. If you want more information on which filters to use you can check out the following endpoint:
FixtureStatistic
Fields description
id
Refers to the unique id of the fixture statistic
integer
fixture_id
Refers to the fixture related to the fixture statistic
integer
type_id
Refers to the type of the fixture statistic
integer
participant_id
Refers to the team related to the fixture statistic
integer
data
Represents the values of the fixture statistic
object
location
Represents the location of the team related to the fixture statistic
string
Include options
Including .type
is not recommended as an include on any endpoint. Types are used throughout the entire API. We recommend retrieving all types from the types endpoint and storing them in your database or other data structure. Only include the type if no other option is available or when testing the API.
FixtureStatistic entity filters
You can use the include=statistics
on our livescores and fixtures endpoint to retrieve the fixture statistics.
types
Statistics
Filter the statistics on a selection of type ids separated by a comma.
&include=statistics&filters=fixtureStatisticTypes:TYPEIDS
&include=statistics&filters=fixtureStatisticTypes:42,49
Filters
More information on how to use filters can be found on our tutorials on how to filter. If you want more information on which filters to use you can check out the following endpoint:
TeamStatistic
Fields description
id
Refers to the unique id of the team statistic
integer
team_id
Refers to the team related to the team statistic
integer
season_id
Refers to the season related to the team statistic
integer
has_values
Indicates if the team statistic has values
boolean
Include options
TeamStatistic entity filters
You can use the include=statistics
on our team endpoints to retrieve the team statistics.
season
Statistics
Filter the statistics on a selection of season ids separated by a comma.
&include=statistics&filters=teamStatisticSeasons:SEASONIDS
&include=statistics&filters=teamStatisticSeasons:19189
Filters
More information on how to use filters can be found on our tutorials on how to filter. If you want more information on which filters to use you can check out the following endpoint:
TeamStatisticDetail
Fields description
id
Refers to the unique id of the team statistic detail
integer
team_statistic_id
Refers to the team statistic related to the team statistic detail
integer
type_id
Refers to the type of the team statistic detail
integer
value
The value(s) off the team statistic detail
object
Include options
Including .type
is not recommended as an include on any endpoint. Types are used throughout the entire API. We recommend retrieving all types from the types endpoint and storing them in your database or other data structure. Only include the type if no other option is available or when testing the API.
TeamStatisticDetail entity filters
You can use the include=statistics
on our team endpoints to retrieve the team statistics.
types
Statistics
Filter the statistics on a selection of type ids separated by a comma.
&include=statistics.details&filters=teamStatisticDetailTypes:TYPEIDS
&include=statistics.details&filters=teamStatisticDetailTypes:216
season
Statistics
Filter the statistics on a selection of seasons ids separated by a comma.
&include=statistics&filters=teamStatisticSeasons:SEASONIDS
&include=statistics&filters=teamStatisticSeasons:19189
Filters
More information on how to use filters can be found on our tutorials on how to filter. If you want more information on which filters to use you can check out the following endpoint:
PlayerStatistic
Fields description
id
Refers to the unique id of the player statistic
integer
player_id
Refers to the player related to the player statistic
integer
team_id
Refers to the team related to the player statistic
integer
jersey_number
The jersey number of the player related to the player statistic
integer
position_id
Refers to the position of the player related to the player statistic
integer
season_id
Refers to the season related to the player statistic
integer
Include options
PlayerStatistic entity filters
You can use the include=statistics
on our player endpoints to retrieve the player statistics.
season
Statistics
Filter the statistics on a selection of seasons ids separated by a comma.
&include=statistics&filters=playerStatisticSeasons:SEASONIDS
&include=statistics&filters=playerStatisticSeasons:19735
Filters
More information on how to use filters can be found on our tutorials on how to filter. If you want more information on which filters to use you can check out the following endpoint:
PlayerStatisticDetail
Fields description
id
Refers to the unique id of the player statistic detail
integer
player_statistic_id
Refers to the player statistic related to the player statistic detail
integer
type_id
Refers to the type of the player statistic detail
integer
value
The value(s) of the player statistic detail
object
Include options
Including .type
is not recommended as an include on any endpoint. Types are used throughout the entire API. We recommend retrieving all types from the types endpoint and storing them in your database or other data structure. Only include the type if no other option is available or when testing the API.
PlayerStatisticDetail entity filters
You can use the include=statistics
on our player endpoints to retrieve the player statistics.
types
Statistics
Filter the statistics on a selection of type ids separated by a comma.
&include=statistics.details&filters=playerStatisticDetailTypes:TYPEIDS
&include=statistics.details&filters=playerStatisticDetailTypes:79
season
Statistics
Filter the statistics on a selection of season ids separated by a comma.
&include=statistics&filters=playerStatisticSeasons:SEASONIDS
&include=statistics&filters=playerStatisticSeasons:19735
Filters
More information on how to use filters can be found on our tutorials on how to filter. If you want more information on which filters to use you can check out the following endpoint:
CoachStatistic
Fields description
id
Refers to the unique id of the player statistic
integer
coach_id
Refers to the coach related to the coach statistic
integer
team_id
Refers to the team related to the coach statistic
integer
season_id
Refers to the season related to the coach statistic
integer
Include options
CoachStatistic entity filters
You can use the include=statistics
on our coach endpoint to retrieve the coach statistics.
season
Statistics
Filter the statistics on a selection of season ids separated by a comma.
&include=statistics&filters=coachStatisticSeasons:SEASONIDS
&include=statistics&filters=coachStatisticSeasons:19735
Filters
More information on how to use filters can be found on our tutorials on how to filter. If you want more information on which filters to use you can check out the following endpoint:
CoachStatisticDetail
Fields description
id
Refers to the unique id of the player statistic
integer
coach_statistic_id
Refers to the coach statistic related to the coach statistic detail
integer
type_id
Refers to the type of the coach statistic detail
integer
value
The value(s) of the coach statistic detail
object
Include options
Including .type
is not recommended as an include on any endpoint. Types are used throughout the entire API. We recommend retrieving all types from the types endpoint and storing them in your database or other data structure. Only include the type if no other option is available or when testing the API.
CoachStatisticDetail entity filters
You can use the include=statistics
on our coach endpoint to retrieve the coach statistics.
types
Statistics
Filter the statistics on a selection of type ids separated by a comma.
&include=statistics.details&filters=coachStatisticDetailTypes:TYPEIDS
&include=statistics.details&filters=coachStatisticDetailTypes:216
season
Statistics
Filter the statistics on a selection of season ids separated by a comma.
&include=statistics&filters=coachStatisticSeasons:SEASONIDS
&include=statistics&filters=coachStatisticSeasons:19735
Filters
More information on how to use filters can be found on our tutorials on how to filter. If you want more information on which filters to use you can check out the following endpoint:
RefereeStatistic
Fields description
id
Refers to the unique id of the player statistic
integer
referee_id
Refers to the referee related to the referee statistic
integer
season_id
Refers to the season related to the referee statistic
integer
Include options
RefereeStatistic entity filters
You can use the include=statistics
on our referee endpoint to retrieve the referee statistics.
season
Statistics
Filter the statistics on a selection of seasons ids separated by a comma.
&include=statistics&filters=refereeStatisticSeasons:SEASONIDS
&include=statistics&filters=refereeStatisticSeasons:19735
Filters
More information on how to use filters can be found on our tutorials on how to filter. If you want more information on which filters to use you can check out the following endpoint:
RefereeStatisticDetail
Fields description
id
Refers to the unique id of the player statistic detail
integer
referee_statistic_id
Refers to the referee statistic related to the referee statistic detail
integer
type_id
Refers to the type of the referee statistic detail
integer
value
The value(s) of the referee statistic detail
object
Include options
Including .type
is not recommended as an include on any endpoint. Types are used throughout the entire API. We recommend retrieving all types from the types endpoint and storing them in your database or other data structure. Only include the type if no other option is available or when testing the API.
RefereeStatisticDetail entity filters
You can use the include=statistics
on our referee endpoint to retrieve the referee statistics.
types
Statistics
Filter the statistics on a selection of type ids separated by a comma.
&include=statistics.details&filters=refereeStatisticDetailTypes:TYPEIDS
&include=statistics.details&filters=refereeStatisticDetailTypes:83
season
Statistics
Filter the statistics on a selection of seasons ids separated by a comma.
&include=statistics&filters=refereeStatisticSeasons:SEASONIDS
&include=statistics&filters=refereeStatisticSeasons:19735
Filters
More information on how to use filters can be found on our tutorials on how to filter. If you want more information on which filters to use you can check out the following endpoint:
Trend
Fields description
id
Refers to the unique id of the trend
integer
fixture_id
Refers to the fixture related to the trend
integer
participant_id
Refers to the team related to the fixture statistic
integer
type_id
Refers to the type of the trend
integer
period_id
Refers to the period of the trend
integer
value
Represents the value of the trend
integer
minute
Represents the minute of the trend
integer
Include options
fixture
type
participant
period
Including .type
is not recommended as an include on any endpoint. Types are used throughout the entire API. We recommend retrieving all types from the types endpoint and storing them in your database or other data structure. Only include the type if no other option is available or when testing the API.
Trend entity filters
You can use the include=trends
on our on our livescores and fixtures endpoint to retrieve the trends.
types
Statistics
Filter the trends on a selection of type ids separated by a comma..
&include=trends&filters=trendTypes:TYPEIDS
&include=trends&filters=trendTypes:52
Filters
More information on how to use filters can be found on our tutorials on how to filter. If you want more information on which filters to use you can check out the following endpoint:
Last updated