Team Details
API Endpoint: Get Team Details
Request Method
GET
Endpoint
https://apiv3.sportsapi360.com/football/api/v1/team/:id
Parameters
id(path parameter): The unique identifier of the team for which details are being requested.
Expected Response Format
On a successful request, the API will return a JSON object with the following structure:
status(boolean): Indicates whether the request was successful.statusCode(integer): A code representing the status of the request.message(string): A message providing additional information about the request.response(object): Contains detailed information about the team, including:id(integer): The unique identifier of the team.name(string): The name of the team.shortName(string): The abbreviated name of the team.gender(string): The gender category of the team.fullName(string): The full name of the team.nameCode(string): The code representing the name of the team.ranking(string): The current ranking of the team.foundationDateTimestamp(integer): The timestamp of the team's foundation date.national(boolean): Indicates if the team is a national team.category(object): Information about the team category, including:name(string): The name of the category.id(integer): The unique identifier of the category.country(object): Details about the country associated with the category.alpha2(string): The two-letter country code.alpha3(string): The three-letter country code.name(string): The name of the country.
flag(string): The URL of the country's flag.
manager(object): Information about the team's manager, including:name(string): The name of the manager.shortName(string): The abbreviated name of the manager.id(integer): The unique identifier of the manager.country(object): Details about the country of the manager.
venue(object): Information about the team's venue, including:city(object): Details about the city where the venue is located.venueCoordinates(object): The geographical coordinates of the venue.latitude(number): The latitude of the venue.longitude(number): The longitude of the venue.
hidden(boolean): Indicates if the venue is hidden.name(string): The name of the venue.capacity(integer): The seating capacity of the venue.id(integer): The unique identifier of the venue.country(object): Details about the country where the venue is located.
type(integer): The type of team.pregameForm(object): Information about the team's pregame form, including:avgRating(string): The average rating of the team.position(integer): The team's position.value(string): The value associated with the team's form.form(array): An array representing the team's recent form.
This endpoint provides comprehensive details about a specific football team based on the provided team ID.
2829OK
GET /football/api/v1/team/{id} HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
OK
{
"status": true,
"statusCode": 200,
"message": "Data fetch successfully",
"response": {
"id": 2829,
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"fullName": "Real Madrid",
"nameCode": "RMA",
"ranking": "",
"foundationDateTimestamp": -2140387200,
"national": false,
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"manager": {
"name": "Xabi Alonso",
"shortName": "X. Alonso",
"id": 795501,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
}
},
"venue": {
"city": {
"name": "Madrid"
},
"venueCoordinates": {
"latitude": 40.453,
"longitude": -3.6883
},
"hidden": false,
"name": "Santiago Bernabéu",
"capacity": 84744,
"id": 754,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"stadium": {
"name": "Santiago Bernabéu",
"capacity": 84744
}
},
"type": 0,
"pregameForm": {
"avgRating": "6.96",
"position": 1,
"value": "4",
"form": [
"D",
"W"
]
}
}
}Endpoint Description
This endpoint retrieves detailed information about a specific football team based on the provided team ID.
Request
Method: GET
URL:
https://apiv3.sportsapi360.com/football/api/v1/team/details/:idPath Parameter:
id: The unique identifier for the football team whose details are being requested.
Response
The response will return a JSON object containing the following structure:
status: A boolean indicating the success of the request.
statusCode: An integer representing the status code of the response.
message: A string that may contain additional information about the request.
response: An object containing detailed information about the team, which includes:
id: The unique identifier of the team.
name: The official name of the team.
shortName: A shortened version of the team's name.
gender: The gender category of the team (e.g., male, female).
fullName: The full official name of the team.
nameCode: A code representing the name of the team.
ranking: The current ranking of the team.
foundationDateTimestamp: The timestamp of when the team was founded.
national: A boolean indicating if the team is a national team.
category: An object providing details about the team's category, including:
name: The name of the category.
id: The unique identifier for the category.
country: An object with country details, including:
alpha2: The two-letter country code.
alpha3: The three-letter country code.
name: The name of the country.
flag: The URL or path to the country's flag.
alpha2: The two-letter country code again.
manager: An object containing information about the team's manager, including:
name: The name of the manager.
shortName: A shortened version of the manager's name.
id: The unique identifier for the manager.
country: An object with country details similar to the team's category.
venue: An object containing information about the team's venue, which includes:
city: An object with the name of the city where the venue is located.
venueCoordinates: An object with the latitude and longitude of the venue.
hidden: A boolean indicating if the venue is hidden.
name: The name of the venue.
capacity: The seating capacity of the venue.
id: The unique identifier for the venue.
country: An object with country details similar to the team's category.
stadium: An object containing stadium details, which includes:
name: The name of the stadium.
capacity: The seating capacity of the stadium.
type: An integer representing the type of team.
pregameForm: An object containing information about the team's pregame form, which includes:
avgRating: The average rating of the team.
position: The current position of the team.
value: The value of the team.
form: An array representing the team's recent form.
2829OK
GET /football/api/v1/team/details/{id} HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
OK
{
"status": true,
"statusCode": 200,
"message": "Data fetch successfully",
"response": {
"id": 2829,
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"fullName": "Real Madrid",
"nameCode": "RMA",
"ranking": "",
"foundationDateTimestamp": -2140387200,
"national": false,
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"manager": {
"name": "Xabi Alonso",
"shortName": "X. Alonso",
"id": 795501,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
}
},
"venue": {
"city": {
"name": "Madrid"
},
"venueCoordinates": {
"latitude": 40.453,
"longitude": -3.6883
},
"hidden": false,
"name": "Santiago Bernabéu",
"capacity": 84744,
"id": 754,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"stadium": {
"name": "Santiago Bernabéu",
"capacity": 84744
}
},
"type": 0,
"pregameForm": {
"avgRating": "6.96",
"position": 1,
"value": "4",
"form": [
"D",
"W"
]
}
}
}API Endpoint: Get Team Tournaments
This endpoint retrieves the tournaments associated with a specific football team identified by its unique ID.
Request
Method: GET
URL:
https://apiv3.sportsapi360.com/football/api/v1/team/tournaments/:idPath Parameter:
id(required): The unique identifier of the football team for which the tournaments are being requested.
Response
The response will return a JSON object containing the following structure:
status (boolean): Indicates whether the request was successful.
statusCode (integer): A code representing the status of the request (0 typically indicates success).
message (string): A message providing additional information about the request status (may be empty).
response (array): An array of tournament objects associated with the team, where each tournament object contains:
name (string): The name of the tournament.
category (object): An object providing details about the category of the tournament, which includes:
name (string): The name of the category.
id (integer): The unique identifier for the category.
flag (string): A URL or identifier for the category's flag.
alpha2 (string): The two-letter country code associated with the category.
id (integer): The unique identifier for the tournament.
displayInverseHomeAwayTeams (boolean): A flag indicating whether to display home and away teams in an inverse order.
This endpoint is essential for applications that need to display tournament information for specific football teams, enabling users to view relevant competitions and their details.
2829OK
GET /football/api/v1/team/tournaments/{id} HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
OK
{
"status": true,
"statusCode": 200,
"message": "Data fetch successfully",
"response": [
{
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"flag": "spain",
"alpha2": "ES"
},
"id": 8,
"displayInverseHomeAwayTeams": false
},
{
"name": "Supercopa de España",
"category": {
"name": "Spain",
"id": 32,
"flag": "spain",
"alpha2": "ES"
},
"id": 213,
"displayInverseHomeAwayTeams": false
},
{
"name": "FIFA Club World Cup",
"category": {
"name": "World",
"id": 1468,
"flag": "international"
},
"id": 357,
"displayInverseHomeAwayTeams": false
},
{
"name": "Copa del Rey",
"category": {
"name": "Spain",
"id": 32,
"flag": "spain",
"alpha2": "ES"
},
"id": 329,
"displayInverseHomeAwayTeams": false
}
]
}Endpoint Description
This endpoint retrieves the recent matches for a specific football team identified by the :id parameter. It provides detailed information about each match, including tournament details, team information, and scores.
Request Format
Method: GET
URL:
https://apiv3.sportsapi360.com/football/api/v1/team/recent/matches/:idPath Parameter:
id(integer): The unique identifier of the football team for which recent matches are being requested.
Response Structure
The response is a JSON object that contains the following fields:
status (boolean): Indicates whether the request was successful.
statusCode (integer): A code representing the status of the response.
message (string): A message providing additional information about the response.
response (array): An array of match objects, each containing:
tournamentId (integer): The unique identifier for the tournament.
id (integer): The unique identifier for the match.
startTimestamp (integer): The timestamp when the match starts.
detailId (integer): The unique identifier for match details.
season (object): Contains details about the season:
name (string): The name of the season.
year (integer): The year of the season.
seasonCoverageInfo (object): Additional coverage information for the season.
id (integer): The unique identifier for the season.
roundInfo (object): Contains information about the match round:
round (integer): The round number of the match.
name (string): The name of the round.
status (object): Contains the status of the match:
code (integer): The status code of the match.
description (string): A description of the match status.
type (string): The type of the status.
homeTeam (object): Information about the home team:
name (string): The name of the home team.
shortName (string): The short name of the home team.
gender (string): The gender category of the home team.
nameCode (string): The name code of the home team.
disabled (boolean): Indicates if the team is disabled.
national (boolean): Indicates if the team is a national team.
type (integer): The type of team.
id (integer): The unique identifier for the home team.
country (object): Contains country details:
alpha2 (string): The two-letter country code.
alpha3 (string): The three-letter country code.
name (string): The name of the country.
subTeams (array): An array of sub-teams.
homeScore (object): Contains the score details for the home team:
current (integer): The current score.
display (integer): The displayed score.
period1 (integer): The score for the first period.
period2 (integer): The score for the second period.
normaltime (integer): The score at normal time.
awayTeam (object): Information about the away team (similar structure as homeTeam).
awayScore (object): Contains the score details for the away team (similar structure as homeScore).
time (object): Contains timing details for the match:
injuryTime1 (integer): Injury time for the first period.
injuryTime2 (integer): Injury time for the second period.
currentPeriodStartTimestamp (integer): The timestamp for the start of the current period.
tournament (object): Contains details about the tournament:
id (integer): The unique identifier for the tournament.
name (string): The name of the tournament.
category (object): Contains category details:
name (string): The name of the category.
id (integer): The unique identifier for the category.
country (object): Country details associated with the category.
flag (string): The flag associated with the category.
details (object): Additional tournament details:
name (string): The name of the tournament details.
category (object): Category details (similar structure as above).
hasPerformanceGraphFeature (boolean): Indicates if performance graph feature is available.
id (integer): The unique identifier for the tournament details.
country (object): Country details associated with the tournament.
hasEventPlayerStatistics (boolean): Indicates if player statistics are available for events.
displayInverseHomeAwayTeams (boolean): Indicates if home and away teams are displayed inversely.
2829OK
GET /football/api/v1/team/recent/matches/{id} HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
OK
{
"status": true,
"statusCode": 200,
"message": "Data fetch successfully",
"response": [
{
"tournamentId": 145109,
"id": 13412184,
"startTimestamp": 1739304000,
"detailId": 1,
"season": {
"name": "UEFA Champions League 24/25",
"year": "24/25",
"seasonCoverageInfo": {},
"id": 61644
},
"roundInfo": {
"round": 636,
"name": "Playoff round"
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Manchester City",
"shortName": "Man City",
"gender": "M",
"nameCode": "MCI",
"disabled": false,
"national": false,
"type": 0,
"id": 17,
"country": {
"alpha2": "EN",
"alpha3": "ENG",
"name": "England"
},
"subTeams": []
},
"homeScore": {
"current": 2,
"display": 2,
"period1": 1,
"period2": 1,
"normaltime": 2
},
"awayTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 3,
"display": 3,
"period1": 0,
"period2": 3,
"normaltime": 3
},
"time": {
"injuryTime1": 4,
"injuryTime2": 3,
"currentPeriodStartTimestamp": 1739307942
},
"tournament": {
"id": 145109,
"name": "UEFA Champions League, Knockout Phase",
"category": {
"name": "Europe",
"id": 1465,
"country": {},
"flag": "europe"
},
"details": {
"name": "UEFA Champions League",
"category": {
"name": "Europe",
"id": 1465,
"country": {},
"flag": "europe"
},
"hasPerformanceGraphFeature": false,
"id": 7,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 36,
"id": 12437817,
"startTimestamp": 1739632500,
"detailId": 1,
"season": {
"name": "LaLiga 24/25",
"year": "24/25",
"id": 61643
},
"roundInfo": {
"round": 24
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Osasuna",
"shortName": "Osasuna",
"gender": "M",
"nameCode": "OSA",
"disabled": false,
"national": false,
"type": 0,
"id": 2820,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 1,
"display": 1,
"period1": 0,
"period2": 1,
"normaltime": 1
},
"awayTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 1,
"display": 1,
"period1": 1,
"period2": 0,
"normaltime": 1
},
"time": {
"injuryTime1": 2,
"injuryTime2": 4,
"currentPeriodStartTimestamp": 1739636468
},
"tournament": {
"id": 36,
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": true,
"id": 8,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 145109,
"id": 13412185,
"startTimestamp": 1739995200,
"detailId": 1,
"season": {
"name": "UEFA Champions League 24/25",
"year": "24/25",
"seasonCoverageInfo": {},
"id": 61644
},
"roundInfo": {
"round": 636,
"name": "Playoff round"
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 3,
"display": 3,
"period1": 2,
"period2": 1,
"normaltime": 3,
"aggregated": 6
},
"awayTeam": {
"name": "Manchester City",
"shortName": "Man City",
"gender": "M",
"nameCode": "MCI",
"disabled": false,
"national": false,
"type": 0,
"id": 17,
"country": {
"alpha2": "EN",
"alpha3": "ENG",
"name": "England"
},
"subTeams": []
},
"awayScore": {
"current": 1,
"display": 1,
"period1": 0,
"period2": 1,
"normaltime": 1,
"aggregated": 3
},
"time": {
"injuryTime1": 2,
"injuryTime2": 2,
"currentPeriodStartTimestamp": 1739998943
},
"tournament": {
"id": 145109,
"name": "UEFA Champions League, Knockout Phase",
"category": {
"name": "Europe",
"id": 1465,
"country": {},
"flag": "europe"
},
"details": {
"name": "UEFA Champions League",
"category": {
"name": "Europe",
"id": 1465,
"country": {},
"flag": "europe"
},
"hasPerformanceGraphFeature": false,
"id": 7,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 36,
"id": 12437861,
"startTimestamp": 1740323700,
"detailId": 1,
"season": {
"name": "LaLiga 24/25",
"year": "24/25",
"id": 61643
},
"roundInfo": {
"round": 25
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 2,
"display": 2,
"period1": 1,
"period2": 1,
"normaltime": 2
},
"awayTeam": {
"name": "Girona FC",
"shortName": "Girona",
"gender": "M",
"nameCode": "GIR",
"disabled": false,
"national": false,
"type": 0,
"id": 24264,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 0,
"display": 0,
"period1": 0,
"period2": 0,
"normaltime": 0
},
"time": {
"injuryTime1": 1,
"injuryTime2": 3,
"currentPeriodStartTimestamp": 1740327655
},
"tournament": {
"id": 36,
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": true,
"id": 8,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 150,
"id": 13466609,
"startTimestamp": 1740601800,
"detailId": 1,
"season": {
"name": "Copa del Rey 24/25",
"year": "24/25",
"seasonCoverageInfo": {
"editorCoverageLevel": 1
},
"id": 66885
},
"roundInfo": {
"round": 28,
"name": "Semifinals",
"cupRoundType": 2
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Sociedad",
"shortName": "Real Sociedad",
"gender": "M",
"nameCode": "RSO",
"disabled": false,
"national": false,
"type": 0,
"id": 2824,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 0,
"display": 0,
"period1": 0,
"period2": 0,
"normaltime": 0
},
"awayTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 1,
"display": 1,
"period1": 1,
"period2": 0,
"normaltime": 1
},
"time": {
"injuryTime1": 3,
"injuryTime2": 4,
"currentPeriodStartTimestamp": 1740605930
},
"tournament": {
"id": 150,
"name": "Copa del Rey",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "Copa del Rey",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": false,
"id": 329,
"country": {},
"hasEventPlayerStatistics": false,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 36,
"id": 12437865,
"startTimestamp": 1740850200,
"detailId": 1,
"season": {
"name": "LaLiga 24/25",
"year": "24/25",
"id": 61643
},
"roundInfo": {
"round": 26
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Betis",
"shortName": "Real Betis",
"gender": "M",
"nameCode": "RBB",
"disabled": false,
"national": false,
"type": 0,
"id": 2816,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 2,
"display": 2,
"period1": 1,
"period2": 1,
"normaltime": 2
},
"awayTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 1,
"display": 1,
"period1": 1,
"period2": 0,
"normaltime": 1
},
"time": {
"injuryTime1": 2,
"injuryTime2": 4,
"currentPeriodStartTimestamp": 1740854184
},
"tournament": {
"id": 36,
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": true,
"id": 8,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 145109,
"id": 13511923,
"startTimestamp": 1741118400,
"detailId": 1,
"season": {
"name": "UEFA Champions League 24/25",
"year": "24/25",
"seasonCoverageInfo": {},
"id": 61644
},
"roundInfo": {
"round": 5,
"name": "Round of 16",
"cupRoundType": 8
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 2,
"display": 2,
"period1": 1,
"period2": 1,
"normaltime": 2
},
"awayTeam": {
"name": "Atlético Madrid",
"shortName": "Atl. Madrid",
"gender": "M",
"nameCode": "AMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2836,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 1,
"display": 1,
"period1": 1,
"period2": 0,
"normaltime": 1
},
"time": {
"injuryTime1": 0,
"injuryTime2": 3,
"currentPeriodStartTimestamp": 1741122201
},
"tournament": {
"id": 145109,
"name": "UEFA Champions League, Knockout Phase",
"category": {
"name": "Europe",
"id": 1465,
"country": {},
"flag": "europe"
},
"details": {
"name": "UEFA Champions League",
"category": {
"name": "Europe",
"id": 1465,
"country": {},
"flag": "europe"
},
"hasPerformanceGraphFeature": false,
"id": 7,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 36,
"id": 12437549,
"startTimestamp": 1741533300,
"detailId": 1,
"season": {
"name": "LaLiga 24/25",
"year": "24/25",
"id": 61643
},
"roundInfo": {
"round": 27
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 2,
"display": 2,
"period1": 2,
"period2": 0,
"normaltime": 2
},
"awayTeam": {
"name": "Rayo Vallecano",
"shortName": "Rayo Vallecano",
"gender": "M",
"nameCode": "RVM",
"disabled": false,
"national": false,
"type": 0,
"id": 2818,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 1,
"display": 1,
"period1": 1,
"period2": 0,
"normaltime": 1
},
"time": {
"injuryTime1": 3,
"injuryTime2": 3,
"currentPeriodStartTimestamp": 1741537436
},
"tournament": {
"id": 36,
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": true,
"id": 8,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 145109,
"id": 13511924,
"startTimestamp": 1741809600,
"detailId": 1,
"season": {
"name": "UEFA Champions League 24/25",
"year": "24/25",
"seasonCoverageInfo": {},
"id": 61644
},
"roundInfo": {
"round": 5,
"name": "Round of 16",
"cupRoundType": 8
},
"status": {
"code": 120,
"description": "AP",
"type": "finished"
},
"homeTeam": {
"name": "Atlético Madrid",
"shortName": "Atl. Madrid",
"gender": "M",
"nameCode": "AMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2836,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 3,
"display": 1,
"period1": 1,
"period2": 0,
"normaltime": 1,
"extra1": 0,
"extra2": 0,
"overtime": 0,
"penalties": 2,
"aggregated": 2
},
"awayTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 4,
"display": 0,
"period1": 0,
"period2": 0,
"normaltime": 0,
"extra1": 0,
"extra2": 0,
"overtime": 0,
"penalties": 4,
"aggregated": 2
},
"time": {
"injuryTime1": 0,
"injuryTime2": 4,
"injuryTime3": 2,
"injuryTime4": 0,
"currentPeriodStartTimestamp": 1741817864
},
"tournament": {
"id": 145109,
"name": "UEFA Champions League, Knockout Phase",
"category": {
"name": "Europe",
"id": 1465,
"country": {},
"flag": "europe"
},
"details": {
"name": "UEFA Champions League",
"category": {
"name": "Europe",
"id": 1465,
"country": {},
"flag": "europe"
},
"hasPerformanceGraphFeature": false,
"id": 7,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 36,
"id": 12437562,
"startTimestamp": 1742059800,
"detailId": 1,
"season": {
"name": "LaLiga 24/25",
"year": "24/25",
"id": 61643
},
"roundInfo": {
"round": 28
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Villarreal",
"shortName": "Villarreal",
"gender": "M",
"nameCode": "VIL",
"disabled": false,
"national": false,
"type": 0,
"id": 2819,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 1,
"display": 1,
"period1": 1,
"period2": 0,
"normaltime": 1
},
"awayTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 2,
"display": 2,
"period1": 2,
"period2": 0,
"normaltime": 2
},
"time": {
"injuryTime1": 3,
"injuryTime2": 3,
"currentPeriodStartTimestamp": 1742063664
},
"tournament": {
"id": 36,
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": true,
"id": 8,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 36,
"id": 12437573,
"startTimestamp": 1743278400,
"detailId": 1,
"season": {
"name": "LaLiga 24/25",
"year": "24/25",
"id": 61643
},
"roundInfo": {
"round": 29
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 3,
"display": 3,
"period1": 1,
"period2": 2,
"normaltime": 3
},
"awayTeam": {
"name": "Leganés",
"shortName": "Leganés",
"gender": "M",
"nameCode": "LEG",
"disabled": false,
"national": false,
"type": 0,
"id": 2845,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 2,
"display": 2,
"period1": 2,
"period2": 0,
"normaltime": 2
},
"time": {
"injuryTime1": 4,
"injuryTime2": 8,
"currentPeriodStartTimestamp": 1743282374
},
"tournament": {
"id": 36,
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": true,
"id": 8,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 150,
"id": 13466670,
"startTimestamp": 1743535800,
"detailId": 1,
"season": {
"name": "Copa del Rey 24/25",
"year": "24/25",
"seasonCoverageInfo": {
"editorCoverageLevel": 1
},
"id": 66885
},
"roundInfo": {
"round": 28,
"name": "Semifinals",
"cupRoundType": 2
},
"status": {
"code": 110,
"description": "AET",
"type": "finished"
},
"homeTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 4,
"display": 4,
"period1": 1,
"period2": 2,
"normaltime": 3,
"extra1": 0,
"extra2": 1,
"overtime": 1,
"aggregated": 5
},
"awayTeam": {
"name": "Real Sociedad",
"shortName": "Real Sociedad",
"gender": "M",
"nameCode": "RSO",
"disabled": false,
"national": false,
"type": 0,
"id": 2824,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 4,
"display": 4,
"period1": 1,
"period2": 3,
"normaltime": 4,
"extra1": 0,
"extra2": 0,
"overtime": 0,
"aggregated": 4
},
"time": {
"injuryTime1": 3,
"injuryTime2": 7,
"injuryTime3": 0,
"injuryTime4": 1,
"currentPeriodStartTimestamp": 1743544333
},
"tournament": {
"id": 150,
"name": "Copa del Rey",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "Copa del Rey",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": false,
"id": 329,
"country": {},
"hasEventPlayerStatistics": false,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 36,
"id": 12437577,
"startTimestamp": 1743862500,
"detailId": 1,
"season": {
"name": "LaLiga 24/25",
"year": "24/25",
"id": 61643
},
"roundInfo": {
"round": 30
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 1,
"display": 1,
"period1": 0,
"period2": 1,
"normaltime": 1
},
"awayTeam": {
"name": "Valencia",
"shortName": "Valencia",
"gender": "M",
"nameCode": "VCF",
"disabled": false,
"national": false,
"type": 0,
"id": 2828,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 2,
"display": 2,
"period1": 1,
"period2": 1,
"normaltime": 2
},
"time": {
"injuryTime1": 3,
"injuryTime2": 6,
"currentPeriodStartTimestamp": 1743866444
},
"tournament": {
"id": 36,
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": true,
"id": 8,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 145109,
"id": 13513403,
"startTimestamp": 1744138800,
"detailId": 1,
"season": {
"name": "UEFA Champions League 24/25",
"year": "24/25",
"seasonCoverageInfo": {},
"id": 61644
},
"roundInfo": {
"round": 27,
"name": "Quarterfinals",
"cupRoundType": 4
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Arsenal",
"shortName": "Arsenal",
"gender": "M",
"nameCode": "ARS",
"disabled": false,
"national": false,
"type": 0,
"id": 42,
"country": {
"alpha2": "EN",
"alpha3": "ENG",
"name": "England"
},
"subTeams": []
},
"homeScore": {
"current": 3,
"display": 3,
"period1": 0,
"period2": 3,
"normaltime": 3
},
"awayTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 0,
"display": 0,
"period1": 0,
"period2": 0,
"normaltime": 0
},
"time": {
"injuryTime1": 2,
"injuryTime2": 4,
"currentPeriodStartTimestamp": 1744142685
},
"tournament": {
"id": 145109,
"name": "UEFA Champions League, Knockout Phase",
"category": {
"name": "Europe",
"id": 1465,
"country": {},
"flag": "europe"
},
"details": {
"name": "UEFA Champions League",
"category": {
"name": "Europe",
"id": 1465,
"country": {},
"flag": "europe"
},
"hasPerformanceGraphFeature": false,
"id": 7,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 36,
"id": 12437632,
"startTimestamp": 1744553700,
"detailId": 1,
"season": {
"name": "LaLiga 24/25",
"year": "24/25",
"id": 61643
},
"roundInfo": {
"round": 31
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Deportivo Alavés",
"shortName": "Alavés",
"gender": "M",
"nameCode": "ALA",
"disabled": false,
"national": false,
"type": 0,
"id": 2885,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 0,
"display": 0,
"period1": 0,
"period2": 0,
"normaltime": 0
},
"awayTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 1,
"display": 1,
"period1": 1,
"period2": 0,
"normaltime": 1
},
"time": {
"injuryTime1": 5,
"injuryTime2": 7,
"currentPeriodStartTimestamp": 1744557616
},
"tournament": {
"id": 36,
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": true,
"id": 8,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 145109,
"id": 13513422,
"startTimestamp": 1744830000,
"detailId": 1,
"season": {
"name": "UEFA Champions League 24/25",
"year": "24/25",
"seasonCoverageInfo": {},
"id": 61644
},
"roundInfo": {
"round": 27,
"name": "Quarterfinals",
"cupRoundType": 4
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 1,
"display": 1,
"period1": 0,
"period2": 1,
"normaltime": 1,
"aggregated": 1
},
"awayTeam": {
"name": "Arsenal",
"shortName": "Arsenal",
"gender": "M",
"nameCode": "ARS",
"disabled": false,
"national": false,
"type": 0,
"id": 42,
"country": {
"alpha2": "EN",
"alpha3": "ENG",
"name": "England"
},
"subTeams": []
},
"awayScore": {
"current": 2,
"display": 2,
"period1": 0,
"period2": 2,
"normaltime": 2,
"aggregated": 5
},
"time": {
"injuryTime1": 7,
"injuryTime2": 5,
"currentPeriodStartTimestamp": 1744834207
},
"tournament": {
"id": 145109,
"name": "UEFA Champions League, Knockout Phase",
"category": {
"name": "Europe",
"id": 1465,
"country": {},
"flag": "europe"
},
"details": {
"name": "UEFA Champions League",
"category": {
"name": "Europe",
"id": 1465,
"country": {},
"flag": "europe"
},
"hasPerformanceGraphFeature": false,
"id": 7,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 36,
"id": 12437523,
"startTimestamp": 1745175600,
"detailId": 1,
"season": {
"name": "LaLiga 24/25",
"year": "24/25",
"id": 61643
},
"roundInfo": {
"round": 32
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 1,
"display": 1,
"period1": 0,
"period2": 1,
"normaltime": 1
},
"awayTeam": {
"name": "Athletic Club",
"shortName": "Athletic Club",
"gender": "M",
"nameCode": "ATH",
"disabled": false,
"national": false,
"type": 0,
"id": 2825,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 0,
"display": 0,
"period1": 0,
"period2": 0,
"normaltime": 0
},
"time": {
"injuryTime1": 0,
"injuryTime2": 7,
"currentPeriodStartTimestamp": 1745179302
},
"tournament": {
"id": 36,
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": true,
"id": 8,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 36,
"id": 12437530,
"startTimestamp": 1745436600,
"detailId": 1,
"season": {
"name": "LaLiga 24/25",
"year": "24/25",
"id": 61643
},
"roundInfo": {
"round": 33
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Getafe",
"shortName": "Getafe",
"gender": "M",
"nameCode": "GET",
"disabled": false,
"national": false,
"type": 0,
"id": 2859,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 0,
"display": 0,
"period1": 0,
"period2": 0,
"normaltime": 0
},
"awayTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 1,
"display": 1,
"period1": 1,
"period2": 0,
"normaltime": 1
},
"time": {
"injuryTime1": 2,
"injuryTime2": 6,
"currentPeriodStartTimestamp": 1745440578
},
"tournament": {
"id": 36,
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": true,
"id": 8,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 150,
"id": 13708595,
"startTimestamp": 1745697600,
"detailId": 1,
"season": {
"name": "Copa del Rey 24/25",
"year": "24/25",
"seasonCoverageInfo": {
"editorCoverageLevel": 1
},
"id": 66885
},
"roundInfo": {
"round": 29,
"name": "Final",
"cupRoundType": 1
},
"status": {
"code": 110,
"description": "AET",
"type": "finished"
},
"homeTeam": {
"name": "Barcelona",
"shortName": "Barcelona",
"gender": "M",
"nameCode": "BAR",
"disabled": false,
"national": false,
"type": 0,
"id": 2817,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 3,
"display": 3,
"period1": 1,
"period2": 1,
"normaltime": 2,
"extra1": 0,
"extra2": 1,
"overtime": 1
},
"awayTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 2,
"display": 2,
"period1": 0,
"period2": 2,
"normaltime": 2,
"extra1": 0,
"extra2": 0,
"overtime": 0
},
"time": {
"injuryTime1": 5,
"injuryTime2": 6,
"injuryTime3": 0,
"injuryTime4": 2,
"currentPeriodStartTimestamp": 1745706444
},
"tournament": {
"id": 150,
"name": "Copa del Rey",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "Copa del Rey",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": false,
"id": 329,
"country": {},
"hasEventPlayerStatistics": false,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 36,
"id": 12437532,
"startTimestamp": 1746360000,
"detailId": 1,
"season": {
"name": "LaLiga 24/25",
"year": "24/25",
"id": 61643
},
"roundInfo": {
"round": 34
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 3,
"display": 3,
"period1": 2,
"period2": 1,
"normaltime": 3
},
"awayTeam": {
"name": "Celta Vigo",
"shortName": "Celta",
"gender": "M",
"nameCode": "CVI",
"disabled": false,
"national": false,
"type": 0,
"id": 2821,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 2,
"display": 2,
"period1": 0,
"period2": 2,
"normaltime": 2
},
"time": {
"injuryTime1": 2,
"injuryTime2": 5,
"currentPeriodStartTimestamp": 1746363875
},
"tournament": {
"id": 36,
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": true,
"id": 8,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 36,
"id": 12437545,
"startTimestamp": 1746972900,
"detailId": 1,
"season": {
"name": "LaLiga 24/25",
"year": "24/25",
"id": 61643
},
"roundInfo": {
"round": 35
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Barcelona",
"shortName": "Barcelona",
"gender": "M",
"nameCode": "BAR",
"disabled": false,
"national": false,
"type": 0,
"id": 2817,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 4,
"display": 4,
"period1": 4,
"period2": 0,
"normaltime": 4
},
"awayTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 3,
"display": 3,
"period1": 2,
"period2": 1,
"normaltime": 3
},
"time": {
"injuryTime1": 6,
"injuryTime2": 6,
"currentPeriodStartTimestamp": 1746977085
},
"tournament": {
"id": 36,
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": true,
"id": 8,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 36,
"id": 12437491,
"startTimestamp": 1747251000,
"detailId": 1,
"season": {
"name": "LaLiga 24/25",
"year": "24/25",
"id": 61643
},
"roundInfo": {
"round": 36
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 2,
"display": 2,
"period1": 0,
"period2": 2,
"normaltime": 2
},
"awayTeam": {
"name": "Mallorca",
"shortName": "Mallorca",
"gender": "M",
"nameCode": "MLL",
"disabled": false,
"national": false,
"type": 0,
"id": 2826,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 1,
"display": 1,
"period1": 1,
"period2": 0,
"normaltime": 1
},
"time": {
"injuryTime1": 1,
"injuryTime2": 5,
"currentPeriodStartTimestamp": 1747254762
},
"tournament": {
"id": 36,
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": true,
"id": 8,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 36,
"id": 12437499,
"startTimestamp": 1747587600,
"detailId": 1,
"season": {
"name": "LaLiga 24/25",
"year": "24/25",
"id": 61643
},
"roundInfo": {
"round": 37
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Sevilla",
"shortName": "Sevilla",
"gender": "M",
"nameCode": "SEV",
"disabled": false,
"national": false,
"type": 0,
"id": 2833,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 0,
"display": 0,
"period1": 0,
"period2": 0,
"normaltime": 0
},
"awayTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 2,
"display": 2,
"period1": 0,
"period2": 2,
"normaltime": 2
},
"time": {
"injuryTime1": 5,
"injuryTime2": 1,
"currentPeriodStartTimestamp": 1747591704
},
"tournament": {
"id": 36,
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": true,
"id": 8,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 36,
"id": 12437506,
"startTimestamp": 1748096100,
"detailId": 1,
"season": {
"name": "LaLiga 24/25",
"year": "24/25",
"id": 61643
},
"roundInfo": {
"round": 38
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 2,
"display": 2,
"period1": 1,
"period2": 1,
"normaltime": 2
},
"awayTeam": {
"name": "Real Sociedad",
"shortName": "Real Sociedad",
"gender": "M",
"nameCode": "RSO",
"disabled": false,
"national": false,
"type": 0,
"id": 2824,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 0,
"display": 0,
"period1": 0,
"period2": 0,
"normaltime": 0
},
"time": {
"injuryTime1": 1,
"injuryTime2": 1,
"currentPeriodStartTimestamp": 1748100089
},
"tournament": {
"id": 36,
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"details": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"hasPerformanceGraphFeature": true,
"id": 8,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 142886,
"id": 13200270,
"startTimestamp": 1750273200,
"detailId": 1,
"season": {
"name": "FIFA Club World Cup 2025",
"year": "2025",
"seasonCoverageInfo": {},
"id": 69619
},
"roundInfo": {
"round": 1
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 1,
"display": 1,
"period1": 1,
"period2": 0,
"normaltime": 1
},
"awayTeam": {
"name": "Al-Hilal",
"shortName": "Al-Hilal",
"gender": "M",
"nameCode": "ALH",
"disabled": false,
"national": false,
"type": 0,
"id": 21895,
"country": {
"alpha2": "SA",
"alpha3": "SAU",
"name": "Saudi Arabia"
},
"subTeams": []
},
"awayScore": {
"current": 1,
"display": 1,
"period1": 1,
"period2": 0,
"normaltime": 1
},
"time": {
"injuryTime1": 5,
"injuryTime2": 7,
"currentPeriodStartTimestamp": 1750277549
},
"tournament": {
"id": 142886,
"name": "FIFA Club World Cup, Group H",
"category": {
"name": "World",
"id": 1468,
"country": {},
"flag": "international"
},
"details": {
"name": "FIFA Club World Cup",
"category": {
"name": "World",
"id": 1468,
"country": {},
"flag": "international"
},
"hasPerformanceGraphFeature": false,
"id": 357,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 142886,
"id": 13200297,
"startTimestamp": 1750618800,
"detailId": 1,
"season": {
"name": "FIFA Club World Cup 2025",
"year": "2025",
"seasonCoverageInfo": {},
"id": 69619
},
"roundInfo": {
"round": 2
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 3,
"display": 3,
"period1": 2,
"period2": 1,
"normaltime": 3
},
"awayTeam": {
"name": "CF Pachuca",
"shortName": "Pachuca",
"gender": "M",
"nameCode": "PAC",
"disabled": false,
"national": false,
"type": 0,
"id": 1936,
"country": {
"alpha2": "MX",
"alpha3": "MEX",
"name": "Mexico"
},
"subTeams": []
},
"awayScore": {
"current": 1,
"display": 1,
"period1": 0,
"period2": 1,
"normaltime": 1
},
"time": {
"injuryTime1": 4,
"injuryTime2": 5,
"currentPeriodStartTimestamp": 1750622911
},
"tournament": {
"id": 142886,
"name": "FIFA Club World Cup, Group H",
"category": {
"name": "World",
"id": 1468,
"country": {},
"flag": "international"
},
"details": {
"name": "FIFA Club World Cup",
"category": {
"name": "World",
"id": 1468,
"country": {},
"flag": "international"
},
"hasPerformanceGraphFeature": false,
"id": 357,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 142886,
"id": 13200233,
"startTimestamp": 1750986000,
"detailId": 1,
"season": {
"name": "FIFA Club World Cup 2025",
"year": "2025",
"seasonCoverageInfo": {},
"id": 69619
},
"roundInfo": {
"round": 3
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Red Bull Salzburg",
"shortName": "RB Salzburg",
"gender": "M",
"nameCode": "RBS",
"disabled": false,
"national": false,
"type": 0,
"id": 2046,
"country": {
"alpha2": "AT",
"alpha3": "AUT",
"name": "Austria"
},
"subTeams": []
},
"homeScore": {
"current": 0,
"display": 0,
"period1": 0,
"period2": 0,
"normaltime": 0
},
"awayTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 3,
"display": 3,
"period1": 2,
"period2": 1,
"normaltime": 3
},
"time": {
"injuryTime1": 3,
"injuryTime2": 3,
"currentPeriodStartTimestamp": 1750989973
},
"tournament": {
"id": 142886,
"name": "FIFA Club World Cup, Group H",
"category": {
"name": "World",
"id": 1468,
"country": {},
"flag": "international"
},
"details": {
"name": "FIFA Club World Cup",
"category": {
"name": "World",
"id": 1468,
"country": {},
"flag": "international"
},
"hasPerformanceGraphFeature": false,
"id": 357,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 3888,
"id": 13385908,
"startTimestamp": 1751396400,
"detailId": 1,
"season": {
"name": "FIFA Club World Cup 2025",
"year": "2025",
"seasonCoverageInfo": {},
"id": 69619
},
"roundInfo": {
"round": 5,
"name": "Round of 16",
"cupRoundType": 8
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 1,
"display": 1,
"period1": 0,
"period2": 1,
"normaltime": 1
},
"awayTeam": {
"name": "Juventus",
"shortName": "Juventus",
"gender": "M",
"nameCode": "JUV",
"disabled": false,
"national": false,
"type": 0,
"id": 2687,
"country": {
"alpha2": "IT",
"alpha3": "ITA",
"name": "Italy"
},
"subTeams": []
},
"awayScore": {
"current": 0,
"display": 0,
"period1": 0,
"period2": 0,
"normaltime": 0
},
"time": {
"injuryTime1": 4,
"injuryTime2": 5,
"currentPeriodStartTimestamp": 1751400472
},
"tournament": {
"id": 3888,
"name": "FIFA Club World Cup, Knockout stage",
"category": {
"name": "World",
"id": 1468,
"country": {},
"flag": "international"
},
"details": {
"name": "FIFA Club World Cup",
"category": {
"name": "World",
"id": 1468,
"country": {},
"flag": "international"
},
"hasPerformanceGraphFeature": false,
"id": 357,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 3888,
"id": 13385891,
"startTimestamp": 1751745600,
"detailId": 1,
"season": {
"name": "FIFA Club World Cup 2025",
"year": "2025",
"seasonCoverageInfo": {},
"id": 69619
},
"roundInfo": {
"round": 27,
"name": "Quarterfinals",
"cupRoundType": 4
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"homeScore": {
"current": 3,
"display": 3,
"period1": 2,
"period2": 1,
"normaltime": 3
},
"awayTeam": {
"name": "Borussia Dortmund",
"shortName": "Dortmund",
"gender": "M",
"nameCode": "BVB",
"disabled": false,
"national": false,
"type": 0,
"id": 2673,
"country": {
"alpha2": "DE",
"alpha3": "DEU",
"name": "Germany"
},
"subTeams": []
},
"awayScore": {
"current": 2,
"display": 2,
"period1": 0,
"period2": 2,
"normaltime": 2
},
"time": {
"injuryTime1": 3,
"injuryTime2": 5,
"currentPeriodStartTimestamp": 1751749535
},
"tournament": {
"id": 3888,
"name": "FIFA Club World Cup, Knockout stage",
"category": {
"name": "World",
"id": 1468,
"country": {},
"flag": "international"
},
"details": {
"name": "FIFA Club World Cup",
"category": {
"name": "World",
"id": 1468,
"country": {},
"flag": "international"
},
"hasPerformanceGraphFeature": false,
"id": 357,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
},
{
"tournamentId": 3888,
"id": 13385902,
"startTimestamp": 1752088200,
"detailId": 1,
"season": {
"name": "FIFA Club World Cup 2025",
"year": "2025",
"seasonCoverageInfo": {},
"id": 69619
},
"roundInfo": {
"round": 28,
"name": "Semifinals",
"cupRoundType": 2
},
"status": {
"code": 100,
"description": "Ended",
"type": "finished"
},
"homeTeam": {
"name": "Paris Saint-Germain",
"shortName": "PSG",
"gender": "M",
"nameCode": "PSG",
"disabled": false,
"national": false,
"type": 0,
"id": 1644,
"country": {
"alpha2": "FR",
"alpha3": "FRA",
"name": "France"
},
"subTeams": []
},
"homeScore": {
"current": 4,
"display": 4,
"period1": 3,
"period2": 1,
"normaltime": 4
},
"awayTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {
"current": 0,
"display": 0,
"period1": 0,
"period2": 0,
"normaltime": 0
},
"time": {
"injuryTime1": 3,
"injuryTime2": 0,
"currentPeriodStartTimestamp": 1752092096
},
"tournament": {
"id": 3888,
"name": "FIFA Club World Cup, Knockout stage",
"category": {
"name": "World",
"id": 1468,
"country": {},
"flag": "international"
},
"details": {
"name": "FIFA Club World Cup",
"category": {
"name": "World",
"id": 1468,
"country": {},
"flag": "international"
},
"hasPerformanceGraphFeature": false,
"id": 357,
"country": {},
"hasEventPlayerStatistics": true,
"displayInverseHomeAwayTeams": false
}
}
}
]
}Endpoint Description
This endpoint retrieves the upcoming matches for a specific football team identified by the provided team ID.
Request
Method: GET
URL:
https://apiv3.sportsapi360.com/football/api/v1/team/next/matches/:idPath Parameter:
id(required): The unique identifier of the football team for which the next matches are being requested.
Response
The response will return a JSON object containing the following fields:
status(boolean): Indicates the success of the request.statusCode(integer): A code representing the status of the request.message(string): A message providing additional information about the request status.response(array): An array of upcoming match details, where each match object contains:tournamentId(integer): The ID of the tournament.id(integer): The unique identifier for the match.startTimestamp(integer): The start time of the match in timestamp format.detailId(integer): The detail ID for the match.season(object): Information about the season, including:name(string): The name of the season.year(integer): The year of the season.id(integer): The unique identifier for the season.
status(object): The current status of the match, including:code(integer): Status code.description(string): Description of the status.type(string): Type of status.
homeTeam(object): Information about the home team, including:name(string): The name of the team.shortName(string): The short name of the team.gender(string): Gender category of the team.nameCode(string): Code representing the team's name.disabled(boolean): Indicates if the team is disabled.national(boolean): Indicates if the team is a national team.type(integer): Type of team.id(integer): Unique identifier for the team.country(object): Country details of the team.
homeScore(object): Score details for the home team.awayTeam(object): Information about the away team (similar structure tohomeTeam).awayScore(object): Score details for the away team.time(object): Time details for the match.tournament(object): Information about the tournament, including:id(integer): Unique identifier for the tournament.name(string): Name of the tournament.category(object): Category details of the tournament.details(object): Additional details about the tournament.
Notes
Ensure that the provided team ID corresponds to an existing team in the database to receive valid match information.
The response may vary based on the availability of upcoming matches for the specified team.
2829OK
GET /football/api/v1/team/next/matches/{id} HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
OK
{
"status": true,
"statusCode": 200,
"message": "Data fetch successfully",
"response": [
{
"tournamentId": 86,
"id": 14349910,
"startTimestamp": 1755018000,
"detailId": 1,
"season": {
"name": "Club Friendly Games 2025",
"year": "2025",
"id": 69580
},
"status": {
"code": 0,
"description": "Not started",
"type": "notstarted"
},
"homeTeam": {
"name": "WSG Tirol",
"shortName": "Tirol",
"gender": "M",
"nameCode": "WSG",
"disabled": false,
"national": false,
"type": 0,
"id": 5405,
"country": {
"alpha2": "AT",
"alpha3": "AUT",
"name": "Austria"
},
"subTeams": []
},
"homeScore": {},
"awayTeam": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"subTeams": []
},
"awayScore": {},
"time": {},
"tournament": {
"id": 86,
"name": "Club Friendly Games",
"category": {
"name": "World",
"id": 1468,
"country": {},
"flag": "international"
},
"details": {
"name": "Club Friendly Games",
"category": {
"name": "World",
"id": 1468,
"country": {},
"flag": "international"
},
"hasPerformanceGraphFeature": false,
"id": 853,
"country": {},
"hasEventPlayerStatistics": false,
"displayInverseHomeAwayTeams": false
}
}
}
]
}Endpoint Description
This endpoint retrieves the squad information for a specific football team identified by the team ID. It provides detailed data about the players within the squad, including their personal details and team affiliations.
Request
Method: GET
URL:
https://apiv3.sportsapi360.com/football/api/v1/team/squads/:idPath Parameter:
id(required): The unique identifier of the team whose squad information is being requested.
Response Structure
The response will return a JSON object containing the following fields:
status (boolean): Indicates the success status of the request.
statusCode (integer): A code representing the status of the request.
message (string): A message providing additional information regarding the request status.
response (array): An array containing the squad details, where each element represents a player with the following properties:
name (string): The full name of the player.
shortName (string): The abbreviated name of the player.
team (object): Details about the team including:
name (string): The name of the team.
shortName (string): The abbreviated name of the team.
gender (string): The gender category of the team.
tournament (object): Information about the tournament the team is part of, including:
name (string): The name of the tournament.
category (object): Details about the category of the tournament.
id (integer): The unique identifier of the tournament.
country (object): Country details related to the tournament.
flag (string): The flag associated with the tournament.
alpha2 (string): The two-letter country code.
isLive (boolean): Indicates if the tournament is currently live.
id (integer): The unique identifier of the team.
primaryUniqueTournament (object): Details about the primary tournament associated with the player.
nameCode (string): A code representing the player's name.
disabled (boolean): Indicates if the player is currently disabled.
national (boolean): Indicates if the player is a national team member.
type (integer): The type of player (e.g., professional, amateur).
id (integer): The unique identifier of the player.
country (object): Country details related to the player.
position (string): The playing position of the player.
jerseyNumber (integer): The jersey number of the player.
height (integer): The height of the player in centimeters.
preferredFoot (string): The preferred foot of the player (e.g., left, right).
deceased (boolean): Indicates if the player is deceased.
gender (string): The gender of the player.
sofascoreId (string): The unique identifier for the player in the SofaScore database.
shirtNumber (integer): The shirt number of the player.
dateOfBirthTimestamp (integer): The timestamp of the player's date of birth.
contractUntilTimestamp (integer): The timestamp indicating until when the player's contract is valid.
proposedMarketValue (integer): The proposed market value of the player.
proposedMarketValueRaw (object): The raw market value details including:
value (integer): The numeric value of the proposed market value.
currency (string): The currency in which the market value is expressed.
2829OK
GET /football/api/v1/team/squads/{id} HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
OK
{
"status": true,
"statusCode": 200,
"message": "Data fetch successfully",
"response": [
{
"name": "Kylian Mbappé",
"shortName": "K. Mbappé",
"team": {
"name": "Real Madrid",
"shortName": "Real Madrid",
"gender": "M",
"tournament": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"uniqueTournament": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"id": 8,
"country": {},
"displayInverseHomeAwayTeams": false
},
"isLive": false,
"id": 36
},
"primaryUniqueTournament": {
"name": "LaLiga",
"category": {
"name": "Spain",
"id": 32,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
},
"flag": "spain",
"alpha2": "ES"
},
"id": 8,
"country": {},
"displayInverseHomeAwayTeams": false
},
"nameCode": "RMA",
"disabled": false,
"national": false,
"type": 0,
"id": 2829,
"country": {
"alpha2": "ES",
"alpha3": "ESP",
"name": "Spain"
}
},
"position": "F",
"jerseyNumber": "10",
"height": 178,
"preferredFoot": "Right",
"deceased": false,
"gender": "M",
"sofascoreId": "KMbappé",
"id": 826643,
"country": {
"alpha2": "FR",
"alpha3": "FRA",
"name": "France"
},
"shirtNumber": 10,
"dateOfBirthTimestamp": 914112000,
"contractUntilTimestamp": 1877472000,
"proposedMarketValue": 191000000,
"proposedMarketValueRaw": {
"value": 191000000,
"currency": "EUR"
}
}
]
}Last updated

