Player Details

Player Details

get

Get Player Details

This endpoint retrieves detailed information about a specific football player based on their unique identifier (id).

Request

  • Method: GET

  • Endpoint: https://apiv3.sportsapi360.com/football/api/v1/player/:id

  • Path Parameter:

    • id (required): The unique identifier of the player whose details are being requested.

Response

The response will return a JSON object containing the following fields:

  • status: Indicates the success of the request (boolean).

  • statusCode: A code representing the status of the request (integer).

  • message: A message providing additional information (string).

  • response: An object containing detailed information about the player:

    • id: The unique identifier of the player (integer).

    • name: The full name of the player (string).

    • shortName: The abbreviated name of the player (string).

    • gender: The gender of the player (string).

    • shirtNumber: The player's shirt number (integer).

    • dateOfBirthTimestamp: The timestamp of the player's date of birth (integer).

    • height: The height of the player in centimeters (integer).

    • jerseyNumber: The jersey number worn by the player (string).

    • position: The playing position of the player (string).

    • preferredFoot: The player's preferred foot (string).

    • country: An object containing details about the player's country:

      • alpha2: The two-letter country code (string).

      • alpha3: The three-letter country code (string).

      • name: The name of the country (string).

    • contractUntilTimestamp: The timestamp indicating until when the player is under contract (integer).

    • proposedMarketValue: The proposed market value of the player (integer).

    • team: An object containing details about the player's current team:

      • name: The name of the team (string).

      • shortName: The abbreviated name of the team (string).

      • gender: The gender of the team (string).

      • tournament: An object containing details about the tournament the team is participating in.

      • isLive: Indicates if the team is currently active (boolean).

      • id: The unique identifier of the team (integer).

    • primaryUniqueTournament: An object containing details about the primary tournament associated with the player.

    • about: Additional information about the player (string).

    • nationalTeam: An array of objects representing the player's national team appearances, including:

      • team: An object with details about the national team.

      • appearances: The number of appearances for the national team (integer).

      • goals: The number of goals scored for the national team (integer).

      • debutTimestamp: The timestamp of the player's debut for the national team (integer).

    • transferHistory: An array of objects detailing the player's transfer history, including:

      • player: An object with details about the player.

      • transferFrom: An object with details about the team the player transferred from.

      • transferTo: An object with details about the team the player transferred to.

      • fromTeamName: The name of the team the player transferred from (string).

      • toTeamName: The name of the team the player transferred to (string).

      • type: The type of transfer (integer).

      • transferFee: The fee associated with the transfer (integer).

      • transferFeeDescription: A description of the transfer fee (string).

      • transferDateTimestamp: The timestamp of the transfer date (integer).

      • transferFeeRaw: An object containing the raw transfer fee details.

Notes

  • Ensure the id parameter is valid to retrieve the correct player details.

  • The response will provide comprehensive information about the player, including their current team, national team contributions, and transfer history.

Authorizations
HTTPRequired
Path parameters
idintegerRequiredExample: 831005
Header parameters
x-api-keystringOptional
Responses
200

OK

text/plain
Responsestring
get
/football/api/v1/player/{id}
GET /football/api/v1/player/{id} HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
    "status": true,
    "statusCode": 200,
    "message": "Data fetch successfully",
    "response": {
        "id": 831005,
        "name": "Raphinha",
        "shortName": "Raphinha",
        "gender": "M",
        "shirtNumber": 11,
        "dateOfBirthTimestamp": 850521600,
        "height": 176,
        "jerseyNumber": "11",
        "position": "M",
        "preferredFoot": "Left",
        "country": {
            "alpha2": "BR",
            "alpha3": "BRA",
            "name": "Brazil"
        },
        "contractUntilTimestamp": 1845936000,
        "proposedMarketValue": 81000000,
        "team": {
            "name": "Barcelona",
            "shortName": "Barcelona",
            "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": "BAR",
            "disabled": false,
            "national": false,
            "type": 0,
            "id": 2817,
            "country": {
                "alpha2": "ES",
                "alpha3": "ESP",
                "name": "Spain"
            }
        },
        "about": "<p>Raphinha is 28 years old (Dec 14, 1996), 176 cm tall and plays for Barcelona.</p><p>Raphinha prefers to play with left foot. His jersey number is 11.</p><p>Raphinha career statistics, match ratings, heatmap and goals are available on FootLive for current and previous seasons. Last player match was Daegu FC - Barcelona (0 - 5) and Raphinha received 6.8 FootLive rating.</p><p><a href=\"https://www.sofascore.com/team/football/barcelona/2817\">Barcelona</a> is playing their next match on Aug 10, 2025, 7:00:00 PM UTC against Barcelona - Como in Club Friendly Games.</p><p>If Raphinha is going to be in Barcelona lineup, it will be confirmed on FootLive one hour before the match starts.</p><p>If Raphinha plays you will also be able to follow his live FootLive rating, statistics and heatmap. Raphinha football player profile displays all matches and competitions with statistics for all the matches Raphinha played in. Most important stats for each competition, including average FootLive rating, matches played, goals, assists, cards and other relevant data are also displayed.</p>",
        "nationalTeam": [
            {
                "team": {
                    "name": "Brazil",
                    "shortName": "Brazil",
                    "gender": "M",
                    "nameCode": "BRA",
                    "ranking": 5,
                    "national": true,
                    "type": 0,
                    "id": 4748
                },
                "appearances": 34,
                "goals": 11,
                "debutTimestamp": 1633651200
            }
        ],
        "transferHistory": [
            {
                "player": {
                    "name": "Raphinha",
                    "shortName": "Raphinha",
                    "position": "M",
                    "jerseyNumber": "11",
                    "sofascoreId": "Raphinha",
                    "id": 831005
                },
                "transferFrom": {
                    "name": "Leeds United",
                    "shortName": "Leeds",
                    "gender": "M",
                    "nameCode": "LUN",
                    "disabled": false,
                    "national": false,
                    "type": 0,
                    "id": 34
                },
                "transferTo": {
                    "name": "Barcelona",
                    "shortName": "Barcelona",
                    "gender": "M",
                    "nameCode": "BAR",
                    "disabled": false,
                    "national": false,
                    "type": 0,
                    "id": 2817
                },
                "fromTeamName": "Leeds United",
                "toTeamName": "Barcelona",
                "type": 3,
                "transferFee": 58000000,
                "transferFeeDescription": "58M €",
                "id": 1437321,
                "transferDateTimestamp": 1657670400,
                "transferFeeRaw": {
                    "value": 58000000,
                    "currency": "EUR"
                }
            },
            {
                "player": {
                    "name": "Raphinha",
                    "shortName": "Raphinha",
                    "position": "M",
                    "jerseyNumber": "11",
                    "sofascoreId": "Raphinha",
                    "id": 831005
                },
                "transferFrom": {
                    "name": "Stade Rennais",
                    "shortName": "Rennes",
                    "gender": "M",
                    "nameCode": "SRFC",
                    "disabled": false,
                    "national": false,
                    "type": 0,
                    "id": 1658
                },
                "transferTo": {
                    "name": "Leeds United",
                    "shortName": "Leeds",
                    "gender": "M",
                    "nameCode": "LUN",
                    "disabled": false,
                    "national": false,
                    "type": 0,
                    "id": 34
                },
                "fromTeamName": "Stade Rennais",
                "toTeamName": "Leeds United",
                "type": 3,
                "transferFee": 17000000,
                "transferFeeDescription": "17M €",
                "id": 1089201,
                "transferDateTimestamp": 1601856000,
                "transferFeeRaw": {
                    "value": 17000000,
                    "currency": "EUR"
                }
            },
            {
                "player": {
                    "name": "Raphinha",
                    "shortName": "Raphinha",
                    "position": "M",
                    "jerseyNumber": "11",
                    "sofascoreId": "Raphinha",
                    "id": 831005
                },
                "transferFrom": {
                    "name": "Sporting",
                    "shortName": "Sporting",
                    "gender": "M",
                    "nameCode": "SPO",
                    "disabled": false,
                    "national": false,
                    "type": 0,
                    "id": 3001
                },
                "transferTo": {
                    "name": "Stade Rennais",
                    "shortName": "Rennes",
                    "gender": "M",
                    "nameCode": "SRFC",
                    "disabled": false,
                    "national": false,
                    "type": 0,
                    "id": 1658
                },
                "fromTeamName": "Sporting",
                "toTeamName": "Stade Rennais",
                "type": 3,
                "transferFee": 21000000,
                "transferFeeDescription": "21M €",
                "id": 891438,
                "transferDateTimestamp": 1567382400,
                "transferFeeRaw": {
                    "value": 21000000,
                    "currency": "EUR"
                }
            },
            {
                "player": {
                    "name": "Raphinha",
                    "shortName": "Raphinha",
                    "position": "M",
                    "jerseyNumber": "11",
                    "sofascoreId": "Raphinha",
                    "id": 831005
                },
                "transferFrom": {
                    "name": "Vitória SC",
                    "shortName": "Vitória",
                    "gender": "M",
                    "nameCode": "VSC",
                    "disabled": false,
                    "national": false,
                    "type": 0,
                    "id": 3009
                },
                "transferTo": {
                    "name": "Sporting",
                    "shortName": "Sporting",
                    "gender": "M",
                    "nameCode": "SPO",
                    "disabled": false,
                    "national": false,
                    "type": 0,
                    "id": 3001
                },
                "fromTeamName": "Vitória SC",
                "toTeamName": "Sporting",
                "type": 3,
                "transferFee": 6500000,
                "transferFeeDescription": "6.5M €",
                "id": 915497,
                "transferDateTimestamp": 1530403200,
                "transferFeeRaw": {
                    "value": 6500000,
                    "currency": "EUR"
                }
            },
            {
                "player": {
                    "name": "Raphinha",
                    "shortName": "Raphinha",
                    "position": "M",
                    "jerseyNumber": "11",
                    "sofascoreId": "Raphinha",
                    "id": 831005
                },
                "transferFrom": {
                    "name": "Vitória SC B",
                    "shortName": "Vitória B",
                    "gender": "M",
                    "nameCode": "GUI",
                    "disabled": false,
                    "national": false,
                    "type": 0,
                    "id": 74475
                },
                "transferTo": {
                    "name": "Vitória SC",
                    "shortName": "Vitória",
                    "gender": "M",
                    "nameCode": "VSC",
                    "disabled": false,
                    "national": false,
                    "type": 0,
                    "id": 3009
                },
                "fromTeamName": "Vitória SC B",
                "toTeamName": "Vitória SC",
                "type": 3,
                "transferFee": 0,
                "transferFeeDescription": "-",
                "id": 915759,
                "transferDateTimestamp": 1467331200,
                "transferFeeRaw": {
                    "value": 0,
                    "currency": "EUR"
                }
            },
            {
                "player": {
                    "name": "Raphinha",
                    "shortName": "Raphinha",
                    "position": "M",
                    "jerseyNumber": "11",
                    "sofascoreId": "Raphinha",
                    "id": 831005
                },
                "transferFrom": {
                    "name": "Avaí U19",
                    "shortName": "Avaí",
                    "nameCode": "AVA",
                    "national": false,
                    "type": 0,
                    "id": 212516
                },
                "transferTo": {
                    "name": "Vitória SC B",
                    "shortName": "Vitória B",
                    "gender": "M",
                    "nameCode": "GUI",
                    "disabled": false,
                    "national": false,
                    "type": 0,
                    "id": 74475
                },
                "fromTeamName": "Avaí U19",
                "toTeamName": "Vitória SC B",
                "type": 3,
                "transferFee": 600000,
                "transferFeeDescription": "600k €",
                "id": 413536,
                "transferDateTimestamp": 1454284800,
                "transferFeeRaw": {
                    "value": 600000,
                    "currency": "EUR"
                }
            }
        ]
    }
}

Player National Team Statistics

get

Get Player National Team Statistics

This endpoint retrieves the national team statistics for a specific player identified by their unique ID.

Request Method

GET

Endpoint

https://apiv3.sportsapi360.com/football/api/v1/player/national-team-statistics/:id

Path Parameters

  • id (required): The unique identifier of the player whose national team statistics are being requested.

Expected Response Format

The response will be a JSON object containing the following fields:

  • status (boolean): Indicates the success of the request.

  • statusCode (integer): A code representing the status of the response.

  • message (string): A message providing additional context about the response.

  • response (object): An object containing the player's national team statistics, which includes:

    • team (object): Information about the national team, containing:

      • name (string): The full name of the team.

      • shortName (string): The abbreviated name of the team.

      • gender (string): The gender category of the team.

      • nameCode (string): The code representing the name of the team.

      • ranking (integer): The current ranking of the national team.

      • national (boolean): Indicates if the team is a national team.

      • type (integer): The type of the team.

      • id (integer): The unique identifier of the team.

    • appearances (integer): The number of appearances the player has made for the national team.

    • goals (integer): The total number of goals scored by the player for the national team.

    • debutTimestamp (integer): The timestamp of the player's debut for the national team.

Authorizations
HTTPRequired
Path parameters
idintegerRequiredExample: 831005
Header parameters
x-api-keystringOptional
Responses
200

OK

text/plain
Responsestring
get
/football/api/v1/player/national-team-statistics/{id}
GET /football/api/v1/player/national-team-statistics/{id} HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
    "status": true,
    "statusCode": 200,
    "message": "Data fetch successfully",
    "response": {
        "team": {
            "name": "Brazil",
            "shortName": "Brazil",
            "gender": "M",
            "nameCode": "BRA",
            "ranking": 5,
            "national": true,
            "type": 0,
            "id": 4748
        },
        "appearances": 34,
        "goals": 11,
        "debutTimestamp": 1633651200
    }
}

Player Attribute Details

get

Endpoint Description

This endpoint retrieves player attribute information for a specific player identified by their unique id. It provides insights into various attributes that define a player's performance, including attacking, technical, tactical, defending, and creativity skills.

Request

  • Method: GET

  • URL: https://apiv3.sportsapi360.com/football/api/v1/player/attribute/:id

  • Path Parameter:

    • id (required): The unique identifier of the player whose attributes are being requested.

Response

The response is a JSON object containing the following structure:

  • status: A boolean indicating the success of the request.

  • statusCode: A numeric code representing the status of the response.

  • message: A string that may contain additional information about the request.

  • response: An object containing two arrays:

    • playerAttributeOverviews: An array of objects, each representing the attributes of the player. Each object contains:

      • attacking: Numeric value representing the player's attacking skill.

      • technical: Numeric value representing the player's technical skill.

      • tactical: Numeric value representing the player's tactical skill.

      • defending: Numeric value representing the player's defending skill.

      • creativity: Numeric value representing the player's creativity skill.

      • position: A string indicating the player's position on the field.

      • yearShift: A numeric value indicating the year shift for the attributes.

      • id: The unique identifier for the attribute overview.

    • averageAttributeOverviews: An array similar to playerAttributeOverviews, but represents the average attributes across players.

This structure allows clients to easily interpret the player's attributes and compare them with average values.

Authorizations
HTTPRequired
Path parameters
idintegerRequiredExample: 831005
Header parameters
x-api-keystringOptional
Responses
200

OK

text/plain
Responsestring
get
/football/api/v1/player/attribute/{id}
GET /football/api/v1/player/attribute/{id} HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
    "status": true,
    "statusCode": 200,
    "message": "Data fetch successfully",
    "response": {
        "playerAttributeOverviews": [
            {
                "attacking": 85,
                "technical": 79,
                "tactical": 65,
                "defending": 42,
                "creativity": 89,
                "position": "M",
                "yearShift": 0,
                "id": 18350
            },
            {
                "attacking": 80,
                "technical": 70,
                "tactical": 66,
                "defending": 42,
                "creativity": 80,
                "position": "M",
                "yearShift": 1,
                "id": 18351
            },
            {
                "attacking": 79,
                "technical": 67,
                "tactical": 62,
                "defending": 36,
                "creativity": 80,
                "position": "F",
                "yearShift": 2,
                "id": 22007
            },
            {
                "attacking": 75,
                "technical": 63,
                "tactical": 42,
                "defending": 26,
                "creativity": 75,
                "position": "M",
                "yearShift": 3,
                "id": 52247
            }
        ],
        "averageAttributeOverviews": [
            {
                "attacking": 52,
                "technical": 55,
                "tactical": 41,
                "defending": 43,
                "creativity": 51,
                "position": "M",
                "yearShift": 0,
                "id": 19811
            }
        ]
    }
}

Player Recent Matches

get

Endpoint Description

This endpoint retrieves recent match details for a specific player identified by their unique ID.

Request

  • Method: GET

  • URL: https://apiv3.sportsapi360.com/football/api/v1/player/recent/matches/:id

  • Path Parameter:

    • id (required): The unique identifier for the player whose recent matches are being queried.

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 response.

  • message (string): A message providing additional information about the response.

  • response (array): An array of match objects, each containing:

    • tournamentId (integer): The ID of the tournament.

    • id (integer): The unique ID of the match.

    • startTimestamp (integer): The start time of the match in timestamp format.

    • detailId (integer): The detail ID of the match.

    • season (object): Contains information about the season (name, year, ID).

    • roundInfo (object): Provides information about the round of the match.

    • status (object): Contains status information (code, description, type).

    • homeTeam (object): Contains details about the home team (name, short name, gender, etc.).

    • homeScore (object): Contains the score details for the home team.

    • awayTeam (object): Contains details about the away team (name, short name, gender, etc.).

    • awayScore (object): Contains the score details for the away team.

    • time (object): Contains information about the match timing, including injury time.

    • tournament (object): Contains details about the tournament (ID, name, category, etc.).

