Sofascore Scraper

ENDPOINTS
GET/teams/transfers

Team Transfers

Transfers in and out with player, fee, date, from/to team and type.

QUERY PARAMS

Sofascore team id or any sofascore.com team URL.

Examples:

  • ID: 42 (Arsenal)
  • URL: https://www.sofascore.com/team/football/arsenal/42
{
  "team_id": 42,
  "transfers_in": [
    {
      "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",
        "jersey_number": 15,
        "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "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": 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",
        "jersey_number": 39,
        "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#000000",
          "secondary": "#ffffff",
          "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "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": 1031259,
        "name": "Christos Tzolis",
        "short_name": "C. Tzolis",
        "slug": "christos-tzolis",
        "first_name": "Christos",
        "last_name": "Tzolis",
        "link": "https://www.sofascore.com/player/christos-tzolis/1031259",
        "image_link": "https://img.sofascore.com/api/v1/player/1031259/image",
        "position": "M",
        "jersey_number": 17,
        "gender": "M",
        "country": null,
        "followers_count": 40455
      },
      "transfer_from": {
        "id": 2888,
        "name": "Club Brugge KV",
        "short_name": "Club Brugge",
        "code": "BRU",
        "slug": "club-brugge-kv",
        "link": "https://www.sofascore.com/team/football/club-brugge-kv/2888",
        "image_link": "https://img.sofascore.com/api/v1/team/2888/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#0080ff",
          "secondary": "#000000",
          "text": "#000000"
        },
        "followers_count": 337119
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "from_team_name": "Club Brugge KV",
      "to_team_name": "Arsenal",
      "type": 3,
      "transfer_fee": 40000000,
      "transfer_fee_description": "40M €",
      "id": 3534073,
      "transfer_date": "2026-07-23",
      "transfer_fee_raw": {
        "value": 40000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 906076,
        "name": "Illan Meslier",
        "short_name": "I. Meslier",
        "slug": "illan-meslier",
        "first_name": "Illan",
        "last_name": "Meslier",
        "link": "https://www.sofascore.com/player/illan-meslier/906076",
        "image_link": "https://img.sofascore.com/api/v1/player/906076/image",
        "position": "G",
        "jersey_number": 30,
        "gender": "M",
        "country": null,
        "followers_count": 5766
      },
      "transfer_from": {
        "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#1d4189",
          "text": "#1d4189"
        },
        "followers_count": 282092
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "from_team_name": "Leeds United",
      "to_team_name": "Arsenal",
      "type": 3,
      "transfer_fee": 0,
      "transfer_fee_description": "Free",
      "id": 3494141,
      "transfer_date": "2026-07-09",
      "transfer_fee_raw": {
        "value": 0,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1002837,
        "name": "Piero Hincapié",
        "short_name": "P. Hincapié",
        "slug": "piero-hincapie",
        "first_name": "Piero",
        "last_name": "Hincapie",
        "link": "https://www.sofascore.com/player/piero-hincapie/1002837",
        "image_link": "https://img.sofascore.com/api/v1/player/1002837/image",
        "position": "D",
        "jersey_number": 5,
        "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#000000",
          "secondary": "#ff2222",
          "text": "#ff2222"
        },
        "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "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"
      }
    },
    {
      "player": {
        "id": 1150958,
        "name": "Tommy Setford",
        "short_name": "T. Setford",
        "slug": "tommy-setford",
        "first_name": "Tommy Setford",
        "last_name": "",
        "link": "https://www.sofascore.com/player/tommy-setford/1150958",
        "image_link": "https://img.sofascore.com/api/v1/player/1150958/image",
        "position": "G",
        "jersey_number": 1,
        "gender": "M",
        "country": null,
        "followers_count": 4411
      },
      "transfer_from": {
        "id": 36554,
        "name": "Arsenal U21",
        "short_name": "Arsenal U21",
        "code": "ARS",
        "slug": "arsenal-u21",
        "link": "https://www.sofascore.com/team/football/arsenal-u21/36554",
        "image_link": "https://img.sofascore.com/api/v1/team/36554/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ff0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 14236,
        "parent_team": {
          "name": "Arsenal",
          "slug": "arsenal",
          "short_name": "Arsenal",
          "gender": "M",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "followers_count": 4194250,
          "code": "ARS",
          "is_national": false,
          "type": 0,
          "id": 42,
          "colors": {
            "primary": "#cc0000",
            "secondary": "#ffffff",
            "text": "#ffffff"
          }
        }
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "from_team_name": "Arsenal U21",
      "to_team_name": "Arsenal",
      "type": 3,
      "transfer_fee": 0,
      "transfer_fee_description": "-",
      "id": 3626960,
      "transfer_date": "2026-07-01",
      "transfer_fee_raw": {
        "value": 0,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1401702,
        "name": "Ethan Nwaneri",
        "short_name": "E. Nwaneri",
        "slug": "ethan-nwaneri",
        "link": "https://www.sofascore.com/player/ethan-nwaneri/1401702",
        "image_link": "https://img.sofascore.com/api/v1/player/1401702/image",
        "position": "M",
        "jersey_number": 18,
        "gender": "M",
        "country": null,
        "followers_count": 31827
      },
      "transfer_from": {
        "id": 1641,
        "name": "Olympique de Marseille",
        "short_name": "Marseille",
        "code": "OM",
        "slug": "olympique-de-marseille",
        "link": "https://www.sofascore.com/team/football/olympique-de-marseille/1641",
        "image_link": "https://img.sofascore.com/api/v1/team/1641/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#66b3ff",
          "text": "#66b3ff"
        },
        "followers_count": 703057
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "from_team_name": "Olympique de Marseille",
      "to_team_name": "Arsenal",
      "type": 2,
      "transfer_fee": 0,
      "transfer_fee_description": "-",
      "id": 2695845,
      "transfer_date": "2026-06-30",
      "transfer_fee_raw": {
        "value": 0,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 904835,
        "name": "Fábio Vieira",
        "short_name": "F. Vieira",
        "slug": "fabio-vieira",
        "first_name": "Fabio",
        "last_name": "Vieira",
        "link": "https://www.sofascore.com/player/fabio-vieira/904835",
        "image_link": "https://img.sofascore.com/api/v1/player/904835/image",
        "position": "M",
        "jersey_number": 20,
        "gender": "M",
        "country": null,
        "followers_count": 8699
      },
      "transfer_from": {
        "id": 2676,
        "name": "Hamburger SV",
        "short_name": "HSV",
        "code": "HSV",
        "slug": "hamburger-sv",
        "link": "https://www.sofascore.com/team/football/hamburger-sv/2676",
        "image_link": "https://img.sofascore.com/api/v1/team/2676/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 96828
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "from_team_name": "Hamburger SV",
      "to_team_name": "Arsenal",
      "type": 2,
      "transfer_fee": 0,
      "transfer_fee_description": "-",
      "id": 2472747,
      "transfer_date": "2026-06-30",
      "transfer_fee_raw": {
        "value": 0,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 826139,
        "name": "Reiss Nelson",
        "short_name": "R. Nelson",
        "slug": "reiss-nelson",
        "first_name": "Reiss",
        "last_name": "Nelson",
        "link": "https://www.sofascore.com/player/reiss-nelson/826139",
        "image_link": "https://img.sofascore.com/api/v1/player/826139/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 6421
      },
      "transfer_from": {
        "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#ff0000",
          "text": "#ff0000"
        },
        "followers_count": 329978
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "from_team_name": "Brentford",
      "to_team_name": "Arsenal",
      "type": 2,
      "transfer_fee": 0,
      "transfer_fee_description": "-",
      "id": 2473436,
      "transfer_date": "2026-06-30",
      "transfer_fee_raw": {
        "value": 0,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 991591,
        "name": "Karl Hein",
        "short_name": "K. Hein",
        "slug": "karl-hein",
        "link": "https://www.sofascore.com/player/karl-hein/991591",
        "image_link": "https://img.sofascore.com/api/v1/player/991591/image",
        "position": "G",
        "jersey_number": 1,
        "gender": "M",
        "country": null,
        "followers_count": 6511
      },
      "transfer_from": {
        "id": 2534,
        "name": "SV Werder Bremen",
        "short_name": "Bremen",
        "code": "SVW",
        "slug": "sv-werder-bremen",
        "link": "https://www.sofascore.com/team/football/sv-werder-bremen/2534",
        "image_link": "https://img.sofascore.com/api/v1/team/2534/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#009966",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 97450
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "from_team_name": "SV Werder Bremen",
      "to_team_name": "Arsenal",
      "type": 2,
      "transfer_fee": 0,
      "transfer_fee_description": "-",
      "id": 2461571,
      "transfer_date": "2026-06-30",
      "transfer_fee_raw": {
        "value": 0,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 976037,
        "name": "Jakub Kiwior",
        "short_name": "J. Kiwior",
        "slug": "jakub-kiwior",
        "first_name": "Jakub",
        "last_name": "Kiwior",
        "link": "https://www.sofascore.com/player/jakub-kiwior/976037",
        "image_link": "https://img.sofascore.com/api/v1/player/976037/image",
        "position": "D",
        "jersey_number": 4,
        "gender": "M",
        "country": null,
        "followers_count": 19721
      },
      "transfer_from": {
        "id": 3002,
        "name": "FC Porto",
        "short_name": "Porto",
        "code": "FCP",
        "slug": "fc-porto",
        "link": "https://www.sofascore.com/team/football/fc-porto/3002",
        "image_link": "https://img.sofascore.com/api/v1/team/3002/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#194f93",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 758141
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "from_team_name": "FC Porto",
      "to_team_name": "Arsenal",
      "type": 2,
      "transfer_fee": 0,
      "transfer_fee_description": "-",
      "id": 2472855,
      "transfer_date": "2026-06-30",
      "transfer_fee_raw": {
        "value": 0,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 287643,
        "name": "Oleksandr Zinchenko",
        "short_name": "O. Zinchenko",
        "slug": "oleksandr-zinchenko",
        "first_name": "Oleksandr",
        "last_name": "Zinchenko",
        "link": "https://www.sofascore.com/player/oleksandr-zinchenko/287643",
        "image_link": "https://img.sofascore.com/api/v1/player/287643/image",
        "position": "D",
        "gender": "M",
        "country": null,
        "followers_count": 18392
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#cc0000",
          "text": "#cc0000"
        },
        "followers_count": 472753
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "from_team_name": "Nottingham Forest",
      "to_team_name": "Arsenal",
      "type": 2,
      "transfer_fee": 0,
      "transfer_fee_description": "-",
      "id": 2719436,
      "transfer_date": "2026-01-31",
      "transfer_fee_raw": {
        "value": 0,
        "currency": "EUR"
      }
    }
  ],
  "transfers_out": [
    {
      "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",
        "jersey_number": 7,
        "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#0080ff",
          "secondary": "#0080ff",
          "text": "#0080ff"
        },
        "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": 826139,
        "name": "Reiss Nelson",
        "short_name": "R. Nelson",
        "slug": "reiss-nelson",
        "first_name": "Reiss",
        "last_name": "Nelson",
        "link": "https://www.sofascore.com/player/reiss-nelson/826139",
        "image_link": "https://img.sofascore.com/api/v1/player/826139/image",
        "position": "M",
        "gender": "M",
        "country": null,
        "followers_count": 6421
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "transfer_to": {
        "id": 2959,
        "name": "Feyenoord",
        "short_name": "Feyenoord",
        "code": "FEY",
        "slug": "feyenoord",
        "link": "https://www.sofascore.com/team/football/feyenoord/2959",
        "image_link": "https://img.sofascore.com/api/v1/team/2959/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ff0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 402600
      },
      "from_team_name": "Arsenal",
      "to_team_name": "Feyenoord",
      "type": 3,
      "transfer_fee": 0,
      "transfer_fee_description": "Free",
      "id": 3696188,
      "transfer_date": "2026-09-02",
      "transfer_fee_raw": {
        "value": 0,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1401702,
        "name": "Ethan Nwaneri",
        "short_name": "E. Nwaneri",
        "slug": "ethan-nwaneri",
        "link": "https://www.sofascore.com/player/ethan-nwaneri/1401702",
        "image_link": "https://img.sofascore.com/api/v1/player/1401702/image",
        "position": "M",
        "jersey_number": 18,
        "gender": "M",
        "country": null,
        "followers_count": 31827
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "transfer_to": {
        "id": 2673,
        "name": "Borussia Dortmund",
        "short_name": "Dortmund",
        "code": "BVB",
        "slug": "borussia-dortmund",
        "link": "https://www.sofascore.com/team/football/borussia-dortmund/2673",
        "image_link": "https://img.sofascore.com/api/v1/team/2673/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffe600",
          "secondary": "#000000",
          "text": "#000000"
        },
        "followers_count": 1541586
      },
      "from_team_name": "Arsenal",
      "to_team_name": "Borussia Dortmund",
      "type": 1,
      "transfer_fee": 0,
      "transfer_fee_description": "-",
      "id": 3683022,
      "transfer_date": "2026-09-01",
      "transfer_fee_raw": {
        "value": 0,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1150958,
        "name": "Tommy Setford",
        "short_name": "T. Setford",
        "slug": "tommy-setford",
        "first_name": "Tommy Setford",
        "last_name": "",
        "link": "https://www.sofascore.com/player/tommy-setford/1150958",
        "image_link": "https://img.sofascore.com/api/v1/player/1150958/image",
        "position": "G",
        "jersey_number": 1,
        "gender": "M",
        "country": null,
        "followers_count": 4411
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "transfer_to": {
        "id": 133,
        "name": "Stevenage",
        "short_name": null,
        "code": "STE",
        "slug": "stevenage",
        "link": "https://www.sofascore.com/team/football/stevenage/133",
        "image_link": "https://img.sofascore.com/api/v1/team/133/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#cc0000",
          "text": "#cc0000"
        },
        "followers_count": 12047
      },
      "from_team_name": "Arsenal",
      "to_team_name": "Stevenage",
      "type": 1,
      "transfer_fee": 0,
      "transfer_fee_description": "-",
      "id": 3684961,
      "transfer_date": "2026-09-01",
      "transfer_fee_raw": {
        "value": 0,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 904835,
        "name": "Fábio Vieira",
        "short_name": "F. Vieira",
        "slug": "fabio-vieira",
        "first_name": "Fabio",
        "last_name": "Vieira",
        "link": "https://www.sofascore.com/player/fabio-vieira/904835",
        "image_link": "https://img.sofascore.com/api/v1/player/904835/image",
        "position": "M",
        "jersey_number": 20,
        "gender": "M",
        "country": null,
        "followers_count": 8699
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "transfer_to": {
        "id": 2676,
        "name": "Hamburger SV",
        "short_name": "HSV",
        "code": "HSV",
        "slug": "hamburger-sv",
        "link": "https://www.sofascore.com/team/football/hamburger-sv/2676",
        "image_link": "https://img.sofascore.com/api/v1/team/2676/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 96828
      },
      "from_team_name": "Arsenal",
      "to_team_name": "Hamburger SV",
      "type": 3,
      "transfer_fee": 9000000,
      "transfer_fee_description": "9M €",
      "id": 3676479,
      "transfer_date": "2026-09-01",
      "transfer_fee_raw": {
        "value": 9000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 794839,
        "name": "Gabriel Jesus",
        "short_name": "G. Jesus",
        "slug": "gabriel-jesus",
        "first_name": "Gabriel",
        "last_name": "Jesus",
        "link": "https://www.sofascore.com/player/gabriel-jesus/794839",
        "image_link": "https://img.sofascore.com/api/v1/player/794839/image",
        "position": "F",
        "jersey_number": 9,
        "gender": "M",
        "country": null,
        "followers_count": 108784
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#154284",
          "secondary": "#9d1009",
          "text": "#9d1009"
        },
        "followers_count": 8473783
      },
      "from_team_name": "Arsenal",
      "to_team_name": "FC Barcelona",
      "type": 3,
      "transfer_fee": 10000000,
      "transfer_fee_description": "10M €",
      "id": 3677605,
      "transfer_date": "2026-09-01",
      "transfer_fee_raw": {
        "value": 10000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 135256,
        "name": "Christian Nørgaard",
        "short_name": "C. Nørgaard",
        "slug": "christian-nrgaard",
        "link": "https://www.sofascore.com/player/christian-nrgaard/135256",
        "image_link": "https://img.sofascore.com/api/v1/player/135256/image",
        "position": "M",
        "jersey_number": 23,
        "gender": "M",
        "country": null,
        "followers_count": 12329
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "transfer_to": {
        "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#274488",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 417535
      },
      "from_team_name": "Arsenal",
      "to_team_name": "Everton",
      "type": 3,
      "transfer_fee": 8150000,
      "transfer_fee_description": "8.2M €",
      "id": 3639503,
      "transfer_date": "2026-08-05",
      "transfer_fee_raw": {
        "value": 8150000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 135666,
        "name": "Leandro Trossard",
        "short_name": "L. Trossard",
        "slug": "leandro-trossard",
        "first_name": "Leandro",
        "last_name": "Trossard",
        "link": "https://www.sofascore.com/player/leandro-trossard/135666",
        "image_link": "https://img.sofascore.com/api/v1/player/135666/image",
        "position": "F",
        "jersey_number": 19,
        "gender": "M",
        "country": null,
        "followers_count": 45465
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "transfer_to": {
        "id": 3050,
        "name": "Beşiktaş JK",
        "short_name": "Beşiktaş",
        "code": "BES",
        "slug": "besiktas",
        "link": "https://www.sofascore.com/team/football/besiktas/3050",
        "image_link": "https://img.sofascore.com/api/v1/team/3050/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#000000",
          "text": "#000000"
        },
        "followers_count": 385646
      },
      "from_team_name": "Arsenal",
      "to_team_name": "Beşiktaş JK",
      "type": 3,
      "transfer_fee": 18000000,
      "transfer_fee_description": "18M €",
      "id": 3501760,
      "transfer_date": "2026-07-15",
      "transfer_fee_raw": {
        "value": 18000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 976037,
        "name": "Jakub Kiwior",
        "short_name": "J. Kiwior",
        "slug": "jakub-kiwior",
        "first_name": "Jakub",
        "last_name": "Kiwior",
        "link": "https://www.sofascore.com/player/jakub-kiwior/976037",
        "image_link": "https://img.sofascore.com/api/v1/player/976037/image",
        "position": "D",
        "jersey_number": 4,
        "gender": "M",
        "country": null,
        "followers_count": 19721
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "transfer_to": {
        "id": 3002,
        "name": "FC Porto",
        "short_name": "Porto",
        "code": "FCP",
        "slug": "fc-porto",
        "link": "https://www.sofascore.com/team/football/fc-porto/3002",
        "image_link": "https://img.sofascore.com/api/v1/team/3002/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#194f93",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 758141
      },
      "from_team_name": "Arsenal",
      "to_team_name": "FC Porto",
      "type": 3,
      "transfer_fee": 17000000,
      "transfer_fee_description": "17M €",
      "id": 3352367,
      "transfer_date": "2026-07-01",
      "transfer_fee_raw": {
        "value": 17000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 991591,
        "name": "Karl Hein",
        "short_name": "K. Hein",
        "slug": "karl-hein",
        "link": "https://www.sofascore.com/player/karl-hein/991591",
        "image_link": "https://img.sofascore.com/api/v1/player/991591/image",
        "position": "G",
        "jersey_number": 1,
        "gender": "M",
        "country": null,
        "followers_count": 6511
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "transfer_to": {
        "id": 2534,
        "name": "SV Werder Bremen",
        "short_name": "Bremen",
        "code": "SVW",
        "slug": "sv-werder-bremen",
        "link": "https://www.sofascore.com/team/football/sv-werder-bremen/2534",
        "image_link": "https://img.sofascore.com/api/v1/team/2534/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#009966",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 97450
      },
      "from_team_name": "Arsenal",
      "to_team_name": "SV Werder Bremen",
      "type": 3,
      "transfer_fee": 3000000,
      "transfer_fee_description": "3M €",
      "id": 3409457,
      "transfer_date": "2026-07-01",
      "transfer_fee_raw": {
        "value": 3000000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1002837,
        "name": "Piero Hincapié",
        "short_name": "P. Hincapié",
        "slug": "piero-hincapie",
        "first_name": "Piero",
        "last_name": "Hincapie",
        "link": "https://www.sofascore.com/player/piero-hincapie/1002837",
        "image_link": "https://img.sofascore.com/api/v1/player/1002837/image",
        "position": "D",
        "jersey_number": 5,
        "gender": "M",
        "country": null,
        "followers_count": 43984
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "transfer_to": {
        "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#000000",
          "secondary": "#ff2222",
          "text": "#ff2222"
        },
        "followers_count": 1105403
      },
      "from_team_name": "Arsenal",
      "to_team_name": "Bayer 04 Leverkusen",
      "type": 2,
      "transfer_fee": 0,
      "transfer_fee_description": "-",
      "id": 2472779,
      "transfer_date": "2026-06-30",
      "transfer_fee_raw": {
        "value": 0,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 287643,
        "name": "Oleksandr Zinchenko",
        "short_name": "O. Zinchenko",
        "slug": "oleksandr-zinchenko",
        "first_name": "Oleksandr",
        "last_name": "Zinchenko",
        "link": "https://www.sofascore.com/player/oleksandr-zinchenko/287643",
        "image_link": "https://img.sofascore.com/api/v1/player/287643/image",
        "position": "D",
        "gender": "M",
        "country": null,
        "followers_count": 18392
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "transfer_to": {
        "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#bb002b",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 566701
      },
      "from_team_name": "Arsenal",
      "to_team_name": "AFC Ajax",
      "type": 3,
      "transfer_fee": 1500000,
      "transfer_fee_description": "1.5M €",
      "id": 2719435,
      "transfer_date": "2026-02-01",
      "transfer_fee_raw": {
        "value": 1500000,
        "currency": "EUR"
      }
    },
    {
      "player": {
        "id": 1401702,
        "name": "Ethan Nwaneri",
        "short_name": "E. Nwaneri",
        "slug": "ethan-nwaneri",
        "link": "https://www.sofascore.com/player/ethan-nwaneri/1401702",
        "image_link": "https://img.sofascore.com/api/v1/player/1401702/image",
        "position": "M",
        "jersey_number": 18,
        "gender": "M",
        "country": null,
        "followers_count": 31827
      },
      "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,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "transfer_to": {
        "id": 1641,
        "name": "Olympique de Marseille",
        "short_name": "Marseille",
        "code": "OM",
        "slug": "olympique-de-marseille",
        "link": "https://www.sofascore.com/team/football/olympique-de-marseille/1641",
        "image_link": "https://img.sofascore.com/api/v1/team/1641/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#66b3ff",
          "text": "#66b3ff"
        },
        "followers_count": 703057
      },
      "from_team_name": "Arsenal",
      "to_team_name": "Olympique de Marseille",
      "type": 1,
      "transfer_fee": 0,
      "transfer_fee_description": "-",
      "id": 2695846,
      "transfer_date": "2026-01-23",
      "transfer_fee_raw": {
        "value": 0,
        "currency": "EUR"
      }
    }
  ]
}