🔢Statistic
SeasonStatistic
Fields description
Field | Description | Type |
---|---|---|
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.
Dynamic Filters | Available on Entity | Description | Examples |
---|---|---|---|
| Statistics | Filter the statistics on a selection of type ids separated by a comma. |
|
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
Field | Description | Type |
---|---|---|
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.
Dynamic Filters | Available on Entity | Description | Examples |
---|---|---|---|
| Statistics | Filter the statistics on a selection of type ids separated by a comma. |
|
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
Field | Description | Type |
---|---|---|
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.
Dynamic Filters | Available on Entity | Description | Examples |
---|---|---|---|
| Statistics | Filter the statistics on a selection of season ids separated by a comma. |
|
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
Field | Description | Type |
---|---|---|
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.
Dynamic Filters | Available on Entity | Description | Examples |
---|---|---|---|
| Statistics | Filter the statistics on a selection of type ids separated by a comma. |
|
| Statistics | Filter the statistics on a selection of seasons ids separated by a comma. |
|
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
Field | Description | Type |
---|---|---|
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.
Dynamic Filters | Available on Entity | Description | Examples |
---|---|---|---|
| Statistics | Filter the statistics on a selection of seasons ids separated by a comma. |
|
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
Field | Description | Type |
---|---|---|
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.
Dynamic Filters | Available on Entity | Description | Examples |
---|---|---|---|
| Statistics | Filter the statistics on a selection of type ids separated by a comma. |
|
| Statistics | Filter the statistics on a selection of season ids separated by a comma. |
|
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
Field | Description | Type |
---|---|---|
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.
Dynamic Filters | Available on Entity | Description | Examples |
---|---|---|---|
| Statistics | Filter the statistics on a selection of season ids separated by a comma. |
|
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
Field | Description | Type |
---|---|---|
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.
Dynamic Filters | Available on Entity | Description | Examples |
---|---|---|---|
| Statistics | Filter the statistics on a selection of type ids separated by a comma. |
|
| Statistics | Filter the statistics on a selection of season ids separated by a comma. |
|
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
Field | Description | Type |
---|---|---|
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.
Dynamic Filters | Available on Entity | Description | Examples |
---|---|---|---|
| Statistics | Filter the statistics on a selection of seasons ids separated by a comma. |
|
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
Field | Description | Type |
---|---|---|
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.
Dynamic Filters | Available on Entity | Description | Examples |
---|---|---|---|
| Statistics | Filter the statistics on a selection of type ids separated by a comma. |
|
| Statistics | Filter the statistics on a selection of seasons ids separated by a comma. |
|
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
Field | Description | Type |
---|---|---|
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.
Dynamic Filters | Available on Entity | Description | Examples |
---|---|---|---|
| Statistics | Filter the trends on a selection of type ids separated by a comma.. |
|
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