Notes

  • Ensure that the player ID provided in the request is valid to receive accurate match details.

  • The response may include multiple match objects if the player has participated in several recent matches.

Authorizations
HTTPRequired
Path parameters
idintegerRequiredExample: 831005
Header parameters
x-api-keystringOptional
Responses
200

OK

text/plain
Responsestring
get
/football/api/v1/player/recent/matches/{id}
GET /football/api/v1/player/recent/matches/{id} HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
    "status": true,
    "statusCode": 200,
    "message": "Data fetch successfully",
    "response": [
        {
            "tournamentId": 36,
            "id": 12437806,
            "startTimestamp": 1739822400,
            "detailId": 1,
            "season": {
                "name": "LaLiga 24/25",
                "year": "24/25",
                "id": 61643
            },
            "roundInfo": {
                "round": 24
            },
            "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": 1,
                "display": 1,
                "period1": 1,
                "period2": 0,
                "normaltime": 1
            },
            "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": 0,
                "display": 0,
                "period1": 0,
                "period2": 0,
                "normaltime": 0
            },
            "time": {
                "injuryTime1": 3,
                "injuryTime2": 5,
                "currentPeriodStartTimestamp": 1739826448
            },
            "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": 12437859,
            "startTimestamp": 1740254400,
            "detailId": 1,
            "season": {
                "name": "LaLiga 24/25",
                "year": "24/25",
                "id": 61643
            },
            "roundInfo": {
                "round": 25
            },
            "status": {
                "code": 100,
                "description": "Ended",
                "type": "finished"
            },
            "homeTeam": {
                "name": "Las Palmas",
                "shortName": "Las Palmas",
                "gender": "M",
                "nameCode": "LPA",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 6577,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "homeScore": {
                "current": 0,
                "display": 0,
                "period1": 0,
                "period2": 0,
                "normaltime": 0
            },
            "awayTeam": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 2,
                "display": 2,
                "period1": 0,
                "period2": 2,
                "normaltime": 2
            },
            "time": {
                "injuryTime1": 0,
                "injuryTime2": 8,
                "currentPeriodStartTimestamp": 1740258364
            },
            "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": 12437864,
            "startTimestamp": 1740928500,
            "detailId": 1,
            "season": {
                "name": "LaLiga 24/25",
                "year": "24/25",
                "id": 61643
            },
            "roundInfo": {
                "round": 26
            },
            "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": 2,
                "period2": 2,
                "normaltime": 4
            },
            "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": 2,
                "injuryTime2": 2,
                "currentPeriodStartTimestamp": 1740932359
            },
            "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": 12437550,
            "startTimestamp": 1742155200,
            "detailId": 1,
            "season": {
                "name": "LaLiga 24/25",
                "year": "24/25",
                "id": 61643
            },
            "roundInfo": {
                "round": 28
            },
            "status": {
                "code": 100,
                "description": "Ended",
                "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": 2,
                "display": 2,
                "period1": 1,
                "period2": 1,
                "normaltime": 2
            },
            "awayTeam": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 4,
                "display": 4,
                "period1": 0,
                "period2": 4,
                "normaltime": 4
            },
            "time": {
                "injuryTime1": 2,
                "injuryTime2": 6,
                "currentPeriodStartTimestamp": 1742159316
            },
            "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": 12437570,
            "startTimestamp": 1743344100,
            "detailId": 1,
            "season": {
                "name": "LaLiga 24/25",
                "year": "24/25",
                "id": 61643
            },
            "roundInfo": {
                "round": 29
            },
            "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": 1,
                "period2": 3,
                "normaltime": 4
            },
            "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": 1,
                "display": 1,
                "period1": 0,
                "period2": 1,
                "normaltime": 1
            },
            "time": {
                "injuryTime1": 3,
                "injuryTime2": 5,
                "currentPeriodStartTimestamp": 1743348246
            },
            "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": 12437575,
            "startTimestamp": 1743879600,
            "detailId": 1,
            "season": {
                "name": "LaLiga 24/25",
                "year": "24/25",
                "id": 61643
            },
            "roundInfo": {
                "round": 30
            },
            "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": 1,
                "display": 1,
                "period1": 1,
                "period2": 0,
                "normaltime": 1
            },
            "awayTeam": {
                "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": []
            },
            "awayScore": {
                "current": 1,
                "display": 1,
                "period1": 1,
                "period2": 0,
                "normaltime": 1
            },
            "time": {
                "injuryTime1": 3,
                "injuryTime2": 4,
                "currentPeriodStartTimestamp": 1743883529
            },
            "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": 12437635,
            "startTimestamp": 1744484400,
            "detailId": 1,
            "season": {
                "name": "LaLiga 24/25",
                "year": "24/25",
                "id": 61643
            },
            "roundInfo": {
                "round": 31
            },
            "status": {
                "code": 100,
                "description": "Ended",
                "type": "finished"
            },
            "homeTeam": {
                "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": []
            },
            "homeScore": {
                "current": 0,
                "display": 0,
                "period1": 0,
                "period2": 0,
                "normaltime": 0
            },
            "awayTeam": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 1,
                "display": 1,
                "period1": 0,
                "period2": 1,
                "normaltime": 1
            },
            "time": {
                "injuryTime1": 3,
                "injuryTime2": 4,
                "currentPeriodStartTimestamp": 1744488265
            },
            "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": 12437521,
            "startTimestamp": 1745072100,
            "detailId": 1,
            "season": {
                "name": "LaLiga 24/25",
                "year": "24/25",
                "id": 61643
            },
            "roundInfo": {
                "round": 32
            },
            "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": 1,
                "period2": 3,
                "normaltime": 4
            },
            "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": 3,
                "display": 3,
                "period1": 1,
                "period2": 2,
                "normaltime": 3
            },
            "time": {
                "injuryTime1": 2,
                "injuryTime2": 8,
                "currentPeriodStartTimestamp": 1745076085
            },
            "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": 12437529,
            "startTimestamp": 1745350200,
            "detailId": 1,
            "season": {
                "name": "LaLiga 24/25",
                "year": "24/25",
                "id": 61643
            },
            "roundInfo": {
                "round": 33
            },
            "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": 1,
                "display": 1,
                "period1": 0,
                "period2": 1,
                "normaltime": 1
            },
            "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": 0,
                "display": 0,
                "period1": 0,
                "period2": 0,
                "normaltime": 0
            },
            "time": {
                "injuryTime1": 0,
                "injuryTime2": 4,
                "currentPeriodStartTimestamp": 1745354058
            },
            "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": 12437534,
            "startTimestamp": 1746298800,
            "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 Valladolid",
                "shortName": "Real Valladolid",
                "gender": "M",
                "nameCode": "RVA",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2831,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "homeScore": {
                "current": 1,
                "display": 1,
                "period1": 1,
                "period2": 0,
                "normaltime": 1
            },
            "awayTeam": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 2,
                "display": 2,
                "period1": 0,
                "period2": 2,
                "normaltime": 2
            },
            "time": {
                "injuryTime1": 4,
                "injuryTime2": 5,
                "currentPeriodStartTimestamp": 1746302764
            },
            "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": 12437654,
            "startTimestamp": 1747337400,
            "detailId": 1,
            "season": {
                "name": "LaLiga 24/25",
                "year": "24/25",
                "id": 61643
            },
            "roundInfo": {
                "round": 36
            },
            "status": {
                "code": 100,
                "description": "Ended",
                "type": "finished"
            },
            "homeTeam": {
                "name": "Espanyol",
                "shortName": "Espanyol",
                "gender": "M",
                "nameCode": "ESP",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2814,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "homeScore": {
                "current": 0,
                "display": 0,
                "period1": 0,
                "period2": 0,
                "normaltime": 0
            },
            "awayTeam": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 2,
                "display": 2,
                "period1": 0,
                "period2": 2,
                "normaltime": 2
            },
            "time": {
                "injuryTime1": 2,
                "injuryTime2": 7,
                "currentPeriodStartTimestamp": 1747341242
            },
            "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": 12437489,
            "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": "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": 2,
                "display": 2,
                "period1": 2,
                "period2": 0,
                "normaltime": 2
            },
            "awayTeam": {
                "name": "Villarreal",
                "shortName": "Villarreal",
                "gender": "M",
                "nameCode": "VIL",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2819,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 3,
                "display": 3,
                "period1": 1,
                "period2": 2,
                "normaltime": 3
            },
            "time": {
                "injuryTime1": 5,
                "injuryTime2": 6,
                "currentPeriodStartTimestamp": 1747591696
            },
            "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": 12437503,
            "startTimestamp": 1748199600,
            "detailId": 1,
            "season": {
                "name": "LaLiga 24/25",
                "year": "24/25",
                "id": 61643
            },
            "roundInfo": {
                "round": 38
            },
            "status": {
                "code": 100,
                "description": "Ended",
                "type": "finished"
            },
            "homeTeam": {
                "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": []
            },
            "homeScore": {
                "current": 0,
                "display": 0,
                "period1": 0,
                "period2": 0,
                "normaltime": 0
            },
            "awayTeam": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 3,
                "display": 3,
                "period1": 2,
                "period2": 1,
                "normaltime": 3
            },
            "time": {
                "injuryTime1": 2,
                "injuryTime2": 4,
                "currentPeriodStartTimestamp": 1748203536
            },
            "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": 86,
            "id": 14049234,
            "startTimestamp": 1753610400,
            "detailId": 1,
            "season": {
                "name": "Club Friendly Games 2025",
                "year": "2025",
                "id": 69580
            },
            "status": {
                "code": 100,
                "description": "Ended",
                "type": "finished"
            },
            "homeTeam": {
                "name": "Vissel Kobe",
                "shortName": "Vissel Kobe",
                "gender": "M",
                "nameCode": "VIK",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 3146,
                "country": {
                    "alpha2": "JP",
                    "alpha3": "JPN",
                    "name": "Japan"
                },
                "subTeams": []
            },
            "homeScore": {
                "current": 1,
                "display": 1,
                "period1": 1,
                "period2": 0,
                "normaltime": 1
            },
            "awayTeam": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 3,
                "display": 3,
                "period1": 1,
                "period2": 2,
                "normaltime": 3
            },
            "time": {
                "injuryTime1": 1,
                "injuryTime2": 1,
                "currentPeriodStartTimestamp": 1753614623
            },
            "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
                }
            }
        },
        {
            "tournamentId": 86,
            "id": 14049235,
            "startTimestamp": 1753959600,
            "detailId": 1,
            "season": {
                "name": "Club Friendly Games 2025",
                "year": "2025",
                "id": 69580
            },
            "status": {
                "code": 100,
                "description": "Ended",
                "type": "finished"
            },
            "homeTeam": {
                "name": "FC Seoul",
                "shortName": "FC Seoul",
                "gender": "M",
                "nameCode": "SEO",
                "national": false,
                "type": 0,
                "id": 7646,
                "country": {
                    "alpha2": "KR",
                    "alpha3": "KOR",
                    "name": "South Korea"
                },
                "subTeams": []
            },
            "homeScore": {
                "current": 3,
                "display": 3,
                "period1": 2,
                "period2": 1,
                "normaltime": 3
            },
            "awayTeam": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 7,
                "display": 7,
                "period1": 3,
                "period2": 4,
                "normaltime": 7
            },
            "time": {
                "injuryTime1": 3,
                "injuryTime2": 2,
                "currentPeriodStartTimestamp": 1753963991
            },
            "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
                }
            }
        },
        {
            "tournamentId": 86,
            "id": 14049238,
            "startTimestamp": 1754305200,
            "detailId": 1,
            "season": {
                "name": "Club Friendly Games 2025",
                "year": "2025",
                "id": 69580
            },
            "status": {
                "code": 100,
                "description": "Ended",
                "type": "finished"
            },
            "homeTeam": {
                "name": "Daegu FC",
                "shortName": "Daegu FC",
                "gender": "M",
                "nameCode": "DAG",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 7644,
                "country": {
                    "alpha2": "KR",
                    "alpha3": "KOR",
                    "name": "South Korea"
                },
                "subTeams": []
            },
            "homeScore": {
                "current": 0,
                "display": 0,
                "period1": 0,
                "period2": 0,
                "normaltime": 0
            },
            "awayTeam": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 5,
                "display": 5,
                "period1": 3,
                "period2": 2,
                "normaltime": 5
            },
            "time": {
                "injuryTime1": 3,
                "injuryTime2": 2,
                "currentPeriodStartTimestamp": 1754309483
            },
            "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
                }
            }
        },
        {
            "tournamentId": 86,
            "id": 14365421,
            "startTimestamp": 1754852400,
            "season": {
                "name": "Club Friendly Games 2025",
                "year": "2025",
                "id": 69580
            },
            "status": {
                "code": 0,
                "description": "Not started",
                "type": "notstarted"
            },
            "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": {},
            "awayTeam": {
                "name": "Como",
                "shortName": "Como",
                "gender": "M",
                "nameCode": "COM",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2704,
                "country": {
                    "alpha2": "IT",
                    "alpha3": "ITA",
                    "name": "Italy"
                },
                "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
                }
            }
        },
        {
            "tournamentId": 150,
            "id": 13466608,
            "startTimestamp": 1740515400,
            "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": "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": 3,
                "period2": 1,
                "normaltime": 4
            },
            "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": 4,
                "display": 4,
                "period1": 2,
                "period2": 2,
                "normaltime": 4
            },
            "time": {
                "injuryTime1": 5,
                "injuryTime2": 4,
                "currentPeriodStartTimestamp": 1740519498
            },
            "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": 150,
            "id": 13466669,
            "startTimestamp": 1743622200,
            "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": "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": 0,
                "display": 0,
                "period1": 0,
                "period2": 0,
                "normaltime": 0,
                "aggregated": 4
            },
            "awayTeam": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 1,
                "display": 1,
                "period1": 1,
                "period2": 0,
                "normaltime": 1,
                "aggregated": 5
            },
            "time": {
                "injuryTime1": 3,
                "injuryTime2": 4,
                "currentPeriodStartTimestamp": 1743626333
            },
            "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": 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": 1434,
            "id": 13129489,
            "startTimestamp": 1742517900,
            "detailId": 1,
            "season": {
                "name": "World Cup Qualification, CONMEBOL 2025",
                "year": "23/25",
                "id": 53820
            },
            "roundInfo": {
                "round": 13
            },
            "status": {
                "code": 100,
                "description": "Ended",
                "type": "finished"
            },
            "homeTeam": {
                "name": "Brazil",
                "shortName": "Brazil",
                "gender": "M",
                "nameCode": "BRA",
                "ranking": 5,
                "national": true,
                "type": 0,
                "id": 4748,
                "country": {
                    "alpha2": "BR",
                    "alpha3": "BRA",
                    "name": "Brazil"
                },
                "subTeams": []
            },
            "homeScore": {
                "current": 2,
                "display": 2,
                "period1": 1,
                "period2": 1,
                "normaltime": 2
            },
            "awayTeam": {
                "name": "Colombia",
                "shortName": "Colombia",
                "gender": "M",
                "nameCode": "COL",
                "ranking": 14,
                "disabled": false,
                "national": true,
                "type": 0,
                "id": 4820,
                "country": {
                    "alpha2": "CO",
                    "alpha3": "COL",
                    "name": "Colombia"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 1,
                "display": 1,
                "period1": 1,
                "period2": 0,
                "normaltime": 1
            },
            "time": {
                "injuryTime1": 4,
                "injuryTime2": 10,
                "currentPeriodStartTimestamp": 1742522040
            },
            "tournament": {
                "id": 1434,
                "name": "World Cup Qualification, CONMEBOL",
                "category": {
                    "name": "South America",
                    "id": 1470,
                    "country": {},
                    "flag": "south-america"
                },
                "details": {
                    "name": "World Cup Qual. CONMEBOL",
                    "category": {
                        "name": "South America",
                        "id": 1470,
                        "country": {},
                        "flag": "south-america"
                    },
                    "hasPerformanceGraphFeature": false,
                    "id": 295,
                    "country": {},
                    "hasEventPlayerStatistics": true,
                    "displayInverseHomeAwayTeams": false
                }
            }
        },
        {
            "tournamentId": 1434,
            "id": 13129495,
            "startTimestamp": 1742947200,
            "detailId": 1,
            "season": {
                "name": "World Cup Qualification, CONMEBOL 2025",
                "year": "23/25",
                "id": 53820
            },
            "roundInfo": {
                "round": 14
            },
            "status": {
                "code": 100,
                "description": "Ended",
                "type": "finished"
            },
            "homeTeam": {
                "name": "Argentina",
                "shortName": "Argentina",
                "gender": "M",
                "nameCode": "ARG",
                "ranking": 1,
                "disabled": false,
                "national": true,
                "type": 0,
                "id": 4819,
                "country": {
                    "alpha2": "AR",
                    "alpha3": "ARG",
                    "name": "Argentina"
                },
                "subTeams": []
            },
            "homeScore": {
                "current": 4,
                "display": 4,
                "period1": 3,
                "period2": 1,
                "normaltime": 4
            },
            "awayTeam": {
                "name": "Brazil",
                "shortName": "Brazil",
                "gender": "M",
                "nameCode": "BRA",
                "ranking": 5,
                "national": true,
                "type": 0,
                "id": 4748,
                "country": {
                    "alpha2": "BR",
                    "alpha3": "BRA",
                    "name": "Brazil"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 1,
                "display": 1,
                "period1": 1,
                "period2": 0,
                "normaltime": 1
            },
            "time": {
                "injuryTime1": 2,
                "injuryTime2": 3,
                "currentPeriodStartTimestamp": 1742951412
            },
            "tournament": {
                "id": 1434,
                "name": "World Cup Qualification, CONMEBOL",
                "category": {
                    "name": "South America",
                    "id": 1470,
                    "country": {},
                    "flag": "south-america"
                },
                "details": {
                    "name": "World Cup Qual. CONMEBOL",
                    "category": {
                        "name": "South America",
                        "id": 1470,
                        "country": {},
                        "flag": "south-america"
                    },
                    "hasPerformanceGraphFeature": false,
                    "id": 295,
                    "country": {},
                    "hasEventPlayerStatistics": true,
                    "displayInverseHomeAwayTeams": false
                }
            }
        },
        {
            "tournamentId": 1434,
            "id": 13856229,
            "startTimestamp": 1749602700,
            "detailId": 1,
            "season": {
                "name": "World Cup Qualification, CONMEBOL 2025",
                "year": "23/25",
                "id": 53820
            },
            "roundInfo": {
                "round": 16
            },
            "status": {
                "code": 100,
                "description": "Ended",
                "type": "finished"
            },
            "homeTeam": {
                "name": "Brazil",
                "shortName": "Brazil",
                "gender": "M",
                "nameCode": "BRA",
                "ranking": 5,
                "national": true,
                "type": 0,
                "id": 4748,
                "country": {
                    "alpha2": "BR",
                    "alpha3": "BRA",
                    "name": "Brazil"
                },
                "subTeams": []
            },
            "homeScore": {
                "current": 1,
                "display": 1,
                "period1": 1,
                "period2": 0,
                "normaltime": 1
            },
            "awayTeam": {
                "name": "Paraguay",
                "shortName": "Paraguay",
                "gender": "M",
                "nameCode": "PAR",
                "ranking": 43,
                "disabled": false,
                "national": true,
                "type": 0,
                "id": 4789,
                "country": {
                    "alpha2": "PY",
                    "alpha3": "PRY",
                    "name": "Paraguay"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 0,
                "display": 0,
                "period1": 0,
                "period2": 0,
                "normaltime": 0
            },
            "time": {
                "injuryTime1": 4,
                "injuryTime2": 4,
                "currentPeriodStartTimestamp": 1749606712
            },
            "tournament": {
                "id": 1434,
                "name": "World Cup Qualification, CONMEBOL",
                "category": {
                    "name": "South America",
                    "id": 1470,
                    "country": {},
                    "flag": "south-america"
                },
                "details": {
                    "name": "World Cup Qual. CONMEBOL",
                    "category": {
                        "name": "South America",
                        "id": 1470,
                        "country": {},
                        "flag": "south-america"
                    },
                    "hasPerformanceGraphFeature": false,
                    "id": 295,
                    "country": {},
                    "hasEventPlayerStatistics": true,
                    "displayInverseHomeAwayTeams": false
                }
            }
        },
        {
            "tournamentId": 145109,
            "id": 13511933,
            "startTimestamp": 1741204800,
            "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": "Benfica",
                "shortName": "Benfica",
                "gender": "M",
                "nameCode": "BEN",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 3006,
                "country": {
                    "alpha2": "PT",
                    "alpha3": "PRT",
                    "name": "Portugal"
                },
                "subTeams": []
            },
            "homeScore": {
                "current": 0,
                "display": 0,
                "period1": 0,
                "period2": 0,
                "normaltime": 0
            },
            "awayTeam": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 1,
                "display": 1,
                "period1": 0,
                "period2": 1,
                "normaltime": 1
            },
            "time": {
                "injuryTime1": 5,
                "injuryTime2": 4,
                "currentPeriodStartTimestamp": 1741208978
            },
            "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": 145109,
            "id": 13511934,
            "startTimestamp": 1741715100,
            "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": "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": 3,
                "period2": 0,
                "normaltime": 3,
                "aggregated": 4
            },
            "awayTeam": {
                "name": "Benfica",
                "shortName": "Benfica",
                "gender": "M",
                "nameCode": "BEN",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 3006,
                "country": {
                    "alpha2": "PT",
                    "alpha3": "PRT",
                    "name": "Portugal"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 1,
                "display": 1,
                "period1": 1,
                "period2": 0,
                "normaltime": 1,
                "aggregated": 1
            },
            "time": {
                "injuryTime1": 3,
                "injuryTime2": 2,
                "currentPeriodStartTimestamp": 1741719074
            },
            "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": 145109,
            "id": 13513404,
            "startTimestamp": 1744225200,
            "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": "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": 1,
                "period2": 3,
                "normaltime": 4
            },
            "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": 0,
                "display": 0,
                "period1": 0,
                "period2": 0,
                "normaltime": 0
            },
            "time": {
                "injuryTime1": 1,
                "injuryTime2": 3,
                "currentPeriodStartTimestamp": 1744228977
            },
            "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": 145109,
            "id": 13513405,
            "startTimestamp": 1744743600,
            "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": "Borussia Dortmund",
                "shortName": "Dortmund",
                "gender": "M",
                "nameCode": "BVB",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2673,
                "country": {
                    "alpha2": "DE",
                    "alpha3": "DEU",
                    "name": "Germany"
                },
                "subTeams": []
            },
            "homeScore": {
                "current": 3,
                "display": 3,
                "period1": 1,
                "period2": 2,
                "normaltime": 3,
                "aggregated": 3
            },
            "awayTeam": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 1,
                "display": 1,
                "period1": 0,
                "period2": 1,
                "normaltime": 1,
                "aggregated": 5
            },
            "time": {
                "injuryTime1": 2,
                "injuryTime2": 4,
                "currentPeriodStartTimestamp": 1744747531
            },
            "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": 145109,
            "id": 13513414,
            "startTimestamp": 1746039600,
            "detailId": 1,
            "season": {
                "name": "UEFA Champions League 24/25",
                "year": "24/25",
                "seasonCoverageInfo": {},
                "id": 61644
            },
            "roundInfo": {
                "round": 28,
                "name": "Semifinals",
                "cupRoundType": 2
            },
            "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": 3,
                "display": 3,
                "period1": 2,
                "period2": 1,
                "normaltime": 3
            },
            "awayTeam": {
                "name": "Inter",
                "shortName": "Inter",
                "gender": "M",
                "nameCode": "INT",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2697,
                "country": {
                    "alpha2": "IT",
                    "alpha3": "ITA",
                    "name": "Italy"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 3,
                "display": 3,
                "period1": 2,
                "period2": 1,
                "normaltime": 3
            },
            "time": {
                "injuryTime1": 2,
                "injuryTime2": 3,
                "currentPeriodStartTimestamp": 1746043483
            },
            "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": 145109,
            "id": 13513416,
            "startTimestamp": 1746558000,
            "detailId": 1,
            "season": {
                "name": "UEFA Champions League 24/25",
                "year": "24/25",
                "seasonCoverageInfo": {},
                "id": 61644
            },
            "roundInfo": {
                "round": 28,
                "name": "Semifinals",
                "cupRoundType": 2
            },
            "status": {
                "code": 110,
                "description": "AET",
                "type": "finished"
            },
            "homeTeam": {
                "name": "Inter",
                "shortName": "Inter",
                "gender": "M",
                "nameCode": "INT",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2697,
                "country": {
                    "alpha2": "IT",
                    "alpha3": "ITA",
                    "name": "Italy"
                },
                "subTeams": []
            },
            "homeScore": {
                "current": 4,
                "display": 4,
                "period1": 2,
                "period2": 1,
                "normaltime": 3,
                "extra1": 1,
                "extra2": 0,
                "overtime": 1,
                "aggregated": 7
            },
            "awayTeam": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817,
                "country": {
                    "alpha2": "ES",
                    "alpha3": "ESP",
                    "name": "Spain"
                },
                "subTeams": []
            },
            "awayScore": {
                "current": 3,
                "display": 3,
                "period1": 0,
                "period2": 3,
                "normaltime": 3,
                "extra1": 0,
                "extra2": 0,
                "overtime": 0,
                "aggregated": 6
            },
            "time": {
                "injuryTime1": 1,
                "injuryTime2": 5,
                "injuryTime3": 3,
                "injuryTime4": 2,
                "currentPeriodStartTimestamp": 1746566511
            },
            "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
                }
            }
        }
    ]
}

