Sofascore Scraper

ENDPOINTS
GET/transfers

Transfers

The latest transfer market feed across all sports, 50 per page: player, from/to team, fee, date and type.

QUERY PARAMS

Feed order.

Default: fee

Allowed values: fee, date, followers

Results page.

Default: 1

Allowed values: 1-200

{
  "sort": "fee",
  "page": 1,
  "count": 50,
  "transfers": [
    {
      "player": {
        "id": 974505,
        "name": "Enzo Fernández",
        "short_name": "E. Fernández",
        "slug": "enzo-fernandez",
        "link": "https://www.sofascore.com/player/enzo-fernandez/974505",
        "image_link": "https://img.sofascore.com/api/v1/player/974505/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 171631
      },
      "transfer_from": {
        "id": 38,
        "name": "Chelsea",
        "short_name": "Chelsea",
        "code": "CHE",
        "slug": "chelsea",
        "link": "https://www.sofascore.com/team/football/chelsea/38",
        "image_link": "https://img.sofascore.com/api/v1/team/38/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3549341
      },
      "transfer_to": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "from_team_name": "Chelsea",
      "to_team_name": "Manchester City",
      "type": 3,
      "transfer_fee": 145000000,
      "transfer_fee_description": "145M €",
      "id": 3688050,
      "transfer_date": "2026-09-01",
      "transfer_fee_raw": {
        "value": 145000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 948261,
        "name": "Morgan Rogers",
        "short_name": "M. Rogers",
        "slug": "morgan-rogers",
        "link": "https://www.sofascore.com/player/morgan-rogers/948261",
        "image_link": "https://img.sofascore.com/api/v1/player/948261/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 42562
      },
      "transfer_from": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1091289
      },
      "transfer_to": {
        "id": 38,
        "name": "Chelsea",
        "short_name": "Chelsea",
        "code": "CHE",
        "slug": "chelsea",
        "link": "https://www.sofascore.com/team/football/chelsea/38",
        "image_link": "https://img.sofascore.com/api/v1/team/38/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3549341
      },
      "from_team_name": "Aston Villa",
      "to_team_name": "Chelsea",
      "type": 3,
      "transfer_fee": 138000000,
      "transfer_fee_description": "138M €",
      "id": 3530999,
      "transfer_date": "2026-07-21",
      "transfer_fee_raw": {
        "value": 138000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 994546,
        "name": "Elliot Anderson",
        "short_name": "E. Anderson",
        "slug": "elliot-anderson",
        "link": "https://www.sofascore.com/player/elliot-anderson/994546",
        "image_link": "https://img.sofascore.com/api/v1/player/994546/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 36080
      },
      "transfer_from": {
        "id": 14,
        "name": "Nottingham Forest",
        "short_name": "Forest",
        "code": "NFO",
        "slug": "nottingham-forest",
        "link": "https://www.sofascore.com/team/football/nottingham-forest/14",
        "image_link": "https://img.sofascore.com/api/v1/team/14/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 472753
      },
      "transfer_to": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "from_team_name": "Nottingham Forest",
      "to_team_name": "Manchester City",
      "type": 3,
      "transfer_fee": 135000000,
      "transfer_fee_description": "135M €",
      "id": 3477642,
      "transfer_date": "2026-07-23",
      "transfer_fee_raw": {
        "value": 135000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 2087085,
        "name": "Yan Diomande",
        "short_name": "Y. Diomande",
        "slug": "yan-diomande",
        "link": "https://www.sofascore.com/player/yan-diomande/2087085",
        "image_link": "https://img.sofascore.com/api/v1/player/2087085/image",
        "position": "F",
        "gender": "M",
        "country": null,
        "followers_count": 129353
      },
      "transfer_from": {
        "id": 36360,
        "name": "RB Leipzig",
        "short_name": "Leipzig",
        "code": "RBL",
        "slug": "rb-leipzig",
        "link": "https://www.sofascore.com/team/football/rb-leipzig/36360",
        "image_link": "https://img.sofascore.com/api/v1/team/36360/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 427756
      },
      "transfer_to": {
        "id": 2829,
        "name": "Real Madrid",
        "short_name": "Real Madrid",
        "code": "RMA",
        "slug": "real-madrid",
        "link": "https://www.sofascore.com/team/football/real-madrid/2829",
        "image_link": "https://img.sofascore.com/api/v1/team/2829/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 8812300
      },
      "from_team_name": "RB Leipzig",
      "to_team_name": "Real Madrid",
      "type": 3,
      "transfer_fee": 125000000,
      "transfer_fee_description": "125M €",
      "id": 3639811,
      "transfer_date": "2026-08-06",
      "transfer_fee_raw": {
        "value": 125000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 996952,
        "name": "Bradley Barcola",
        "short_name": "B. Barcola",
        "slug": "barcola-bradley",
        "link": "https://www.sofascore.com/player/barcola-bradley/996952",
        "image_link": "https://img.sofascore.com/api/v1/player/996952/image",
        "position": "F",
        "gender": "M",
        "country": null,
        "followers_count": 75591
      },
      "transfer_from": {
        "id": 1644,
        "name": "Paris Saint-Germain",
        "short_name": "PSG",
        "code": "PSG",
        "slug": "paris-saint-germain",
        "link": "https://www.sofascore.com/team/football/paris-saint-germain/1644",
        "image_link": "https://img.sofascore.com/api/v1/team/1644/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3820897
      },
      "transfer_to": {
        "id": 44,
        "name": "Liverpool FC",
        "short_name": "Liverpool",
        "code": "LIV",
        "slug": "liverpool",
        "link": "https://www.sofascore.com/team/football/liverpool/44",
        "image_link": "https://img.sofascore.com/api/v1/team/44/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4323101
      },
      "from_team_name": "Paris Saint-Germain",
      "to_team_name": "Liverpool FC",
      "type": 3,
      "transfer_fee": 125000000,
      "transfer_fee_description": "125M €",
      "id": 3673558,
      "transfer_date": "2026-08-31",
      "transfer_fee_raw": {
        "value": 125000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 892673,
        "name": "Sandro Tonali",
        "short_name": "S. Tonali",
        "slug": "sandro-tonali",
        "link": "https://www.sofascore.com/player/sandro-tonali/892673",
        "image_link": "https://img.sofascore.com/api/v1/player/892673/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 19046
      },
      "transfer_from": {
        "id": 39,
        "name": "Newcastle United",
        "short_name": "Newcastle",
        "code": "NEW",
        "slug": "newcastle-united",
        "link": "https://www.sofascore.com/team/football/newcastle-united/39",
        "image_link": "https://img.sofascore.com/api/v1/team/39/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 984394
      },
      "transfer_to": {
        "id": 33,
        "name": "Tottenham Hotspur",
        "short_name": "Tottenham",
        "code": "TOT",
        "slug": "tottenham-hotspur",
        "link": "https://www.sofascore.com/team/football/tottenham-hotspur/33",
        "image_link": "https://img.sofascore.com/api/v1/team/33/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1674684
      },
      "from_team_name": "Newcastle United",
      "to_team_name": "Tottenham Hotspur",
      "type": 3,
      "transfer_fee": 108000000,
      "transfer_fee_description": "108M €",
      "id": 3486491,
      "transfer_date": "2026-07-06",
      "transfer_fee_raw": {
        "value": 108000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1142562,
        "name": "Mateus Fernandes",
        "short_name": "M. Fernandes",
        "slug": "mateus-fernandes",
        "link": "https://www.sofascore.com/player/mateus-fernandes/1142562",
        "image_link": "https://img.sofascore.com/api/v1/player/1142562/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 9590
      },
      "transfer_from": {
        "id": 37,
        "name": "West Ham United",
        "short_name": "West Ham",
        "code": "WHU",
        "slug": "west-ham-united",
        "link": "https://www.sofascore.com/team/football/west-ham-united/37",
        "image_link": "https://img.sofascore.com/api/v1/team/37/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 516012
      },
      "transfer_to": {
        "id": 33,
        "name": "Tottenham Hotspur",
        "short_name": "Tottenham",
        "code": "TOT",
        "slug": "tottenham-hotspur",
        "link": "https://www.sofascore.com/team/football/tottenham-hotspur/33",
        "image_link": "https://img.sofascore.com/api/v1/team/33/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1674684
      },
      "from_team_name": "West Ham United",
      "to_team_name": "Tottenham Hotspur",
      "type": 3,
      "transfer_fee": 99000000,
      "transfer_fee_description": "99M €",
      "id": 3476164,
      "transfer_date": "2026-07-02",
      "transfer_fee_raw": {
        "value": 99000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1564180,
        "name": "Ayyoub Bouaddi",
        "short_name": "A. Bouaddi",
        "slug": "bouaddi-ayyoub",
        "link": "https://www.sofascore.com/player/bouaddi-ayyoub/1564180",
        "image_link": "https://img.sofascore.com/api/v1/player/1564180/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 66753
      },
      "transfer_from": {
        "id": 1643,
        "name": "Lille",
        "short_name": "Lille",
        "code": "LIL",
        "slug": "lille",
        "link": "https://www.sofascore.com/team/football/lille/1643",
        "image_link": "https://img.sofascore.com/api/v1/team/1643/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 342545
      },
      "transfer_to": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "from_team_name": "Lille",
      "to_team_name": "Manchester City",
      "type": 3,
      "transfer_fee": 95000000,
      "transfer_fee_description": "95M €",
      "id": 3669495,
      "transfer_date": "2026-08-26",
      "transfer_fee_raw": {
        "value": 95000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1046795,
        "name": "Sávio",
        "short_name": "Sávio",
        "slug": "savio",
        "link": "https://www.sofascore.com/player/savio/1046795",
        "image_link": "https://img.sofascore.com/api/v1/player/1046795/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 64831
      },
      "transfer_from": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "transfer_to": {
        "id": 33,
        "name": "Tottenham Hotspur",
        "short_name": "Tottenham",
        "code": "TOT",
        "slug": "tottenham-hotspur",
        "link": "https://www.sofascore.com/team/football/tottenham-hotspur/33",
        "image_link": "https://img.sofascore.com/api/v1/team/33/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1674684
      },
      "from_team_name": "Manchester City",
      "to_team_name": "Tottenham Hotspur",
      "type": 3,
      "transfer_fee": 87700000,
      "transfer_fee_description": "87.7M €",
      "id": 3668620,
      "transfer_date": "2026-08-25",
      "transfer_fee_raw": {
        "value": 87700000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 866469,
        "name": "Bruno Guimarães",
        "short_name": "B. Guimarães",
        "slug": "bruno-guimaraes",
        "link": "https://www.sofascore.com/player/bruno-guimaraes/866469",
        "image_link": "https://img.sofascore.com/api/v1/player/866469/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 60252
      },
      "transfer_from": {
        "id": 39,
        "name": "Newcastle United",
        "short_name": "Newcastle",
        "code": "NEW",
        "slug": "newcastle-united",
        "link": "https://www.sofascore.com/team/football/newcastle-united/39",
        "image_link": "https://img.sofascore.com/api/v1/team/39/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 984394
      },
      "transfer_to": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "from_team_name": "Newcastle United",
      "to_team_name": "Arsenal",
      "type": 3,
      "transfer_fee": 87500000,
      "transfer_fee_description": "87.5M €",
      "id": 3640439,
      "transfer_date": "2026-08-08",
      "transfer_fee_raw": {
        "value": 87500000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 914902,
        "name": "Anthony Gordon",
        "short_name": "A. Gordon",
        "slug": "anthony-gordon",
        "link": "https://www.sofascore.com/player/anthony-gordon/914902",
        "image_link": "https://img.sofascore.com/api/v1/player/914902/image",
        "position": "F",
        "gender": "M",
        "country": null,
        "followers_count": 129327
      },
      "transfer_from": {
        "id": 39,
        "name": "Newcastle United",
        "short_name": "Newcastle",
        "code": "NEW",
        "slug": "newcastle-united",
        "link": "https://www.sofascore.com/team/football/newcastle-united/39",
        "image_link": "https://img.sofascore.com/api/v1/team/39/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 984394
      },
      "transfer_to": {
        "id": 2817,
        "name": "FC Barcelona",
        "short_name": "Barcelona",
        "code": "BAR",
        "slug": "barcelona",
        "link": "https://www.sofascore.com/team/football/barcelona/2817",
        "image_link": "https://img.sofascore.com/api/v1/team/2817/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 8473783
      },
      "from_team_name": "Newcastle United",
      "to_team_name": "FC Barcelona",
      "type": 3,
      "transfer_fee": 80000000,
      "transfer_fee_description": "80M €",
      "id": 3411991,
      "transfer_date": "2026-07-01",
      "transfer_fee_raw": {
        "value": 80000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1199043,
        "name": "Carlos Baleba",
        "short_name": "C. Baleba",
        "slug": "carlos-baleba",
        "link": "https://www.sofascore.com/player/carlos-baleba/1199043",
        "image_link": "https://img.sofascore.com/api/v1/player/1199043/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 43056
      },
      "transfer_from": {
        "id": 30,
        "name": "Brighton & Hove Albion",
        "short_name": "Brighton",
        "code": "BHA",
        "slug": "brighton-and-hove-albion",
        "link": "https://www.sofascore.com/team/football/brighton-and-hove-albion/30",
        "image_link": "https://img.sofascore.com/api/v1/team/30/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 480085
      },
      "transfer_to": {
        "id": 35,
        "name": "Manchester United",
        "short_name": "Man Utd",
        "code": "MUN",
        "slug": "manchester-united",
        "link": "https://www.sofascore.com/team/football/manchester-united/35",
        "image_link": "https://img.sofascore.com/api/v1/team/35/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4261989
      },
      "from_team_name": "Brighton & Hove Albion",
      "to_team_name": "Manchester United",
      "type": 3,
      "transfer_fee": 75900000,
      "transfer_fee_description": "75.9M €",
      "id": 3669024,
      "transfer_date": "2026-08-25",
      "transfer_fee_raw": {
        "value": 75900000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 934510,
        "name": "Gonçalo Ramos",
        "short_name": "G. Ramos",
        "slug": "goncalo-ramos",
        "link": "https://www.sofascore.com/player/goncalo-ramos/934510",
        "image_link": "https://img.sofascore.com/api/v1/player/934510/image",
        "position": "F",
        "gender": "M",
        "country": null,
        "followers_count": 35380
      },
      "transfer_from": {
        "id": 1644,
        "name": "Paris Saint-Germain",
        "short_name": "PSG",
        "code": "PSG",
        "slug": "paris-saint-germain",
        "link": "https://www.sofascore.com/team/football/paris-saint-germain/1644",
        "image_link": "https://img.sofascore.com/api/v1/team/1644/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3820897
      },
      "transfer_to": {
        "id": 2692,
        "name": "AC Milan",
        "short_name": "Milan",
        "code": "ACM",
        "slug": "milan",
        "link": "https://www.sofascore.com/team/football/milan/2692",
        "image_link": "https://img.sofascore.com/api/v1/team/2692/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1891907
      },
      "from_team_name": "Paris Saint-Germain",
      "to_team_name": "AC Milan",
      "type": 3,
      "transfer_fee": 74000000,
      "transfer_fee_description": "74M €",
      "id": 3462121,
      "transfer_date": "2026-06-30",
      "transfer_fee_raw": {
        "value": 74000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 922573,
        "name": "Gabriel Martinelli",
        "short_name": "G. Martinelli",
        "slug": "gabriel-martinelli",
        "link": "https://www.sofascore.com/player/gabriel-martinelli/922573",
        "image_link": "https://img.sofascore.com/api/v1/player/922573/image",
        "position": "F",
        "gender": "M",
        "country": null,
        "followers_count": 89282
      },
      "transfer_from": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "transfer_to": {
        "id": 21895,
        "name": "Al-Hilal",
        "short_name": "Al-Hilal",
        "code": "HIL",
        "slug": "al-hilal",
        "link": "https://www.sofascore.com/team/football/al-hilal/21895",
        "image_link": "https://img.sofascore.com/api/v1/team/21895/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 934896
      },
      "from_team_name": "Arsenal",
      "to_team_name": "Al-Hilal",
      "type": 3,
      "transfer_fee": 70000000,
      "transfer_fee_description": "70M €",
      "id": 3697007,
      "transfer_date": "2026-09-03",
      "transfer_fee_raw": {
        "value": 70000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 914309,
        "name": "Iliman Ndiaye",
        "short_name": "I. Ndiaye",
        "slug": "iliman-ndiaye",
        "link": "https://www.sofascore.com/player/iliman-ndiaye/914309",
        "image_link": "https://img.sofascore.com/api/v1/player/914309/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 83039
      },
      "transfer_from": {
        "id": 48,
        "name": "Everton",
        "short_name": "Everton",
        "code": "EVE",
        "slug": "everton",
        "link": "https://www.sofascore.com/team/football/everton/48",
        "image_link": "https://img.sofascore.com/api/v1/team/48/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 417535
      },
      "transfer_to": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "from_team_name": "Everton",
      "to_team_name": "Manchester City",
      "type": 3,
      "transfer_fee": 70000000,
      "transfer_fee_description": "70M €",
      "id": 3684094,
      "transfer_date": "2026-09-01",
      "transfer_fee_raw": {
        "value": 70000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 917005,
        "name": "Crysencio Summerville",
        "short_name": "C. Summerville",
        "slug": "crysencio-summerville",
        "link": "https://www.sofascore.com/player/crysencio-summerville/917005",
        "image_link": "https://img.sofascore.com/api/v1/player/917005/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 16980
      },
      "transfer_from": {
        "id": 37,
        "name": "West Ham United",
        "short_name": "West Ham",
        "code": "WHU",
        "slug": "west-ham-united",
        "link": "https://www.sofascore.com/team/football/west-ham-united/37",
        "image_link": "https://img.sofascore.com/api/v1/team/37/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 516012
      },
      "transfer_to": {
        "id": 21895,
        "name": "Al-Hilal",
        "short_name": "Al-Hilal",
        "code": "HIL",
        "slug": "al-hilal",
        "link": "https://www.sofascore.com/team/football/al-hilal/21895",
        "image_link": "https://img.sofascore.com/api/v1/team/21895/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 934896
      },
      "from_team_name": "West Ham United",
      "to_team_name": "Al-Hilal",
      "type": 3,
      "transfer_fee": 64500000,
      "transfer_fee_description": "64.5M €",
      "id": 3536492,
      "transfer_date": "2026-07-24",
      "transfer_fee_raw": {
        "value": 64500000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1445625,
        "name": "Jérémy Jacquet",
        "short_name": "J. Jacquet",
        "slug": "jeremy-jacquet",
        "link": "https://www.sofascore.com/player/jeremy-jacquet/1445625",
        "image_link": "https://img.sofascore.com/api/v1/player/1445625/image",
        "position": "D",
        "gender": "M",
        "country": null,
        "followers_count": 18637
      },
      "transfer_from": {
        "id": 1658,
        "name": "Stade Rennais",
        "short_name": "Rennes",
        "code": "SR",
        "slug": "stade-rennais",
        "link": "https://www.sofascore.com/team/football/stade-rennais/1658",
        "image_link": "https://img.sofascore.com/api/v1/team/1658/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 144752
      },
      "transfer_to": {
        "id": 44,
        "name": "Liverpool FC",
        "short_name": "Liverpool",
        "code": "LIV",
        "slug": "liverpool",
        "link": "https://www.sofascore.com/team/football/liverpool/44",
        "image_link": "https://img.sofascore.com/api/v1/team/44/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4323101
      },
      "from_team_name": "Stade Rennais",
      "to_team_name": "Liverpool FC",
      "type": 3,
      "transfer_fee": 63600000,
      "transfer_fee_description": "63.6M €",
      "id": 3394532,
      "transfer_date": "2026-07-01",
      "transfer_fee_raw": {
        "value": 63600000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 893549,
        "name": "Tijjani Reijnders",
        "short_name": "T. Reijnders",
        "slug": "tijjani-reijnders",
        "link": "https://www.sofascore.com/player/tijjani-reijnders/893549",
        "image_link": "https://img.sofascore.com/api/v1/player/893549/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 46895
      },
      "transfer_from": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "transfer_to": {
        "id": 56027,
        "name": "Al-Qadsiah",
        "short_name": "Al-Qadsiah",
        "code": "QAD",
        "slug": "al-qadisiyah",
        "link": "https://www.sofascore.com/team/football/al-qadisiyah/56027",
        "image_link": "https://img.sofascore.com/api/v1/team/56027/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 87002
      },
      "from_team_name": "Manchester City",
      "to_team_name": "Al-Qadsiah",
      "type": 3,
      "transfer_fee": 61000000,
      "transfer_fee_description": "61M €",
      "id": 3663501,
      "transfer_date": "2026-08-19",
      "transfer_fee_raw": {
        "value": 61000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 879674,
        "name": "Maxence Lacroix",
        "short_name": "M. Lacroix",
        "slug": "maxence-lacroix",
        "link": "https://www.sofascore.com/player/maxence-lacroix/879674",
        "image_link": "https://img.sofascore.com/api/v1/player/879674/image",
        "position": "D",
        "gender": "M",
        "country": null,
        "followers_count": 21924
      },
      "transfer_from": {
        "id": 7,
        "name": "Crystal Palace",
        "short_name": "Crystal Palace",
        "code": "CRY",
        "slug": "crystal-palace",
        "link": "https://www.sofascore.com/team/football/crystal-palace/7",
        "image_link": "https://img.sofascore.com/api/v1/team/7/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 478466
      },
      "transfer_to": {
        "id": 38,
        "name": "Chelsea",
        "short_name": "Chelsea",
        "code": "CHE",
        "slug": "chelsea",
        "link": "https://www.sofascore.com/team/football/chelsea/38",
        "image_link": "https://img.sofascore.com/api/v1/team/38/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3549341
      },
      "from_team_name": "Crystal Palace",
      "to_team_name": "Chelsea",
      "type": 3,
      "transfer_fee": 60700000,
      "transfer_fee_description": "60.7M €",
      "id": 3616247,
      "transfer_date": "2026-07-30",
      "transfer_fee_raw": {
        "value": 60700000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 827606,
        "name": "Rodri",
        "short_name": "Rodri",
        "slug": "rodri",
        "link": "https://www.sofascore.com/player/rodri/827606",
        "image_link": "https://img.sofascore.com/api/v1/player/827606/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 207319
      },
      "transfer_from": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "transfer_to": {
        "id": 2817,
        "name": "FC Barcelona",
        "short_name": "Barcelona",
        "code": "BAR",
        "slug": "barcelona",
        "link": "https://www.sofascore.com/team/football/barcelona/2817",
        "image_link": "https://img.sofascore.com/api/v1/team/2817/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 8473783
      },
      "from_team_name": "Manchester City",
      "to_team_name": "FC Barcelona",
      "type": 3,
      "transfer_fee": 60000000,
      "transfer_fee_description": "60M €",
      "id": 3662540,
      "transfer_date": "2026-08-18",
      "transfer_fee_raw": {
        "value": 60000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1518931,
        "name": "Johan Manzambi",
        "short_name": "J. Manzambi",
        "slug": "johan-manzambi",
        "link": "https://www.sofascore.com/player/johan-manzambi/1518931",
        "image_link": "https://img.sofascore.com/api/v1/player/1518931/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 16053
      },
      "transfer_from": {
        "id": 2538,
        "name": "SC Freiburg",
        "short_name": "Freiburg",
        "code": "SCF",
        "slug": "sc-freiburg",
        "link": "https://www.sofascore.com/team/football/sc-freiburg/2538",
        "image_link": "https://img.sofascore.com/api/v1/team/2538/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 160255
      },
      "transfer_to": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1091289
      },
      "from_team_name": "SC Freiburg",
      "to_team_name": "Aston Villa",
      "type": 3,
      "transfer_fee": 60000000,
      "transfer_fee_description": "60M €",
      "id": 3526341,
      "transfer_date": "2026-07-17",
      "transfer_fee_raw": {
        "value": 60000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 962012,
        "name": "Jan Paul van Hecke",
        "short_name": "J. P. van Hecke",
        "slug": "jan-paul-van-hecke",
        "link": "https://www.sofascore.com/player/jan-paul-van-hecke/962012",
        "image_link": "https://img.sofascore.com/api/v1/player/962012/image",
        "position": "D",
        "gender": "M",
        "country": null,
        "followers_count": 9627
      },
      "transfer_from": {
        "id": 30,
        "name": "Brighton & Hove Albion",
        "short_name": "Brighton",
        "code": "BHA",
        "slug": "brighton-and-hove-albion",
        "link": "https://www.sofascore.com/team/football/brighton-and-hove-albion/30",
        "image_link": "https://img.sofascore.com/api/v1/team/30/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 480085
      },
      "transfer_to": {
        "id": 33,
        "name": "Tottenham Hotspur",
        "short_name": "Tottenham",
        "code": "TOT",
        "slug": "tottenham-hotspur",
        "link": "https://www.sofascore.com/team/football/tottenham-hotspur/33",
        "image_link": "https://img.sofascore.com/api/v1/team/33/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1674684
      },
      "from_team_name": "Brighton & Hove Albion",
      "to_team_name": "Tottenham Hotspur",
      "type": 3,
      "transfer_fee": 60000000,
      "transfer_fee_description": "60M €",
      "id": 3447146,
      "transfer_date": "2026-07-01",
      "transfer_fee_raw": {
        "value": 60000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1149144,
        "name": "Matías Fernández-Pardo",
        "short_name": "M. Fernández-Pardo",
        "slug": "fernandez-matias",
        "link": "https://www.sofascore.com/player/fernandez-matias/1149144",
        "image_link": "https://img.sofascore.com/api/v1/player/1149144/image",
        "position": "F",
        "gender": "M",
        "country": null,
        "followers_count": 4515
      },
      "transfer_from": {
        "id": 1643,
        "name": "Lille",
        "short_name": "Lille",
        "code": "LIL",
        "slug": "lille",
        "link": "https://www.sofascore.com/team/football/lille/1643",
        "image_link": "https://img.sofascore.com/api/v1/team/1643/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 342545
      },
      "transfer_to": {
        "id": 39,
        "name": "Newcastle United",
        "short_name": "Newcastle",
        "code": "NEW",
        "slug": "newcastle-united",
        "link": "https://www.sofascore.com/team/football/newcastle-united/39",
        "image_link": "https://img.sofascore.com/api/v1/team/39/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 984394
      },
      "from_team_name": "Lille",
      "to_team_name": "Newcastle United",
      "type": 3,
      "transfer_fee": 60000000,
      "transfer_fee_description": "60M €",
      "id": 3679775,
      "transfer_date": "2026-09-01",
      "transfer_fee_raw": {
        "value": 60000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 827679,
        "name": "Ezri Konsa",
        "short_name": "E. Konsa",
        "slug": "ezri-konsa",
        "link": "https://www.sofascore.com/player/ezri-konsa/827679",
        "image_link": "https://img.sofascore.com/api/v1/player/827679/image",
        "position": "D",
        "gender": "M",
        "country": null,
        "followers_count": 11217
      },
      "transfer_from": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1091289
      },
      "transfer_to": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "from_team_name": "Aston Villa",
      "to_team_name": "Arsenal",
      "type": 3,
      "transfer_fee": 59600000,
      "transfer_fee_description": "59.6M €",
      "id": 3665958,
      "transfer_date": "2026-08-21",
      "transfer_fee_raw": {
        "value": 59600000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 555386,
        "name": "Ollie Watkins",
        "short_name": "O. Watkins",
        "slug": "ollie-watkins",
        "link": "https://www.sofascore.com/player/ollie-watkins/555386",
        "image_link": "https://img.sofascore.com/api/v1/player/555386/image",
        "position": "F",
        "gender": "M",
        "country": null,
        "followers_count": 26595
      },
      "transfer_from": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1091289
      },
      "transfer_to": {
        "id": 21895,
        "name": "Al-Hilal",
        "short_name": "Al-Hilal",
        "code": "HIL",
        "slug": "al-hilal",
        "link": "https://www.sofascore.com/team/football/al-hilal/21895",
        "image_link": "https://img.sofascore.com/api/v1/team/21895/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 934896
      },
      "from_team_name": "Aston Villa",
      "to_team_name": "Al-Hilal",
      "type": 3,
      "transfer_fee": 58400000,
      "transfer_fee_description": "58.4M €",
      "id": 3672927,
      "transfer_date": "2026-08-30",
      "transfer_fee_raw": {
        "value": 58400000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1397736,
        "name": "Marco Palestra",
        "short_name": "M. Palestra",
        "slug": "palestra-marco",
        "link": "https://www.sofascore.com/player/palestra-marco/1397736",
        "image_link": "https://img.sofascore.com/api/v1/player/1397736/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 14127
      },
      "transfer_from": {
        "id": 2686,
        "name": "Atalanta",
        "short_name": "Atalanta",
        "code": "ATA",
        "slug": "atalanta",
        "link": "https://www.sofascore.com/team/football/atalanta/2686",
        "image_link": "https://img.sofascore.com/api/v1/team/2686/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 676405
      },
      "transfer_to": {
        "id": 38,
        "name": "Chelsea",
        "short_name": "Chelsea",
        "code": "CHE",
        "slug": "chelsea",
        "link": "https://www.sofascore.com/team/football/chelsea/38",
        "image_link": "https://img.sofascore.com/api/v1/team/38/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3549341
      },
      "from_team_name": "Atalanta",
      "to_team_name": "Chelsea",
      "type": 3,
      "transfer_fee": 57000000,
      "transfer_fee_description": "57M €",
      "id": 3467652,
      "transfer_date": "2026-07-01",
      "transfer_fee_raw": {
        "value": 57000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1105779,
        "name": "Andrey Santos",
        "short_name": "A. Santos",
        "slug": "santos-andrey",
        "link": "https://www.sofascore.com/player/santos-andrey/1105779",
        "image_link": "https://img.sofascore.com/api/v1/player/1105779/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 46275
      },
      "transfer_from": {
        "id": 38,
        "name": "Chelsea",
        "short_name": "Chelsea",
        "code": "CHE",
        "slug": "chelsea",
        "link": "https://www.sofascore.com/team/football/chelsea/38",
        "image_link": "https://img.sofascore.com/api/v1/team/38/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3549341
      },
      "transfer_to": {
        "id": 35,
        "name": "Manchester United",
        "short_name": "Man Utd",
        "code": "MUN",
        "slug": "manchester-united",
        "link": "https://www.sofascore.com/team/football/manchester-united/35",
        "image_link": "https://img.sofascore.com/api/v1/team/35/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4261989
      },
      "from_team_name": "Chelsea",
      "to_team_name": "Manchester United",
      "type": 3,
      "transfer_fee": 56300000,
      "transfer_fee_description": "56.3M €",
      "id": 3498888,
      "transfer_date": "2026-07-13",
      "transfer_fee_raw": {
        "value": 56300000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 954056,
        "name": "Nico González",
        "short_name": "N. González",
        "slug": "nico-gonzalez",
        "link": "https://www.sofascore.com/player/nico-gonzalez/954056",
        "image_link": "https://img.sofascore.com/api/v1/player/954056/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 25745
      },
      "transfer_from": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "transfer_to": {
        "id": 39,
        "name": "Newcastle United",
        "short_name": "Newcastle",
        "code": "NEW",
        "slug": "newcastle-united",
        "link": "https://www.sofascore.com/team/football/newcastle-united/39",
        "image_link": "https://img.sofascore.com/api/v1/team/39/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 984394
      },
      "from_team_name": "Manchester City",
      "to_team_name": "Newcastle United",
      "type": 3,
      "transfer_fee": 56000000,
      "transfer_fee_description": "56M €",
      "id": 3669816,
      "transfer_date": "2026-08-26",
      "transfer_fee_raw": {
        "value": 56000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1085381,
        "name": "Nicolas Jackson",
        "short_name": "N. Jackson",
        "slug": "nicolas-jackson",
        "link": "https://www.sofascore.com/player/nicolas-jackson/1085381",
        "image_link": "https://img.sofascore.com/api/v1/player/1085381/image",
        "position": "F",
        "gender": "M",
        "country": null,
        "followers_count": 115673
      },
      "transfer_from": {
        "id": 38,
        "name": "Chelsea",
        "short_name": "Chelsea",
        "code": "CHE",
        "slug": "chelsea",
        "link": "https://www.sofascore.com/team/football/chelsea/38",
        "image_link": "https://img.sofascore.com/api/v1/team/38/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3549341
      },
      "transfer_to": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1091289
      },
      "from_team_name": "Chelsea",
      "to_team_name": "Aston Villa",
      "type": 3,
      "transfer_fee": 55500000,
      "transfer_fee_description": "55.5M €",
      "id": 3671736,
      "transfer_date": "2026-08-28",
      "transfer_fee_raw": {
        "value": 55500000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 794939,
        "name": "Marc Cucurella",
        "short_name": "M. Cucurella",
        "slug": "marc-cucurella",
        "link": "https://www.sofascore.com/player/marc-cucurella/794939",
        "image_link": "https://img.sofascore.com/api/v1/player/794939/image",
        "position": "D",
        "gender": "M",
        "country": null,
        "followers_count": 122428
      },
      "transfer_from": {
        "id": 38,
        "name": "Chelsea",
        "short_name": "Chelsea",
        "code": "CHE",
        "slug": "chelsea",
        "link": "https://www.sofascore.com/team/football/chelsea/38",
        "image_link": "https://img.sofascore.com/api/v1/team/38/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3549341
      },
      "transfer_to": {
        "id": 2829,
        "name": "Real Madrid",
        "short_name": "Real Madrid",
        "code": "RMA",
        "slug": "real-madrid",
        "link": "https://www.sofascore.com/team/football/real-madrid/2829",
        "image_link": "https://img.sofascore.com/api/v1/team/2829/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 8812300
      },
      "from_team_name": "Chelsea",
      "to_team_name": "Real Madrid",
      "type": 3,
      "transfer_fee": 55000000,
      "transfer_fee_description": "55M €",
      "id": 3424044,
      "transfer_date": "2026-07-01",
      "transfer_fee_raw": {
        "value": 55000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1590918,
        "name": "Ibrahim Mbaye",
        "short_name": "I. Mbaye",
        "slug": "ibrahim-mbaye",
        "link": "https://www.sofascore.com/player/ibrahim-mbaye/1590918",
        "image_link": "https://img.sofascore.com/api/v1/player/1590918/image",
        "position": "F",
        "gender": "M",
        "country": null,
        "followers_count": 54499
      },
      "transfer_from": {
        "id": 1644,
        "name": "Paris Saint-Germain",
        "short_name": "PSG",
        "code": "PSG",
        "slug": "paris-saint-germain",
        "link": "https://www.sofascore.com/team/football/paris-saint-germain/1644",
        "image_link": "https://img.sofascore.com/api/v1/team/1644/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3820897
      },
      "transfer_to": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1091289
      },
      "from_team_name": "Paris Saint-Germain",
      "to_team_name": "Aston Villa",
      "type": 3,
      "transfer_fee": 55000000,
      "transfer_fee_description": "55M €",
      "id": 3676461,
      "transfer_date": "2026-09-01",
      "transfer_fee_raw": {
        "value": 55000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1405212,
        "name": "Luka Vušković",
        "short_name": "L. Vušković",
        "slug": "luka-vuskovic",
        "link": "https://www.sofascore.com/player/luka-vuskovic/1405212",
        "image_link": "https://img.sofascore.com/api/v1/player/1405212/image",
        "position": "D",
        "gender": "M",
        "country": null,
        "followers_count": 18987
      },
      "transfer_from": {
        "id": 33,
        "name": "Tottenham Hotspur",
        "short_name": "Tottenham",
        "code": "TOT",
        "slug": "tottenham-hotspur",
        "link": "https://www.sofascore.com/team/football/tottenham-hotspur/33",
        "image_link": "https://img.sofascore.com/api/v1/team/33/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1674684
      },
      "transfer_to": {
        "id": 30,
        "name": "Brighton & Hove Albion",
        "short_name": "Brighton",
        "code": "BHA",
        "slug": "brighton-and-hove-albion",
        "link": "https://www.sofascore.com/team/football/brighton-and-hove-albion/30",
        "image_link": "https://img.sofascore.com/api/v1/team/30/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 480085
      },
      "from_team_name": "Tottenham Hotspur",
      "to_team_name": "Brighton & Hove Albion",
      "type": 3,
      "transfer_fee": 54000000,
      "transfer_fee_description": "54M €",
      "id": 3501111,
      "transfer_date": "2026-07-14",
      "transfer_fee_raw": {
        "value": 54000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 997087,
        "name": "Liam Delap",
        "short_name": "L. Delap",
        "slug": "liam-delap",
        "link": "https://www.sofascore.com/player/liam-delap/997087",
        "image_link": "https://img.sofascore.com/api/v1/player/997087/image",
        "position": "F",
        "gender": "M",
        "country": null,
        "followers_count": 29495
      },
      "transfer_from": {
        "id": 38,
        "name": "Chelsea",
        "short_name": "Chelsea",
        "code": "CHE",
        "slug": "chelsea",
        "link": "https://www.sofascore.com/team/football/chelsea/38",
        "image_link": "https://img.sofascore.com/api/v1/team/38/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3549341
      },
      "transfer_to": {
        "id": 14,
        "name": "Nottingham Forest",
        "short_name": "Forest",
        "code": "NFO",
        "slug": "nottingham-forest",
        "link": "https://www.sofascore.com/team/football/nottingham-forest/14",
        "image_link": "https://img.sofascore.com/api/v1/team/14/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 472753
      },
      "from_team_name": "Chelsea",
      "to_team_name": "Nottingham Forest",
      "type": 3,
      "transfer_fee": 52500000,
      "transfer_fee_description": "52.5M €",
      "id": 3670123,
      "transfer_date": "2026-08-27",
      "transfer_fee_raw": {
        "value": 52500000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1063767,
        "name": "Ismael Saibari",
        "short_name": "I. Saibari",
        "slug": "ismael-saibari",
        "link": "https://www.sofascore.com/player/ismael-saibari/1063767",
        "image_link": "https://img.sofascore.com/api/v1/player/1063767/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 99287
      },
      "transfer_from": {
        "id": 2952,
        "name": "PSV Eindhoven",
        "short_name": "PSV",
        "code": "PSV",
        "slug": "psv-eindhoven",
        "link": "https://www.sofascore.com/team/football/psv-eindhoven/2952",
        "image_link": "https://img.sofascore.com/api/v1/team/2952/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 532971
      },
      "transfer_to": {
        "id": 2672,
        "name": "FC Bayern München",
        "short_name": "Bayern",
        "code": "FCB",
        "slug": "fc-bayern-munchen",
        "link": "https://www.sofascore.com/team/football/fc-bayern-munchen/2672",
        "image_link": "https://img.sofascore.com/api/v1/team/2672/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3338791
      },
      "from_team_name": "PSV Eindhoven",
      "to_team_name": "FC Bayern München",
      "type": 3,
      "transfer_fee": 50000000,
      "transfer_fee_description": "50M €",
      "id": 3469002,
      "transfer_date": "2026-07-01",
      "transfer_fee_raw": {
        "value": 50000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1403165,
        "name": "Geovany Quenda",
        "short_name": "G. Quenda",
        "slug": "geovany-quenda",
        "link": "https://www.sofascore.com/player/geovany-quenda/1403165",
        "image_link": "https://img.sofascore.com/api/v1/player/1403165/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 19267
      },
      "transfer_from": {
        "id": 3001,
        "name": "Sporting CP",
        "short_name": "Sporting",
        "code": "SCP",
        "slug": "sporting",
        "link": "https://www.sofascore.com/team/football/sporting/3001",
        "image_link": "https://img.sofascore.com/api/v1/team/3001/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 836534
      },
      "transfer_to": {
        "id": 38,
        "name": "Chelsea",
        "short_name": "Chelsea",
        "code": "CHE",
        "slug": "chelsea",
        "link": "https://www.sofascore.com/team/football/chelsea/38",
        "image_link": "https://img.sofascore.com/api/v1/team/38/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3549341
      },
      "from_team_name": "Sporting CP",
      "to_team_name": "Chelsea",
      "type": 3,
      "transfer_fee": 50000000,
      "transfer_fee_description": "50M €",
      "id": 2298873,
      "transfer_date": "2026-07-01",
      "transfer_fee_raw": {
        "value": 50000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1130939,
        "name": "Maghnes Akliouche",
        "short_name": "M. Akliouche",
        "slug": "maghnes-akliouche",
        "link": "https://www.sofascore.com/player/maghnes-akliouche/1130939",
        "image_link": "https://img.sofascore.com/api/v1/player/1130939/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 18264
      },
      "transfer_from": {
        "id": 1653,
        "name": "AS Monaco",
        "short_name": "AS Monaco",
        "code": "ASM",
        "slug": "as-monaco",
        "link": "https://www.sofascore.com/team/football/as-monaco/1653",
        "image_link": "https://img.sofascore.com/api/v1/team/1653/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 566053
      },
      "transfer_to": {
        "id": 1644,
        "name": "Paris Saint-Germain",
        "short_name": "PSG",
        "code": "PSG",
        "slug": "paris-saint-germain",
        "link": "https://www.sofascore.com/team/football/paris-saint-germain/1644",
        "image_link": "https://img.sofascore.com/api/v1/team/1644/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3820897
      },
      "from_team_name": "AS Monaco",
      "to_team_name": "Paris Saint-Germain",
      "type": 3,
      "transfer_fee": 50000000,
      "transfer_fee_description": "50M €",
      "id": 3639860,
      "transfer_date": "2026-08-06",
      "transfer_fee_raw": {
        "value": 50000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1159759,
        "name": "Nathaniel Brown",
        "short_name": "N. Brown",
        "slug": "nathaniel-brown",
        "link": "https://www.sofascore.com/player/nathaniel-brown/1159759",
        "image_link": "https://img.sofascore.com/api/v1/player/1159759/image",
        "position": "D",
        "gender": "M",
        "country": null,
        "followers_count": 11955
      },
      "transfer_from": {
        "id": 2674,
        "name": "Eintracht Frankfurt",
        "short_name": "Frankfurt",
        "code": "SGE",
        "slug": "eintracht-frankfurt",
        "link": "https://www.sofascore.com/team/football/eintracht-frankfurt/2674",
        "image_link": "https://img.sofascore.com/api/v1/team/2674/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 286325
      },
      "transfer_to": {
        "id": 2672,
        "name": "FC Bayern München",
        "short_name": "Bayern",
        "code": "FCB",
        "slug": "fc-bayern-munchen",
        "link": "https://www.sofascore.com/team/football/fc-bayern-munchen/2672",
        "image_link": "https://img.sofascore.com/api/v1/team/2672/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3338791
      },
      "from_team_name": "Eintracht Frankfurt",
      "to_team_name": "FC Bayern München",
      "type": 3,
      "transfer_fee": 50000000,
      "transfer_fee_description": "50M €",
      "id": 3483676,
      "transfer_date": "2026-07-03",
      "transfer_fee_raw": {
        "value": 50000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1142233,
        "name": "Diego Moreira",
        "short_name": "D. Moreira",
        "slug": "diego-moreira",
        "link": "https://www.sofascore.com/player/diego-moreira/1142233",
        "image_link": "https://img.sofascore.com/api/v1/player/1142233/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 10229
      },
      "transfer_from": {
        "id": 1659,
        "name": "RC Strasbourg",
        "short_name": "Strasbourg",
        "code": "STR",
        "slug": "rc-strasbourg",
        "link": "https://www.sofascore.com/team/football/rc-strasbourg/1659",
        "image_link": "https://img.sofascore.com/api/v1/team/1659/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 167290
      },
      "transfer_to": {
        "id": 2692,
        "name": "AC Milan",
        "short_name": "Milan",
        "code": "ACM",
        "slug": "milan",
        "link": "https://www.sofascore.com/team/football/milan/2692",
        "image_link": "https://img.sofascore.com/api/v1/team/2692/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1891907
      },
      "from_team_name": "RC Strasbourg",
      "to_team_name": "AC Milan",
      "type": 3,
      "transfer_fee": 50000000,
      "transfer_fee_description": "50M €",
      "id": 3663672,
      "transfer_date": "2026-08-19",
      "transfer_fee_raw": {
        "value": 50000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1568123,
        "name": "Bazoumana Touré",
        "short_name": "B. Touré",
        "slug": "bazoumana-toure",
        "link": "https://www.sofascore.com/player/bazoumana-toure/1568123",
        "image_link": "https://img.sofascore.com/api/v1/player/1568123/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 7176
      },
      "transfer_from": {
        "id": 2569,
        "name": "TSG Hoffenheim",
        "short_name": "Hoffenheim",
        "code": "TSG",
        "slug": "tsg-hoffenheim",
        "link": "https://www.sofascore.com/team/football/tsg-hoffenheim/2569",
        "image_link": "https://img.sofascore.com/api/v1/team/2569/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 114408
      },
      "transfer_to": {
        "id": 39,
        "name": "Newcastle United",
        "short_name": "Newcastle",
        "code": "NEW",
        "slug": "newcastle-united",
        "link": "https://www.sofascore.com/team/football/newcastle-united/39",
        "image_link": "https://img.sofascore.com/api/v1/team/39/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 984394
      },
      "from_team_name": "TSG Hoffenheim",
      "to_team_name": "Newcastle United",
      "type": 3,
      "transfer_fee": 50000000,
      "transfer_fee_description": "50M €",
      "id": 3485927,
      "transfer_date": "2026-07-05",
      "transfer_fee_raw": {
        "value": 50000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 855833,
        "name": "Ferran Torres",
        "short_name": "F. Torres",
        "slug": "ferran-torres",
        "link": "https://www.sofascore.com/player/ferran-torres/855833",
        "image_link": "https://img.sofascore.com/api/v1/player/855833/image",
        "position": "F",
        "gender": "M",
        "country": null,
        "followers_count": 198494
      },
      "transfer_from": {
        "id": 2817,
        "name": "FC Barcelona",
        "short_name": "Barcelona",
        "code": "BAR",
        "slug": "barcelona",
        "link": "https://www.sofascore.com/team/football/barcelona/2817",
        "image_link": "https://img.sofascore.com/api/v1/team/2817/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 8473783
      },
      "transfer_to": {
        "id": 1644,
        "name": "Paris Saint-Germain",
        "short_name": "PSG",
        "code": "PSG",
        "slug": "paris-saint-germain",
        "link": "https://www.sofascore.com/team/football/paris-saint-germain/1644",
        "image_link": "https://img.sofascore.com/api/v1/team/1644/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3820897
      },
      "from_team_name": "FC Barcelona",
      "to_team_name": "Paris Saint-Germain",
      "type": 3,
      "transfer_fee": 48500000,
      "transfer_fee_description": "48.5M €",
      "id": 3647065,
      "transfer_date": "2026-08-15",
      "transfer_fee_raw": {
        "value": 48500000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1064697,
        "name": "Mamadou Sangare",
        "short_name": "M. Sangare",
        "slug": "mamadou-sangare",
        "link": "https://www.sofascore.com/player/mamadou-sangare/1064697",
        "image_link": "https://img.sofascore.com/api/v1/player/1064697/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 7782
      },
      "transfer_from": {
        "id": 1648,
        "name": "RC Lens",
        "short_name": "Lens",
        "code": "RCL",
        "slug": "rc-lens",
        "link": "https://www.sofascore.com/team/football/rc-lens/1648",
        "image_link": "https://img.sofascore.com/api/v1/team/1648/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 240414
      },
      "transfer_to": {
        "id": 50,
        "name": "Brentford",
        "short_name": "Brentford",
        "code": "BRE",
        "slug": "brentford",
        "link": "https://www.sofascore.com/team/football/brentford/50",
        "image_link": "https://img.sofascore.com/api/v1/team/50/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 329978
      },
      "from_team_name": "RC Lens",
      "to_team_name": "Brentford",
      "type": 3,
      "transfer_fee": 48000000,
      "transfer_fee_description": "48M €",
      "id": 3622511,
      "transfer_date": "2026-08-01",
      "transfer_fee_raw": {
        "value": 48000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 980643,
        "name": "James Trafford",
        "short_name": "J. Trafford",
        "slug": "james-trafford",
        "link": "https://www.sofascore.com/player/james-trafford/980643",
        "image_link": "https://img.sofascore.com/api/v1/player/980643/image",
        "position": "G",
        "gender": "M",
        "country": null,
        "followers_count": 26080
      },
      "transfer_from": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "transfer_to": {
        "id": 34,
        "name": "Leeds United",
        "short_name": "Leeds",
        "code": "LEE",
        "slug": "leeds-united",
        "link": "https://www.sofascore.com/team/football/leeds-united/34",
        "image_link": "https://img.sofascore.com/api/v1/team/34/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 282092
      },
      "from_team_name": "Manchester City",
      "to_team_name": "Leeds United",
      "type": 3,
      "transfer_fee": 46700000,
      "transfer_fee_description": "46.7M €",
      "id": 3640777,
      "transfer_date": "2026-08-06",
      "transfer_fee_raw": {
        "value": 46700000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1149146,
        "name": "Mika Godts",
        "short_name": "M. Godts",
        "slug": "mika-godts",
        "link": "https://www.sofascore.com/player/mika-godts/1149146",
        "image_link": "https://img.sofascore.com/api/v1/player/1149146/image",
        "position": "F",
        "gender": "M",
        "country": null,
        "followers_count": 16540
      },
      "transfer_from": {
        "id": 2953,
        "name": "AFC Ajax",
        "short_name": "Ajax",
        "code": "AJA",
        "slug": "ajax",
        "link": "https://www.sofascore.com/team/football/ajax/2953",
        "image_link": "https://img.sofascore.com/api/v1/team/2953/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 566701
      },
      "transfer_to": {
        "id": 1644,
        "name": "Paris Saint-Germain",
        "short_name": "PSG",
        "code": "PSG",
        "slug": "paris-saint-germain",
        "link": "https://www.sofascore.com/team/football/paris-saint-germain/1644",
        "image_link": "https://img.sofascore.com/api/v1/team/1644/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3820897
      },
      "from_team_name": "AFC Ajax",
      "to_team_name": "Paris Saint-Germain",
      "type": 3,
      "transfer_fee": 45000000,
      "transfer_fee_description": "45M €",
      "id": 3652879,
      "transfer_date": "2026-08-15",
      "transfer_fee_raw": {
        "value": 45000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1086417,
        "name": "Rasmus Højlund",
        "short_name": "R. Højlund",
        "slug": "rasmus-hojlund",
        "link": "https://www.sofascore.com/player/rasmus-hojlund/1086417",
        "image_link": "https://img.sofascore.com/api/v1/player/1086417/image",
        "position": "F",
        "gender": "M",
        "country": null,
        "followers_count": 75218
      },
      "transfer_from": {
        "id": 35,
        "name": "Manchester United",
        "short_name": "Man Utd",
        "code": "MUN",
        "slug": "manchester-united",
        "link": "https://www.sofascore.com/team/football/manchester-united/35",
        "image_link": "https://img.sofascore.com/api/v1/team/35/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4261989
      },
      "transfer_to": {
        "id": 2714,
        "name": "SSC Napoli",
        "short_name": "Napoli",
        "code": "NAP",
        "slug": "napoli",
        "link": "https://www.sofascore.com/team/football/napoli/2714",
        "image_link": "https://img.sofascore.com/api/v1/team/2714/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1176792
      },
      "from_team_name": "Manchester United",
      "to_team_name": "SSC Napoli",
      "type": 3,
      "transfer_fee": 44000000,
      "transfer_fee_description": "44M €",
      "id": 3407215,
      "transfer_date": "2026-07-01",
      "transfer_fee_raw": {
        "value": 44000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 835480,
        "name": "Loïs Openda",
        "short_name": "L. Openda",
        "slug": "lois-openda",
        "link": "https://www.sofascore.com/player/lois-openda/835480",
        "image_link": "https://img.sofascore.com/api/v1/player/835480/image",
        "position": "F",
        "gender": "M",
        "country": null,
        "followers_count": 17727
      },
      "transfer_from": {
        "id": 36360,
        "name": "RB Leipzig",
        "short_name": "Leipzig",
        "code": "RBL",
        "slug": "rb-leipzig",
        "link": "https://www.sofascore.com/team/football/rb-leipzig/36360",
        "image_link": "https://img.sofascore.com/api/v1/team/36360/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 427756
      },
      "transfer_to": {
        "id": 2687,
        "name": "Juventus",
        "short_name": "Juventus",
        "code": "JUV",
        "slug": "juventus",
        "link": "https://www.sofascore.com/team/football/juventus/2687",
        "image_link": "https://img.sofascore.com/api/v1/team/2687/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1780294
      },
      "from_team_name": "RB Leipzig",
      "to_team_name": "Juventus",
      "type": 3,
      "transfer_fee": 42750000,
      "transfer_fee_description": "42.8M €",
      "id": 3277883,
      "transfer_date": "2026-07-01",
      "transfer_fee_raw": {
        "value": 42750000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 871706,
        "name": "Randal Kolo Muani",
        "short_name": "R. Kolo Muani",
        "slug": "randal-kolo-muani",
        "link": "https://www.sofascore.com/player/randal-kolo-muani/871706",
        "image_link": "https://img.sofascore.com/api/v1/player/871706/image",
        "position": "F",
        "gender": "M",
        "country": null,
        "followers_count": 28264
      },
      "transfer_from": {
        "id": 1644,
        "name": "Paris Saint-Germain",
        "short_name": "PSG",
        "code": "PSG",
        "slug": "paris-saint-germain",
        "link": "https://www.sofascore.com/team/football/paris-saint-germain/1644",
        "image_link": "https://img.sofascore.com/api/v1/team/1644/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 3820897
      },
      "transfer_to": {
        "id": 2687,
        "name": "Juventus",
        "short_name": "Juventus",
        "code": "JUV",
        "slug": "juventus",
        "link": "https://www.sofascore.com/team/football/juventus/2687",
        "image_link": "https://img.sofascore.com/api/v1/team/2687/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1780294
      },
      "from_team_name": "Paris Saint-Germain",
      "to_team_name": "Juventus",
      "type": 3,
      "transfer_fee": 41200000,
      "transfer_fee_description": "41.2M €",
      "id": 3630236,
      "transfer_date": "2026-08-02",
      "transfer_fee_raw": {
        "value": 41200000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 331737,
        "name": "Youri Tielemans",
        "short_name": "Y. Tielemans",
        "slug": "youri-tielemans",
        "link": "https://www.sofascore.com/player/youri-tielemans/331737",
        "image_link": "https://img.sofascore.com/api/v1/player/331737/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 26570
      },
      "transfer_from": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1091289
      },
      "transfer_to": {
        "id": 35,
        "name": "Manchester United",
        "short_name": "Man Utd",
        "code": "MUN",
        "slug": "manchester-united",
        "link": "https://www.sofascore.com/team/football/manchester-united/35",
        "image_link": "https://img.sofascore.com/api/v1/team/35/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4261989
      },
      "from_team_name": "Aston Villa",
      "to_team_name": "Manchester United",
      "type": 3,
      "transfer_fee": 41000000,
      "transfer_fee_description": "41M €",
      "id": 3502467,
      "transfer_date": "2026-07-14",
      "transfer_fee_raw": {
        "value": 41000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1471764,
        "name": "El Hadji Malick Diouf",
        "short_name": "E. H. M. Diouf",
        "slug": "diouf-el-hadji-malick",
        "link": "https://www.sofascore.com/player/diouf-el-hadji-malick/1471764",
        "image_link": "https://img.sofascore.com/api/v1/player/1471764/image",
        "position": "D",
        "gender": "M",
        "country": null,
        "followers_count": 17949
      },
      "transfer_from": {
        "id": 37,
        "name": "West Ham United",
        "short_name": "West Ham",
        "code": "WHU",
        "slug": "west-ham-united",
        "link": "https://www.sofascore.com/team/football/west-ham-united/37",
        "image_link": "https://img.sofascore.com/api/v1/team/37/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 516012
      },
      "transfer_to": {
        "id": 50,
        "name": "Brentford",
        "short_name": "Brentford",
        "code": "BRE",
        "slug": "brentford",
        "link": "https://www.sofascore.com/team/football/brentford/50",
        "image_link": "https://img.sofascore.com/api/v1/team/50/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 329978
      },
      "from_team_name": "West Ham United",
      "to_team_name": "Brentford",
      "type": 3,
      "transfer_fee": 40800000,
      "transfer_fee_description": "40.8M €",
      "id": 3671382,
      "transfer_date": "2026-08-28",
      "transfer_fee_raw": {
        "value": 40800000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1402716,
        "name": "Gonzalo García",
        "short_name": "G. García",
        "slug": "gonzalo-garcia",
        "link": "https://www.sofascore.com/player/gonzalo-garcia/1402716",
        "image_link": "https://img.sofascore.com/api/v1/player/1402716/image",
        "position": "F",
        "gender": "M",
        "country": null,
        "followers_count": 128040
      },
      "transfer_from": {
        "id": 2829,
        "name": "Real Madrid",
        "short_name": "Real Madrid",
        "code": "RMA",
        "slug": "real-madrid",
        "link": "https://www.sofascore.com/team/football/real-madrid/2829",
        "image_link": "https://img.sofascore.com/api/v1/team/2829/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 8812300
      },
      "transfer_to": {
        "id": 43,
        "name": "Fulham",
        "short_name": "Fulham",
        "code": "FUL",
        "slug": "fulham",
        "link": "https://www.sofascore.com/team/football/fulham/43",
        "image_link": "https://img.sofascore.com/api/v1/team/43/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 372809
      },
      "from_team_name": "Real Madrid",
      "to_team_name": "Fulham",
      "type": 3,
      "transfer_fee": 40000000,
      "transfer_fee_description": "40M €",
      "id": 3637928,
      "transfer_date": "2026-08-03",
      "transfer_fee_raw": {
        "value": 40000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1002837,
        "name": "Piero Hincapié",
        "short_name": "P. Hincapié",
        "slug": "piero-hincapie",
        "link": "https://www.sofascore.com/player/piero-hincapie/1002837",
        "image_link": "https://img.sofascore.com/api/v1/player/1002837/image",
        "position": "D",
        "gender": "M",
        "country": null,
        "followers_count": 43984
      },
      "transfer_from": {
        "id": 2681,
        "name": "Bayer 04 Leverkusen",
        "short_name": "Leverkusen",
        "code": "B04",
        "slug": "bayer-04-leverkusen",
        "link": "https://www.sofascore.com/team/football/bayer-04-leverkusen/2681",
        "image_link": "https://img.sofascore.com/api/v1/team/2681/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 1105403
      },
      "transfer_to": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "is_national": false,
        "colors": {
          "primary": "#374df5",
          "secondary": "#374df5",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "from_team_name": "Bayer 04 Leverkusen",
      "to_team_name": "Arsenal",
      "type": 3,
      "transfer_fee": 40000000,
      "transfer_fee_description": "40M €",
      "id": 2472778,
      "transfer_date": "2026-07-01",
      "transfer_fee_raw": {
        "value": 40000000,
        "currency": "EUR"
      }
    }
  ],
  "next": null,
  "previous": null
}