GET Round by ID
Returns round information from your requested round ID.
Last updated
Returns round information from your requested round ID.
Last updated
Name | Required? | Description |
---|---|---|
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 :
NO
You can use a total of 4
nested includes on this endpoint
league
season
stage
fixtures
statistics
Get an overview and explanation of all the fields returned in the API response. The related entities for the rounds endpoints are:
id
Refers to the unique id of the requested round
integer
sport_id
Refers to the sport id of the requested round
integer
league_id
Refers to the league id of the requested round
integer
season_id
Refers to the season id of the requested round
integer
group_id
Refers to the group id of the requested round
integer
name
Returns the name of the requested round
string
finished
Indicates if the requested round is finished or not
boolean
pending
Indicates if the requested round is finished or not
boolean
is_current
Indicates if the requested round is the current one or not
boolean
starting_at
Returns the starting date of the round
string
ending_at
Returns the ending date of the round
string
api_token
YES
Another option is to provide the API token in the header.
Your unique API token. Ex. ?api_token=YOUR_TOKEN
include
NO
Enrich the API response with more data by using includes. Ex. &include=participants;events
select
NO
Select specific fields on the base entity. Read how to select fields in our tutorial.
filters
NO
Filter the API response on multiple related entities. There are static filters and dynamic filters. Please find the possibilities in the Static and Dynamic Filter tab.
locale
NO
Translate name fields of the API Response in your selected language. Find more information and which languages are available on our translations page.
N/A
N/A
Not available for this endpoint.
N/A
N/A
N/A
Not available on this endpoint
N/A