Player Recent Summary

get

Endpoint Description

This endpoint retrieves a summary of recent player performance based on the provided player ID. It is useful for obtaining quick insights into a player's recent activities and performance metrics in various tournaments.

Request Format

  • Method: GET

  • URL: https://apiv3.sportsapi360.com/football/api/v1/player/recent/summary/:id

  • Path Parameter:

    • id (required): The unique identifier for the player whose summary is being requested.

Response Structure

The response will return a JSON object containing the following fields:

  • 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 status.

  • response (object): Contains the following nested properties:

    • summary (array): An array of objects, each representing a summary entry with:

      • type (string): The type of summary entry.

      • timestamp (integer): The time at which the summary entry was recorded.

      • value (string): The value associated with the summary entry.

      • uniqueTournamentId (integer): The unique identifier for the tournament related to the summary entry.

    • uniqueTournamentsMap (object): A mapping of unique tournament IDs to their respective details, including:

      • name (string): The name of the tournament.

      • category (object): Contains details about the tournament category, including:

        • name (string): The name of the category.

        • id (integer): The unique identifier for the category.

        • flag (string): The flag associated with the category.

        • alpha2 (string, optional): The two-letter country code for the category (if applicable).

      • id (integer): The unique identifier for the tournament.

      • displayInverseHomeAwayTeams (boolean): Indicates whether to display home and away teams inversely.

Authorizations
HTTPRequired
Path parameters
idintegerRequiredExample: 831005
Header parameters
x-api-keystringOptional
Responses
200

OK

text/plain
Responsestring
get
/football/api/v1/player/recent/summary/{id}
GET /football/api/v1/player/recent/summary/{id} HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
    "status": true,
    "statusCode": 200,
    "message": "Data fetch successfully",
    "response": {
        "summary": [
            {
                "type": "event",
                "timestamp": 1726409700,
                "value": "7.6",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1726772400,
                "value": "6.4",
                "uniqueTournamentId": 7
            },
            {
                "type": "event",
                "timestamp": 1727022600,
                "value": "8.6",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1727290800,
                "value": "6.8",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1727550000,
                "value": "7",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1727809200,
                "value": "9.5",
                "uniqueTournamentId": 7
            },
            {
                "type": "event",
                "timestamp": 1728224100,
                "value": "8.3",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1728604800,
                "value": "7",
                "uniqueTournamentId": 295
            },
            {
                "type": "event",
                "timestamp": 1729039500,
                "value": "8.3",
                "uniqueTournamentId": 295
            },
            {
                "type": "event",
                "timestamp": 1729450800,
                "value": "8.7",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1729710000,
                "value": "9.2",
                "uniqueTournamentId": 7
            },
            {
                "type": "event",
                "timestamp": 1729969200,
                "value": "8.4",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1730646900,
                "value": "7.9",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1730923200,
                "value": "8.8",
                "uniqueTournamentId": 7
            },
            {
                "type": "event",
                "timestamp": 1731268800,
                "value": "7",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1731618000,
                "value": "7.2",
                "uniqueTournamentId": 295
            },
            {
                "type": "event",
                "timestamp": 1732063500,
                "value": "7.3",
                "uniqueTournamentId": 295
            },
            {
                "type": "event",
                "timestamp": 1732392000,
                "value": "7.6",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1732651200,
                "value": "8.3",
                "uniqueTournamentId": 7
            },
            {
                "type": "event",
                "timestamp": 1732971600,
                "value": "8.8",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1733248800,
                "value": "8.9",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1733584500,
                "value": "7.5",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1733947200,
                "value": "7.6",
                "uniqueTournamentId": 7
            },
            {
                "type": "event",
                "timestamp": 1734292800,
                "value": "8.7",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1734811200,
                "value": "7.3",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1736362800,
                "value": "6.8",
                "uniqueTournamentId": 213
            },
            {
                "type": "event",
                "timestamp": 1736708400,
                "value": "9",
                "uniqueTournamentId": 213
            },
            {
                "type": "event",
                "timestamp": 1736971200,
                "value": "7.3",
                "uniqueTournamentId": 329
            },
            {
                "type": "event",
                "timestamp": 1737230400,
                "value": "6.5",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1737489600,
                "value": "8.7",
                "uniqueTournamentId": 7
            },
            {
                "type": "event",
                "timestamp": 1737921600,
                "value": "8.2",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1738180800,
                "value": "8.8",
                "uniqueTournamentId": 7
            },
            {
                "type": "event",
                "timestamp": 1738501200,
                "value": "7",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1738873800,
                "value": "7.6",
                "uniqueTournamentId": 329
            },
            {
                "type": "event",
                "timestamp": 1739131200,
                "value": "7.8",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1739822400,
                "value": "6.6",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1740254400,
                "value": "8.4",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1740515400,
                "value": "9",
                "uniqueTournamentId": 329
            },
            {
                "type": "event",
                "timestamp": 1740928500,
                "value": "6.7",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1741204800,
                "value": "7.9",
                "uniqueTournamentId": 7
            },
            {
                "type": "event",
                "timestamp": 1741715100,
                "value": "9",
                "uniqueTournamentId": 7
            },
            {
                "type": "event",
                "timestamp": 1742155200,
                "value": "7.3",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1742517900,
                "value": "8.2",
                "uniqueTournamentId": 295
            },
            {
                "type": "event",
                "timestamp": 1742947200,
                "value": "6.6",
                "uniqueTournamentId": 295
            },
            {
                "type": "event",
                "timestamp": 1743622200,
                "value": "7.4",
                "uniqueTournamentId": 329
            },
            {
                "type": "event",
                "timestamp": 1743879600,
                "value": "7.1",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1744225200,
                "value": "8.9",
                "uniqueTournamentId": 7
            },
            {
                "type": "event",
                "timestamp": 1744484400,
                "value": "8.1",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1744743600,
                "value": "6.6",
                "uniqueTournamentId": 7
            },
            {
                "type": "event",
                "timestamp": 1745072100,
                "value": "10",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1745350200,
                "value": "6.8",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1745697600,
                "value": "7.9",
                "uniqueTournamentId": 329
            },
            {
                "type": "event",
                "timestamp": 1746039600,
                "value": "7.9",
                "uniqueTournamentId": 7
            },
            {
                "type": "event",
                "timestamp": 1746298800,
                "value": "7.8",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1746558000,
                "value": "7.8",
                "uniqueTournamentId": 7
            },
            {
                "type": "event",
                "timestamp": 1746972900,
                "value": "7.5",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1747337400,
                "value": "7.3",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1747587600,
                "value": "7.4",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1748199600,
                "value": "7.3",
                "uniqueTournamentId": 8
            },
            {
                "type": "event",
                "timestamp": 1749602700,
                "value": "7.6",
                "uniqueTournamentId": 295
            },
            {
                "type": "event",
                "timestamp": 1753610400,
                "value": "6.9",
                "uniqueTournamentId": 853
            },
            {
                "type": "event",
                "timestamp": 1753959600,
                "value": "7.2",
                "uniqueTournamentId": 853
            },
            {
                "type": "event",
                "timestamp": 1754305200,
                "value": "6.8",
                "uniqueTournamentId": 853
            }
        ],
        "uniqueTournamentsMap": {
            "7": {
                "name": "UEFA Champions League",
                "category": {
                    "name": "Europe",
                    "id": 1465,
                    "flag": "europe"
                },
                "id": 7,
                "displayInverseHomeAwayTeams": false
            },
            "8": {
                "name": "LaLiga",
                "category": {
                    "name": "Spain",
                    "id": 32,
                    "flag": "spain",
                    "alpha2": "ES"
                },
                "id": 8,
                "displayInverseHomeAwayTeams": false
            },
            "213": {
                "name": "Supercopa de España",
                "category": {
                    "name": "Spain",
                    "id": 32,
                    "flag": "spain",
                    "alpha2": "ES"
                },
                "id": 213,
                "displayInverseHomeAwayTeams": false
            },
            "295": {
                "name": "World Cup Qual. CONMEBOL",
                "category": {
                    "name": "South America",
                    "id": 1470,
                    "flag": "south-america"
                },
                "id": 295,
                "displayInverseHomeAwayTeams": false
            },
            "329": {
                "name": "Copa del Rey",
                "category": {
                    "name": "Spain",
                    "id": 32,
                    "flag": "spain",
                    "alpha2": "ES"
                },
                "id": 329,
                "displayInverseHomeAwayTeams": false
            },
            "853": {
                "name": "Club Friendly Games",
                "category": {
                    "name": "World",
                    "id": 1468,
                    "flag": "international"
                },
                "id": 853,
                "displayInverseHomeAwayTeams": false
            }
        }
    }
}

Player Season Statistics

get

Get Player Season Statistics

