Flashscore Scraper

ENDPOINTS
GET/players/details

Player Details

Player card plus career, transfers and injury history: age, club, market value, contract.

QUERY PARAMS

flashscore.com player URL. Flashscore serves a player page only at its exact /player/<slug>/<id>/ address, so pass the full link (a bare ID works on /players/news only).

Example: https://www.flashscore.com/player/mbappe-kylian/Wn6E2SED/

{
  "id": "Wn6E2SED",
  "name": "Kylian Mbappe",
  "link": "https://www.flashscore.com/player/mbappe-kylian/Wn6E2SED/",
  "position": "Forward",
  "country": "France",
  "team": {
    "id": "W8mj7MDD",
    "name": "Real Madrid",
    "short_name": null,
    "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
    "logo": null
  },
  "age": 27,
  "date_of_birth": "1998-12-20",
  "market_value": {
    "amount": 218400000,
    "currency": "EUR"
  },
  "contract_expires": "2029-06-30",
  "career": [
    {
      "name": "League",
      "count": 13,
      "totals": {
        "rating": null,
        "matches_played": 317,
        "goals": 254,
        "assists": 74,
        "yellow_cards": 42,
        "red_cards": 2
      },
      "seasons": [
        {
          "season": "2026/2027",
          "team": {
            "id": "W8mj7MDD",
            "name": "Real Madrid",
            "short_name": null,
            "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
            "logo": null
          },
          "competition": {
            "name": "LaLiga",
            "link": "https://www.flashscore.com/football/spain/laliga/"
          },
          "rating": 8.7,
          "matches_played": 6,
          "goals": 7,
          "assists": 2,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2025/2026",
          "team": {
            "id": "W8mj7MDD",
            "name": "Real Madrid",
            "short_name": null,
            "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
            "logo": null
          },
          "competition": {
            "name": "LaLiga",
            "link": "https://www.flashscore.com/football/spain/laliga-2025-2026/"
          },
          "rating": 8.1,
          "matches_played": 31,
          "goals": 25,
          "assists": 5,
          "yellow_cards": 4,
          "red_cards": 0
        },
        {
          "season": "2024/2025",
          "team": {
            "id": "W8mj7MDD",
            "name": "Real Madrid",
            "short_name": null,
            "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
            "logo": null
          },
          "competition": {
            "name": "LaLiga",
            "link": "https://www.flashscore.com/football/spain/laliga-2024-2025/"
          },
          "rating": 7.4,
          "matches_played": 34,
          "goals": 31,
          "assists": 3,
          "yellow_cards": 3,
          "red_cards": 1
        },
        {
          "season": "2023/2024",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Ligue 1",
            "link": "https://www.flashscore.com/football/france/ligue-1-2023-2024/"
          },
          "rating": 7.7,
          "matches_played": 29,
          "goals": 27,
          "assists": 7,
          "yellow_cards": 4,
          "red_cards": 0
        },
        {
          "season": "2022/2023",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Ligue 1",
            "link": "https://www.flashscore.com/football/france/ligue-1-2022-2023/"
          },
          "rating": 7.8,
          "matches_played": 34,
          "goals": 29,
          "assists": 6,
          "yellow_cards": 6,
          "red_cards": 0
        },
        {
          "season": "2021/2022",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Ligue 1",
            "link": "https://www.flashscore.com/football/france/ligue-1-2021-2022/"
          },
          "rating": 7.9,
          "matches_played": 35,
          "goals": 28,
          "assists": 17,
          "yellow_cards": 10,
          "red_cards": 0
        },
        {
          "season": "2020/2021",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Ligue 1",
            "link": "https://www.flashscore.com/football/france/ligue-1-2020-2021/"
          },
          "rating": 7.8,
          "matches_played": 31,
          "goals": 27,
          "assists": 7,
          "yellow_cards": 5,
          "red_cards": 0
        },
        {
          "season": "2019/2020",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Ligue 1",
            "link": "https://www.flashscore.com/football/france/ligue-1-2019-2020/"
          },
          "rating": 7.9,
          "matches_played": 20,
          "goals": 18,
          "assists": 5,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2018/2019",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Ligue 1",
            "link": "https://www.flashscore.com/football/france/ligue-1-2018-2019/"
          },
          "rating": 7.8,
          "matches_played": 29,
          "goals": 33,
          "assists": 6,
          "yellow_cards": 5,
          "red_cards": 1
        },
        {
          "season": "2017/2018",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Ligue 1",
            "link": "https://www.flashscore.com/football/france/ligue-1-2017-2018/"
          },
          "rating": 7.6,
          "matches_played": 27,
          "goals": 13,
          "assists": 7,
          "yellow_cards": 2,
          "red_cards": 0
        },
        {
          "season": "2017/2018",
          "team": {
            "id": "2PIvr8o4",
            "name": "Monaco",
            "short_name": null,
            "link": "https://www.flashscore.com/team/monaco/2PIvr8o4/",
            "logo": null
          },
          "competition": {
            "name": "Ligue 1",
            "link": "https://www.flashscore.com/football/france/ligue-1-2017-2018/"
          },
          "rating": 7.2,
          "matches_played": 1,
          "goals": 0,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2016/2017",
          "team": {
            "id": "2PIvr8o4",
            "name": "Monaco",
            "short_name": null,
            "link": "https://www.flashscore.com/team/monaco/2PIvr8o4/",
            "logo": null
          },
          "competition": {
            "name": "Ligue 1",
            "link": "https://www.flashscore.com/football/france/ligue-1-2016-2017/"
          },
          "rating": 7.5,
          "matches_played": 29,
          "goals": 15,
          "assists": 8,
          "yellow_cards": 2,
          "red_cards": 0
        },
        {
          "season": "2015/2016",
          "team": {
            "id": "2PIvr8o4",
            "name": "Monaco",
            "short_name": null,
            "link": "https://www.flashscore.com/team/monaco/2PIvr8o4/",
            "logo": null
          },
          "competition": {
            "name": "Ligue 1",
            "link": "https://www.flashscore.com/football/france/ligue-1-2015-2016/"
          },
          "rating": 6.9,
          "matches_played": 11,
          "goals": 1,
          "assists": 1,
          "yellow_cards": 1,
          "red_cards": 0
        }
      ]
    },
    {
      "name": "Domestic Cups",
      "count": 22,
      "totals": {
        "rating": null,
        "matches_played": 56,
        "goals": 49,
        "assists": 14,
        "yellow_cards": 5,
        "red_cards": 2
      },
      "seasons": [
        {
          "season": "2026",
          "team": {
            "id": "W8mj7MDD",
            "name": "Real Madrid",
            "short_name": null,
            "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
            "logo": null
          },
          "competition": {
            "name": "Super Cup",
            "link": "https://www.flashscore.com/football/spain/super-cup-2026/"
          },
          "rating": 7.0,
          "matches_played": 1,
          "goals": 0,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2025/2026",
          "team": {
            "id": "W8mj7MDD",
            "name": "Real Madrid",
            "short_name": null,
            "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
            "logo": null
          },
          "competition": {
            "name": "Copa del Rey",
            "link": "https://www.flashscore.com/football/spain/copa-del-rey-2025-2026/"
          },
          "rating": 8.4,
          "matches_played": 1,
          "goals": 2,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2025",
          "team": {
            "id": "W8mj7MDD",
            "name": "Real Madrid",
            "short_name": null,
            "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
            "logo": null
          },
          "competition": {
            "name": "Super Cup",
            "link": "https://www.flashscore.com/football/spain/super-cup-2025/"
          },
          "rating": 7.5,
          "matches_played": 2,
          "goals": 1,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2024/2025",
          "team": {
            "id": "W8mj7MDD",
            "name": "Real Madrid",
            "short_name": null,
            "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
            "logo": null
          },
          "competition": {
            "name": "Copa del Rey",
            "link": "https://www.flashscore.com/football/spain/copa-del-rey-2024-2025/"
          },
          "rating": 6.9,
          "matches_played": 4,
          "goals": 2,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2023/2024",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Coupe de France",
            "link": "https://www.flashscore.com/football/france/coupe-de-france-2023-2024/"
          },
          "rating": 8.3,
          "matches_played": 6,
          "goals": 8,
          "assists": 3,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2023",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Super Cup",
            "link": "https://www.flashscore.com/football/france/super-cup-2023/"
          },
          "rating": 7.9,
          "matches_played": 1,
          "goals": 1,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2022/2023",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Coupe de France",
            "link": "https://www.flashscore.com/football/france/coupe-de-france-2022-2023/"
          },
          "rating": null,
          "matches_played": 1,
          "goals": 5,
          "assists": 1,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2021/2022",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Coupe de France",
            "link": "https://www.flashscore.com/football/france/coupe-de-france-2021-2022/"
          },
          "rating": null,
          "matches_played": 3,
          "goals": 5,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2020/2021",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Coupe de France",
            "link": "https://www.flashscore.com/football/france/coupe-de-france-2020-2021/"
          },
          "rating": null,
          "matches_played": 5,
          "goals": 7,
          "assists": 1,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2020",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Super Cup",
            "link": "https://www.flashscore.com/football/france/super-cup-2020/"
          },
          "rating": 6.3,
          "matches_played": 1,
          "goals": 0,
          "assists": 0,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2019/2020",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Coupe de France",
            "link": "https://www.flashscore.com/football/france/coupe-de-france-2019-2020/"
          },
          "rating": null,
          "matches_played": 3,
          "goals": 4,
          "assists": 1,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2019/2020",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Coupe de la Ligue",
            "link": "https://www.flashscore.com/football/france/coupe-de-la-ligue/"
          },
          "rating": null,
          "matches_played": 3,
          "goals": 2,
          "assists": 3,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2019",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Super Cup",
            "link": "https://www.flashscore.com/football/france/super-cup-2019/"
          },
          "rating": 8.5,
          "matches_played": 1,
          "goals": 1,
          "assists": 0,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2018/2019",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Coupe de France",
            "link": "https://www.flashscore.com/football/france/coupe-de-france-2018-2019/"
          },
          "rating": null,
          "matches_played": 4,
          "goals": 2,
          "assists": 3,
          "yellow_cards": 0,
          "red_cards": 1
        },
        {
          "season": "2018/2019",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Coupe de la Ligue",
            "link": "https://www.flashscore.com/football/france/coupe-de-la-ligue-2018-2019/"
          },
          "rating": null,
          "matches_played": 2,
          "goals": 0,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2017/2018",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Coupe de France",
            "link": "https://www.flashscore.com/football/france/coupe-de-france-2017-2018/"
          },
          "rating": null,
          "matches_played": 5,
          "goals": 4,
          "assists": null,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2017/2018",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Coupe de la Ligue",
            "link": "https://www.flashscore.com/football/france/coupe-de-la-ligue-2017-2018/"
          },
          "rating": null,
          "matches_played": 4,
          "goals": 0,
          "assists": 2,
          "yellow_cards": 0,
          "red_cards": 1
        },
        {
          "season": "2017",
          "team": {
            "id": "2PIvr8o4",
            "name": "Monaco",
            "short_name": null,
            "link": "https://www.flashscore.com/team/monaco/2PIvr8o4/",
            "logo": null
          },
          "competition": {
            "name": "Super Cup",
            "link": "https://www.flashscore.com/football/france/super-cup-2017/"
          },
          "rating": null,
          "matches_played": 1,
          "goals": 0,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2016/2017",
          "team": {
            "id": "2PIvr8o4",
            "name": "Monaco",
            "short_name": null,
            "link": "https://www.flashscore.com/team/monaco/2PIvr8o4/",
            "logo": null
          },
          "competition": {
            "name": "Coupe de France",
            "link": "https://www.flashscore.com/football/france/coupe-de-france-2016-2017/"
          },
          "rating": null,
          "matches_played": 3,
          "goals": 2,
          "assists": null,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2016/2017",
          "team": {
            "id": "2PIvr8o4",
            "name": "Monaco",
            "short_name": null,
            "link": "https://www.flashscore.com/team/monaco/2PIvr8o4/",
            "logo": null
          },
          "competition": {
            "name": "Coupe de la Ligue",
            "link": "https://www.flashscore.com/football/france/coupe-de-la-ligue-2016-2017/"
          },
          "rating": null,
          "matches_played": 3,
          "goals": 3,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2015/2016",
          "team": {
            "id": "2PIvr8o4",
            "name": "Monaco",
            "short_name": null,
            "link": "https://www.flashscore.com/team/monaco/2PIvr8o4/",
            "logo": null
          },
          "competition": {
            "name": "Coupe de France",
            "link": "https://www.flashscore.com/football/france/coupe-de-france-2015-2016/"
          },
          "rating": null,
          "matches_played": 1,
          "goals": 0,
          "assists": null,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2015/2016",
          "team": {
            "id": "2PIvr8o4",
            "name": "Monaco",
            "short_name": null,
            "link": "https://www.flashscore.com/team/monaco/2PIvr8o4/",
            "logo": null
          },
          "competition": {
            "name": "Coupe de la Ligue",
            "link": "https://www.flashscore.com/football/france/coupe-de-la-ligue-2015-2016/"
          },
          "rating": null,
          "matches_played": 1,
          "goals": 0,
          "assists": null,
          "yellow_cards": 0,
          "red_cards": 0
        }
      ]
    },
    {
      "name": "International Cups",
      "count": 16,
      "totals": {
        "rating": null,
        "matches_played": 106,
        "goals": 74,
        "assists": 27,
        "yellow_cards": 8,
        "red_cards": 0
      },
      "seasons": [
        {
          "season": "2026/2027",
          "team": {
            "id": "W8mj7MDD",
            "name": "Real Madrid",
            "short_name": null,
            "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
            "logo": null
          },
          "competition": {
            "name": "Champions League",
            "link": "https://www.flashscore.com/football/europe/champions-league/"
          },
          "rating": 7.6,
          "matches_played": 1,
          "goals": 1,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2025/2026",
          "team": {
            "id": "W8mj7MDD",
            "name": "Real Madrid",
            "short_name": null,
            "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
            "logo": null
          },
          "competition": {
            "name": "Champions League",
            "link": "https://www.flashscore.com/football/europe/champions-league-2025-2026/"
          },
          "rating": 8.4,
          "matches_played": 11,
          "goals": 15,
          "assists": 1,
          "yellow_cards": 2,
          "red_cards": 0
        },
        {
          "season": "2025",
          "team": {
            "id": "W8mj7MDD",
            "name": "Real Madrid",
            "short_name": null,
            "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
            "logo": null
          },
          "competition": {
            "name": "FIFA Club World Cup",
            "link": "https://www.flashscore.com/football/world/fifa-club-world-cup/"
          },
          "rating": 6.9,
          "matches_played": 3,
          "goals": 1,
          "assists": 0,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2024/2025",
          "team": {
            "id": "W8mj7MDD",
            "name": "Real Madrid",
            "short_name": null,
            "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
            "logo": null
          },
          "competition": {
            "name": "Champions League",
            "link": "https://www.flashscore.com/football/europe/champions-league-2024-2025/"
          },
          "rating": 7.4,
          "matches_played": 14,
          "goals": 7,
          "assists": 2,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2024",
          "team": {
            "id": "W8mj7MDD",
            "name": "Real Madrid",
            "short_name": null,
            "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
            "logo": null
          },
          "competition": {
            "name": "FIFA Intercontinental Cup",
            "link": "https://www.flashscore.com/football/world/fifa-intercontinental-cup-2024/"
          },
          "rating": 8.8,
          "matches_played": 1,
          "goals": 1,
          "assists": 1,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2024",
          "team": {
            "id": "W8mj7MDD",
            "name": "Real Madrid",
            "short_name": null,
            "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
            "logo": null
          },
          "competition": {
            "name": "UEFA Super Cup",
            "link": "https://www.flashscore.com/football/europe/uefa-super-cup-2024/"
          },
          "rating": 7.6,
          "matches_played": 1,
          "goals": 1,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2023/2024",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Champions League",
            "link": "https://www.flashscore.com/football/europe/champions-league-2023-2024/"
          },
          "rating": 7.7,
          "matches_played": 12,
          "goals": 8,
          "assists": 0,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2022/2023",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Champions League",
            "link": "https://www.flashscore.com/football/europe/champions-league-2022-2023/"
          },
          "rating": 7.6,
          "matches_played": 8,
          "goals": 7,
          "assists": 3,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2021/2022",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Champions League",
            "link": "https://www.flashscore.com/football/europe/champions-league-2021-2022/"
          },
          "rating": 7.7,
          "matches_played": 8,
          "goals": 6,
          "assists": 4,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2020/2021",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Champions League",
            "link": "https://www.flashscore.com/football/europe/champions-league-2020-2021/"
          },
          "rating": 7.7,
          "matches_played": 10,
          "goals": 8,
          "assists": 3,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2019/2020",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Champions League",
            "link": "https://www.flashscore.com/football/europe/champions-league-2019-2020/"
          },
          "rating": 7.5,
          "matches_played": 10,
          "goals": 5,
          "assists": 5,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2018/2019",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Champions League",
            "link": "https://www.flashscore.com/football/europe/champions-league-2018-2019/"
          },
          "rating": 7.5,
          "matches_played": 8,
          "goals": 4,
          "assists": 4,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2017/2018",
          "team": {
            "id": "CjhkPw0k",
            "name": "PSG",
            "short_name": null,
            "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
            "logo": null
          },
          "competition": {
            "name": "Champions League",
            "link": "https://www.flashscore.com/football/europe/champions-league-2017-2018/"
          },
          "rating": 7.6,
          "matches_played": 8,
          "goals": 4,
          "assists": 3,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2016/2017",
          "team": {
            "id": "2PIvr8o4",
            "name": "Monaco",
            "short_name": null,
            "link": "https://www.flashscore.com/team/monaco/2PIvr8o4/",
            "logo": null
          },
          "competition": {
            "name": "Champions League",
            "link": "https://www.flashscore.com/football/europe/champions-league-2016-2017/"
          },
          "rating": 7.1,
          "matches_played": 9,
          "goals": 6,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2015/2016",
          "team": {
            "id": "2PIvr8o4",
            "name": "Monaco",
            "short_name": null,
            "link": "https://www.flashscore.com/team/monaco/2PIvr8o4/",
            "logo": null
          },
          "competition": {
            "name": "Europa League",
            "link": "https://www.flashscore.com/football/europe/europa-league-2015-2016/"
          },
          "rating": 6.4,
          "matches_played": 1,
          "goals": 0,
          "assists": 1,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2014/2015",
          "team": {
            "id": "pEU5YKWl",
            "name": "Monaco U19",
            "short_name": null,
            "link": "https://www.flashscore.com/team/monaco/pEU5YKWl/",
            "logo": null
          },
          "competition": {
            "name": "UEFA Youth League",
            "link": "https://www.flashscore.com/football/europe/uefa-youth-league-2014-2015/"
          },
          "rating": null,
          "matches_played": 1,
          "goals": 0,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        }
      ]
    },
    {
      "name": "National Team",
      "count": 25,
      "totals": {
        "rating": null,
        "matches_played": 114,
        "goals": 73,
        "assists": 36,
        "yellow_cards": 11,
        "red_cards": 0
      },
      "seasons": [
        {
          "season": "2026",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "World Championship",
            "link": "https://www.flashscore.com/football/world/world-championship/"
          },
          "rating": 8.4,
          "matches_played": 8,
          "goals": 10,
          "assists": 4,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2026",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "Friendly International",
            "link": "https://www.flashscore.com/football/world/friendly-international/"
          },
          "rating": 7.2,
          "matches_played": 4,
          "goals": 1,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2026",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "World Championship - Qualification",
            "link": "https://www.flashscore.com/football/world/world-championship/"
          },
          "rating": 9.0,
          "matches_played": 4,
          "goals": 5,
          "assists": 3,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2024/2025",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "UEFA Nations League",
            "link": "https://www.flashscore.com/football/europe/uefa-nations-league-2024-2025/"
          },
          "rating": 7.3,
          "matches_played": 6,
          "goals": 2,
          "assists": 2,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2024",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "Euro",
            "link": "https://www.flashscore.com/football/europe/euro/"
          },
          "rating": 7.9,
          "matches_played": 5,
          "goals": 1,
          "assists": 2,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2024",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "Friendly International",
            "link": "https://www.flashscore.com/football/world/friendly-international-2024/"
          },
          "rating": 7.3,
          "matches_played": 4,
          "goals": 1,
          "assists": 3,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2024",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "Euro - Qualification",
            "link": "https://www.flashscore.com/football/europe/euro/"
          },
          "rating": 8.2,
          "matches_played": 8,
          "goals": 9,
          "assists": 7,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2023",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "Friendly International",
            "link": "https://www.flashscore.com/football/world/friendly-international-2023/"
          },
          "rating": 8.2,
          "matches_played": 1,
          "goals": 1,
          "assists": 1,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2022/2023",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "UEFA Nations League",
            "link": "https://www.flashscore.com/football/europe/uefa-nations-league-2022-2023/"
          },
          "rating": 7.5,
          "matches_played": 5,
          "goals": 2,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2022",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "World Cup",
            "link": "https://www.flashscore.com/football/world/world-championship-2022/"
          },
          "rating": 7.9,
          "matches_played": 7,
          "goals": 8,
          "assists": 2,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2022",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "Friendly International",
            "link": "https://www.flashscore.com/football/world/friendly-international-2022/"
          },
          "rating": null,
          "matches_played": 1,
          "goals": 2,
          "assists": 1,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2022",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "World Cup - Qualification",
            "link": "https://www.flashscore.com/football/world/world-championship-2022/"
          },
          "rating": 7.7,
          "matches_played": 6,
          "goals": 5,
          "assists": 2,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2021",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "Friendly International",
            "link": "https://www.flashscore.com/football/world/friendly-international-2021/"
          },
          "rating": null,
          "matches_played": 2,
          "goals": 1,
          "assists": 1,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2020/2021",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "UEFA Nations League",
            "link": "https://www.flashscore.com/football/europe/uefa-nations-league-2020-2021/"
          },
          "rating": 7.7,
          "matches_played": 6,
          "goals": 4,
          "assists": 3,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2020",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "Euro",
            "link": "https://www.flashscore.com/football/europe/euro-2020/"
          },
          "rating": 7.1,
          "matches_played": 4,
          "goals": 0,
          "assists": 1,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2020",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "Friendly International",
            "link": "https://www.flashscore.com/football/world/friendly-international-2020/"
          },
          "rating": null,
          "matches_played": 1,
          "goals": 1,
          "assists": 1,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2020",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "Euro - Qualification",
            "link": "https://www.flashscore.com/football/europe/euro-2020/"
          },
          "rating": 8.0,
          "matches_played": 5,
          "goals": 3,
          "assists": 3,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2019",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "Friendly International",
            "link": "https://www.flashscore.com/football/world/friendly-international-2019/"
          },
          "rating": null,
          "matches_played": 1,
          "goals": 0,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2018/2019",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "UEFA Nations League",
            "link": "https://www.flashscore.com/football/europe/uefa-nations-league-2018-2019/"
          },
          "rating": null,
          "matches_played": 4,
          "goals": 1,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2018",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "World Cup",
            "link": "https://www.flashscore.com/football/world/world-championship-2018/"
          },
          "rating": 7.8,
          "matches_played": 7,
          "goals": 4,
          "assists": 0,
          "yellow_cards": 2,
          "red_cards": 0
        },
        {
          "season": "2018",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "Friendly International",
            "link": "https://www.flashscore.com/football/world/friendly-international-2018/"
          },
          "rating": null,
          "matches_played": 7,
          "goals": 4,
          "assists": null,
          "yellow_cards": 1,
          "red_cards": 0
        },
        {
          "season": "2018",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "World Cup - Qualification",
            "link": "https://www.flashscore.com/football/world/world-championship-2018/"
          },
          "rating": null,
          "matches_played": 6,
          "goals": 1,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2017",
          "team": {
            "id": "QkGeVG1n",
            "name": "France",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/QkGeVG1n/",
            "logo": null
          },
          "competition": {
            "name": "Friendly International",
            "link": "https://www.flashscore.com/football/world/friendly-international-2017/"
          },
          "rating": null,
          "matches_played": 4,
          "goals": 0,
          "assists": null,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2016",
          "team": {
            "id": "YL4McSPu",
            "name": "France U19",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/YL4McSPu/",
            "logo": null
          },
          "competition": {
            "name": "Euro U19",
            "link": "https://www.flashscore.com/football/europe/euro-u19-2016/"
          },
          "rating": null,
          "matches_played": 5,
          "goals": 5,
          "assists": 0,
          "yellow_cards": 0,
          "red_cards": 0
        },
        {
          "season": "2016",
          "team": {
            "id": "YL4McSPu",
            "name": "France U19",
            "short_name": null,
            "link": "https://www.flashscore.com/team/france/YL4McSPu/",
            "logo": null
          },
          "competition": {
            "name": "Euro U19 - Qualification",
            "link": "https://www.flashscore.com/football/europe/euro-u19-2016/"
          },
          "rating": null,
          "matches_played": 3,
          "goals": 2,
          "assists": null,
          "yellow_cards": 0,
          "red_cards": 0
        }
      ]
    }
  ],
  "career_section_count": 4,
  "transfer_count": 3,
  "transfers": [
    {
      "date": "2024-07-01",
      "from_team": {
        "id": "CjhkPw0k",
        "name": "PSG",
        "short_name": null,
        "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
        "logo": null
      },
      "to_team": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": null,
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": null
      },
      "type": "Free agent",
      "fee": null
    },
    {
      "date": "2018-07-01",
      "from_team": {
        "id": "2PIvr8o4",
        "name": "Monaco",
        "short_name": null,
        "link": "https://www.flashscore.com/team/monaco/2PIvr8o4/",
        "logo": null
      },
      "to_team": {
        "id": "CjhkPw0k",
        "name": "PSG",
        "short_name": null,
        "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
        "logo": null
      },
      "type": "Transfer",
      "fee": {
        "amount": 180000000,
        "currency": "EUR"
      }
    },
    {
      "date": "2018-06-30",
      "from_team": {
        "id": "CjhkPw0k",
        "name": "PSG",
        "short_name": null,
        "link": "https://www.flashscore.com/team/psg/CjhkPw0k/",
        "logo": null
      },
      "to_team": {
        "id": "2PIvr8o4",
        "name": "Monaco",
        "short_name": null,
        "link": "https://www.flashscore.com/team/monaco/2PIvr8o4/",
        "logo": null
      },
      "type": "Return from loan",
      "fee": null
    }
  ],
  "injury_count": 3,
  "injury_history": [
    {
      "from_date": "2026-04-25",
      "until_date": "2026-05-12",
      "type": "Muscle Injury"
    },
    {
      "from_date": "2026-02-24",
      "until_date": "2026-03-15",
      "type": "Knee Injury"
    },
    {
      "from_date": "2026-02-12",
      "until_date": "2026-02-13",
      "type": "Knee Injury"
    }
  ]
}