Teams Seasons
This endpoint allows you to retrieve the seasons from teams.
Multi-language: This feature allows the user to manually change the language of the API response by adding value to the
lang
attribute. Example:lang=en
.
Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.
Update Period: The endpoint is updated every day.
Recommended Calls: Limit calls to 1 per day.
Use Cases
Get seasons from a specific team_idhttps://american-football.sportdevs.com/teams-seasons?team_id=eq.{team_id}
Query Parameters
- team_id integer
Default value:
eq.1800
The id of the team
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- team_id integer
The id of the team
Note: This is a Primary Key.
- team_name text
The name of the team
- team_hash_image character varying
Possible values:
<= 64 characters
The hash image of the team
- tournaments jsonb
The tournaments of the team playing
[
{
"team_id": 1800,
"team_name": "Kansas City Chiefs",
"team_hash_image": "2fcdb71f6bfa8d7570b4ae3bf4216f68d7054aea18721d73f64d295a091f35e1",
"tournaments": [
{
"seasons": [
{
"season_id": 9449,
"start_time": "2020-02-25",
"season_name": "U23 Friendly Games 2020"
},
{
"season_id": 9399,
"start_time": "2022-01-30",
"season_name": "U23 Friendly Games 2022"
},
{
"season_id": 9512,
"start_time": "2019-03-26",
"season_name": "U23 Friendly Games 2019"
},
{
"season_id": 9618,
"start_time": "2017-01-17",
"season_name": "U23 Friendly Games 2017"
},
{
"season_id": 9789,
"start_time": "2012-06-05",
"season_name": "U23 Friendly Games 2012"
},
{
"season_id": 9333,
"start_time": "2023-03-22",
"season_name": "U23 Friendly Games 2023"
},
{
"season_id": 9569,
"start_time": "2018-03-21",
"season_name": "U23 Friendly Games 2018"
},
{
"season_id": 9740,
"start_time": "2014-03-05",
"season_name": "U23 Friendly Games 2014"
},
{
"season_id": 9684,
"start_time": "2015-01-02",
"season_name": "U23 Friendly Games 2015"
},
{
"season_id": 40898,
"start_time": "2024-01-13",
"season_name": "U23 Friendly Games 2024"
},
{
"season_id": 59059,
"start_time": "2025-03-19",
"season_name": "U23 Friendly Games 2025"
}
],
"tournament_id": 936,
"tournament_name": "NFL, Regular Season"
}
]
}
]