This endpoint retrieves the season statistics for a specific player identified by their unique ID. It provides detailed information about the tournaments the player participated in during the specified season.

Request Format

  • Method: GET

  • Endpoint: https://apiv3.sportsapi360.com/football/api/v1/player/season/statistics/:id

  • Path Parameter:

    • id (required): The unique identifier for the player whose statistics are being requested.

Response Structure

The response is a JSON object containing the following fields:

  • status (boolean): Indicates whether the request was successful.

  • statusCode (integer): The status code of the response.

  • message (string): A message providing additional information about the request.

  • response (array): An array containing the player's tournament statistics, with each element including:

    • uniqueTournament: An object with tournament details:

      • name (string): The name of the tournament.

      • category: An object containing:

        • name (string): The name of the category.

        • id (integer): The unique identifier for the category.

        • flag (string): The flag associated with the category.

      • id (integer): The unique identifier for the tournament.

      • displayInverseHomeAwayTeams (boolean): Indicates whether to display home and away teams inversely.

    • seasons (array): An array of objects representing the seasons, each containing:

      • name (string): The name of the season.

      • year (string): The year of the season.

      • id (integer): The unique identifier for the season.

Authorizations
HTTPRequired
Path parameters
idintegerRequiredExample: 831005
Header parameters
x-api-keystringOptional
Responses
200

OK

text/plain
Responsestring
get
/football/api/v1/player/season/statistics/{id}
GET /football/api/v1/player/season/statistics/{id} HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
    "status": true,
    "statusCode": 200,
    "message": "Data fetch successfully",
    "response": [
        {
            "uniqueTournament": {
                "name": "World Cup Qual. CONMEBOL",
                "category": {
                    "name": "South America",
                    "id": 1470,
                    "flag": "south-america"
                },
                "id": 295,
                "displayInverseHomeAwayTeams": false
            },
            "seasons": [
                {
                    "name": "World Cup Qualification, CONMEBOL 2025",
                    "year": "23/25",
                    "id": 53820
                },
                {
                    "name": "World Cup Qualification, CONMEBOL 2022",
                    "year": "2022",
                    "id": 26781
                }
            ]
        },
        {
            "uniqueTournament": {
                "name": "Supercopa de España",
                "category": {
                    "name": "Spain",
                    "id": 32,
                    "flag": "spain",
                    "alpha2": "ES"
                },
                "id": 213,
                "displayInverseHomeAwayTeams": false
            },
            "seasons": [
                {
                    "name": "Supercopa 2025",
                    "year": "24/25",
                    "id": 66001
                },
                {
                    "name": "Supercopa de España 2024",
                    "year": "23/24",
                    "id": 56121
                },
                {
                    "name": "Super Cup 2023",
                    "year": "22/23",
                    "id": 42898
                }
            ]
        },
        {
            "uniqueTournament": {
                "name": "Copa del Rey",
                "category": {
                    "name": "Spain",
                    "id": 32,
                    "flag": "spain",
                    "alpha2": "ES"
                },
                "id": 329,
                "displayInverseHomeAwayTeams": false
            },
            "seasons": [
                {
                    "name": "Copa del Rey 24/25",
                    "year": "24/25",
                    "seasonCoverageInfo": {
                        "editorCoverageLevel": 1
                    },
                    "id": 66885
                }
            ]
        },
        {
            "uniqueTournament": {
                "name": "LaLiga",
                "category": {
                    "name": "Spain",
                    "id": 32,
                    "flag": "spain",
                    "alpha2": "ES"
                },
                "id": 8,
                "displayInverseHomeAwayTeams": false
            },
            "seasons": [
                {
                    "name": "LaLiga 24/25",
                    "year": "24/25",
                    "id": 61643
                },
                {
                    "name": "LaLiga 23/24",
                    "year": "23/24",
                    "id": 52376
                },
                {
                    "name": "LaLiga 22/23",
                    "year": "22/23",
                    "seasonCoverageInfo": {},
                    "id": 42409
                }
            ]
        },
        {
            "uniqueTournament": {
                "name": "UEFA Champions League",
                "category": {
                    "name": "Europe",
                    "id": 1465,
                    "flag": "europe"
                },
                "id": 7,
                "displayInverseHomeAwayTeams": false
            },
            "seasons": [
                {
                    "name": "UEFA Champions League 24/25",
                    "year": "24/25",
                    "seasonCoverageInfo": {},
                    "id": 61644
                },
                {
                    "name": "UEFA Champions League 23/24",
                    "year": "23/24",
                    "seasonCoverageInfo": {},
                    "id": 52162
                },
                {
                    "name": "UEFA Champions League 22/23",
                    "year": "22/23",
                    "seasonCoverageInfo": {},
                    "id": 41897
                }
            ],
            "allTimeSeasonId": 64433
        },
        {
            "uniqueTournament": {
                "name": "Copa América",
                "category": {
                    "name": "South America",
                    "id": 1470,
                    "flag": "south-america"
                },
                "id": 133,
                "displayInverseHomeAwayTeams": false
            },
            "seasons": [
                {
                    "name": "Copa America 2024",
                    "year": "2024",
                    "id": 57114
                }
            ]
        },
        {
            "uniqueTournament": {
                "name": "UEFA Europa League",
                "category": {
                    "name": "Europe",
                    "id": 1465,
                    "flag": "europe"
                },
                "id": 679,
                "displayInverseHomeAwayTeams": false
            },
            "seasons": [
                {
                    "name": "UEFA Europa League 22/23",
                    "year": "22/23",
                    "seasonCoverageInfo": {},
                    "id": 44509
                },
                {
                    "name": "UEFA Europa League 19/20",
                    "year": "19/20",
                    "id": 23755
                },
                {
                    "name": "UEFA Europa League 18/19",
                    "year": "18/19",
                    "id": 17352
                },
                {
                    "name": "UEFA Europa League 17/18",
                    "year": "17/18",
                    "id": 13416
                }
            ]
        },
        {
            "uniqueTournament": {
                "name": "FIFA World Cup",
                "category": {
                    "name": "World",
                    "id": 1468,
                    "flag": "international"
                },
                "id": 16,
                "displayInverseHomeAwayTeams": false
            },
            "seasons": [
                {
                    "name": "World Cup 2022",
                    "year": "2022",
                    "id": 41087
                }
            ]
        },
        {
            "uniqueTournament": {
                "name": "FA Cup",
                "category": {
                    "name": "England",
                    "id": 1,
                    "flag": "england",
                    "alpha2": "EN"
                },
                "id": 19,
                "displayInverseHomeAwayTeams": false
            },
            "seasons": [
                {
                    "name": "FA Cup 21/22",
                    "year": "21/22",
                    "id": 39384
                },
                {
                    "name": "FA Cup 20/21",
                    "year": "20/21",
                    "id": 34650
                }
            ]
        },
        {
            "uniqueTournament": {
                "name": "Premier League",
                "category": {
                    "name": "England",
                    "id": 1,
                    "flag": "england",
                    "alpha2": "EN"
                },
                "id": 17,
                "displayInverseHomeAwayTeams": false
            },
            "seasons": [
                {
                    "name": "Premier League 21/22",
                    "year": "21/22",
                    "id": 37036
                },
                {
                    "name": "Premier League 20/21",
                    "year": "20/21",
                    "id": 29415
                }
            ]
        },
        {
            "uniqueTournament": {
                "name": "Ligue 1",
                "category": {
                    "name": "France",
                    "id": 7,
                    "flag": "france",
                    "alpha2": "FR"
                },
                "id": 34,
                "displayInverseHomeAwayTeams": false
            },
            "seasons": [
                {
                    "name": "Ligue 1 20/21",
                    "year": "20/21",
                    "id": 28222
                },
                {
                    "name": "Ligue 1 19/20",
                    "year": "19/20",
                    "id": 23872
                }
            ]
        },
        {
            "uniqueTournament": {
                "name": "Coupe de France",
                "category": {
                    "name": "France",
                    "id": 7,
                    "flag": "france",
                    "alpha2": "FR"
                },
                "id": 335,
                "displayInverseHomeAwayTeams": false
            },
            "seasons": [
                {
                    "name": "Coupe de France 19/20",
                    "year": "19/20",
                    "id": 26061
                }
            ]
        },
        {
            "uniqueTournament": {
                "name": "Liga Portugal Betclic",
                "category": {
                    "name": "Portugal",
                    "id": 44,
                    "flag": "portugal",
                    "alpha2": "PT"
                },
                "id": 238,
                "displayInverseHomeAwayTeams": false
            },
            "seasons": [
                {
                    "name": "Primeira Liga 19/20",
                    "year": "19/20",
                    "id": 24150
                },
                {
                    "name": "Primeira Liga 18/19",
                    "year": "18/19",
                    "id": 17714
                },
                {
                    "name": "Primeira Liga 17/18",
                    "year": "17/18",
                    "id": 13539
                },
                {
                    "name": "Primeira Liga 16/17",
                    "year": "16/17",
                    "id": 11924
                }
            ]
        },
        {
            "uniqueTournament": {
                "name": "Supertaça",
                "category": {
                    "name": "Portugal",
                    "id": 44,
                    "flag": "portugal",
                    "alpha2": "PT"
                },
                "id": 345,
                "displayInverseHomeAwayTeams": false
            },
            "seasons": [
                {
                    "name": "Super Cup 2019",
                    "year": "19/20",
                    "id": 24012
                }
            ]
        },
        {
            "uniqueTournament": {
                "name": "Liga Portugal 2",
                "category": {
                    "name": "Portugal",
                    "id": 44,
                    "flag": "portugal",
                    "alpha2": "PT"
                },
                "id": 239,
                "displayInverseHomeAwayTeams": false
            },
            "seasons": [
                {
                    "name": "Segunda Liga 15/16",
                    "year": "15/16",
                    "id": 10454
                }
            ]
        }
    ]
}

Player Statistics

get

Get Player Statistics

This endpoint retrieves detailed statistics for a specific football player identified by their unique id.

Request Method

  • GET

Endpoint

  • https://apiv3.sportsapi360.com/football/api/v1/player/statistics/:id

URL Parameters

  • id (required): The unique identifier for the player whose statistics are being requested.

Expected Response Format

The response will return a JSON object containing the following structure:

  • status (boolean): Indicates the success of the request.

  • 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 player statistics objects, each containing:

    • statistics (object): Detailed statistics for the player, including:

      • accurateCrosses, accurateCrossesPercentage, accurateLongBalls, accurateLongBallsPercentage, accuratePasses, accuratePassesPercentage, aerialDuelsWon, assists, bigChancesCreated, bigChancesMissed, blockedShots, cleanSheet, dribbledPast, errorLeadToGoal, goals, goalsAssistsSum, goalsConceded, interceptions, keyPasses, minutesPlayed, passToAssist, rating, redCards, saves, shotsOnTarget, successfulDribbles, tackles, totalShots, yellowCards, totalRating, countRating, totalLongBalls, totalCross, totalPasses, shotsFromInsideTheBox, appearances, type, id.

    • year (string): The year of the statistics.

    • startYear (integer): The starting year of the statistics.

    • endYear (integer): The ending year of the statistics.

    • team (object): Information about the team, including:

      • name, shortName, gender, nameCode, ranking, national, type, id.

    • uniqueTournament (object): Details about the tournament, including:

      • name, category (object with name, id, flag), id, displayInverseHomeAwayTeams, competitionType.

    • season (object): Information about the season, including:

      • name, year, id.

This endpoint is useful for obtaining comprehensive performance metrics for players in various football competitions.

Authorizations
HTTPRequired
Path parameters
idintegerRequiredExample: 831005
Header parameters
x-api-keystringOptional
Responses
200

OK

text/plain
Responsestring
get
/football/api/v1/player/statistics/{id}
GET /football/api/v1/player/statistics/{id} HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
    "status": true,
    "statusCode": 200,
    "message": "Data fetch successfully",
    "response": [
        {
            "statistics": {
                "accurateCrosses": 20,
                "accurateCrossesPercentage": 28.99,
                "accurateLongBalls": 15,
                "accurateLongBallsPercentage": 55.56,
                "accuratePasses": 254,
                "accuratePassesPercentage": 78.4,
                "aerialDuelsWon": 1,
                "assists": 2,
                "bigChancesCreated": 2,
                "bigChancesMissed": 4,
                "blockedShots": 5,
                "cleanSheet": 1,
                "dribbledPast": 6,
                "errorLeadToGoal": 0,
                "goals": 5,
                "goalsAssistsSum": 7,
                "goalsConceded": 12,
                "interceptions": 6,
                "keyPasses": 23,
                "minutesPlayed": 947,
                "passToAssist": 0,
                "rating": 7.47,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 14,
                "successfulDribbles": 7,
                "tackles": 21,
                "totalShots": 29,
                "yellowCards": 4,
                "totalRating": 82.2,
                "countRating": 11,
                "totalLongBalls": 27,
                "totalCross": 69,
                "totalPasses": 324,
                "shotsFromInsideTheBox": 16,
                "appearances": 11,
                "type": "overall",
                "id": 0
            },
            "year": "23/25",
            "startYear": 2023,
            "endYear": 2025,
            "team": {
                "name": "Brazil",
                "shortName": "Brazil",
                "gender": "M",
                "nameCode": "BRA",
                "ranking": 5,
                "national": true,
                "type": 0,
                "id": 4748
            },
            "uniqueTournament": {
                "name": "World Cup Qual. CONMEBOL",
                "category": {
                    "name": "South America",
                    "id": 1470,
                    "flag": "south-america"
                },
                "id": 295,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "national"
            },
            "season": {
                "name": "World Cup Qualification, CONMEBOL 2025",
                "year": "23/25",
                "id": 53820
            }
        },
        {
            "statistics": {
                "accurateCrosses": 53,
                "accurateCrossesPercentage": 24.65,
                "accurateLongBalls": 46,
                "accurateLongBallsPercentage": 58.97,
                "accuratePasses": 994,
                "accuratePassesPercentage": 79.46,
                "aerialDuelsWon": 9,
                "assists": 9,
                "bigChancesCreated": 26,
                "bigChancesMissed": 20,
                "blockedShots": 27,
                "cleanSheet": 7,
                "dribbledPast": 20,
                "errorLeadToGoal": 0,
                "expectedAssists": 10.1078124,
                "expectedGoals": 19.3836,
                "goals": 18,
                "goalsAssistsSum": 27,
                "goalsConceded": 31,
                "interceptions": 11,
                "keyPasses": 92,
                "minutesPlayed": 2844,
                "passToAssist": 1,
                "rating": 7.8,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 43,
                "successfulDribbles": 52,
                "tackles": 36,
                "totalShots": 114,
                "yellowCards": 4,
                "totalRating": 280.7,
                "countRating": 36,
                "totalLongBalls": 78,
                "totalCross": 215,
                "totalPasses": 1251,
                "shotsFromInsideTheBox": 66,
                "appearances": 36,
                "type": "overall",
                "id": 0
            },
            "year": "24/25",
            "startYear": 2024,
            "endYear": 2025,
            "team": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817
            },
            "uniqueTournament": {
                "name": "LaLiga",
                "category": {
                    "name": "Spain",
                    "id": 32,
                    "flag": "spain",
                    "alpha2": "ES"
                },
                "id": 8,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-league",
                "majorTrophy": true
            },
            "season": {
                "name": "LaLiga 24/25",
                "year": "24/25",
                "id": 61643
            }
        },
        {
            "statistics": {
                "accurateCrosses": 18,
                "accurateCrossesPercentage": 28.13,
                "accurateLongBalls": 25,
                "accurateLongBallsPercentage": 71.43,
                "accuratePasses": 415,
                "accuratePassesPercentage": 78.75,
                "aerialDuelsWon": 1,
                "assists": 8,
                "bigChancesCreated": 13,
                "bigChancesMissed": 3,
                "blockedShots": 13,
                "cleanSheet": 4,
                "dribbledPast": 8,
                "errorLeadToGoal": 0,
                "expectedAssists": 4.7744293,
                "expectedGoals": 5.8481,
                "goals": 13,
                "goalsAssistsSum": 21,
                "goalsConceded": 22,
                "interceptions": 8,
                "keyPasses": 39,
                "minutesPlayed": 1225,
                "passToAssist": 1,
                "rating": 8.24,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 21,
                "successfulDribbles": 15,
                "tackles": 18,
                "totalShots": 51,
                "yellowCards": 0,
                "totalRating": 115.4,
                "countRating": 14,
                "totalLongBalls": 35,
                "totalCross": 64,
                "totalPasses": 527,
                "shotsFromInsideTheBox": 26,
                "appearances": 14,
                "type": "overall",
                "id": 0
            },
            "year": "24/25",
            "startYear": 2024,
            "endYear": 2025,
            "team": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817
            },
            "uniqueTournament": {
                "name": "UEFA Champions League",
                "category": {
                    "name": "Europe",
                    "id": 1465,
                    "flag": "europe"
                },
                "id": 7,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "international-cup",
                "majorTrophy": true
            },
            "season": {
                "name": "UEFA Champions League 24/25",
                "year": "24/25",
                "seasonCoverageInfo": {},
                "id": 61644
            }
        },
        {
            "statistics": {
                "accurateCrosses": 9,
                "accurateCrossesPercentage": 33.33,
                "accurateLongBalls": 5,
                "accurateLongBallsPercentage": 83.33,
                "accuratePasses": 132,
                "accuratePassesPercentage": 84.62,
                "assists": 4,
                "bigChancesCreated": 5,
                "bigChancesMissed": 3,
                "blockedShots": 7,
                "cleanSheet": 0,
                "dribbledPast": 3,
                "errorLeadToGoal": 0,
                "goals": 1,
                "goalsAssistsSum": 5,
                "goalsConceded": 2,
                "interceptions": 2,
                "keyPasses": 18,
                "minutesPlayed": 423,
                "passToAssist": 0,
                "rating": 7.84,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 8,
                "successfulDribbles": 4,
                "tackles": 1,
                "totalShots": 19,
                "yellowCards": 2,
                "totalRating": 39.2,
                "countRating": 5,
                "totalLongBalls": 6,
                "totalCross": 27,
                "totalPasses": 156,
                "shotsFromInsideTheBox": 11,
                "appearances": 5,
                "type": "overall",
                "id": 0
            },
            "year": "24/25",
            "startYear": 2024,
            "endYear": 2025,
            "team": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817
            },
            "uniqueTournament": {
                "name": "Copa del Rey",
                "category": {
                    "name": "Spain",
                    "id": 32,
                    "flag": "spain",
                    "alpha2": "ES"
                },
                "id": 329,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-cup",
                "majorTrophy": true
            },
            "season": {
                "name": "Copa del Rey 24/25",
                "year": "24/25",
                "seasonCoverageInfo": {
                    "editorCoverageLevel": 1
                },
                "id": 66885
            }
        },
        {
            "statistics": {
                "accurateCrosses": 1,
                "accurateCrossesPercentage": 9.09,
                "accurateLongBalls": 1,
                "accurateLongBallsPercentage": 33.33,
                "accuratePasses": 34,
                "accuratePassesPercentage": 70.83,
                "aerialDuelsWon": 1,
                "assists": 1,
                "bigChancesCreated": 2,
                "bigChancesMissed": 3,
                "blockedShots": 1,
                "cleanSheet": 1,
                "dribbledPast": 0,
                "errorLeadToGoal": 0,
                "goals": 2,
                "goalsAssistsSum": 3,
                "goalsConceded": 2,
                "interceptions": 1,
                "keyPasses": 5,
                "minutesPlayed": 169,
                "passToAssist": 0,
                "rating": 7.9,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 6,
                "successfulDribbles": 2,
                "tackles": 2,
                "totalShots": 10,
                "yellowCards": 1,
                "totalRating": 15.8,
                "countRating": 2,
                "totalLongBalls": 3,
                "totalCross": 11,
                "totalPasses": 48,
                "shotsFromInsideTheBox": 9,
                "appearances": 2,
                "type": "overall",
                "id": 0
            },
            "year": "24/25",
            "startYear": 2024,
            "endYear": 2025,
            "team": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817
            },
            "uniqueTournament": {
                "name": "Supercopa de España",
                "category": {
                    "name": "Spain",
                    "id": 32,
                    "flag": "spain",
                    "alpha2": "ES"
                },
                "id": 213,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-cup",
                "majorTrophy": false
            },
            "season": {
                "name": "Supercopa 2025",
                "year": "24/25",
                "id": 66001
            }
        },
        {
            "statistics": {
                "accurateCrosses": 2,
                "accurateCrossesPercentage": 11.76,
                "accurateLongBalls": 5,
                "accurateLongBallsPercentage": 71.43,
                "accuratePasses": 66,
                "accuratePassesPercentage": 75,
                "aerialDuelsWon": 1,
                "assists": 0,
                "bigChancesCreated": 0,
                "bigChancesMissed": 2,
                "blockedShots": 1,
                "cleanSheet": 0,
                "dribbledPast": 1,
                "errorLeadToGoal": 0,
                "expectedAssists": 0.42864889,
                "expectedGoals": 1.0199,
                "goals": 1,
                "goalsAssistsSum": 1,
                "goalsConceded": 1,
                "interceptions": 2,
                "keyPasses": 4,
                "minutesPlayed": 260,
                "passToAssist": 0,
                "rating": 7.13,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 5,
                "successfulDribbles": 5,
                "tackles": 5,
                "totalShots": 8,
                "yellowCards": 0,
                "totalRating": 28.5,
                "countRating": 4,
                "totalLongBalls": 7,
                "totalCross": 17,
                "totalPasses": 88,
                "shotsFromInsideTheBox": 4,
                "appearances": 4,
                "type": "overall",
                "id": 0
            },
            "year": "2024",
            "startYear": 2024,
            "endYear": 2024,
            "team": {
                "name": "Brazil",
                "shortName": "Brazil",
                "gender": "M",
                "nameCode": "BRA",
                "ranking": 5,
                "national": true,
                "type": 0,
                "id": 4748
            },
            "uniqueTournament": {
                "name": "Copa América",
                "category": {
                    "name": "South America",
                    "id": 1470,
                    "flag": "south-america"
                },
                "id": 133,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "national",
                "majorTrophy": true
            },
            "season": {
                "name": "Copa America 2024",
                "year": "2024",
                "id": 57114
            }
        },
        {
            "statistics": {
                "accurateCrosses": 1,
                "accurateCrossesPercentage": 14.29,
                "accurateLongBalls": 4,
                "accurateLongBallsPercentage": 100,
                "accuratePasses": 58,
                "accuratePassesPercentage": 84.06,
                "aerialDuelsWon": 2,
                "assists": 1,
                "bigChancesCreated": 1,
                "bigChancesMissed": 1,
                "blockedShots": 2,
                "cleanSheet": 0,
                "dribbledPast": 3,
                "errorLeadToGoal": 0,
                "goals": 0,
                "goalsAssistsSum": 1,
                "goalsConceded": 3,
                "interceptions": 1,
                "keyPasses": 2,
                "minutesPlayed": 188,
                "passToAssist": 0,
                "rating": 6.87,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 0,
                "successfulDribbles": 2,
                "tackles": 7,
                "totalShots": 5,
                "yellowCards": 0,
                "totalRating": 20.6,
                "countRating": 3,
                "totalLongBalls": 4,
                "totalCross": 7,
                "totalPasses": 69,
                "shotsFromInsideTheBox": 3,
                "appearances": 3,
                "type": "overall",
                "id": 0
            },
            "year": "2024",
            "startYear": 2024,
            "endYear": 2024,
            "team": {
                "name": "Brazil",
                "shortName": "Brazil",
                "gender": "M",
                "nameCode": "BRA",
                "ranking": 5,
                "national": true,
                "type": 0,
                "id": 4748
            },
            "uniqueTournament": {
                "name": "International Friendly Games",
                "category": {
                    "name": "World",
                    "id": 1468,
                    "flag": "international"
                },
                "id": 851,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "national"
            },
            "season": {
                "name": "Int. Friendly Games 2024",
                "year": "2024",
                "id": 57198
            }
        },
        {
            "statistics": {
                "accurateCrosses": 28,
                "accurateCrossesPercentage": 34.57,
                "accurateLongBalls": 28,
                "accurateLongBallsPercentage": 59.57,
                "accuratePasses": 475,
                "accuratePassesPercentage": 80.92,
                "aerialDuelsWon": 9,
                "assists": 9,
                "bigChancesCreated": 11,
                "bigChancesMissed": 10,
                "blockedShots": 12,
                "cleanSheet": 2,
                "dribbledPast": 14,
                "errorLeadToGoal": 0,
                "expectedAssists": 4.99490999,
                "expectedGoals": 7.3826,
                "goals": 6,
                "goalsAssistsSum": 15,
                "goalsConceded": 14,
                "interceptions": 13,
                "keyPasses": 41,
                "minutesPlayed": 1379,
                "passToAssist": 0,
                "rating": 7.28,
                "redCards": 1,
                "saves": 0,
                "shotsOnTarget": 22,
                "successfulDribbles": 24,
                "tackles": 14,
                "totalShots": 59,
                "yellowCards": 4,
                "totalRating": 203.9,
                "countRating": 28,
                "totalLongBalls": 47,
                "totalCross": 81,
                "totalPasses": 587,
                "shotsFromInsideTheBox": 29,
                "appearances": 28,
                "type": "overall",
                "id": 0
            },
            "year": "23/24",
            "startYear": 2023,
            "endYear": 2024,
            "team": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817
            },
            "uniqueTournament": {
                "name": "LaLiga",
                "category": {
                    "name": "Spain",
                    "id": 32,
                    "flag": "spain",
                    "alpha2": "ES"
                },
                "id": 8,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-league",
                "majorTrophy": true
            },
            "season": {
                "name": "LaLiga 23/24",
                "year": "23/24",
                "id": 52376
            }
        },
        {
            "statistics": {
                "accurateCrosses": 4,
                "accurateCrossesPercentage": 19.05,
                "accurateLongBalls": 9,
                "accurateLongBallsPercentage": 60,
                "accuratePasses": 129,
                "accuratePassesPercentage": 80.12,
                "aerialDuelsWon": 1,
                "assists": 2,
                "bigChancesCreated": 4,
                "bigChancesMissed": 0,
                "blockedShots": 6,
                "cleanSheet": 0,
                "dribbledPast": 3,
                "errorLeadToGoal": 0,
                "expectedAssists": 1.42273181,
                "expectedGoals": 2.5266,
                "goals": 3,
                "goalsAssistsSum": 5,
                "goalsConceded": 9,
                "interceptions": 1,
                "keyPasses": 10,
                "minutesPlayed": 473,
                "passToAssist": 0,
                "rating": 7.74,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 13,
                "successfulDribbles": 8,
                "tackles": 8,
                "totalShots": 24,
                "yellowCards": 1,
                "totalRating": 54.2,
                "countRating": 7,
                "totalLongBalls": 15,
                "totalCross": 21,
                "totalPasses": 161,
                "shotsFromInsideTheBox": 17,
                "appearances": 7,
                "type": "overall",
                "id": 0
            },
            "year": "23/24",
            "startYear": 2023,
            "endYear": 2024,
            "team": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817
            },
            "uniqueTournament": {
                "name": "UEFA Champions League",
                "category": {
                    "name": "Europe",
                    "id": 1465,
                    "flag": "europe"
                },
                "id": 7,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "international-cup",
                "majorTrophy": true
            },
            "season": {
                "name": "UEFA Champions League 23/24",
                "year": "23/24",
                "seasonCoverageInfo": {},
                "id": 52162
            }
        },
        {
            "statistics": {
                "accurateLongBalls": 2,
                "accurateLongBallsPercentage": 100,
                "accuratePasses": 15,
                "accuratePassesPercentage": 88.24,
                "assists": 0,
                "bigChancesCreated": 0,
                "bigChancesMissed": 0,
                "blockedShots": 1,
                "cleanSheet": 0,
                "dribbledPast": 0,
                "errorLeadToGoal": 0,
                "goals": 0,
                "goalsAssistsSum": 0,
                "goalsConceded": 0,
                "interceptions": 0,
                "keyPasses": 0,
                "minutesPlayed": 42,
                "passToAssist": 0,
                "rating": 6.7,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 0,
                "successfulDribbles": 0,
                "tackles": 1,
                "totalShots": 1,
                "yellowCards": 0,
                "totalRating": 6.7,
                "countRating": 1,
                "totalLongBalls": 2,
                "totalPasses": 17,
                "shotsFromInsideTheBox": 1,
                "appearances": 1,
                "type": "overall",
                "id": 0
            },
            "year": "23/24",
            "startYear": 2023,
            "endYear": 2024,
            "team": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817
            },
            "uniqueTournament": {
                "name": "Supercopa de España",
                "category": {
                    "name": "Spain",
                    "id": 32,
                    "flag": "spain",
                    "alpha2": "ES"
                },
                "id": 213,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-cup",
                "majorTrophy": false
            },
            "season": {
                "name": "Supercopa de España 2024",
                "year": "23/24",
                "id": 56121
            }
        },
        {
            "statistics": {
                "accurateCrosses": 1,
                "accurateCrossesPercentage": 20,
                "accurateLongBalls": 1,
                "accurateLongBallsPercentage": 50,
                "accuratePasses": 33,
                "accuratePassesPercentage": 82.5,
                "assists": 0,
                "bigChancesCreated": 0,
                "bigChancesMissed": 0,
                "blockedShots": 1,
                "cleanSheet": 0,
                "dribbledPast": 1,
                "errorLeadToGoal": 0,
                "goals": 1,
                "goalsAssistsSum": 1,
                "goalsConceded": 1,
                "interceptions": 1,
                "keyPasses": 2,
                "minutesPlayed": 64,
                "passToAssist": 0,
                "rating": 8.6,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 2,
                "successfulDribbles": 1,
                "tackles": 5,
                "totalShots": 4,
                "yellowCards": 0,
                "totalRating": 8.6,
                "countRating": 1,
                "totalLongBalls": 2,
                "totalCross": 5,
                "totalPasses": 40,
                "shotsFromInsideTheBox": 1,
                "appearances": 1,
                "type": "overall",
                "id": 0
            },
            "year": "23/24",
            "startYear": 2023,
            "endYear": 2024,
            "team": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817
            },
            "uniqueTournament": {
                "name": "Copa del Rey",
                "category": {
                    "name": "Spain",
                    "id": 32,
                    "flag": "spain",
                    "alpha2": "ES"
                },
                "id": 329,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-cup",
                "majorTrophy": true
            },
            "season": {
                "name": "Copa del Rey 23/24",
                "year": "23/24",
                "id": 55373
            }
        },
        {
            "statistics": {
                "accurateCrosses": 42,
                "accurateCrossesPercentage": 24.42,
                "accurateLongBalls": 62,
                "accurateLongBallsPercentage": 64.58,
                "accuratePasses": 833,
                "accuratePassesPercentage": 79.87,
                "aerialDuelsWon": 14,
                "assists": 7,
                "bigChancesCreated": 17,
                "bigChancesMissed": 8,
                "blockedShots": 21,
                "cleanSheet": 1,
                "dribbledPast": 20,
                "errorLeadToGoal": 0,
                "expectedAssists": 9.346971218,
                "expectedGoals": 9.3499,
                "goals": 7,
                "goalsAssistsSum": 14,
                "goalsConceded": 9,
                "interceptions": 14,
                "keyPasses": 58,
                "minutesPlayed": 2083,
                "passToAssist": 1,
                "rating": 7.27,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 25,
                "successfulDribbles": 45,
                "tackles": 29,
                "totalShots": 79,
                "yellowCards": 8,
                "totalRating": 261.7,
                "countRating": 36,
                "totalLongBalls": 96,
                "totalCross": 172,
                "totalPasses": 1043,
                "shotsFromInsideTheBox": 46,
                "appearances": 36,
                "type": "overall",
                "id": 0
            },
            "year": "22/23",
            "startYear": 2022,
            "endYear": 2023,
            "team": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817
            },
            "uniqueTournament": {
                "name": "LaLiga",
                "category": {
                    "name": "Spain",
                    "id": 32,
                    "flag": "spain",
                    "alpha2": "ES"
                },
                "id": 8,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-league",
                "majorTrophy": true
            },
            "season": {
                "name": "LaLiga 22/23",
                "year": "22/23",
                "seasonCoverageInfo": {},
                "id": 42409
            }
        },
        {
            "statistics": {
                "accurateCrosses": 5,
                "accurateCrossesPercentage": 21.74,
                "accurateLongBalls": 14,
                "accurateLongBallsPercentage": 73.68,
                "accuratePasses": 114,
                "accuratePassesPercentage": 80.28,
                "aerialDuelsWon": 1,
                "assists": 2,
                "bigChancesCreated": 1,
                "bigChancesMissed": 1,
                "blockedShots": 2,
                "cleanSheet": 0,
                "dribbledPast": 4,
                "errorLeadToGoal": 0,
                "goals": 2,
                "goalsAssistsSum": 4,
                "goalsConceded": 5,
                "interceptions": 5,
                "keyPasses": 8,
                "minutesPlayed": 286,
                "passToAssist": 0,
                "rating": 7.36,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 5,
                "successfulDribbles": 2,
                "tackles": 7,
                "totalShots": 10,
                "yellowCards": 1,
                "totalRating": 36.8,
                "countRating": 5,
                "totalLongBalls": 19,
                "totalCross": 23,
                "totalPasses": 142,
                "shotsFromInsideTheBox": 8,
                "appearances": 5,
                "type": "overall",
                "id": 0
            },
            "year": "22/23",
            "startYear": 2022,
            "endYear": 2023,
            "team": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817
            },
            "uniqueTournament": {
                "name": "Copa del Rey",
                "category": {
                    "name": "Spain",
                    "id": 32,
                    "flag": "spain",
                    "alpha2": "ES"
                },
                "id": 329,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-cup",
                "majorTrophy": true
            },
            "season": {
                "name": "Copa del Rey 22/23",
                "year": "22/23",
                "id": 46493
            }
        },
        {
            "statistics": {
                "accurateCrosses": 1,
                "accurateCrossesPercentage": 14.29,
                "accurateLongBalls": 3,
                "accurateLongBallsPercentage": 50,
                "accuratePasses": 40,
                "accuratePassesPercentage": 67.8,
                "assists": 1,
                "bigChancesCreated": 1,
                "bigChancesMissed": 1,
                "blockedShots": 1,
                "cleanSheet": 0,
                "dribbledPast": 2,
                "errorLeadToGoal": 0,
                "expectedAssists": 0.4688678,
                "expectedGoals": 0.2161,
                "goals": 1,
                "goalsAssistsSum": 2,
                "goalsConceded": 4,
                "interceptions": 2,
                "keyPasses": 1,
                "minutesPlayed": 158,
                "passToAssist": 0,
                "rating": 7.3,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 3,
                "successfulDribbles": 6,
                "tackles": 5,
                "totalShots": 8,
                "yellowCards": 0,
                "totalRating": 14.6,
                "countRating": 2,
                "totalLongBalls": 6,
                "totalCross": 7,
                "totalPasses": 59,
                "shotsFromInsideTheBox": 1,
                "appearances": 2,
                "type": "overall",
                "id": 0
            },
            "year": "22/23",
            "startYear": 2022,
            "endYear": 2023,
            "team": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817
            },
            "uniqueTournament": {
                "name": "UEFA Europa League",
                "category": {
                    "name": "Europe",
                    "id": 1465,
                    "flag": "europe"
                },
                "id": 679,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "international-cup",
                "majorTrophy": true
            },
            "season": {
                "name": "UEFA Europa League 22/23",
                "year": "22/23",
                "seasonCoverageInfo": {},
                "id": 44509
            }
        },
        {
            "statistics": {
                "accurateCrosses": 1,
                "accurateCrossesPercentage": 20,
                "accurateLongBalls": 1,
                "accurateLongBallsPercentage": 50,
                "accuratePasses": 33,
                "accuratePassesPercentage": 78.57,
                "assists": 0,
                "bigChancesCreated": 0,
                "bigChancesMissed": 0,
                "cleanSheet": 0,
                "dribbledPast": 1,
                "errorLeadToGoal": 0,
                "goals": 0,
                "goalsAssistsSum": 0,
                "goalsConceded": 2,
                "interceptions": 1,
                "keyPasses": 2,
                "minutesPlayed": 98,
                "passToAssist": 0,
                "rating": 6.55,
                "redCards": 0,
                "saves": 0,
                "successfulDribbles": 2,
                "tackles": 1,
                "yellowCards": 1,
                "totalRating": 13.1,
                "countRating": 2,
                "totalLongBalls": 2,
                "totalCross": 5,
                "totalPasses": 42,
                "shotsFromInsideTheBox": 0,
                "appearances": 2,
                "type": "overall",
                "id": 0
            },
            "year": "22/23",
            "startYear": 2022,
            "endYear": 2023,
            "team": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817
            },
            "uniqueTournament": {
                "name": "Supercopa de España",
                "category": {
                    "name": "Spain",
                    "id": 32,
                    "flag": "spain",
                    "alpha2": "ES"
                },
                "id": 213,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-cup",
                "majorTrophy": false
            },
            "season": {
                "name": "Super Cup 2023",
                "year": "22/23",
                "id": 42898
            }
        },
        {
            "statistics": {
                "accurateCrosses": 5,
                "accurateCrossesPercentage": 22.73,
                "accurateLongBalls": 6,
                "accurateLongBallsPercentage": 66.67,
                "accuratePasses": 103,
                "accuratePassesPercentage": 83.06,
                "assists": 0,
                "bigChancesCreated": 3,
                "bigChancesMissed": 2,
                "blockedShots": 1,
                "cleanSheet": 0,
                "dribbledPast": 2,
                "errorLeadToGoal": 0,
                "expectedAssists": 0.9147958,
                "expectedGoals": 1.2093,
                "goals": 0,
                "goalsAssistsSum": 0,
                "goalsConceded": 2,
                "interceptions": 3,
                "keyPasses": 9,
                "minutesPlayed": 317,
                "passToAssist": 1,
                "rating": 7.02,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 6,
                "successfulDribbles": 4,
                "tackles": 8,
                "totalShots": 8,
                "yellowCards": 0,
                "totalRating": 35.1,
                "countRating": 5,
                "totalLongBalls": 9,
                "totalCross": 22,
                "totalPasses": 124,
                "shotsFromInsideTheBox": 5,
                "appearances": 5,
                "type": "overall",
                "id": 0
            },
            "year": "2022",
            "startYear": 2022,
            "endYear": 2022,
            "team": {
                "name": "Brazil",
                "shortName": "Brazil",
                "gender": "M",
                "nameCode": "BRA",
                "ranking": 5,
                "national": true,
                "type": 0,
                "id": 4748
            },
            "uniqueTournament": {
                "name": "FIFA World Cup",
                "category": {
                    "name": "World",
                    "id": 1468,
                    "flag": "international"
                },
                "id": 16,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "national",
                "majorTrophy": true
            },
            "season": {
                "name": "World Cup 2022",
                "year": "2022",
                "id": 41087
            }
        },
        {
            "statistics": {
                "accurateCrosses": 6,
                "accurateCrossesPercentage": 20,
                "accurateLongBalls": 11,
                "accurateLongBallsPercentage": 68.75,
                "accuratePasses": 119,
                "accuratePassesPercentage": 80.95,
                "aerialDuelsWon": 1,
                "assists": 2,
                "bigChancesCreated": 2,
                "bigChancesMissed": 1,
                "blockedShots": 4,
                "cleanSheet": 0,
                "dribbledPast": 4,
                "errorLeadToGoal": 0,
                "expectedAssists": 0.7807203,
                "expectedGoals": 0.4902,
                "goals": 0,
                "goalsAssistsSum": 2,
                "goalsConceded": 8,
                "interceptions": 4,
                "keyPasses": 11,
                "minutesPlayed": 298,
                "passToAssist": 2,
                "rating": 7.18,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 0,
                "successfulDribbles": 1,
                "tackles": 8,
                "totalShots": 10,
                "yellowCards": 0,
                "totalRating": 35.9,
                "countRating": 5,
                "totalLongBalls": 16,
                "totalCross": 30,
                "totalPasses": 147,
                "shotsFromInsideTheBox": 2,
                "appearances": 5,
                "type": "overall",
                "id": 0
            },
            "year": "22/23",
            "startYear": 2022,
            "endYear": 2023,
            "team": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817
            },
            "uniqueTournament": {
                "name": "UEFA Champions League",
                "category": {
                    "name": "Europe",
                    "id": 1465,
                    "flag": "europe"
                },
                "id": 7,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "international-cup",
                "majorTrophy": true
            },
            "season": {
                "name": "UEFA Champions League 22/23",
                "year": "22/23",
                "seasonCoverageInfo": {},
                "id": 41897
            }
        },
        {
            "statistics": {
                "accurateCrosses": 2,
                "accurateCrossesPercentage": 40,
                "accurateLongBalls": 4,
                "accurateLongBallsPercentage": 50,
                "accuratePasses": 58,
                "accuratePassesPercentage": 79.45,
                "assists": 2,
                "bigChancesCreated": 2,
                "bigChancesMissed": 1,
                "blockedShots": 3,
                "cleanSheet": 0,
                "dribbledPast": 3,
                "errorLeadToGoal": 0,
                "goals": 2,
                "goalsAssistsSum": 4,
                "goalsConceded": 1,
                "interceptions": 3,
                "keyPasses": 2,
                "minutesPlayed": 145,
                "passToAssist": 0,
                "rating": 8.1,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 2,
                "successfulDribbles": 0,
                "tackles": 3,
                "totalShots": 8,
                "yellowCards": 0,
                "totalRating": 16.2,
                "countRating": 2,
                "totalLongBalls": 8,
                "totalCross": 5,
                "totalPasses": 73,
                "shotsFromInsideTheBox": 4,
                "appearances": 2,
                "type": "overall",
                "id": 0
            },
            "year": "2022",
            "startYear": 2022,
            "endYear": 2022,
            "team": {
                "name": "Brazil",
                "shortName": "Brazil",
                "gender": "M",
                "nameCode": "BRA",
                "ranking": 5,
                "national": true,
                "type": 0,
                "id": 4748
            },
            "uniqueTournament": {
                "name": "International Friendly Games",
                "category": {
                    "name": "World",
                    "id": 1468,
                    "flag": "international"
                },
                "id": 851,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "national"
            },
            "season": {
                "name": "Int. Friendly Games 2022",
                "year": "2022",
                "id": 40241
            }
        },
        {
            "statistics": {
                "accurateCrosses": 33,
                "accurateCrossesPercentage": 20.37,
                "accurateLongBalls": 56,
                "accurateLongBallsPercentage": 41.18,
                "accuratePasses": 744,
                "accuratePassesPercentage": 69.27,
                "aerialDuelsWon": 23,
                "assists": 3,
                "bigChancesCreated": 10,
                "bigChancesMissed": 6,
                "blockedShots": 26,
                "cleanSheet": 4,
                "dribbledPast": 49,
                "errorLeadToGoal": 0,
                "goals": 11,
                "goalsAssistsSum": 14,
                "goalsConceded": 68,
                "interceptions": 29,
                "keyPasses": 67,
                "minutesPlayed": 2922,
                "passToAssist": 2,
                "rating": 6.97,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 25,
                "successfulDribbles": 62,
                "tackles": 51,
                "totalShots": 88,
                "yellowCards": 7,
                "totalRating": 243.8,
                "countRating": 35,
                "totalLongBalls": 136,
                "totalCross": 162,
                "totalPasses": 1074,
                "shotsFromInsideTheBox": 40,
                "appearances": 35,
                "type": "overall",
                "id": 0
            },
            "year": "21/22",
            "startYear": 2021,
            "endYear": 2022,
            "team": {
                "name": "Leeds United",
                "shortName": "Leeds",
                "gender": "M",
                "nameCode": "LUN",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 34
            },
            "uniqueTournament": {
                "name": "Premier League",
                "category": {
                    "name": "England",
                    "id": 1,
                    "flag": "england",
                    "alpha2": "EN"
                },
                "id": 17,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-league",
                "majorTrophy": true
            },
            "season": {
                "name": "Premier League 21/22",
                "year": "21/22",
                "id": 37036
            }
        },
        {
            "statistics": {
                "accurateCrosses": 2,
                "accurateCrossesPercentage": 11.76,
                "accurateLongBalls": 6,
                "accurateLongBallsPercentage": 60,
                "accuratePasses": 139,
                "accuratePassesPercentage": 85.8,
                "assists": 2,
                "bigChancesCreated": 2,
                "bigChancesMissed": 1,
                "blockedShots": 1,
                "cleanSheet": 0,
                "dribbledPast": 3,
                "errorLeadToGoal": 0,
                "goals": 3,
                "goalsAssistsSum": 5,
                "goalsConceded": 0,
                "interceptions": 3,
                "keyPasses": 7,
                "minutesPlayed": 423,
                "passToAssist": 0,
                "rating": 7.21,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 8,
                "successfulDribbles": 11,
                "tackles": 7,
                "totalShots": 15,
                "yellowCards": 1,
                "totalRating": 50.5,
                "countRating": 7,
                "totalLongBalls": 10,
                "totalCross": 17,
                "totalPasses": 162,
                "shotsFromInsideTheBox": 11,
                "appearances": 7,
                "type": "overall",
                "id": 0
            },
            "year": "20/22",
            "startYear": 2020,
            "endYear": 2022,
            "team": {
                "name": "Brazil",
                "shortName": "Brazil",
                "gender": "M",
                "nameCode": "BRA",
                "ranking": 5,
                "national": true,
                "type": 0,
                "id": 4748
            },
            "uniqueTournament": {
                "name": "World Cup Qual. CONMEBOL",
                "category": {
                    "name": "South America",
                    "id": 1470,
                    "flag": "south-america"
                },
                "id": 295,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "national"
            },
            "season": {
                "name": "World Cup Qualification, CONMEBOL 2022",
                "year": "2022",
                "id": 26781
            }
        },
        {
            "statistics": {
                "accurateCrosses": 0,
                "accurateCrossesPercentage": 0,
                "accuratePasses": 14,
                "accuratePassesPercentage": 73.68,
                "assists": 0,
                "bigChancesCreated": 0,
                "bigChancesMissed": 0,
                "cleanSheet": 0,
                "dribbledPast": 1,
                "errorLeadToGoal": 0,
                "goals": 0,
                "goalsAssistsSum": 0,
                "goalsConceded": 1,
                "interceptions": 0,
                "keyPasses": 0,
                "minutesPlayed": 45,
                "passToAssist": 0,
                "rating": 6.3,
                "redCards": 0,
                "saves": 0,
                "successfulDribbles": 0,
                "tackles": 0,
                "yellowCards": 0,
                "totalRating": 6.3,
                "countRating": 1,
                "totalCross": 1,
                "totalPasses": 19,
                "shotsFromInsideTheBox": 0,
                "appearances": 1,
                "type": "overall",
                "id": 0
            },
            "year": "21/22",
            "startYear": 2021,
            "endYear": 2022,
            "team": {
                "name": "Leeds United",
                "shortName": "Leeds",
                "gender": "M",
                "nameCode": "LUN",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 34
            },
            "uniqueTournament": {
                "name": "FA Cup",
                "category": {
                    "name": "England",
                    "id": 1,
                    "flag": "england",
                    "alpha2": "EN"
                },
                "id": 19,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-cup",
                "majorTrophy": true
            },
            "season": {
                "name": "FA Cup 21/22",
                "year": "21/22",
                "id": 39384
            }
        },
        {
            "statistics": {
                "accurateCrosses": 39,
                "accurateCrossesPercentage": 23.64,
                "accurateLongBalls": 46,
                "accurateLongBallsPercentage": 56.1,
                "accuratePasses": 633,
                "accuratePassesPercentage": 72.26,
                "aerialDuelsWon": 9,
                "assists": 9,
                "bigChancesCreated": 12,
                "bigChancesMissed": 4,
                "blockedShots": 19,
                "cleanSheet": 5,
                "dribbledPast": 46,
                "errorLeadToGoal": 0,
                "goals": 6,
                "goalsAssistsSum": 15,
                "goalsConceded": 34,
                "interceptions": 29,
                "keyPasses": 64,
                "minutesPlayed": 2369,
                "passToAssist": 0,
                "rating": 7.14,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 24,
                "successfulDribbles": 56,
                "tackles": 34,
                "totalShots": 67,
                "yellowCards": 3,
                "totalRating": 214.1,
                "countRating": 30,
                "totalLongBalls": 82,
                "totalCross": 165,
                "totalPasses": 876,
                "shotsFromInsideTheBox": 44,
                "appearances": 30,
                "type": "overall",
                "id": 0
            },
            "year": "20/21",
            "startYear": 2020,
            "endYear": 2021,
            "team": {
                "name": "Leeds United",
                "shortName": "Leeds",
                "gender": "M",
                "nameCode": "LUN",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 34
            },
            "uniqueTournament": {
                "name": "Premier League",
                "category": {
                    "name": "England",
                    "id": 1,
                    "flag": "england",
                    "alpha2": "EN"
                },
                "id": 17,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-league",
                "majorTrophy": true
            },
            "season": {
                "name": "Premier League 20/21",
                "year": "20/21",
                "id": 29415
            }
        },
        {
            "statistics": {
                "accurateCrosses": 0,
                "accurateCrossesPercentage": 0,
                "accurateLongBalls": 0,
                "accurateLongBallsPercentage": 0,
                "accuratePasses": 6,
                "accuratePassesPercentage": 75,
                "assists": 0,
                "bigChancesCreated": 0,
                "bigChancesMissed": 0,
                "blockedShots": 0,
                "cleanSheet": 0,
                "dribbledPast": 0,
                "errorLeadToGoal": 0,
                "goals": 0,
                "goalsAssistsSum": 0,
                "goalsConceded": 1,
                "interceptions": 1,
                "keyPasses": 0,
                "minutesPlayed": 32,
                "passToAssist": 0,
                "rating": 6.6,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 0,
                "successfulDribbles": 0,
                "tackles": 0,
                "totalShots": 2,
                "yellowCards": 0,
                "totalRating": 6.6,
                "countRating": 1,
                "totalLongBalls": 1,
                "totalCross": 1,
                "totalPasses": 8,
                "shotsFromInsideTheBox": 0,
                "appearances": 1,
                "type": "overall",
                "id": 0
            },
            "year": "20/21",
            "startYear": 2020,
            "endYear": 2021,
            "team": {
                "name": "Leeds United",
                "shortName": "Leeds",
                "gender": "M",
                "nameCode": "LUN",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 34
            },
            "uniqueTournament": {
                "name": "FA Cup",
                "category": {
                    "name": "England",
                    "id": 1,
                    "flag": "england",
                    "alpha2": "EN"
                },
                "id": 19,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-cup",
                "majorTrophy": true
            },
            "season": {
                "name": "FA Cup 20/21",
                "year": "20/21",
                "id": 34650
            }
        },
        {
            "statistics": {
                "accurateCrosses": 4,
                "accurateCrossesPercentage": 25,
                "accurateLongBalls": 3,
                "accurateLongBallsPercentage": 37.5,
                "accuratePasses": 82,
                "accuratePassesPercentage": 68.91,
                "aerialDuelsWon": 6,
                "assists": 2,
                "bigChancesCreated": 3,
                "bigChancesMissed": 0,
                "blockedShots": 3,
                "cleanSheet": 0,
                "dribbledPast": 3,
                "errorLeadToGoal": 0,
                "goals": 1,
                "goalsAssistsSum": 3,
                "goalsConceded": 6,
                "interceptions": 3,
                "keyPasses": 9,
                "minutesPlayed": 407,
                "passToAssist": 0,
                "rating": 7.17,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 3,
                "successfulDribbles": 10,
                "tackles": 5,
                "totalShots": 11,
                "yellowCards": 0,
                "totalRating": 43,
                "countRating": 6,
                "totalLongBalls": 8,
                "totalCross": 16,
                "totalPasses": 119,
                "shotsFromInsideTheBox": 6,
                "appearances": 6,
                "type": "overall",
                "id": 0
            },
            "year": "20/21",
            "startYear": 2020,
            "endYear": 2021,
            "team": {
                "name": "Stade Rennais",
                "shortName": "Rennes",
                "gender": "M",
                "nameCode": "SRFC",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 1658
            },
            "uniqueTournament": {
                "name": "Ligue 1",
                "category": {
                    "name": "France",
                    "id": 7,
                    "flag": "france",
                    "alpha2": "FR"
                },
                "id": 34,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-league",
                "majorTrophy": true
            },
            "season": {
                "name": "Ligue 1 20/21",
                "year": "20/21",
                "id": 28222
            }
        },
        {
            "statistics": {
                "accurateCrosses": 28,
                "accurateCrossesPercentage": 30.11,
                "accurateLongBalls": 21,
                "accurateLongBallsPercentage": 46.67,
                "accuratePasses": 405,
                "accuratePassesPercentage": 71.3,
                "aerialDuelsWon": 15,
                "assists": 3,
                "bigChancesCreated": 8,
                "bigChancesMissed": 2,
                "blockedShots": 10,
                "cleanSheet": 3,
                "dribbledPast": 22,
                "errorLeadToGoal": 1,
                "goals": 5,
                "goalsAssistsSum": 8,
                "goalsConceded": 16,
                "interceptions": 17,
                "keyPasses": 43,
                "minutesPlayed": 1695,
                "passToAssist": 1,
                "rating": 6.98,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 14,
                "successfulDribbles": 49,
                "tackles": 22,
                "totalShots": 43,
                "yellowCards": 4,
                "totalRating": 153.5,
                "countRating": 22,
                "totalLongBalls": 45,
                "totalCross": 93,
                "totalPasses": 568,
                "shotsFromInsideTheBox": 20,
                "appearances": 22,
                "type": "overall",
                "id": 0
            },
            "year": "19/20",
            "startYear": 2019,
            "endYear": 2020,
            "team": {
                "name": "Stade Rennais",
                "shortName": "Rennes",
                "gender": "M",
                "nameCode": "SRFC",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 1658
            },
            "uniqueTournament": {
                "name": "Ligue 1",
                "category": {
                    "name": "France",
                    "id": 7,
                    "flag": "france",
                    "alpha2": "FR"
                },
                "id": 34,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-league",
                "majorTrophy": true
            },
            "season": {
                "name": "Ligue 1 19/20",
                "year": "19/20",
                "id": 23872
            }
        },
        {
            "statistics": {
                "accurateCrosses": 3,
                "accurateCrossesPercentage": 75,
                "accurateLongBalls": 2,
                "accurateLongBallsPercentage": 33.33,
                "accuratePasses": 49,
                "accuratePassesPercentage": 84.48,
                "aerialDuelsWon": 1,
                "assists": 1,
                "bigChancesCreated": 2,
                "bigChancesMissed": 0,
                "blockedShots": 0,
                "cleanSheet": 1,
                "dribbledPast": 5,
                "errorLeadToGoal": 0,
                "goals": 1,
                "goalsAssistsSum": 2,
                "goalsConceded": 2,
                "interceptions": 3,
                "keyPasses": 5,
                "minutesPlayed": 180,
                "passToAssist": 0,
                "rating": 7.6,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 1,
                "successfulDribbles": 3,
                "tackles": 1,
                "totalShots": 3,
                "yellowCards": 0,
                "totalRating": 15.2,
                "countRating": 2,
                "totalLongBalls": 6,
                "totalCross": 4,
                "totalPasses": 58,
                "shotsFromInsideTheBox": 2,
                "appearances": 2,
                "type": "overall",
                "id": 0
            },
            "year": "19/20",
            "startYear": 2019,
            "endYear": 2020,
            "team": {
                "name": "Stade Rennais",
                "shortName": "Rennes",
                "gender": "M",
                "nameCode": "SRFC",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 1658
            },
            "uniqueTournament": {
                "name": "Coupe de France",
                "category": {
                    "name": "France",
                    "id": 7,
                    "flag": "france",
                    "alpha2": "FR"
                },
                "id": 335,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-cup",
                "majorTrophy": true
            },
            "season": {
                "name": "Coupe de France 19/20",
                "year": "19/20",
                "id": 26061
            }
        },
        {
            "statistics": {
                "accurateCrosses": 2,
                "accurateCrossesPercentage": 40,
                "accurateLongBalls": 1,
                "accurateLongBallsPercentage": 50,
                "accuratePasses": 14,
                "accuratePassesPercentage": 77.78,
                "assists": 0,
                "bigChancesCreated": 0,
                "bigChancesMissed": 0,
                "blockedShots": 0,
                "cleanSheet": 0,
                "dribbledPast": 0,
                "errorLeadToGoal": 0,
                "goals": 0,
                "goalsAssistsSum": 0,
                "goalsConceded": 1,
                "interceptions": 0,
                "keyPasses": 3,
                "minutesPlayed": 21,
                "passToAssist": 0,
                "rating": 7.1,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 0,
                "successfulDribbles": 2,
                "tackles": 0,
                "totalShots": 1,
                "yellowCards": 1,
                "totalRating": 7.1,
                "countRating": 1,
                "totalLongBalls": 2,
                "totalCross": 5,
                "totalPasses": 18,
                "shotsFromInsideTheBox": 0,
                "appearances": 1,
                "type": "overall",
                "id": 0
            },
            "year": "19/20",
            "startYear": 2019,
            "endYear": 2020,
            "team": {
                "name": "Stade Rennais",
                "shortName": "Rennes",
                "gender": "M",
                "nameCode": "SRFC",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 1658
            },
            "uniqueTournament": {
                "name": "Coupe de la Ligue",
                "category": {
                    "name": "France",
                    "id": 7,
                    "flag": "france",
                    "alpha2": "FR"
                },
                "id": 333,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-cup",
                "majorTrophy": true
            },
            "season": {
                "name": "Coupe de la Ligue 19/20",
                "year": "19/20",
                "id": 24488
            }
        },
        {
            "statistics": {
                "accurateCrosses": 4,
                "accurateCrossesPercentage": 28.57,
                "accurateLongBalls": 2,
                "accurateLongBallsPercentage": 66.67,
                "accuratePasses": 73,
                "accuratePassesPercentage": 74.49,
                "aerialDuelsWon": 3,
                "assists": 0,
                "bigChancesCreated": 1,
                "bigChancesMissed": 0,
                "blockedShots": 0,
                "cleanSheet": 0,
                "dribbledPast": 6,
                "errorLeadToGoal": 0,
                "goals": 0,
                "goalsAssistsSum": 0,
                "goalsConceded": 3,
                "interceptions": 5,
                "keyPasses": 10,
                "minutesPlayed": 274,
                "passToAssist": 0,
                "rating": 6.82,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 2,
                "successfulDribbles": 5,
                "tackles": 5,
                "totalShots": 4,
                "yellowCards": 2,
                "totalRating": 27.3,
                "countRating": 4,
                "totalLongBalls": 3,
                "totalCross": 14,
                "totalPasses": 98,
                "shotsFromInsideTheBox": 2,
                "appearances": 4,
                "type": "overall",
                "id": 0
            },
            "year": "19/20",
            "startYear": 2019,
            "endYear": 2020,
            "team": {
                "name": "Stade Rennais",
                "shortName": "Rennes",
                "gender": "M",
                "nameCode": "SRFC",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 1658
            },
            "uniqueTournament": {
                "name": "UEFA Europa League",
                "category": {
                    "name": "Europe",
                    "id": 1465,
                    "flag": "europe"
                },
                "id": 679,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "international-cup",
                "majorTrophy": true
            },
            "season": {
                "name": "UEFA Europa League 19/20",
                "year": "19/20",
                "id": 23755
            }
        },
        {
            "statistics": {
                "accurateCrosses": 1,
                "accurateCrossesPercentage": 10,
                "accurateLongBalls": 5,
                "accurateLongBallsPercentage": 62.5,
                "accuratePasses": 79,
                "accuratePassesPercentage": 79,
                "aerialDuelsWon": 1,
                "assists": 0,
                "bigChancesCreated": 1,
                "bigChancesMissed": 1,
                "blockedShots": 1,
                "cleanSheet": 0,
                "dribbledPast": 8,
                "errorLeadToGoal": 0,
                "goals": 2,
                "goalsAssistsSum": 2,
                "goalsConceded": 6,
                "interceptions": 1,
                "keyPasses": 6,
                "minutesPlayed": 360,
                "passToAssist": 0,
                "rating": 6.85,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 4,
                "successfulDribbles": 4,
                "tackles": 10,
                "totalShots": 7,
                "yellowCards": 1,
                "totalRating": 27.4,
                "countRating": 4,
                "totalLongBalls": 8,
                "totalCross": 10,
                "totalPasses": 100,
                "shotsFromInsideTheBox": 6,
                "appearances": 4,
                "type": "overall",
                "id": 0
            },
            "year": "19/20",
            "startYear": 2019,
            "endYear": 2020,
            "team": {
                "name": "Sporting",
                "shortName": "Sporting",
                "gender": "M",
                "nameCode": "SPO",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 3001
            },
            "uniqueTournament": {
                "name": "Liga Portugal Betclic",
                "category": {
                    "name": "Portugal",
                    "id": 44,
                    "flag": "portugal",
                    "alpha2": "PT"
                },
                "id": 238,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-league",
                "majorTrophy": true
            },
            "season": {
                "name": "Primeira Liga 19/20",
                "year": "19/20",
                "id": 24150
            }
        },
        {
            "statistics": {
                "accurateCrosses": 0,
                "accurateCrossesPercentage": 0,
                "accurateLongBalls": 4,
                "accurateLongBallsPercentage": 80,
                "accuratePasses": 34,
                "accuratePassesPercentage": 77.27,
                "assists": 0,
                "bigChancesCreated": 0,
                "bigChancesMissed": 0,
                "blockedShots": 2,
                "cleanSheet": 0,
                "dribbledPast": 3,
                "errorLeadToGoal": 0,
                "goals": 0,
                "goalsAssistsSum": 0,
                "goalsConceded": 5,
                "interceptions": 1,
                "keyPasses": 1,
                "minutesPlayed": 90,
                "passToAssist": 0,
                "rating": 6.4,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 0,
                "successfulDribbles": 4,
                "tackles": 2,
                "totalShots": 4,
                "yellowCards": 1,
                "totalRating": 6.4,
                "countRating": 1,
                "totalLongBalls": 5,
                "totalCross": 1,
                "totalPasses": 44,
                "shotsFromInsideTheBox": 3,
                "appearances": 1,
                "type": "overall",
                "id": 0
            },
            "year": "19/20",
            "startYear": 2019,
            "endYear": 2020,
            "team": {
                "name": "Sporting",
                "shortName": "Sporting",
                "gender": "M",
                "nameCode": "SPO",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 3001
            },
            "uniqueTournament": {
                "name": "Supertaça",
                "category": {
                    "name": "Portugal",
                    "id": 44,
                    "flag": "portugal",
                    "alpha2": "PT"
                },
                "id": 345,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-cup",
                "majorTrophy": false
            },
            "season": {
                "name": "Super Cup 2019",
                "year": "19/20",
                "id": 24012
            }
        },
        {
            "statistics": {
                "accurateCrosses": 8,
                "accurateCrossesPercentage": 18.18,
                "accurateLongBalls": 32,
                "accurateLongBallsPercentage": 60.38,
                "accuratePasses": 338,
                "accuratePassesPercentage": 71.61,
                "aerialDuelsWon": 23,
                "assists": 1,
                "bigChancesCreated": 6,
                "bigChancesMissed": 3,
                "blockedShots": 13,
                "cleanSheet": 3,
                "dribbledPast": 21,
                "errorLeadToGoal": 0,
                "goals": 4,
                "goalsAssistsSum": 5,
                "goalsConceded": 18,
                "interceptions": 22,
                "keyPasses": 33,
                "minutesPlayed": 1512,
                "passToAssist": 0,
                "rating": 7.15,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 21,
                "successfulDribbles": 26,
                "tackles": 32,
                "totalShots": 54,
                "yellowCards": 6,
                "totalRating": 171.7,
                "countRating": 24,
                "totalLongBalls": 53,
                "totalCross": 44,
                "totalPasses": 472,
                "shotsFromInsideTheBox": 28,
                "appearances": 24,
                "type": "overall",
                "id": 0
            },
            "year": "18/19",
            "startYear": 2018,
            "endYear": 2019,
            "team": {
                "name": "Sporting",
                "shortName": "Sporting",
                "gender": "M",
                "nameCode": "SPO",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 3001
            },
            "uniqueTournament": {
                "name": "Liga Portugal Betclic",
                "category": {
                    "name": "Portugal",
                    "id": 44,
                    "flag": "portugal",
                    "alpha2": "PT"
                },
                "id": 238,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-league",
                "majorTrophy": true
            },
            "season": {
                "name": "Primeira Liga 18/19",
                "year": "18/19",
                "id": 17714
            }
        },
        {
            "statistics": {
                "accurateCrosses": 4,
                "accurateCrossesPercentage": 30.77,
                "accurateLongBalls": 6,
                "accurateLongBallsPercentage": 54.55,
                "accuratePasses": 65,
                "accuratePassesPercentage": 71.43,
                "assists": 1,
                "bigChancesCreated": 3,
                "bigChancesMissed": 0,
                "blockedShots": 0,
                "cleanSheet": 1,
                "dribbledPast": 3,
                "errorLeadToGoal": 0,
                "goals": 1,
                "goalsAssistsSum": 2,
                "goalsConceded": 2,
                "interceptions": 7,
                "keyPasses": 5,
                "minutesPlayed": 213,
                "passToAssist": 0,
                "rating": 7.5,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 1,
                "successfulDribbles": 4,
                "tackles": 9,
                "totalShots": 3,
                "yellowCards": 1,
                "totalRating": 30,
                "countRating": 4,
                "totalLongBalls": 11,
                "totalCross": 13,
                "totalPasses": 91,
                "shotsFromInsideTheBox": 1,
                "appearances": 4,
                "type": "overall",
                "id": 0
            },
            "year": "18/19",
            "startYear": 2018,
            "endYear": 2019,
            "team": {
                "name": "Sporting",
                "shortName": "Sporting",
                "gender": "M",
                "nameCode": "SPO",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 3001
            },
            "uniqueTournament": {
                "name": "UEFA Europa League",
                "category": {
                    "name": "Europe",
                    "id": 1465,
                    "flag": "europe"
                },
                "id": 679,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "international-cup",
                "majorTrophy": true
            },
            "season": {
                "name": "UEFA Europa League 18/19",
                "year": "18/19",
                "id": 17352
            }
        },
        {
            "statistics": {
                "accurateCrosses": 0,
                "accurateCrossesPercentage": 0,
                "accurateLongBalls": 1,
                "accurateLongBallsPercentage": 25,
                "accuratePasses": 15,
                "accuratePassesPercentage": 46.88,
                "aerialDuelsWon": 3,
                "assists": 0,
                "bigChancesCreated": 0,
                "bigChancesMissed": 2,
                "blockedShots": 0,
                "cleanSheet": 0,
                "dribbledPast": 0,
                "errorLeadToGoal": 0,
                "goals": 0,
                "goalsAssistsSum": 0,
                "goalsConceded": 2,
                "interceptions": 1,
                "keyPasses": 0,
                "minutesPlayed": 191,
                "passToAssist": 0,
                "rating": 6.8,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 2,
                "successfulDribbles": 2,
                "tackles": 3,
                "totalShots": 3,
                "yellowCards": 0,
                "totalRating": 13.6,
                "countRating": 2,
                "totalLongBalls": 4,
                "totalCross": 3,
                "totalPasses": 32,
                "shotsFromInsideTheBox": 3,
                "appearances": 2,
                "type": "overall",
                "id": 0
            },
            "year": "18/19",
            "startYear": 2018,
            "endYear": 2019,
            "team": {
                "name": "Sporting",
                "shortName": "Sporting",
                "gender": "M",
                "nameCode": "SPO",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 3001
            },
            "uniqueTournament": {
                "name": "Taça da Liga",
                "category": {
                    "name": "Portugal",
                    "id": 44,
                    "flag": "portugal",
                    "alpha2": "PT"
                },
                "id": 327,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-league",
                "majorTrophy": true
            },
            "season": {
                "name": "League Cup 18/19",
                "year": "18/19",
                "id": 17920
            }
        },
        {
            "statistics": {
                "accurateCrosses": 51,
                "accurateCrossesPercentage": 25.89,
                "accurateLongBalls": 38,
                "accurateLongBallsPercentage": 38.78,
                "accuratePasses": 471,
                "accuratePassesPercentage": 65.15,
                "aerialDuelsWon": 13,
                "assists": 4,
                "bigChancesCreated": 10,
                "bigChancesMissed": 7,
                "blockedShots": 17,
                "cleanSheet": 7,
                "dribbledPast": 45,
                "errorLeadToGoal": 0,
                "goals": 15,
                "goalsAssistsSum": 19,
                "goalsConceded": 45,
                "interceptions": 41,
                "keyPasses": 56,
                "minutesPlayed": 2791,
                "passToAssist": 2,
                "rating": 7.19,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 27,
                "successfulDribbles": 33,
                "tackles": 63,
                "totalShots": 74,
                "yellowCards": 4,
                "totalRating": 230.1,
                "countRating": 32,
                "totalLongBalls": 98,
                "totalCross": 197,
                "totalPasses": 723,
                "shotsFromInsideTheBox": 0,
                "appearances": 32,
                "type": "overall",
                "id": 0
            },
            "year": "17/18",
            "startYear": 2017,
            "endYear": 2018,
            "team": {
                "name": "Vitória SC",
                "shortName": "Vitória",
                "gender": "M",
                "nameCode": "VSC",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 3009
            },
            "uniqueTournament": {
                "name": "Liga Portugal Betclic",
                "category": {
                    "name": "Portugal",
                    "id": 44,
                    "flag": "portugal",
                    "alpha2": "PT"
                },
                "id": 238,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-league",
                "majorTrophy": true
            },
            "season": {
                "name": "Primeira Liga 17/18",
                "year": "17/18",
                "id": 13539
            }
        },
        {
            "statistics": {
                "accurateCrosses": 7,
                "accurateCrossesPercentage": 19.44,
                "accurateLongBalls": 4,
                "accurateLongBallsPercentage": 28.57,
                "accuratePasses": 81,
                "accuratePassesPercentage": 61.83,
                "aerialDuelsWon": 1,
                "assists": 0,
                "bigChancesCreated": 1,
                "bigChancesMissed": 1,
                "blockedShots": 2,
                "cleanSheet": 0,
                "dribbledPast": 11,
                "errorLeadToGoal": 0,
                "goals": 0,
                "goalsAssistsSum": 0,
                "goalsConceded": 9,
                "interceptions": 14,
                "keyPasses": 8,
                "minutesPlayed": 503,
                "passToAssist": 0,
                "rating": 6.78,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 3,
                "successfulDribbles": 7,
                "tackles": 6,
                "totalShots": 9,
                "yellowCards": 1,
                "totalRating": 40.7,
                "countRating": 6,
                "totalLongBalls": 14,
                "totalCross": 36,
                "totalPasses": 131,
                "shotsFromInsideTheBox": 0,
                "appearances": 6,
                "type": "overall",
                "id": 0
            },
            "year": "17/18",
            "startYear": 2017,
            "endYear": 2018,
            "team": {
                "name": "Vitória SC",
                "shortName": "Vitória",
                "gender": "M",
                "nameCode": "VSC",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 3009
            },
            "uniqueTournament": {
                "name": "UEFA Europa League",
                "category": {
                    "name": "Europe",
                    "id": 1465,
                    "flag": "europe"
                },
                "id": 679,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "international-cup",
                "majorTrophy": true
            },
            "season": {
                "name": "UEFA Europa League 17/18",
                "year": "17/18",
                "id": 13416
            }
        },
        {
            "statistics": {
                "accurateCrosses": 17,
                "accurateCrossesPercentage": 16.35,
                "accurateLongBalls": 26,
                "accurateLongBallsPercentage": 44.83,
                "accuratePasses": 281,
                "accuratePassesPercentage": 63.86,
                "aerialDuelsWon": 6,
                "assists": 6,
                "bigChancesCreated": 5,
                "bigChancesMissed": 2,
                "blockedShots": 8,
                "cleanSheet": 1,
                "dribbledPast": 22,
                "errorLeadToGoal": 0,
                "goals": 4,
                "goalsAssistsSum": 10,
                "goalsConceded": 20,
                "interceptions": 31,
                "keyPasses": 24,
                "minutesPlayed": 1706,
                "passToAssist": 0,
                "rating": 6.77,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 14,
                "successfulDribbles": 27,
                "tackles": 43,
                "totalShots": 42,
                "yellowCards": 6,
                "totalRating": 216.6,
                "countRating": 32,
                "totalLongBalls": 58,
                "totalCross": 104,
                "totalPasses": 440,
                "shotsFromInsideTheBox": 0,
                "appearances": 32,
                "type": "overall",
                "id": 0
            },
            "year": "16/17",
            "startYear": 2016,
            "endYear": 2017,
            "team": {
                "name": "Vitória SC",
                "shortName": "Vitória",
                "gender": "M",
                "nameCode": "VSC",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 3009
            },
            "uniqueTournament": {
                "name": "Liga Portugal Betclic",
                "category": {
                    "name": "Portugal",
                    "id": 44,
                    "flag": "portugal",
                    "alpha2": "PT"
                },
                "id": 238,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-league",
                "majorTrophy": true
            },
            "season": {
                "name": "Primeira Liga 16/17",
                "year": "16/17",
                "id": 11924
            }
        },
        {
            "statistics": {
                "accurateCrosses": 1,
                "accurateCrossesPercentage": 100,
                "accuratePasses": 5,
                "accuratePassesPercentage": 83.33,
                "assists": 0,
                "bigChancesCreated": 0,
                "bigChancesMissed": 0,
                "blockedShots": 1,
                "cleanSheet": 0,
                "dribbledPast": 2,
                "errorLeadToGoal": 0,
                "goals": 0,
                "goalsAssistsSum": 0,
                "goalsConceded": 0,
                "interceptions": 0,
                "keyPasses": 1,
                "minutesPlayed": 17,
                "passToAssist": 0,
                "rating": 6.9,
                "redCards": 0,
                "saves": 0,
                "shotsOnTarget": 1,
                "successfulDribbles": 0,
                "tackles": 2,
                "totalShots": 2,
                "yellowCards": 0,
                "totalRating": 6.9,
                "countRating": 1,
                "totalCross": 1,
                "totalPasses": 6,
                "shotsFromInsideTheBox": 0,
                "appearances": 1,
                "type": "overall",
                "id": 0
            },
            "year": "15/16",
            "startYear": 2015,
            "endYear": 2016,
            "team": {
                "name": "Vitória SC",
                "shortName": "Vitória",
                "gender": "M",
                "nameCode": "VSC",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 3009
            },
            "uniqueTournament": {
                "name": "Liga Portugal Betclic",
                "category": {
                    "name": "Portugal",
                    "id": 44,
                    "flag": "portugal",
                    "alpha2": "PT"
                },
                "id": 238,
                "displayInverseHomeAwayTeams": false,
                "competitionType": "domestic-league",
                "majorTrophy": true
            },
            "season": {
                "name": "Primeira Liga 15/16",
                "year": "15/16",
                "id": 10453
            }
        }
    ]
}

Player Transfer History

get

Endpoint Description

This endpoint retrieves information about a specific player transfer in football by providing the player's unique identifier.

Request

  • Method: GET

  • URL: https://apiv3.sportsapi360.com/football/api/v1/player/transfer/:id

  • Path Parameter:

    • id (integer): The unique identifier of the player whose transfer details are being requested.

Response

The response will return a JSON object containing the following structure:

  • status (boolean): Indicates the success of the request.

  • statusCode (integer): A code representing the status of the response.

  • message (string): Any additional message regarding the request.

  • response (array): An array containing transfer details for the player. Each object in the array includes:

    • player (object): Information about the player involved in the transfer.

      • name (string): The full name of the player.

      • shortName (string): The abbreviated name of the player.

      • position (string): The playing position of the player.

      • jerseyNumber (integer): The jersey number of the player.

      • sofascoreId (string): The unique identifier for the player in the SofaScore database.

      • id (integer): The unique identifier of the player.

    • transferFrom (object): Details about the team the player is transferring from.

      • name (string): Name of the team.

      • shortName (string): Abbreviated name of the team.

      • gender (string): Gender of the team (if applicable).

      • nameCode (string): Code representing the team name.

      • disabled (boolean): Indicates if the team is disabled.

      • national (boolean): Indicates if the team is a national team.

      • type (integer): Type of the team.

      • id (integer): Unique identifier of the team.

    • transferTo (object): Details about the team the player is transferring to.

      • Same structure as transferFrom.

    • fromTeamName (string): The name of the team the player is leaving.

    • toTeamName (string): The name of the team the player is joining.

    • type (integer): The type of transfer.

    • transferFee (float): The fee associated with the transfer.

    • transferFeeDescription (string): Description of the transfer fee.

    • id (integer): Unique identifier for the transfer record.

    • transferDateTimestamp (integer): The timestamp of the transfer date.

    • transferFeeRaw (object): Raw details of the transfer fee.

      • value (float): The numerical value of the transfer fee.

      • currency (string): The currency in which the transfer fee is denominated.

This endpoint is useful for obtaining detailed information about a player's transfer history, including the teams involved and financial details.

Authorizations
HTTPRequired
Path parameters
idintegerRequiredExample: 831005
Header parameters
x-api-keystringOptional
Responses
200

OK

text/plain
Responsestring
get
/football/api/v1/player/transfer/{id}
GET /football/api/v1/player/transfer/{id} HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
    "status": true,
    "statusCode": 200,
    "message": "Data fetch successfully",
    "response": [
        {
            "player": {
                "name": "Raphinha",
                "shortName": "Raphinha",
                "position": "M",
                "jerseyNumber": "11",
                "sofascoreId": "Raphinha",
                "id": 831005
            },
            "transferFrom": {
                "name": "Leeds United",
                "shortName": "Leeds",
                "gender": "M",
                "nameCode": "LUN",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 34
            },
            "transferTo": {
                "name": "Barcelona",
                "shortName": "Barcelona",
                "gender": "M",
                "nameCode": "BAR",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 2817
            },
            "fromTeamName": "Leeds United",
            "toTeamName": "Barcelona",
            "type": 3,
            "transferFee": 58000000,
            "transferFeeDescription": "58M €",
            "id": 1437321,
            "transferDateTimestamp": 1657670400,
            "transferFeeRaw": {
                "value": 58000000,
                "currency": "EUR"
            }
        },
        {
            "player": {
                "name": "Raphinha",
                "shortName": "Raphinha",
                "position": "M",
                "jerseyNumber": "11",
                "sofascoreId": "Raphinha",
                "id": 831005
            },
            "transferFrom": {
                "name": "Stade Rennais",
                "shortName": "Rennes",
                "gender": "M",
                "nameCode": "SRFC",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 1658
            },
            "transferTo": {
                "name": "Leeds United",
                "shortName": "Leeds",
                "gender": "M",
                "nameCode": "LUN",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 34
            },
            "fromTeamName": "Stade Rennais",
            "toTeamName": "Leeds United",
            "type": 3,
            "transferFee": 17000000,
            "transferFeeDescription": "17M €",
            "id": 1089201,
            "transferDateTimestamp": 1601856000,
            "transferFeeRaw": {
                "value": 17000000,
                "currency": "EUR"
            }
        },
        {
            "player": {
                "name": "Raphinha",
                "shortName": "Raphinha",
                "position": "M",
                "jerseyNumber": "11",
                "sofascoreId": "Raphinha",
                "id": 831005
            },
            "transferFrom": {
                "name": "Sporting",
                "shortName": "Sporting",
                "gender": "M",
                "nameCode": "SPO",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 3001
            },
            "transferTo": {
                "name": "Stade Rennais",
                "shortName": "Rennes",
                "gender": "M",
                "nameCode": "SRFC",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 1658
            },
            "fromTeamName": "Sporting",
            "toTeamName": "Stade Rennais",
            "type": 3,
            "transferFee": 21000000,
            "transferFeeDescription": "21M €",
            "id": 891438,
            "transferDateTimestamp": 1567382400,
            "transferFeeRaw": {
                "value": 21000000,
                "currency": "EUR"
            }
        },
        {
            "player": {
                "name": "Raphinha",
                "shortName": "Raphinha",
                "position": "M",
                "jerseyNumber": "11",
                "sofascoreId": "Raphinha",
                "id": 831005
            },
            "transferFrom": {
                "name": "Vitória SC",
                "shortName": "Vitória",
                "gender": "M",
                "nameCode": "VSC",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 3009
            },
            "transferTo": {
                "name": "Sporting",
                "shortName": "Sporting",
                "gender": "M",
                "nameCode": "SPO",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 3001
            },
            "fromTeamName": "Vitória SC",
            "toTeamName": "Sporting",
            "type": 3,
            "transferFee": 6500000,
            "transferFeeDescription": "6.5M €",
            "id": 915497,
            "transferDateTimestamp": 1530403200,
            "transferFeeRaw": {
                "value": 6500000,
                "currency": "EUR"
            }
        },
        {
            "player": {
                "name": "Raphinha",
                "shortName": "Raphinha",
                "position": "M",
                "jerseyNumber": "11",
                "sofascoreId": "Raphinha",
                "id": 831005
            },
            "transferFrom": {
                "name": "Vitória SC B",
                "shortName": "Vitória B",
                "gender": "M",
                "nameCode": "GUI",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 74475
            },
            "transferTo": {
                "name": "Vitória SC",
                "shortName": "Vitória",
                "gender": "M",
                "nameCode": "VSC",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 3009
            },
            "fromTeamName": "Vitória SC B",
            "toTeamName": "Vitória SC",
            "type": 3,
            "transferFee": 0,
            "transferFeeDescription": "-",
            "id": 915759,
            "transferDateTimestamp": 1467331200,
            "transferFeeRaw": {
                "value": 0,
                "currency": "EUR"
            }
        },
        {
            "player": {
                "name": "Raphinha",
                "shortName": "Raphinha",
                "position": "M",
                "jerseyNumber": "11",
                "sofascoreId": "Raphinha",
                "id": 831005
            },
            "transferFrom": {
                "name": "Avaí U19",
                "shortName": "Avaí",
                "nameCode": "AVA",
                "national": false,
                "type": 0,
                "id": 212516
            },
            "transferTo": {
                "name": "Vitória SC B",
                "shortName": "Vitória B",
                "gender": "M",
                "nameCode": "GUI",
                "disabled": false,
                "national": false,
                "type": 0,
                "id": 74475
            },
            "fromTeamName": "Avaí U19",
            "toTeamName": "Vitória SC B",
            "type": 3,
            "transferFee": 600000,
            "transferFeeDescription": "600k €",
            "id": 413536,
            "transferDateTimestamp": 1454284800,
            "transferFeeRaw": {
                "value": 600000,
                "currency": "EUR"
            }
        }
    ]
}

Player Tournament Season Statistics

get

Get Player Tournament Season Statistics

This endpoint retrieves the statistical data for a specific player in a given tournament and season. It provides detailed performance metrics that can be used for analysis or reporting purposes.

Request Method

GET

Endpoint URL

https://apiv3.sportsapi360.com/football/api/v1/player/:id/tournament/:tid/season/:sid/statistics

Request Parameters

  • id (path parameter): The unique identifier of the player whose statistics are being requested.

  • tid (path parameter): The unique identifier of the tournament for which the statistics are being fetched.

  • sid (path parameter): The unique identifier of the season during which the statistics are recorded.

Additional Notes

  • The status field indicates whether the request was successful.

  • The statusCode provides further information about the request's outcome.

  • The response object contains two main sections: statistics, which includes detailed performance metrics, and team, which provides information about the player's team.

Authorizations
HTTPRequired
Path parameters
idintegerRequiredExample: 831005
tidintegerRequiredExample: 7
sidintegerRequiredExample: 61644
Header parameters
x-api-keystringOptional
Responses
200

OK

text/plain
Responsestring
get
/football/api/v1/player/{id}/tournament/{tid}/season/{sid}/statistics
GET /football/api/v1/player/{id}/tournament/{tid}/season/{sid}/statistics HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
    "status": true,
    "statusCode": 200,
    "message": "Data fetch successfully",
    "response": {
        "statistics": {
            "appearances": 14,
            "matchesStarted": 14,
            "minutesPlayed": 1225,
            "goals": 13,
            "penaltyGoals": 0,
            "scoringFrequency": "94.23",
            "totalShots": 51,
            "shotsOnTarget": 21,
            "shotsOffTarget": 17,
            "freeKickGoal": 0,
            "headedGoals": 1,
            "leftFootGoals": 9,
            "rightFootGoals": 3,
            "goalsFromInsideTheBox": 10,
            "goalsFromOutsideTheBox": 3,
            "penaltyWon": 0,
            "penaltiesTaken": 0,
            "assists": 8,
            "touches": 810,
            "bigChancesCreated": 13,
            "totalPasses": 527,
            "keyPasses": 39,
            "accuratePasses": 415,
            "interceptions": 8,
            "tackles": 18,
            "possessionWonAttThird": 13,
            "dribbledPast": 8,
            "clearances": 4,
            "successfulDribbles": 15,
            "totalDuelsWon": 47,
            "groundDuelsWon": 46,
            "aerialDuelsWon": 1,
            "possessionLost": 216,
            "fouls": 6,
            "wasFouled": 13,
            "offsides": 8,
            "yellowCards": 0,
            "redCards": 0,
            "yellowRedCards": 0,
            "rating": "8.24",
            "totalRating": "115.40"
        },
        "team": {
            "name": "Barcelona",
            "shortName": "Barcelona",
            "gender": "M",
            "nameCode": "BAR",
            "disabled": false,
            "national": false,
            "type": 0,
            "id": 2817
        }
    }
}

Last updated