Transfermarkt Scraper
ENDPOINTS
Player Details
Search
Advanced Player Search
Player Market Value History
Player Transfers
Player Season Stats
Player Match Log
Player National Team Career
Player Injuries
Player Achievements
Player Squad Numbers
Player Transfer Rumours
Player Upcoming Matches
Club Details
Club Squad
Club Transfers
Club Fixtures & Results
Club Squad Statistics
Club Staff
Club Stadium
Club Achievements
Club Historical Placements
Club Transfer Records
Club National Team Players
List Competitions
Competition Details
Competition Standings
Competition Top Scorers
Competition Matchday
Competition Fixtures
Competition Transfers
Competition Most Valuable Players
Competition Club Values
Competition Rumours
Match Details
Match Line-ups
Match Statistics
Manager Details
Manager Career
Manager Achievements
Latest Transfers
Transfer Records
Latest Rumours
Most Valuable Players
Latest Market Value Changes
Contracts Expiring
Free Agents
Most Valuable Clubs
FIFA World Ranking
Countries
Positions
/competitions/transfersCompetition Transfers
Every club's arrivals and departures of a season with fees, plus each club's spend and balance.
QUERY PARAMS
Transfermarkt competition code (GB1 Premier League, ES1 LaLiga, L1 Bundesliga, IT1 Serie A, FR1 Ligue 1, CL Champions League) or any transfermarkt.com competition URL.
Examples:
- Code:
ES1 - URL:
https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1
Season start year or name — 2025, 25/26 and 2025/26 all mean the 2025/26 season.
Default: the current season
{
"competition_id": "ES1",
"season": {
"id": 2026,
"name": "26/27"
},
"summary": null,
"clubs_count": 20,
"clubs": [
{
"club": {
"id": 131,
"name": "FC Barcelona",
"link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
"crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
},
"arrivals_count": 21,
"departures_count": 17,
"expenditure": {
"amount": 184000000,
"currency": "EUR"
},
"income": {
"amount": 89500000,
"currency": "EUR"
},
"balance": {
"amount": -94500000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 503733,
"name": "Anthony Gordon",
"link": "https://www.transfermarkt.com/anthony-gordon/profil/spieler/503733"
},
"age": 25,
"nationalities": [
{
"id": 189,
"name": "England",
"code": "ENG"
},
{
"id": 190,
"name": "Scotland",
"code": "SCO"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 65000000,
"currency": "EUR"
},
"from_club": {
"id": 762,
"name": "Newcastle United",
"link": "https://www.transfermarkt.com/newcastle-united/startseite/verein/762",
"crest": "https://img.a.transfermarkt.technology/wappen/head/762.png?lm=1789459212",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 80000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 357565,
"name": "Rodri",
"link": "https://www.transfermarkt.com/rodri/profil/spieler/357565"
},
"age": 30,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 55000000,
"currency": "EUR"
},
"from_club": {
"id": 281,
"name": "Manchester City",
"link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
"crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 60000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 496094,
"name": "Karim Adeyemi",
"link": "https://www.transfermarkt.com/karim-adeyemi/profil/spieler/496094"
},
"age": 24,
"nationalities": [
{
"id": 40,
"name": "Germany",
"code": "GER"
},
{
"id": 124,
"name": "Nigeria",
"code": "NGA"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 40000000,
"currency": "EUR"
},
"from_club": {
"id": 16,
"name": "Borussia Dortmund",
"link": "https://www.transfermarkt.com/borussia-dortmund/startseite/verein/16",
"crest": "https://img.a.transfermarkt.technology/wappen/head/16.png?lm=1789459167",
"country": {
"id": 40,
"name": "Germany",
"code": "GER"
}
},
"fee": {
"amount": 22000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 363205,
"name": "Gabriel Jesus",
"link": "https://www.transfermarkt.com/gabriel-jesus/profil/spieler/363205"
},
"age": 29,
"nationalities": [
{
"id": 26,
"name": "Brazil",
"code": "BRA"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 17000000,
"currency": "EUR"
},
"from_club": {
"id": 11,
"name": "Arsenal FC",
"link": "https://www.transfermarkt.com/fc-arsenal/startseite/verein/11",
"crest": "https://img.a.transfermarkt.technology/wappen/head/11.png?lm=1789459167",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 10000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1105549,
"name": "Jesse Bisiwu",
"link": "https://www.transfermarkt.com/jesse-bisiwu/profil/spieler/1105549"
},
"age": 18,
"nationalities": [
{
"id": 19,
"name": "Belgium",
"code": "BEL"
},
{
"id": 54,
"name": "Ghana",
"code": "GHA"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"from_club": {
"id": 43560,
"name": "Club NXT",
"link": "https://www.transfermarkt.com/club-nxt/startseite/verein/43560",
"crest": "https://img.a.transfermarkt.technology/wappen/head/43560.png?lm=1789461810",
"country": {
"id": 19,
"name": "Belgium",
"code": "BEL"
}
},
"fee": {
"amount": 8500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 205927,
"name": "Dominik Livakovic",
"link": "https://www.transfermarkt.com/dominik-livakovic/profil/spieler/205927"
},
"age": 31,
"nationalities": [
{
"id": 37,
"name": "Croatia",
"code": "CRO"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"from_club": {
"id": 36,
"name": "Fenerbahce",
"link": "https://www.transfermarkt.com/fenerbahce-istanbul/startseite/verein/36",
"crest": "https://img.a.transfermarkt.technology/wappen/head/36.png?lm=1789459168",
"country": {
"id": 174,
"name": "Türkiye",
"code": "TUR"
}
},
"fee": {
"amount": 2000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1259085,
"name": "Hamza Abdelkarim",
"link": "https://www.transfermarkt.com/hamza-abdelkarim/profil/spieler/1259085"
},
"age": 18,
"nationalities": [
{
"id": 2,
"name": "Egypt",
"code": "EGY"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"from_club": {
"id": 7,
"name": "Al Ahly FC",
"link": "https://www.transfermarkt.com/el-ahly-kairo/startseite/verein/7",
"crest": "https://img.a.transfermarkt.technology/wappen/head/7.png?lm=1789459167",
"country": {
"id": 2,
"name": "Egypt",
"code": "EGY"
}
},
"fee": {
"amount": 1500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 182712,
"name": "João Cancelo",
"link": "https://www.transfermarkt.com/joao-cancelo/profil/spieler/182712"
},
"age": 32,
"nationalities": [
{
"id": 136,
"name": "Portugal",
"code": "POR"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 8000000,
"currency": "EUR"
},
"from_club": {
"id": 1114,
"name": "Al-Hilal SFC",
"link": "https://www.transfermarkt.com/al-hilal-riad/startseite/verein/1114",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1114.png?lm=1789459235",
"country": {
"id": 146,
"name": "Saudi Arabia",
"code": "KSA"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 1018912,
"name": "Xavi Espart",
"link": "https://www.transfermarkt.com/xavi-espart/profil/spieler/1018912"
},
"age": 19,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"from_club": {
"id": 2464,
"name": "FC Barcelona Atlètic",
"link": "https://www.transfermarkt.com/fc-barcelona-b/startseite/verein/2464",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2464.png?lm=1789459297",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 1050120,
"name": "Guille Fernández",
"link": "https://www.transfermarkt.com/guille-fernandez/profil/spieler/1050120"
},
"age": 18,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 2464,
"name": "FC Barcelona Atlètic",
"link": "https://www.transfermarkt.com/fc-barcelona-b/startseite/verein/2464",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2464.png?lm=1789459297",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 938154,
"name": "Brian Fariñas",
"link": "https://www.transfermarkt.com/brian-farinas/profil/spieler/938154"
},
"age": 20,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 2500000,
"currency": "EUR"
},
"from_club": {
"id": 2464,
"name": "FC Barcelona Atlètic",
"link": "https://www.transfermarkt.com/fc-barcelona-b/startseite/verein/2464",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2464.png?lm=1789459297",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 1009765,
"name": "Jofre Torrents",
"link": "https://www.transfermarkt.com/jofre-torrents/profil/spieler/1009765"
},
"age": 19,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"from_club": {
"id": 2464,
"name": "FC Barcelona Atlètic",
"link": "https://www.transfermarkt.com/fc-barcelona-b/startseite/verein/2464",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2464.png?lm=1789459297",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 938144,
"name": "Diego Kochen",
"link": "https://www.transfermarkt.com/diego-kochen/profil/spieler/938144"
},
"age": 20,
"nationalities": [
{
"id": 184,
"name": "United States",
"code": "USA"
},
{
"id": 133,
"name": "Peru",
"code": "PER"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"from_club": {
"id": 2464,
"name": "FC Barcelona Atlètic",
"link": "https://www.transfermarkt.com/fc-barcelona-b/startseite/verein/2464",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2464.png?lm=1789459297",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 1066206,
"name": "Toni Fernández",
"link": "https://www.transfermarkt.com/toni-fernandez/profil/spieler/1066206"
},
"age": 17,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 2464,
"name": "FC Barcelona Atlètic",
"link": "https://www.transfermarkt.com/fc-barcelona-b/startseite/verein/2464",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2464.png?lm=1789459297",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 938156,
"name": "Tommy Marqués",
"link": "https://www.transfermarkt.com/tommy-marques/profil/spieler/938156"
},
"age": 19,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 2464,
"name": "FC Barcelona Atlètic",
"link": "https://www.transfermarkt.com/fc-barcelona-b/startseite/verein/2464",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2464.png?lm=1789459297",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 924610,
"name": "Álvaro Cortés",
"link": "https://www.transfermarkt.com/alvaro-cortes/profil/spieler/924610"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"from_club": {
"id": 2464,
"name": "FC Barcelona Atlètic",
"link": "https://www.transfermarkt.com/fc-barcelona-b/startseite/verein/2464",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2464.png?lm=1789459297",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 74857,
"name": "Marc ter Stegen",
"link": "https://www.transfermarkt.com/marc-ter-stegen/profil/spieler/74857"
},
"age": 34,
"nationalities": [
{
"id": 40,
"name": "Germany",
"code": "GER"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 12321,
"name": "Girona FC",
"link": "https://www.transfermarkt.com/fc-girona/startseite/verein/12321",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12321.png?lm=1789459801",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 937955,
"name": "Héctor Fort",
"link": "https://www.transfermarkt.com/hector-fort/profil/spieler/937955"
},
"age": 19,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 12000000,
"currency": "EUR"
},
"from_club": {
"id": 1531,
"name": "Elche CF",
"link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 283170,
"name": "Iñaki Peña",
"link": "https://www.transfermarkt.com/inaki-pena/profil/spieler/283170"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"from_club": {
"id": 1531,
"name": "Elche CF",
"link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 938145,
"name": "Áron Yaakobishvili",
"link": "https://www.transfermarkt.com/aron-yaakobishvili/profil/spieler/938145"
},
"age": 20,
"nationalities": [
{
"id": 178,
"name": "Hungary",
"code": "HUN"
},
{
"id": 53,
"name": "Georgia",
"code": "GEO"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 10718,
"name": "FC Andorra",
"link": "https://www.transfermarkt.com/fc-andorra/startseite/verein/10718",
"crest": "https://img.a.transfermarkt.technology/wappen/head/10718.png?lm=1789459731",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 466810,
"name": "Ansu Fati",
"link": "https://www.transfermarkt.com/ansu-fati/profil/spieler/466810"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 60,
"name": "Guinea-Bissau",
"code": "GNB"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 15000000,
"currency": "EUR"
},
"from_club": {
"id": 162,
"name": "AS Monaco",
"link": "https://www.transfermarkt.com/as-monaco/startseite/verein/162",
"crest": "https://img.a.transfermarkt.technology/wappen/head/162.png?lm=1789459175",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 398184,
"name": "Ferran Torres",
"link": "https://www.transfermarkt.com/ferran-torres/profil/spieler/398184"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 55000000,
"currency": "EUR"
},
"to_club": {
"id": 583,
"name": "Paris Saint-Germain",
"link": "https://www.transfermarkt.com/fc-paris-saint-germain/startseite/verein/583",
"crest": "https://img.a.transfermarkt.technology/wappen/head/583.png?lm=1789459199",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": 48500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 938156,
"name": "Tommy Marqués",
"link": "https://www.transfermarkt.com/tommy-marques/profil/spieler/938156"
},
"age": 19,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 1075,
"name": "SC Braga",
"link": "https://www.transfermarkt.com/sc-braga/startseite/verein/1075",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1075.png?lm=1789459229",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": 11000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 466810,
"name": "Ansu Fati",
"link": "https://www.transfermarkt.com/ansu-fati/profil/spieler/466810"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 60,
"name": "Guinea-Bissau",
"code": "GNB"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 15000000,
"currency": "EUR"
},
"to_club": {
"id": 162,
"name": "AS Monaco",
"link": "https://www.transfermarkt.com/as-monaco/startseite/verein/162",
"crest": "https://img.a.transfermarkt.technology/wappen/head/162.png?lm=1789459175",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": 11000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 937955,
"name": "Héctor Fort",
"link": "https://www.transfermarkt.com/hector-fort/profil/spieler/937955"
},
"age": 20,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 12000000,
"currency": "EUR"
},
"to_club": {
"id": 681,
"name": "Real Sociedad",
"link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
"crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 8500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1050120,
"name": "Guille Fernández",
"link": "https://www.transfermarkt.com/guille-fernandez/profil/spieler/1050120"
},
"age": 18,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 237,
"name": "RCD Mallorca",
"link": "https://www.transfermarkt.com/rcd-mallorca/startseite/verein/237",
"crest": "https://img.a.transfermarkt.technology/wappen/head/237.png?lm=1789459182",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 4000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 924610,
"name": "Álvaro Cortés",
"link": "https://www.transfermarkt.com/alvaro-cortes/profil/spieler/924610"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"to_club": {
"id": 1096,
"name": "Royal Antwerp FC",
"link": "https://www.transfermarkt.com/royal-antwerpen-fc/startseite/verein/1096",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1096.png?lm=1789459234",
"country": {
"id": 19,
"name": "Belgium",
"code": "BEL"
}
},
"fee": {
"amount": 3500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 283170,
"name": "Iñaki Peña",
"link": "https://www.transfermarkt.com/inaki-pena/profil/spieler/283170"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"to_club": {
"id": 265,
"name": "Panathinaikos",
"link": "https://www.transfermarkt.com/panathinaikos-athen/startseite/verein/265",
"crest": "https://img.a.transfermarkt.technology/wappen/head/265.png?lm=1789459182",
"country": {
"id": 56,
"name": "Greece",
"code": "GRE"
}
},
"fee": {
"amount": 3000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1009765,
"name": "Jofre Torrents",
"link": "https://www.transfermarkt.com/jofre-torrents/profil/spieler/1009765"
},
"age": 19,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 610,
"name": "Ajax Amsterdam",
"link": "https://www.transfermarkt.com/ajax-amsterdam/startseite/verein/610",
"crest": "https://img.a.transfermarkt.technology/wappen/head/610.png?lm=1789459204",
"country": {
"id": 122,
"name": "Netherlands",
"code": "NED"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 38253,
"name": "Robert Lewandowski",
"link": "https://www.transfermarkt.com/robert-lewandowski/profil/spieler/38253"
},
"age": 37,
"nationalities": [
{
"id": 135,
"name": "Poland",
"code": "POL"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 7000000,
"currency": "EUR"
},
"to_club": {
"id": 432,
"name": "Chicago Fire FC",
"link": "https://www.transfermarkt.com/chicago-fire-fc/startseite/verein/432",
"crest": "https://img.a.transfermarkt.technology/wappen/head/432.png?lm=1789459191",
"country": {
"id": 184,
"name": "United States",
"code": "USA"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 938145,
"name": "Áron Yaakobishvili",
"link": "https://www.transfermarkt.com/aron-yaakobishvili/profil/spieler/938145"
},
"age": 20,
"nationalities": [
{
"id": 178,
"name": "Hungary",
"code": "HUN"
},
{
"id": 53,
"name": "Georgia",
"code": "GEO"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 3302,
"name": "UD Almería",
"link": "https://www.transfermarkt.com/ud-almeria/startseite/verein/3302",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3302.png?lm=1789459343",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1066206,
"name": "Toni Fernández",
"link": "https://www.transfermarkt.com/toni-fernandez/profil/spieler/1066206"
},
"age": 18,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 607,
"name": "Venezia FC",
"link": "https://www.transfermarkt.com/venezia-fc/startseite/verein/607",
"crest": "https://img.a.transfermarkt.technology/wappen/head/607.png?lm=1789459204",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 938144,
"name": "Diego Kochen",
"link": "https://www.transfermarkt.com/diego-kochen/profil/spieler/938144"
},
"age": 20,
"nationalities": [
{
"id": 184,
"name": "United States",
"code": "USA"
},
{
"id": 133,
"name": "Peru",
"code": "PER"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 369,
"name": "Lyngby Boldklub",
"link": "https://www.transfermarkt.com/lyngby-bk/startseite/verein/369",
"crest": "https://img.a.transfermarkt.technology/wappen/head/369.png?lm=1789459189",
"country": {
"id": 39,
"name": "Denmark",
"code": "DEN"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 74857,
"name": "Marc ter Stegen",
"link": "https://www.transfermarkt.com/marc-ter-stegen/profil/spieler/74857"
},
"age": 34,
"nationalities": [
{
"id": 40,
"name": "Germany",
"code": "GER"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 610,
"name": "Ajax Amsterdam",
"link": "https://www.transfermarkt.com/ajax-amsterdam/startseite/verein/610",
"crest": "https://img.a.transfermarkt.technology/wappen/head/610.png?lm=1789459204",
"country": {
"id": 122,
"name": "Netherlands",
"code": "NED"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 480267,
"name": "Ronald Araujo",
"link": "https://www.transfermarkt.com/ronald-araujo/profil/spieler/480267"
},
"age": 27,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 20000000,
"currency": "EUR"
},
"to_club": {
"id": 31,
"name": "Liverpool FC",
"link": "https://www.transfermarkt.com/fc-liverpool/startseite/verein/31",
"crest": "https://img.a.transfermarkt.technology/wappen/head/31.png?lm=1789459168",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 636695,
"name": "Marc Casadó",
"link": "https://www.transfermarkt.com/marc-casado/profil/spieler/636695"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 18000000,
"currency": "EUR"
},
"to_club": {
"id": 897,
"name": "Deportivo A Coruña",
"link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
"crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 182712,
"name": "João Cancelo",
"link": "https://www.transfermarkt.com/joao-cancelo/profil/spieler/182712"
},
"age": 32,
"nationalities": [
{
"id": 136,
"name": "Portugal",
"code": "POR"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 8000000,
"currency": "EUR"
},
"to_club": {
"id": 1114,
"name": "Al-Hilal SFC",
"link": "https://www.transfermarkt.com/al-hilal-riad/startseite/verein/1114",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1114.png?lm=1789459235",
"country": {
"id": 146,
"name": "Saudi Arabia",
"code": "KSA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 258923,
"name": "Marcus Rashford",
"link": "https://www.transfermarkt.com/marcus-rashford/profil/spieler/258923"
},
"age": 28,
"nationalities": [
{
"id": 189,
"name": "England",
"code": "ENG"
},
{
"id": 225,
"name": "St. Kitts & Nevis",
"code": "SKN"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 40000000,
"currency": "EUR"
},
"to_club": {
"id": 985,
"name": "Manchester United",
"link": "https://www.transfermarkt.com/manchester-united/startseite/verein/985",
"crest": "https://img.a.transfermarkt.technology/wappen/head/985.png?lm=1789459227",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
},
{
"club": {
"id": 418,
"name": "Real Madrid",
"link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
"crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190"
},
"arrivals_count": 10,
"departures_count": 9,
"expenditure": {
"amount": 225000000,
"currency": "EUR"
},
"income": {
"amount": 58500000,
"currency": "EUR"
},
"balance": {
"amount": -166500000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 1390649,
"name": "Yan Diomande",
"link": "https://www.transfermarkt.com/yan-diomande/profil/spieler/1390649"
},
"age": 19,
"nationalities": [
{
"id": 38,
"name": "Cote d'Ivoire",
"code": "CIV"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 90000000,
"currency": "EUR"
},
"from_club": {
"id": 23826,
"name": "RB Leipzig",
"link": "https://www.transfermarkt.com/rasenballsport-leipzig/startseite/verein/23826",
"crest": "https://img.a.transfermarkt.technology/wappen/head/23826.png?lm=1789460400",
"country": {
"id": 40,
"name": "Germany",
"code": "GER"
}
},
"fee": {
"amount": 125000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 284857,
"name": "Marc Cucurella",
"link": "https://www.transfermarkt.com/marc-cucurella/profil/spieler/284857"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 50000000,
"currency": "EUR"
},
"from_club": {
"id": 631,
"name": "Chelsea FC",
"link": "https://www.transfermarkt.com/fc-chelsea/startseite/verein/631",
"crest": "https://img.a.transfermarkt.technology/wappen/head/631.png?lm=1789459205",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 55000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1063338,
"name": "Carlos Espí",
"link": "https://www.transfermarkt.com/carlos-espi/profil/spieler/1063338"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 20000000,
"currency": "EUR"
},
"from_club": {
"id": 3368,
"name": "Levante UD",
"link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 25000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 321528,
"name": "Denzel Dumfries",
"link": "https://www.transfermarkt.com/denzel-dumfries/profil/spieler/321528"
},
"age": 30,
"nationalities": [
{
"id": 122,
"name": "Netherlands",
"code": "NED"
},
{
"id": 233,
"name": "Aruba",
"code": "ARU"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 25000000,
"currency": "EUR"
},
"from_club": {
"id": 46,
"name": "Inter Milan",
"link": "https://www.transfermarkt.com/inter-mailand/startseite/verein/46",
"crest": "https://img.a.transfermarkt.technology/wappen/head/46.png?lm=1789459168",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 20000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 241641,
"name": "Bernardo Silva",
"link": "https://www.transfermarkt.com/bernardo-silva/profil/spieler/241641"
},
"age": 31,
"nationalities": [
{
"id": 136,
"name": "Portugal",
"code": "POR"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 22000000,
"currency": "EUR"
},
"from_club": {
"id": 281,
"name": "Manchester City",
"link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
"crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 357119,
"name": "Ibrahima Konaté",
"link": "https://www.transfermarkt.com/ibrahima-konate/profil/spieler/357119"
},
"age": 27,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
},
{
"id": 105,
"name": "Mali",
"code": "MLI"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 45000000,
"currency": "EUR"
},
"from_club": {
"id": 31,
"name": "Liverpool FC",
"link": "https://www.transfermarkt.com/fc-liverpool/startseite/verein/31",
"crest": "https://img.a.transfermarkt.technology/wappen/head/31.png?lm=1789459168",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 1055220,
"name": "Fran González",
"link": "https://www.transfermarkt.com/fran-gonzalez/profil/spieler/1055220"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 6767,
"name": "Real Madrid Castilla",
"link": "https://www.transfermarkt.com/real-madrid-b-castilla-/startseite/verein/6767",
"crest": "https://img.a.transfermarkt.technology/wappen/head/6767.png?lm=1789459511",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 948272,
"name": "César Palacios",
"link": "https://www.transfermarkt.com/cesar-palacios/profil/spieler/948272"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 7500000,
"currency": "EUR"
},
"from_club": {
"id": 6767,
"name": "Real Madrid Castilla",
"link": "https://www.transfermarkt.com/real-madrid-b-castilla-/startseite/verein/6767",
"crest": "https://img.a.transfermarkt.technology/wappen/head/6767.png?lm=1789459511",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 948273,
"name": "Mario Martín",
"link": "https://www.transfermarkt.com/mario-martin/profil/spieler/948273"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"from_club": {
"id": 3709,
"name": "Getafe CF",
"link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 971570,
"name": "Endrick",
"link": "https://www.transfermarkt.com/endrick/profil/spieler/971570"
},
"age": 19,
"nationalities": [
{
"id": 26,
"name": "Brazil",
"code": "BRA"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 40000000,
"currency": "EUR"
},
"from_club": {
"id": 1041,
"name": "Olympique Lyon",
"link": "https://www.transfermarkt.com/olympique-lyon/startseite/verein/1041",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1041.png?lm=1789459228",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 935230,
"name": "Gonzalo García",
"link": "https://www.transfermarkt.com/gonzalo-garcia/profil/spieler/935230"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 30000000,
"currency": "EUR"
},
"to_club": {
"id": 931,
"name": "Fulham FC",
"link": "https://www.transfermarkt.com/fc-fulham/startseite/verein/931",
"crest": "https://img.a.transfermarkt.technology/wappen/head/931.png?lm=1789459221",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 40000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 948272,
"name": "César Palacios",
"link": "https://www.transfermarkt.com/cesar-palacios/profil/spieler/948272"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 7500000,
"currency": "EUR"
},
"to_club": {
"id": 931,
"name": "Fulham FC",
"link": "https://www.transfermarkt.com/fc-fulham/startseite/verein/931",
"crest": "https://img.a.transfermarkt.technology/wappen/head/931.png?lm=1789459221",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 10000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 341264,
"name": "Fran García",
"link": "https://www.transfermarkt.com/fran-garcia/profil/spieler/341264"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"to_club": {
"id": 150,
"name": "Real Betis Balompié",
"link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
"crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 4000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 948273,
"name": "Mario Martín",
"link": "https://www.transfermarkt.com/mario-martin/profil/spieler/948273"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"to_club": {
"id": 3709,
"name": "Getafe CF",
"link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 3500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1055220,
"name": "Fran González",
"link": "https://www.transfermarkt.com/fran-gonzalez/profil/spieler/1055220"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 368,
"name": "Sevilla FC",
"link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 1000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 319745,
"name": "Dani Ceballos",
"link": "https://www.transfermarkt.com/dani-ceballos/profil/spieler/319745"
},
"age": 30,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 7000000,
"currency": "EUR"
},
"to_club": {
"id": 150,
"name": "Real Betis Balompié",
"link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
"crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 1057316,
"name": "Franco Mastantuono",
"link": "https://www.transfermarkt.com/franco-mastantuono/profil/spieler/1057316"
},
"age": 18,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 45000000,
"currency": "EUR"
},
"to_club": {
"id": 430,
"name": "ACF Fiorentina",
"link": "https://www.transfermarkt.com/ac-florenz/startseite/verein/430",
"crest": "https://img.a.transfermarkt.technology/wappen/head/430.png?lm=1789459191",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 59016,
"name": "David Alaba",
"link": "https://www.transfermarkt.com/david-alaba/profil/spieler/59016"
},
"age": 34,
"nationalities": [
{
"id": 127,
"name": "Austria",
"code": "AUT"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 138927,
"name": "Daniel Carvajal",
"link": "https://www.transfermarkt.com/daniel-carvajal/profil/spieler/138927"
},
"age": 34,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
}
]
},
{
"club": {
"id": 1050,
"name": "Villarreal CF",
"link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228"
},
"arrivals_count": 14,
"departures_count": 15,
"expenditure": {
"amount": 16500000,
"currency": "EUR"
},
"income": {
"amount": 2900000,
"currency": "EUR"
},
"balance": {
"amount": -13600000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 842420,
"name": "Nathan Saliba",
"link": "https://www.transfermarkt.com/nathan-saliba/profil/spieler/842420"
},
"age": 22,
"nationalities": [
{
"id": 80,
"name": "Canada",
"code": "CAN"
},
{
"id": 62,
"name": "Haiti",
"code": "HAI"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"from_club": {
"id": 58,
"name": "RSC Anderlecht",
"link": "https://www.transfermarkt.com/rsc-anderlecht/startseite/verein/58",
"crest": "https://img.a.transfermarkt.technology/wappen/head/58.png?lm=1789459168",
"country": {
"id": 19,
"name": "Belgium",
"code": "BEL"
}
},
"fee": {
"amount": 15000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 57071,
"name": "Péter Gulácsi",
"link": "https://www.transfermarkt.com/peter-gulacsi/profil/spieler/57071"
},
"age": 36,
"nationalities": [
{
"id": 178,
"name": "Hungary",
"code": "HUN"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"from_club": {
"id": 23826,
"name": "RB Leipzig",
"link": "https://www.transfermarkt.com/rasenballsport-leipzig/startseite/verein/23826",
"crest": "https://img.a.transfermarkt.technology/wappen/head/23826.png?lm=1789460400",
"country": {
"id": 40,
"name": "Germany",
"code": "GER"
}
},
"fee": {
"amount": 1500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1305564,
"name": "Jean Ives Valou",
"link": "https://www.transfermarkt.com/jean-ives-valou/profil/spieler/1305564"
},
"age": 20,
"nationalities": [
{
"id": 38,
"name": "Cote d'Ivoire",
"code": "CIV"
},
{
"id": 21,
"name": "Benin",
"code": "BEN"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"from_club": {
"id": 11972,
"name": "Villarreal CF B",
"link": "https://www.transfermarkt.com/fc-villarreal-b/startseite/verein/11972",
"crest": "https://img.a.transfermarkt.technology/wappen/head/11972.png?lm=1789459786",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 1249340,
"name": "Alassane Diatta",
"link": "https://www.transfermarkt.com/alassane-diatta/profil/spieler/1249340"
},
"age": 21,
"nationalities": [
{
"id": 149,
"name": "Senegal",
"code": "SEN"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 700000,
"currency": "EUR"
},
"from_club": {
"id": 11972,
"name": "Villarreal CF B",
"link": "https://www.transfermarkt.com/fc-villarreal-b/startseite/verein/11972",
"crest": "https://img.a.transfermarkt.technology/wappen/head/11972.png?lm=1789459786",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 1453066,
"name": "Carlos Macià",
"link": "https://www.transfermarkt.com/carlos-macia/profil/spieler/1453066"
},
"age": 17,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 11972,
"name": "Villarreal CF B",
"link": "https://www.transfermarkt.com/fc-villarreal-b/startseite/verein/11972",
"crest": "https://img.a.transfermarkt.technology/wappen/head/11972.png?lm=1789459786",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 1331450,
"name": "Hugo López",
"link": "https://www.transfermarkt.com/hugo-lopez/profil/spieler/1331450"
},
"age": 19,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"from_club": {
"id": 11972,
"name": "Villarreal CF B",
"link": "https://www.transfermarkt.com/fc-villarreal-b/startseite/verein/11972",
"crest": "https://img.a.transfermarkt.technology/wappen/head/11972.png?lm=1789459786",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 709336,
"name": "Rubén Gómez",
"link": "https://www.transfermarkt.com/ruben-gomez/profil/spieler/709336"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 400000,
"currency": "EUR"
},
"from_club": {
"id": 11972,
"name": "Villarreal CF B",
"link": "https://www.transfermarkt.com/fc-villarreal-b/startseite/verein/11972",
"crest": "https://img.a.transfermarkt.technology/wappen/head/11972.png?lm=1789459786",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 937942,
"name": "Daniel Budesca",
"link": "https://www.transfermarkt.com/daniel-budesca/profil/spieler/937942"
},
"age": 20,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"from_club": {
"id": 11972,
"name": "Villarreal CF B",
"link": "https://www.transfermarkt.com/fc-villarreal-b/startseite/verein/11972",
"crest": "https://img.a.transfermarkt.technology/wappen/head/11972.png?lm=1789459786",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 1127730,
"name": "Thiago Fernández",
"link": "https://www.transfermarkt.com/thiago-fernandez/profil/spieler/1127730"
},
"age": 22,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 4500000,
"currency": "EUR"
},
"from_club": {
"id": 2497,
"name": "Real Oviedo",
"link": "https://www.transfermarkt.com/real-oviedo/startseite/verein/2497",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2497.png?lm=1789459298",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 709969,
"name": "Ilias Akhomach",
"link": "https://www.transfermarkt.com/ilias-akhomach/profil/spieler/709969"
},
"age": 22,
"nationalities": [
{
"id": 107,
"name": "Morocco",
"code": "MAR"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 12000000,
"currency": "EUR"
},
"from_club": {
"id": 367,
"name": "Rayo Vallecano",
"link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
"crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 709380,
"name": "Álex Forés",
"link": "https://www.transfermarkt.com/alex-fores/profil/spieler/709380"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 700000,
"currency": "EUR"
},
"from_club": {
"id": 2497,
"name": "Real Oviedo",
"link": "https://www.transfermarkt.com/real-oviedo/startseite/verein/2497",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2497.png?lm=1789459298",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 945709,
"name": "Dani Requena",
"link": "https://www.transfermarkt.com/dani-requena/profil/spieler/945709"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"from_club": {
"id": 993,
"name": "Córdoba CF",
"link": "https://www.transfermarkt.com/fc-cordoba/startseite/verein/993",
"crest": "https://img.a.transfermarkt.technology/wappen/head/993.png?lm=1789459227",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 783396,
"name": "Ramón Terrats",
"link": "https://www.transfermarkt.com/ramon-terrats/profil/spieler/783396"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 714,
"name": "RCD Espanyol Barcelona",
"link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
"crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 709372,
"name": "Carlos Romero",
"link": "https://www.transfermarkt.com/carlos-romero/profil/spieler/709372"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 25000000,
"currency": "EUR"
},
"from_club": {
"id": 714,
"name": "RCD Espanyol Barcelona",
"link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
"crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 783396,
"name": "Ramón Terrats",
"link": "https://www.transfermarkt.com/ramon-terrats/profil/spieler/783396"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 3709,
"name": "Getafe CF",
"link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 2500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 709380,
"name": "Álex Forés",
"link": "https://www.transfermarkt.com/alex-fores/profil/spieler/709380"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 700000,
"currency": "EUR"
},
"to_club": {
"id": 1536,
"name": "Burgos CF",
"link": "https://www.transfermarkt.com/burgos-cf/startseite/verein/1536",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1536.png?lm=1789459258",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 400000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 230784,
"name": "Thomas Partey",
"link": "https://www.transfermarkt.com/thomas-partey/profil/spieler/230784"
},
"age": 33,
"nationalities": [
{
"id": 54,
"name": "Ghana",
"code": "GHA"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 9840,
"name": "Al-Shabab FC",
"link": "https://www.transfermarkt.com/al-shabab-riad/startseite/verein/9840",
"crest": "https://img.a.transfermarkt.technology/wappen/head/9840.png?lm=1789459684",
"country": {
"id": 146,
"name": "Saudi Arabia",
"code": "KSA"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 356197,
"name": "Alfonso Pedraza",
"link": "https://www.transfermarkt.com/alfonso-pedraza/profil/spieler/356197"
},
"age": 30,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 2500000,
"currency": "EUR"
},
"to_club": {
"id": 398,
"name": "SS Lazio",
"link": "https://www.transfermarkt.com/lazio-rom/startseite/verein/398",
"crest": "https://img.a.transfermarkt.technology/wappen/head/398.png?lm=1789459190",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 937942,
"name": "Daniel Budesca",
"link": "https://www.transfermarkt.com/daniel-budesca/profil/spieler/937942"
},
"age": 20,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 993,
"name": "Córdoba CF",
"link": "https://www.transfermarkt.com/fc-cordoba/startseite/verein/993",
"crest": "https://img.a.transfermarkt.technology/wappen/head/993.png?lm=1789459227",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1331450,
"name": "Hugo López",
"link": "https://www.transfermarkt.com/hugo-lopez/profil/spieler/1331450"
},
"age": 19,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 10718,
"name": "FC Andorra",
"link": "https://www.transfermarkt.com/fc-andorra/startseite/verein/10718",
"crest": "https://img.a.transfermarkt.technology/wappen/head/10718.png?lm=1789459731",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 466783,
"name": "Arnau Tenas",
"link": "https://www.transfermarkt.com/arnau-tenas/profil/spieler/466783"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"to_club": {
"id": 237,
"name": "RCD Mallorca",
"link": "https://www.transfermarkt.com/rcd-mallorca/startseite/verein/237",
"crest": "https://img.a.transfermarkt.technology/wappen/head/237.png?lm=1789459182",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 341713,
"name": "Diego Conde",
"link": "https://www.transfermarkt.com/diego-conde/profil/spieler/341713"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 150,
"name": "Real Betis Balompié",
"link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
"crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 780630,
"name": "Willy Kambwala",
"link": "https://www.transfermarkt.com/willy-kambwala/profil/spieler/780630"
},
"age": 22,
"nationalities": [
{
"id": 193,
"name": "DR Congo",
"code": "COD"
},
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 1047,
"name": "Como 1907",
"link": "https://www.transfermarkt.com/como-1907/startseite/verein/1047",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1047.png?lm=1789459228",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1127730,
"name": "Thiago Fernández",
"link": "https://www.transfermarkt.com/thiago-fernandez/profil/spieler/1127730"
},
"age": 22,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 4500000,
"currency": "EUR"
},
"to_club": {
"id": 3368,
"name": "Levante UD",
"link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 945709,
"name": "Dani Requena",
"link": "https://www.transfermarkt.com/dani-requena/profil/spieler/945709"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 3368,
"name": "Levante UD",
"link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1305564,
"name": "Jean Ives Valou",
"link": "https://www.transfermarkt.com/jean-ives-valou/profil/spieler/1305564"
},
"age": 20,
"nationalities": [
{
"id": 38,
"name": "Cote d'Ivoire",
"code": "CIV"
},
{
"id": 21,
"name": "Benin",
"code": "BEN"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"to_club": {
"id": 3709,
"name": "Getafe CF",
"link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 59561,
"name": "Dani Parejo",
"link": "https://www.transfermarkt.com/dani-parejo/profil/spieler/59561"
},
"age": 37,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 357628,
"name": "Alfon González",
"link": "https://www.transfermarkt.com/alfon-gonzalez/profil/spieler/357628"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 368,
"name": "Sevilla FC",
"link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 662261,
"name": "Rafa Marín",
"link": "https://www.transfermarkt.com/rafa-marin/profil/spieler/662261"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 12000000,
"currency": "EUR"
},
"to_club": {
"id": 6195,
"name": "SSC Napoli",
"link": "https://www.transfermarkt.com/ssc-neapel/startseite/verein/6195",
"crest": "https://img.a.transfermarkt.technology/wappen/head/6195.png?lm=1789459481",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
},
{
"club": {
"id": 13,
"name": "Atlético de Madrid",
"link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932"
},
"arrivals_count": 11,
"departures_count": 11,
"expenditure": {
"amount": 123000000,
"currency": "EUR"
},
"income": {
"amount": 59000000,
"currency": "EUR"
},
"balance": {
"amount": -64000000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 461496,
"name": "Morten Hjulmand",
"link": "https://www.transfermarkt.com/morten-hjulmand/profil/spieler/461496"
},
"age": 27,
"nationalities": [
{
"id": 39,
"name": "Denmark",
"code": "DEN"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 45000000,
"currency": "EUR"
},
"from_club": {
"id": 336,
"name": "Sporting CP",
"link": "https://www.transfermarkt.com/sporting-lissabon/startseite/verein/336",
"crest": "https://img.a.transfermarkt.technology/wappen/head/336.png?lm=1789459184",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": 40000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 557149,
"name": "Kang-in Lee",
"link": "https://www.transfermarkt.com/kang-in-lee/profil/spieler/557149"
},
"age": 25,
"nationalities": [
{
"id": 87,
"name": "Korea, South",
"code": "KOR"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 28000000,
"currency": "EUR"
},
"from_club": {
"id": 583,
"name": "Paris Saint-Germain",
"link": "https://www.transfermarkt.com/fc-paris-saint-germain/startseite/verein/583",
"crest": "https://img.a.transfermarkt.technology/wappen/head/583.png?lm=1789459199",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": 35000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 355915,
"name": "Cristian Romero",
"link": "https://www.transfermarkt.com/cristian-romero/profil/spieler/355915"
},
"age": 28,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 50000000,
"currency": "EUR"
},
"from_club": {
"id": 148,
"name": "Tottenham Hotspur",
"link": "https://www.transfermarkt.com/tottenham-hotspur/startseite/verein/148",
"crest": "https://img.a.transfermarkt.technology/wappen/head/148.png?lm=1789459175",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 33000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 193082,
"name": "Alejandro Grimaldo",
"link": "https://www.transfermarkt.com/alejandro-grimaldo/profil/spieler/193082"
},
"age": 30,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 20000000,
"currency": "EUR"
},
"from_club": {
"id": 15,
"name": "Bayer 04 Leverkusen",
"link": "https://www.transfermarkt.com/bayer-04-leverkusen/startseite/verein/15",
"crest": "https://img.a.transfermarkt.technology/wappen/head/15.png?lm=1788504510",
"country": {
"id": 40,
"name": "Germany",
"code": "GER"
}
},
"fee": {
"amount": 15000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 533738,
"name": "Jonathan David",
"link": "https://www.transfermarkt.com/jonathan-david/profil/spieler/533738"
},
"age": 26,
"nationalities": [
{
"id": 80,
"name": "Canada",
"code": "CAN"
},
{
"id": 184,
"name": "United States",
"code": "USA"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 30000000,
"currency": "EUR"
},
"from_club": {
"id": 506,
"name": "Juventus FC",
"link": "https://www.transfermarkt.com/juventus-turin/startseite/verein/506",
"crest": "https://img.a.transfermarkt.technology/wappen/head/506.png?lm=1789459197",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 802046,
"name": "Arnau Ortiz",
"link": "https://www.transfermarkt.com/arnau-ortiz/profil/spieler/802046"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 1200000,
"currency": "EUR"
},
"from_club": {
"id": 3679,
"name": "Atlético Madrileño",
"link": "https://www.transfermarkt.com/atletico-madrid-b/startseite/verein/3679",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3679.png?lm=1789030932",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 895330,
"name": "Salvi Esquivel",
"link": "https://www.transfermarkt.com/salvi-esquivel/profil/spieler/895330"
},
"age": 20,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"from_club": {
"id": 3679,
"name": "Atlético Madrileño",
"link": "https://www.transfermarkt.com/atletico-madrid-b/startseite/verein/3679",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3679.png?lm=1789030932",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 945763,
"name": "Dani Martinez",
"link": "https://www.transfermarkt.com/dani-martinez/profil/spieler/945763"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 500000,
"currency": "EUR"
},
"from_club": {
"id": 3679,
"name": "Atlético Madrileño",
"link": "https://www.transfermarkt.com/atletico-madrid-b/startseite/verein/3679",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3679.png?lm=1789030932",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 618813,
"name": "Carlos Martín",
"link": "https://www.transfermarkt.com/carlos-martin/profil/spieler/618813"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"from_club": {
"id": 367,
"name": "Rayo Vallecano",
"link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
"crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 205562,
"name": "Thomas Lemar",
"link": "https://www.transfermarkt.com/thomas-lemar/profil/spieler/205562"
},
"age": 30,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
},
{
"id": 251,
"name": "Guadeloupe",
"code": null
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"from_club": {
"id": 12321,
"name": "Girona FC",
"link": "https://www.transfermarkt.com/fc-girona/startseite/verein/12321",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12321.png?lm=1789459801",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 525438,
"name": "Horațiu Moldovan",
"link": "https://www.transfermarkt.com/horatiu-moldovan/profil/spieler/525438"
},
"age": 28,
"nationalities": [
{
"id": 140,
"name": "Romania",
"code": "ROU"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"from_club": {
"id": 2497,
"name": "Real Oviedo",
"link": "https://www.transfermarkt.com/real-oviedo/startseite/verein/2497",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2497.png?lm=1789459298",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 616631,
"name": "Matteo Ruggeri",
"link": "https://www.transfermarkt.com/matteo-ruggeri/profil/spieler/616631"
},
"age": 24,
"nationalities": [
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 28000000,
"currency": "EUR"
},
"to_club": {
"id": 405,
"name": "Aston Villa",
"link": "https://www.transfermarkt.com/aston-villa/startseite/verein/405",
"crest": "https://img.a.transfermarkt.technology/wappen/head/405.png?lm=1789459190",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 25000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 576028,
"name": "Thiago Almada",
"link": "https://www.transfermarkt.com/thiago-almada/profil/spieler/576028"
},
"age": 25,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 20000000,
"currency": "EUR"
},
"to_club": {
"id": 209,
"name": "CA River Plate",
"link": "https://www.transfermarkt.com/club-atletico-river-plate/startseite/verein/209",
"crest": "https://img.a.transfermarkt.technology/wappen/head/209.png?lm=1789459176",
"country": {
"id": 9,
"name": "Argentina",
"code": "ARG"
}
},
"fee": {
"amount": 20000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 424042,
"name": "Nahuel Molina",
"link": "https://www.transfermarkt.com/nahuel-molina/profil/spieler/424042"
},
"age": 28,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 15000000,
"currency": "EUR"
},
"to_club": {
"id": 12,
"name": "AS Roma",
"link": "https://www.transfermarkt.com/as-rom/startseite/verein/12",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12.png?lm=1789459167",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 13000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 945753,
"name": "Julio Díaz",
"link": "https://www.transfermarkt.com/julio-diaz/profil/spieler/945753"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 368,
"name": "Sevilla FC",
"link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 1000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 125781,
"name": "Antoine Griezmann",
"link": "https://www.transfermarkt.com/antoine-griezmann/profil/spieler/125781"
},
"age": 35,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Second Striker",
"position_short": "SS",
"market_value": {
"amount": 8000000,
"currency": "EUR"
},
"to_club": {
"id": 45604,
"name": "Orlando City SC",
"link": "https://www.transfermarkt.com/orlando-city-sc/startseite/verein/45604",
"crest": "https://img.a.transfermarkt.technology/wappen/head/45604.png?lm=1789461962",
"country": {
"id": 184,
"name": "United States",
"code": "USA"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 182904,
"name": "Clément Lenglet",
"link": "https://www.transfermarkt.com/clement-lenglet/profil/spieler/182904"
},
"age": 31,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"to_club": {
"id": 294,
"name": "SL Benfica",
"link": "https://www.transfermarkt.com/benfica-lissabon/startseite/verein/294",
"crest": "https://img.a.transfermarkt.technology/wappen/head/294.png?lm=1789459183",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 618813,
"name": "Carlos Martín",
"link": "https://www.transfermarkt.com/carlos-martin/profil/spieler/618813"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 447,
"name": "HNK Hajduk Split",
"link": "https://www.transfermarkt.com/hnk-hajduk-split/startseite/verein/447",
"crest": "https://img.a.transfermarkt.technology/wappen/head/447.png?lm=1789459191",
"country": {
"id": 37,
"name": "Croatia",
"code": "CRO"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 250845,
"name": "José María Giménez",
"link": "https://www.transfermarkt.com/jose-maria-gimenez/profil/spieler/250845"
},
"age": 31,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 9000000,
"currency": "EUR"
},
"to_club": {
"id": 897,
"name": "Deportivo A Coruña",
"link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
"crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 205562,
"name": "Thomas Lemar",
"link": "https://www.transfermarkt.com/thomas-lemar/profil/spieler/205562"
},
"age": 30,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
},
{
"id": 251,
"name": "Guadeloupe",
"code": null
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"to_club": {
"id": 1531,
"name": "Elche CF",
"link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 525438,
"name": "Horațiu Moldovan",
"link": "https://www.transfermarkt.com/horatiu-moldovan/profil/spieler/525438"
},
"age": 28,
"nationalities": [
{
"id": 140,
"name": "Romania",
"code": "ROU"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"to_club": {
"id": 7160,
"name": "Eyüpspor",
"link": "https://www.transfermarkt.com/eyupspor/startseite/verein/7160",
"crest": "https://img.a.transfermarkt.technology/wappen/head/7160.png?lm=1789459533",
"country": {
"id": 174,
"name": "Türkiye",
"code": "TUR"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 486031,
"name": "Nico González",
"link": "https://www.transfermarkt.com/nico-gonzalez/profil/spieler/486031"
},
"age": 28,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 22000000,
"currency": "EUR"
},
"to_club": {
"id": 506,
"name": "Juventus FC",
"link": "https://www.transfermarkt.com/juventus-turin/startseite/verein/506",
"crest": "https://img.a.transfermarkt.technology/wappen/head/506.png?lm=1789459197",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
},
{
"club": {
"id": 150,
"name": "Real Betis Balompié",
"link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
"crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175"
},
"arrivals_count": 11,
"departures_count": 12,
"expenditure": {
"amount": 30500000,
"currency": "EUR"
},
"income": {
"amount": 31630000,
"currency": "EUR"
},
"balance": {
"amount": 1130000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 552655,
"name": "Troy Parrott",
"link": "https://www.transfermarkt.com/troy-parrott/profil/spieler/552655"
},
"age": 24,
"nationalities": [
{
"id": 72,
"name": "Ireland",
"code": "IRL"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 25000000,
"currency": "EUR"
},
"from_club": {
"id": 1090,
"name": "AZ Alkmaar",
"link": "https://www.transfermarkt.com/az-alkmaar/startseite/verein/1090",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1090.png?lm=1789459229",
"country": {
"id": 122,
"name": "Netherlands",
"code": "NED"
}
},
"fee": {
"amount": 16000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 898350,
"name": "Facundo Bernal",
"link": "https://www.transfermarkt.com/facundo-bernal/profil/spieler/898350"
},
"age": 22,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 6000000,
"currency": "EUR"
},
"from_club": {
"id": 2462,
"name": "Fluminense Football Club",
"link": "https://www.transfermarkt.com/fluminense-rio-de-janeiro/startseite/verein/2462",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2462.png?lm=1789459297",
"country": {
"id": 26,
"name": "Brazil",
"code": "BRA"
}
},
"fee": {
"amount": 10500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 341264,
"name": "Fran García",
"link": "https://www.transfermarkt.com/fran-garcia/profil/spieler/341264"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"from_club": {
"id": 418,
"name": "Real Madrid",
"link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
"crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 4000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 319745,
"name": "Dani Ceballos",
"link": "https://www.transfermarkt.com/dani-ceballos/profil/spieler/319745"
},
"age": 30,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 7000000,
"currency": "EUR"
},
"from_club": {
"id": 418,
"name": "Real Madrid",
"link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
"crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 341713,
"name": "Diego Conde",
"link": "https://www.transfermarkt.com/diego-conde/profil/spieler/341713"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 1050,
"name": "Villarreal CF",
"link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 997814,
"name": "Gonzalo Petit",
"link": "https://www.transfermarkt.com/gonzalo-petit/profil/spieler/997814"
},
"age": 19,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"from_club": {
"id": 16795,
"name": "Granada CF",
"link": "https://www.transfermarkt.com/fc-granada/startseite/verein/16795",
"crest": "https://img.a.transfermarkt.technology/wappen/head/16795.png?lm=1789459985",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 632741,
"name": "Iker Losada",
"link": "https://www.transfermarkt.com/iker-losada/profil/spieler/632741"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"from_club": {
"id": 3368,
"name": "Levante UD",
"link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1034853,
"name": "Nobel Mendy",
"link": "https://www.transfermarkt.com/nobel-mendy/profil/spieler/1034853"
},
"age": 21,
"nationalities": [
{
"id": 149,
"name": "Senegal",
"code": "SEN"
},
{
"id": 60,
"name": "Guinea-Bissau",
"code": "GNB"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 7500000,
"currency": "EUR"
},
"from_club": {
"id": 367,
"name": "Rayo Vallecano",
"link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
"crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1061283,
"name": "Mateo Flores",
"link": "https://www.transfermarkt.com/mateo-flores/profil/spieler/1061283"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"from_club": {
"id": 8024,
"name": "FC Arouca",
"link": "https://www.transfermarkt.com/fc-arouca/startseite/verein/8024",
"crest": "https://img.a.transfermarkt.technology/wappen/head/8024.png?lm=1789459584",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 567504,
"name": "Guilherme Fernandes",
"link": "https://www.transfermarkt.com/guilherme-fernandes/profil/spieler/567504"
},
"age": 25,
"nationalities": [
{
"id": 136,
"name": "Portugal",
"code": "POR"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"from_club": {
"id": 366,
"name": "Real Valladolid CF",
"link": "https://www.transfermarkt.com/real-valladolid/startseite/verein/366",
"crest": "https://img.a.transfermarkt.technology/wappen/head/366.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 722351,
"name": "Sergio Arribas",
"link": "https://www.transfermarkt.com/sergio-arribas/profil/spieler/722351"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 400000,
"currency": "EUR"
},
"from_club": {
"id": 5358,
"name": "SD Huesca",
"link": "https://www.transfermarkt.com/sd-huesca/startseite/verein/5358",
"crest": "https://img.a.transfermarkt.technology/wappen/head/5358.png?lm=1789459442",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 466801,
"name": "Sergi Altimira",
"link": "https://www.transfermarkt.com/sergi-altimira/profil/spieler/466801"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 20000000,
"currency": "EUR"
},
"to_club": {
"id": 336,
"name": "Sporting CP",
"link": "https://www.transfermarkt.com/sporting-lissabon/startseite/verein/336",
"crest": "https://img.a.transfermarkt.technology/wappen/head/336.png?lm=1789459184",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": 18250000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1034853,
"name": "Nobel Mendy",
"link": "https://www.transfermarkt.com/nobel-mendy/profil/spieler/1034853"
},
"age": 21,
"nationalities": [
{
"id": 149,
"name": "Senegal",
"code": "SEN"
},
{
"id": 60,
"name": "Guinea-Bissau",
"code": "GNB"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 7500000,
"currency": "EUR"
},
"to_club": {
"id": 367,
"name": "Rayo Vallecano",
"link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
"crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 8180000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 961087,
"name": "Pablo García",
"link": "https://www.transfermarkt.com/pablo-garcia/profil/spieler/961087"
},
"age": 20,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 8000000,
"currency": "EUR"
},
"to_club": {
"id": 630,
"name": "Racing Santander",
"link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
"crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 3800000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1061283,
"name": "Mateo Flores",
"link": "https://www.transfermarkt.com/mateo-flores/profil/spieler/1061283"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 8024,
"name": "FC Arouca",
"link": "https://www.transfermarkt.com/fc-arouca/startseite/verein/8024",
"crest": "https://img.a.transfermarkt.technology/wappen/head/8024.png?lm=1789459584",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": 1400000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 286415,
"name": "Pau López",
"link": "https://www.transfermarkt.com/pau-lopez/profil/spieler/286415"
},
"age": 31,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 2500000,
"currency": "EUR"
},
"to_club": {
"id": 10718,
"name": "FC Andorra",
"link": "https://www.transfermarkt.com/fc-andorra/startseite/verein/10718",
"crest": "https://img.a.transfermarkt.technology/wappen/head/10718.png?lm=1789459731",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 167721,
"name": "Chimy Ávila",
"link": "https://www.transfermarkt.com/chimy-avila/profil/spieler/167721"
},
"age": 32,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 1200000,
"currency": "EUR"
},
"to_club": {
"id": 1234,
"name": "CA Independiente",
"link": "https://www.transfermarkt.com/club-atletico-independiente/startseite/verein/1234",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1234.png?lm=1789459242",
"country": {
"id": 9,
"name": "Argentina",
"code": "ARG"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 997814,
"name": "Gonzalo Petit",
"link": "https://www.transfermarkt.com/gonzalo-petit/profil/spieler/997814"
},
"age": 19,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"to_club": {
"id": 2687,
"name": "Cádiz CF",
"link": "https://www.transfermarkt.com/fc-cadiz/startseite/verein/2687",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2687.png?lm=1789459312",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 567504,
"name": "Guilherme Fernandes",
"link": "https://www.transfermarkt.com/guilherme-fernandes/profil/spieler/567504"
},
"age": 25,
"nationalities": [
{
"id": 136,
"name": "Portugal",
"code": "POR"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"to_club": {
"id": 993,
"name": "Córdoba CF",
"link": "https://www.transfermarkt.com/fc-cordoba/startseite/verein/993",
"crest": "https://img.a.transfermarkt.technology/wappen/head/993.png?lm=1789459227",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 127048,
"name": "Cédric Bakambu",
"link": "https://www.transfermarkt.com/cedric-bakambu/profil/spieler/127048"
},
"age": 35,
"nationalities": [
{
"id": 193,
"name": "DR Congo",
"code": "COD"
},
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 1200000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 86784,
"name": "Ricardo Rodríguez",
"link": "https://www.transfermarkt.com/ricardo-rodriguez/profil/spieler/86784"
},
"age": 33,
"nationalities": [
{
"id": 148,
"name": "Switzerland",
"code": "SUI"
},
{
"id": 33,
"name": "Chile",
"code": "CHI"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 1400000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 71271,
"name": "Adrián San Miguel",
"link": "https://www.transfermarkt.com/adrian-san-miguel/profil/spieler/71271"
},
"age": 39,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 300000,
"currency": "EUR"
},
"to_club": null,
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 287579,
"name": "Sofyan Amrabat",
"link": "https://www.transfermarkt.com/sofyan-amrabat/profil/spieler/287579"
},
"age": 29,
"nationalities": [
{
"id": 107,
"name": "Morocco",
"code": "MAR"
},
{
"id": 122,
"name": "Netherlands",
"code": "NED"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"to_club": {
"id": 36,
"name": "Fenerbahce",
"link": "https://www.transfermarkt.com/fenerbahce-istanbul/startseite/verein/36",
"crest": "https://img.a.transfermarkt.technology/wappen/head/36.png?lm=1789459168",
"country": {
"id": 174,
"name": "Türkiye",
"code": "TUR"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
},
{
"club": {
"id": 940,
"name": "Celta de Vigo",
"link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
"crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221"
},
"arrivals_count": 10,
"departures_count": 13,
"expenditure": {
"amount": 11800000,
"currency": "EUR"
},
"income": {
"amount": 350000,
"currency": "EUR"
},
"balance": {
"amount": -11450000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 593837,
"name": "Couhaib Driouech",
"link": "https://www.transfermarkt.com/couhaib-driouech/profil/spieler/593837"
},
"age": 24,
"nationalities": [
{
"id": 107,
"name": "Morocco",
"code": "MAR"
},
{
"id": 122,
"name": "Netherlands",
"code": "NED"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 7500000,
"currency": "EUR"
},
"from_club": {
"id": 383,
"name": "PSV Eindhoven",
"link": "https://www.transfermarkt.com/psv-eindhoven/startseite/verein/383",
"crest": "https://img.a.transfermarkt.technology/wappen/head/383.png?lm=1789459190",
"country": {
"id": 122,
"name": "Netherlands",
"code": "NED"
}
},
"fee": {
"amount": 7000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 532389,
"name": "Sebastián Cáceres",
"link": "https://www.transfermarkt.com/sebastian-caceres/profil/spieler/532389"
},
"age": 27,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 4500000,
"currency": "EUR"
},
"from_club": {
"id": 3631,
"name": "CF América",
"link": "https://www.transfermarkt.com/cf-america/startseite/verein/3631",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3631.png?lm=1789459358",
"country": {
"id": 110,
"name": "Mexico",
"code": "MEX"
}
},
"fee": {
"amount": 4500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1182738,
"name": "Abdoulaye Faye",
"link": "https://www.transfermarkt.com/abdoulaye-faye/profil/spieler/1182738"
},
"age": 21,
"nationalities": [
{
"id": 149,
"name": "Senegal",
"code": "SEN"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 4500000,
"currency": "EUR"
},
"from_club": {
"id": 15,
"name": "Bayer 04 Leverkusen",
"link": "https://www.transfermarkt.com/bayer-04-leverkusen/startseite/verein/15",
"crest": "https://img.a.transfermarkt.technology/wappen/head/15.png?lm=1788504510",
"country": {
"id": 40,
"name": "Germany",
"code": "GER"
}
},
"fee": {
"amount": 300000,
"currency": "EUR",
"type": "loan"
}
},
{
"player": {
"id": 448628,
"name": "Javi Galán",
"link": "https://www.transfermarkt.com/javi-galan/profil/spieler/448628"
},
"age": 31,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"from_club": {
"id": 331,
"name": "CA Osasuna",
"link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
"crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 217144,
"name": "Aleix Febas",
"link": "https://www.transfermarkt.com/aleix-febas/profil/spieler/217144"
},
"age": 30,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"from_club": {
"id": 1531,
"name": "Elche CF",
"link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 336077,
"name": "Altay Bayındır",
"link": "https://www.transfermarkt.com/altay-bayindir/profil/spieler/336077"
},
"age": 28,
"nationalities": [
{
"id": 174,
"name": "Türkiye",
"code": "TUR"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"from_club": {
"id": 985,
"name": "Manchester United",
"link": "https://www.transfermarkt.com/manchester-united/startseite/verein/985",
"crest": "https://img.a.transfermarkt.technology/wappen/head/985.png?lm=1789459227",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 707279,
"name": "Hugo González",
"link": "https://www.transfermarkt.com/hugo-gonzalez/profil/spieler/707279"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 700000,
"currency": "EUR"
},
"from_club": {
"id": 8733,
"name": "RC Celta Fortuna",
"link": "https://www.transfermarkt.com/celta-vigo-b/startseite/verein/8733",
"crest": "https://img.a.transfermarkt.technology/wappen/head/8733.png?lm=1789459623",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 338285,
"name": "Unai Núñez",
"link": "https://www.transfermarkt.com/unai-nunez/profil/spieler/338285"
},
"age": 29,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 3500000,
"currency": "EUR"
},
"from_club": {
"id": 1049,
"name": "Valencia CF",
"link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 715628,
"name": "Damián Rodríguez",
"link": "https://www.transfermarkt.com/damian-rodriguez/profil/spieler/715628"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"from_club": {
"id": 630,
"name": "Racing Santander",
"link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
"crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 282810,
"name": "Carles Pérez",
"link": "https://www.transfermarkt.com/carles-perez/profil/spieler/282810"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"from_club": {
"id": 605,
"name": "Aris Thessaloniki",
"link": "https://www.transfermarkt.com/aris-thessaloniki/startseite/verein/605",
"crest": "https://img.a.transfermarkt.technology/wappen/head/605.png?lm=1789459204",
"country": {
"id": 56,
"name": "Greece",
"code": "GRE"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 338285,
"name": "Unai Núñez",
"link": "https://www.transfermarkt.com/unai-nunez/profil/spieler/338285"
},
"age": 29,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 3500000,
"currency": "EUR"
},
"to_club": {
"id": 714,
"name": "RCD Espanyol Barcelona",
"link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
"crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 250000,
"currency": "EUR",
"type": "loan"
}
},
{
"player": {
"id": 892221,
"name": "Hugo Sotelo",
"link": "https://www.transfermarkt.com/hugo-sotelo/profil/spieler/892221"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"to_club": {
"id": 3368,
"name": "Levante UD",
"link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 100000,
"currency": "EUR",
"type": "loan"
}
},
{
"player": {
"id": 282810,
"name": "Carles Pérez",
"link": "https://www.transfermarkt.com/carles-perez/profil/spieler/282810"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"to_club": {
"id": 12321,
"name": "Girona FC",
"link": "https://www.transfermarkt.com/fc-girona/startseite/verein/12321",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12321.png?lm=1789459801",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 541621,
"name": "Marc Vidal",
"link": "https://www.transfermarkt.com/marc-vidal/profil/spieler/541621"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 300000,
"currency": "EUR"
},
"to_club": {
"id": 11422,
"name": "CE Sabadell FC",
"link": "https://www.transfermarkt.com/ce-sabadell/startseite/verein/11422",
"crest": "https://img.a.transfermarkt.technology/wappen/head/11422.png?lm=1789459764",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 271455,
"name": "Mihailo Ristic",
"link": "https://www.transfermarkt.com/mihailo-ristic/profil/spieler/271455"
},
"age": 30,
"nationalities": [
{
"id": 215,
"name": "Serbia",
"code": "SRB"
},
{
"id": 24,
"name": "Bosnia-Herzegovina",
"code": "BIH"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"to_club": {
"id": 159,
"name": "Red Star Belgrade",
"link": "https://www.transfermarkt.com/roter-stern-belgrad/startseite/verein/159",
"crest": "https://img.a.transfermarkt.technology/wappen/head/159.png?lm=1789459175",
"country": {
"id": 215,
"name": "Serbia",
"code": "SRB"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 638124,
"name": "Manu Fernández",
"link": "https://www.transfermarkt.com/manu-fernandez/profil/spieler/638124"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 2687,
"name": "Cádiz CF",
"link": "https://www.transfermarkt.com/fc-cadiz/startseite/verein/2687",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2687.png?lm=1789459312",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 331505,
"name": "Óscar Mingueza",
"link": "https://www.transfermarkt.com/oscar-mingueza/profil/spieler/331505"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 18000000,
"currency": "EUR"
},
"to_club": {
"id": 873,
"name": "Crystal Palace",
"link": "https://www.transfermarkt.com/crystal-palace/startseite/verein/873",
"crest": "https://img.a.transfermarkt.technology/wappen/head/873.png?lm=1789459219",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 341110,
"name": "Franco Cervi",
"link": "https://www.transfermarkt.com/franco-cervi/profil/spieler/341110"
},
"age": 32,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"to_club": {
"id": 1418,
"name": "CA Rosario Central",
"link": "https://www.transfermarkt.com/club-atletico-rosario-central/startseite/verein/1418",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1418.png?lm=1789459251",
"country": {
"id": 9,
"name": "Argentina",
"code": "ARG"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 715628,
"name": "Damián Rodríguez",
"link": "https://www.transfermarkt.com/damian-rodriguez/profil/spieler/715628"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 2687,
"name": "Cádiz CF",
"link": "https://www.transfermarkt.com/fc-cadiz/startseite/verein/2687",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2687.png?lm=1789459312",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 636093,
"name": "Carlos Domínguez",
"link": "https://www.transfermarkt.com/carlos-dominguez/profil/spieler/636093"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 2497,
"name": "Real Oviedo",
"link": "https://www.transfermarkt.com/real-oviedo/startseite/verein/2497",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2497.png?lm=1789459298",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 358250,
"name": "Joseph Aidoo",
"link": "https://www.transfermarkt.com/joseph-aidoo/profil/spieler/358250"
},
"age": 30,
"nationalities": [
{
"id": 54,
"name": "Ghana",
"code": "GHA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 143812,
"name": "Matías Vecino",
"link": "https://www.transfermarkt.com/matias-vecino/profil/spieler/143812"
},
"age": 34,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 1064471,
"name": "Fer López",
"link": "https://www.transfermarkt.com/fer-lopez/profil/spieler/1064471"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 16000000,
"currency": "EUR"
},
"to_club": {
"id": 543,
"name": "Wolverhampton Wanderers",
"link": "https://www.transfermarkt.com/wolverhampton-wanderers/startseite/verein/543",
"crest": "https://img.a.transfermarkt.technology/wappen/head/543.png?lm=1789459198",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
},
{
"club": {
"id": 3709,
"name": "Getafe CF",
"link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359"
},
"arrivals_count": 19,
"departures_count": 20,
"expenditure": {
"amount": 19500000,
"currency": "EUR"
},
"income": {
"amount": 14100000,
"currency": "EUR"
},
"balance": {
"amount": -5400000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 640109,
"name": "Martín Satriano",
"link": "https://www.transfermarkt.com/martin-satriano/profil/spieler/640109"
},
"age": 25,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"from_club": {
"id": 1041,
"name": "Olympique Lyon",
"link": "https://www.transfermarkt.com/olympique-lyon/startseite/verein/1041",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1041.png?lm=1789459228",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": 6500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 741142,
"name": "Zaid Romero",
"link": "https://www.transfermarkt.com/zaid-romero/profil/spieler/741142"
},
"age": 26,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 163,
"name": "Syria",
"code": "SYR"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 2500000,
"currency": "EUR"
},
"from_club": {
"id": 2282,
"name": "Club Brugge KV",
"link": "https://www.transfermarkt.com/fc-brugge/startseite/verein/2282",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2282.png?lm=1789459289",
"country": {
"id": 19,
"name": "Belgium",
"code": "BEL"
}
},
"fee": {
"amount": 5000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 948273,
"name": "Mario Martín",
"link": "https://www.transfermarkt.com/mario-martin/profil/spieler/948273"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"from_club": {
"id": 418,
"name": "Real Madrid",
"link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
"crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 3500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 783396,
"name": "Ramón Terrats",
"link": "https://www.transfermarkt.com/ramon-terrats/profil/spieler/783396"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 1050,
"name": "Villarreal CF",
"link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 2500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 898352,
"name": "Sebastián Boselli",
"link": "https://www.transfermarkt.com/sebastian-boselli/profil/spieler/898352"
},
"age": 22,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"from_club": {
"id": 209,
"name": "CA River Plate",
"link": "https://www.transfermarkt.com/club-atletico-river-plate/startseite/verein/209",
"crest": "https://img.a.transfermarkt.technology/wappen/head/209.png?lm=1789459176",
"country": {
"id": 9,
"name": "Argentina",
"code": "ARG"
}
},
"fee": {
"amount": 1500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 262939,
"name": "Johan Mojica",
"link": "https://www.transfermarkt.com/johan-mojica/profil/spieler/262939"
},
"age": 33,
"nationalities": [
{
"id": 83,
"name": "Colombia",
"code": "COL"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"from_club": {
"id": 237,
"name": "RCD Mallorca",
"link": "https://www.transfermarkt.com/rcd-mallorca/startseite/verein/237",
"crest": "https://img.a.transfermarkt.technology/wappen/head/237.png?lm=1789459182",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 655456,
"name": "Saba Sazonov",
"link": "https://www.transfermarkt.com/saba-sazonov/profil/spieler/655456"
},
"age": 24,
"nationalities": [
{
"id": 53,
"name": "Georgia",
"code": "GEO"
},
{
"id": 141,
"name": "Russia",
"code": "RUS"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"from_club": {
"id": 416,
"name": "Torino FC",
"link": "https://www.transfermarkt.com/fc-turin/startseite/verein/416",
"crest": "https://img.a.transfermarkt.technology/wappen/head/416.png?lm=1789459190",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 251106,
"name": "Enes Ünal",
"link": "https://www.transfermarkt.com/enes-unal/profil/spieler/251106"
},
"age": 29,
"nationalities": [
{
"id": 174,
"name": "Türkiye",
"code": "TUR"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 7000000,
"currency": "EUR"
},
"from_club": {
"id": 989,
"name": "AFC Bournemouth",
"link": "https://www.transfermarkt.com/afc-bournemouth/startseite/verein/989",
"crest": "https://img.a.transfermarkt.technology/wappen/head/989.png?lm=1789459227",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 632930,
"name": "Francho Serrano",
"link": "https://www.transfermarkt.com/francho-serrano/profil/spieler/632930"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 142,
"name": "Real Zaragoza",
"link": "https://www.transfermarkt.com/real-saragossa/startseite/verein/142",
"crest": "https://img.a.transfermarkt.technology/wappen/head/142.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 74294,
"name": "Nemanja Gudelj",
"link": "https://www.transfermarkt.com/nemanja-gudelj/profil/spieler/74294"
},
"age": 34,
"nationalities": [
{
"id": 215,
"name": "Serbia",
"code": "SRB"
},
{
"id": 122,
"name": "Netherlands",
"code": "NED"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"from_club": {
"id": 368,
"name": "Sevilla FC",
"link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 633306,
"name": "Iván Azón",
"link": "https://www.transfermarkt.com/ivan-azon/profil/spieler/633306"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"from_club": {
"id": 1047,
"name": "Como 1907",
"link": "https://www.transfermarkt.com/como-1907/startseite/verein/1047",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1047.png?lm=1789459228",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1305564,
"name": "Jean Ives Valou",
"link": "https://www.transfermarkt.com/jean-ives-valou/profil/spieler/1305564"
},
"age": 20,
"nationalities": [
{
"id": 38,
"name": "Cote d'Ivoire",
"code": "CIV"
},
{
"id": 21,
"name": "Benin",
"code": "BEN"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"from_club": {
"id": 1050,
"name": "Villarreal CF",
"link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1063329,
"name": "Andrés García",
"link": "https://www.transfermarkt.com/andres-garcia/profil/spieler/1063329"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 6000000,
"currency": "EUR"
},
"from_club": {
"id": 405,
"name": "Aston Villa",
"link": "https://www.transfermarkt.com/aston-villa/startseite/verein/405",
"crest": "https://img.a.transfermarkt.technology/wappen/head/405.png?lm=1789459190",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 289592,
"name": "Orel Mangala",
"link": "https://www.transfermarkt.com/orel-mangala/profil/spieler/289592"
},
"age": 28,
"nationalities": [
{
"id": 19,
"name": "Belgium",
"code": "BEL"
},
{
"id": 193,
"name": "DR Congo",
"code": "COD"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 9000000,
"currency": "EUR"
},
"from_club": {
"id": 1041,
"name": "Olympique Lyon",
"link": "https://www.transfermarkt.com/olympique-lyon/startseite/verein/1041",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1041.png?lm=1789459228",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 461843,
"name": "Juan Berrocal",
"link": "https://www.transfermarkt.com/juan-berrocal/profil/spieler/461843"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"from_club": {
"id": 51663,
"name": "Atlanta United FC",
"link": "https://www.transfermarkt.com/atlanta-united-fc/startseite/verein/51663",
"crest": "https://img.a.transfermarkt.technology/wappen/head/51663.png?lm=1789462415",
"country": {
"id": 184,
"name": "United States",
"code": "USA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1124005,
"name": "Christantus Uche",
"link": "https://www.transfermarkt.com/christantus-uche/profil/spieler/1124005"
},
"age": 23,
"nationalities": [
{
"id": 124,
"name": "Nigeria",
"code": "NGA"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 12000000,
"currency": "EUR"
},
"from_club": {
"id": 873,
"name": "Crystal Palace",
"link": "https://www.transfermarkt.com/crystal-palace/startseite/verein/873",
"crest": "https://img.a.transfermarkt.technology/wappen/head/873.png?lm=1789459219",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 710004,
"name": "Peter Federico",
"link": "https://www.transfermarkt.com/peter-federico/profil/spieler/710004"
},
"age": 23,
"nationalities": [
{
"id": 43,
"name": "Dominican Republic",
"code": "DOM"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"from_club": {
"id": 366,
"name": "Real Valladolid CF",
"link": "https://www.transfermarkt.com/real-valladolid/startseite/verein/366",
"crest": "https://img.a.transfermarkt.technology/wappen/head/366.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 469669,
"name": "Yvan Neyou",
"link": "https://www.transfermarkt.com/yvan-neyou/profil/spieler/469669"
},
"age": 29,
"nationalities": [
{
"id": 31,
"name": "Cameroon",
"code": "CMR"
},
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"from_club": {
"id": 71665,
"name": "Al-Okhdood Club",
"link": "https://www.transfermarkt.com/al-akhdoud-club/startseite/verein/71665",
"crest": "https://img.a.transfermarkt.technology/wappen/head/71665.png?lm=1789463881",
"country": {
"id": 146,
"name": "Saudi Arabia",
"code": "KSA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1033005,
"name": "Coba da Costa",
"link": "https://www.transfermarkt.com/coba-da-costa/profil/spieler/1033005"
},
"age": 23,
"nationalities": [
{
"id": 60,
"name": "Guinea-Bissau",
"code": "GNB"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"from_club": {
"id": 58,
"name": "RSC Anderlecht",
"link": "https://www.transfermarkt.com/rsc-anderlecht/startseite/verein/58",
"crest": "https://img.a.transfermarkt.technology/wappen/head/58.png?lm=1789459168",
"country": {
"id": 19,
"name": "Belgium",
"code": "BEL"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 290249,
"name": "Mauro Arambarri",
"link": "https://www.transfermarkt.com/mauro-arambarri/profil/spieler/290249"
},
"age": 30,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 8000000,
"currency": "EUR"
},
"to_club": {
"id": 209,
"name": "CA River Plate",
"link": "https://www.transfermarkt.com/club-atletico-river-plate/startseite/verein/209",
"crest": "https://img.a.transfermarkt.technology/wappen/head/209.png?lm=1789459176",
"country": {
"id": 9,
"name": "Argentina",
"code": "ARG"
}
},
"fee": {
"amount": 6100000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 281989,
"name": "Luis Milla",
"link": "https://www.transfermarkt.com/luis-milla/profil/spieler/281989"
},
"age": 31,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 3500000,
"currency": "EUR"
},
"to_club": {
"id": 1047,
"name": "Como 1907",
"link": "https://www.transfermarkt.com/como-1907/startseite/verein/1047",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1047.png?lm=1789459228",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 6000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1033005,
"name": "Coba da Costa",
"link": "https://www.transfermarkt.com/coba-da-costa/profil/spieler/1033005"
},
"age": 23,
"nationalities": [
{
"id": 60,
"name": "Guinea-Bissau",
"code": "GNB"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 91427,
"name": "Al-Kholood Club",
"link": "https://www.transfermarkt.com/al-kholood/startseite/verein/91427",
"crest": "https://img.a.transfermarkt.technology/wappen/head/91427.png?lm=1789465312",
"country": {
"id": 146,
"name": "Saudi Arabia",
"code": "KSA"
}
},
"fee": {
"amount": 2000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 249513,
"name": "Diego Rico",
"link": "https://www.transfermarkt.com/diego-rico/profil/spieler/249513"
},
"age": 33,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 331,
"name": "CA Osasuna",
"link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
"crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 710004,
"name": "Peter Federico",
"link": "https://www.transfermarkt.com/peter-federico/profil/spieler/710004"
},
"age": 23,
"nationalities": [
{
"id": 43,
"name": "Dominican Republic",
"code": "DOM"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 428,
"name": "Górnik Zabrze",
"link": "https://www.transfermarkt.com/gornik-zabrze/startseite/verein/428",
"crest": "https://img.a.transfermarkt.technology/wappen/head/428.png?lm=1789459191",
"country": {
"id": 135,
"name": "Poland",
"code": "POL"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 282421,
"name": "Javi Muñoz",
"link": "https://www.transfermarkt.com/javi-munoz/profil/spieler/282421"
},
"age": 31,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1200000,
"currency": "EUR"
},
"to_club": {
"id": 3302,
"name": "UD Almería",
"link": "https://www.transfermarkt.com/ud-almeria/startseite/verein/3302",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3302.png?lm=1789459343",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 390688,
"name": "Juan Iglesias",
"link": "https://www.transfermarkt.com/juan-iglesias/profil/spieler/390688"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"to_club": {
"id": 368,
"name": "Sevilla FC",
"link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 257376,
"name": "Domingos Duarte",
"link": "https://www.transfermarkt.com/domingos-duarte/profil/spieler/257376"
},
"age": 31,
"nationalities": [
{
"id": 136,
"name": "Portugal",
"code": "POR"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"to_club": {
"id": 585,
"name": "São Paulo Futebol Clube",
"link": "https://www.transfermarkt.com/fc-sao-paulo/startseite/verein/585",
"crest": "https://img.a.transfermarkt.technology/wappen/head/585.png?lm=1789459199",
"country": {
"id": 26,
"name": "Brazil",
"code": "BRA"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 461843,
"name": "Juan Berrocal",
"link": "https://www.transfermarkt.com/juan-berrocal/profil/spieler/461843"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 1084,
"name": "Málaga CF",
"link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 469669,
"name": "Yvan Neyou",
"link": "https://www.transfermarkt.com/yvan-neyou/profil/spieler/469669"
},
"age": 29,
"nationalities": [
{
"id": 31,
"name": "Cameroon",
"code": "CMR"
},
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 60949,
"name": "Volos FC",
"link": "https://www.transfermarkt.com/volos-nps/startseite/verein/60949",
"crest": "https://img.a.transfermarkt.technology/wappen/head/60949.png?lm=1789463095",
"country": {
"id": 56,
"name": "Greece",
"code": "GRE"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 560705,
"name": "Álex Sancris",
"link": "https://www.transfermarkt.com/alex-sancris/profil/spieler/560705"
},
"age": 29,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 1244,
"name": "CD Leganés",
"link": "https://www.transfermarkt.com/cd-leganes/startseite/verein/1244",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1244.png?lm=1789459242",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 111508,
"name": "Allan Nyom",
"link": "https://www.transfermarkt.com/allan-nyom/profil/spieler/111508"
},
"age": 38,
"nationalities": [
{
"id": 31,
"name": "Cameroon",
"code": "CMR"
},
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 100000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 1061122,
"name": "Adrián Liso",
"link": "https://www.transfermarkt.com/adrian-liso/profil/spieler/1061122"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 142,
"name": "Real Zaragoza",
"link": "https://www.transfermarkt.com/real-saragossa/startseite/verein/142",
"crest": "https://img.a.transfermarkt.technology/wappen/head/142.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 948273,
"name": "Mario Martín",
"link": "https://www.transfermarkt.com/mario-martin/profil/spieler/948273"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"to_club": {
"id": 418,
"name": "Real Madrid",
"link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
"crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 696764,
"name": "Abu Kamara",
"link": "https://www.transfermarkt.com/abu-kamara/profil/spieler/696764"
},
"age": 22,
"nationalities": [
{
"id": 189,
"name": "England",
"code": "ENG"
},
{
"id": 152,
"name": "Sierra Leone",
"code": "SLE"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 2500000,
"currency": "EUR"
},
"to_club": {
"id": 3008,
"name": "Hull City",
"link": "https://www.transfermarkt.com/hull-city/startseite/verein/3008",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3008.png?lm=1789459328",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 640109,
"name": "Martín Satriano",
"link": "https://www.transfermarkt.com/martin-satriano/profil/spieler/640109"
},
"age": 25,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"to_club": {
"id": 1041,
"name": "Olympique Lyon",
"link": "https://www.transfermarkt.com/olympique-lyon/startseite/verein/1041",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1041.png?lm=1789459228",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 898352,
"name": "Sebastián Boselli",
"link": "https://www.transfermarkt.com/sebastian-boselli/profil/spieler/898352"
},
"age": 22,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 209,
"name": "CA River Plate",
"link": "https://www.transfermarkt.com/club-atletico-river-plate/startseite/verein/209",
"crest": "https://img.a.transfermarkt.technology/wappen/head/209.png?lm=1789459176",
"country": {
"id": 9,
"name": "Argentina",
"code": "ARG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 741142,
"name": "Zaid Romero",
"link": "https://www.transfermarkt.com/zaid-romero/profil/spieler/741142"
},
"age": 26,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 163,
"name": "Syria",
"code": "SYR"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 2500000,
"currency": "EUR"
},
"to_club": {
"id": 2282,
"name": "Club Brugge KV",
"link": "https://www.transfermarkt.com/fc-brugge/startseite/verein/2282",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2282.png?lm=1789459289",
"country": {
"id": 19,
"name": "Belgium",
"code": "BEL"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 844516,
"name": "Luis Vázquez",
"link": "https://www.transfermarkt.com/luis-vazquez/profil/spieler/844516"
},
"age": 25,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 2500000,
"currency": "EUR"
},
"to_club": {
"id": 58,
"name": "RSC Anderlecht",
"link": "https://www.transfermarkt.com/rsc-anderlecht/startseite/verein/58",
"crest": "https://img.a.transfermarkt.technology/wappen/head/58.png?lm=1789459168",
"country": {
"id": 19,
"name": "Belgium",
"code": "BEL"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 419648,
"name": "Veljko Birmancevic",
"link": "https://www.transfermarkt.com/veljko-birmancevic/profil/spieler/419648"
},
"age": 28,
"nationalities": [
{
"id": 215,
"name": "Serbia",
"code": "SRB"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 3500000,
"currency": "EUR"
},
"to_club": {
"id": 197,
"name": "AC Sparta Praha",
"link": "https://www.transfermarkt.com/ac-sparta-prag/startseite/verein/197",
"crest": "https://img.a.transfermarkt.technology/wappen/head/197.png?lm=1789459176",
"country": {
"id": 172,
"name": "Czech Republic",
"code": "CZE"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
},
{
"club": {
"id": 367,
"name": "Rayo Vallecano",
"link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
"crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189"
},
"arrivals_count": 13,
"departures_count": 12,
"expenditure": {
"amount": 10780000,
"currency": "EUR"
},
"income": {
"amount": 42400000,
"currency": "EUR"
},
"balance": {
"amount": 31620000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 1034853,
"name": "Nobel Mendy",
"link": "https://www.transfermarkt.com/nobel-mendy/profil/spieler/1034853"
},
"age": 21,
"nationalities": [
{
"id": 149,
"name": "Senegal",
"code": "SEN"
},
{
"id": 60,
"name": "Guinea-Bissau",
"code": "GNB"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 7500000,
"currency": "EUR"
},
"from_club": {
"id": 150,
"name": "Real Betis Balompié",
"link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
"crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 8180000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 765467,
"name": "Jozhua Vertrouwd",
"link": "https://www.transfermarkt.com/jozhua-vertrouwd/profil/spieler/765467"
},
"age": 21,
"nationalities": [
{
"id": 122,
"name": "Netherlands",
"code": "NED"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"from_club": {
"id": 2502,
"name": "CD Castellón",
"link": "https://www.transfermarkt.com/cd-castellon/startseite/verein/2502",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2502.png?lm=1789459298",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 1500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1368893,
"name": "Gnangoro Bouare",
"link": "https://www.transfermarkt.com/gnangoro-bouare/profil/spieler/1368893"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 50000,
"currency": "EUR"
},
"from_club": {
"id": 2865,
"name": "Betis Deportivo Balompié",
"link": "https://www.transfermarkt.com/real-betis-sevilla-b/startseite/verein/2865",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2865.png?lm=1789459320",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 600000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 945500,
"name": "Rayane Belaid",
"link": "https://www.transfermarkt.com/rayane-belaid/profil/spieler/945500"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 4,
"name": "Algeria",
"code": "ALG"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"from_club": {
"id": 3679,
"name": "Atlético Madrileño",
"link": "https://www.transfermarkt.com/atletico-madrid-b/startseite/verein/3679",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3679.png?lm=1789030932",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 419067,
"name": "Giorgi Tsitaishvili",
"link": "https://www.transfermarkt.com/giorgi-tsitaishvili/profil/spieler/419067"
},
"age": 25,
"nationalities": [
{
"id": 53,
"name": "Georgia",
"code": "GEO"
},
{
"id": 177,
"name": "Ukraine",
"code": "UKR"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 338,
"name": "Dynamo Kyiv",
"link": "https://www.transfermarkt.com/dynamo-kiew/startseite/verein/338",
"crest": "https://img.a.transfermarkt.technology/wappen/head/338.png?lm=1789459184",
"country": {
"id": 177,
"name": "Ukraine",
"code": "UKR"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 371371,
"name": "Marash Kumbulla",
"link": "https://www.transfermarkt.com/marash-kumbulla/profil/spieler/371371"
},
"age": 26,
"nationalities": [
{
"id": 3,
"name": "Albania",
"code": "ALB"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 12,
"name": "AS Roma",
"link": "https://www.transfermarkt.com/as-rom/startseite/verein/12",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12.png?lm=1789459167",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 256339,
"name": "Emil Audero",
"link": "https://www.transfermarkt.com/emil-audero/profil/spieler/256339"
},
"age": 29,
"nationalities": [
{
"id": 68,
"name": "Indonesia",
"code": "IDN"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 2800000,
"currency": "EUR"
},
"from_club": {
"id": 1047,
"name": "Como 1907",
"link": "https://www.transfermarkt.com/como-1907/startseite/verein/1047",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1047.png?lm=1789459228",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 501418,
"name": "Adrià Pedrosa",
"link": "https://www.transfermarkt.com/adria-pedrosa/profil/spieler/501418"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 2800000,
"currency": "EUR"
},
"from_club": {
"id": 368,
"name": "Sevilla FC",
"link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 497663,
"name": "Mujaid Sadick",
"link": "https://www.transfermarkt.com/mujaid-sadick/profil/spieler/497663"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 124,
"name": "Nigeria",
"code": "NGA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"from_club": {
"id": 1184,
"name": "KRC Genk",
"link": "https://www.transfermarkt.com/krc-genk/startseite/verein/1184",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1184.png?lm=1789459236",
"country": {
"id": 19,
"name": "Belgium",
"code": "BEL"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 707359,
"name": "Etienne Eto'o",
"link": "https://www.transfermarkt.com/etienne-etoo/profil/spieler/707359"
},
"age": 23,
"nationalities": [
{
"id": 31,
"name": "Cameroon",
"code": "CMR"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 300000,
"currency": "EUR"
},
"from_club": {
"id": 11972,
"name": "Villarreal CF B",
"link": "https://www.transfermarkt.com/fc-villarreal-b/startseite/verein/11972",
"crest": "https://img.a.transfermarkt.technology/wappen/head/11972.png?lm=1789459786",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 607780,
"name": "Miguel Morro",
"link": "https://www.transfermarkt.com/miguel-morro/profil/spieler/607780"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 300000,
"currency": "EUR"
},
"from_club": {
"id": 3345,
"name": "Leixões SC",
"link": "https://www.transfermarkt.com/leixoes-sc/startseite/verein/3345",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3345.png?lm=1789459343",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 692208,
"name": "Pelayo Fernández",
"link": "https://www.transfermarkt.com/pelayo-fernandez/profil/spieler/692208"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 500000,
"currency": "EUR"
},
"from_club": {
"id": 2687,
"name": "Cádiz CF",
"link": "https://www.transfermarkt.com/fc-cadiz/startseite/verein/2687",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2687.png?lm=1789459312",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 162038,
"name": "Raúl de Tomás",
"link": "https://www.transfermarkt.com/raul-de-tomas/profil/spieler/162038"
},
"age": 31,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 43,
"name": "Dominican Republic",
"code": "DOM"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 400000,
"currency": "EUR"
},
"from_club": {
"id": 13509,
"name": "Al-Wakrah SC",
"link": "https://www.transfermarkt.com/al-wakrah-sc/startseite/verein/13509",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13509.png?lm=1789459848",
"country": {
"id": 137,
"name": "Qatar",
"code": "QAT"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 1034853,
"name": "Nobel Mendy",
"link": "https://www.transfermarkt.com/nobel-mendy/profil/spieler/1034853"
},
"age": 21,
"nationalities": [
{
"id": 149,
"name": "Senegal",
"code": "SEN"
},
{
"id": 60,
"name": "Guinea-Bissau",
"code": "GNB"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 7500000,
"currency": "EUR"
},
"to_club": {
"id": 3008,
"name": "Hull City",
"link": "https://www.transfermarkt.com/hull-city/startseite/verein/3008",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3008.png?lm=1789459328",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 23400000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 596122,
"name": "Pep Chavarría",
"link": "https://www.transfermarkt.com/pep-chavarria/profil/spieler/596122"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"to_club": {
"id": 631,
"name": "Chelsea FC",
"link": "https://www.transfermarkt.com/fc-chelsea/startseite/verein/631",
"crest": "https://img.a.transfermarkt.technology/wappen/head/631.png?lm=1789459205",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 19000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 311044,
"name": "Alfonso Espino",
"link": "https://www.transfermarkt.com/alfonso-espino/profil/spieler/311044"
},
"age": 34,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 900000,
"currency": "EUR"
},
"to_club": {
"id": 1444,
"name": "Racing Club",
"link": "https://www.transfermarkt.com/racing-club/startseite/verein/1444",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1444.png?lm=1789459251",
"country": {
"id": 9,
"name": "Argentina",
"code": "ARG"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 451801,
"name": "Abdul Mumin",
"link": "https://www.transfermarkt.com/abdul-mumin/profil/spieler/451801"
},
"age": 28,
"nationalities": [
{
"id": 54,
"name": "Ghana",
"code": "GHA"
},
{
"id": 124,
"name": "Nigeria",
"code": "NGA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 12321,
"name": "Girona FC",
"link": "https://www.transfermarkt.com/fc-girona/startseite/verein/12321",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12321.png?lm=1789459801",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 707359,
"name": "Etienne Eto'o",
"link": "https://www.transfermarkt.com/etienne-etoo/profil/spieler/707359"
},
"age": 24,
"nationalities": [
{
"id": 31,
"name": "Cameroon",
"code": "CMR"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 300000,
"currency": "EUR"
},
"to_club": {
"id": 1176,
"name": "Racing Ferrol",
"link": "https://www.transfermarkt.com/racing-ferrol/startseite/verein/1176",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1176.png?lm=1789459236",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 30321,
"name": "Óscar Trejo",
"link": "https://www.transfermarkt.com/oscar-trejo/profil/spieler/30321"
},
"age": 38,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": null,
"to_club": null,
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 607780,
"name": "Miguel Morro",
"link": "https://www.transfermarkt.com/miguel-morro/profil/spieler/607780"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 300000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 709969,
"name": "Ilias Akhomach",
"link": "https://www.transfermarkt.com/ilias-akhomach/profil/spieler/709969"
},
"age": 22,
"nationalities": [
{
"id": 107,
"name": "Morocco",
"code": "MAR"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 12000000,
"currency": "EUR"
},
"to_club": {
"id": 1050,
"name": "Villarreal CF",
"link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 618813,
"name": "Carlos Martín",
"link": "https://www.transfermarkt.com/carlos-martin/profil/spieler/618813"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 13,
"name": "Atlético de Madrid",
"link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1034853,
"name": "Nobel Mendy",
"link": "https://www.transfermarkt.com/nobel-mendy/profil/spieler/1034853"
},
"age": 21,
"nationalities": [
{
"id": 149,
"name": "Senegal",
"code": "SEN"
},
{
"id": 60,
"name": "Guinea-Bissau",
"code": "GNB"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 7500000,
"currency": "EUR"
},
"to_club": {
"id": 150,
"name": "Real Betis Balompié",
"link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
"crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 765467,
"name": "Jozhua Vertrouwd",
"link": "https://www.transfermarkt.com/jozhua-vertrouwd/profil/spieler/765467"
},
"age": 21,
"nationalities": [
{
"id": 122,
"name": "Netherlands",
"code": "NED"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 2502,
"name": "CD Castellón",
"link": "https://www.transfermarkt.com/cd-castellon/startseite/verein/2502",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2502.png?lm=1789459298",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 268670,
"name": "Gerard Gumbau",
"link": "https://www.transfermarkt.com/gerard-gumbau/profil/spieler/268670"
},
"age": 31,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 1200000,
"currency": "EUR"
},
"to_club": {
"id": 16795,
"name": "Granada CF",
"link": "https://www.transfermarkt.com/fc-granada/startseite/verein/16795",
"crest": "https://img.a.transfermarkt.technology/wappen/head/16795.png?lm=1789459985",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
},
{
"club": {
"id": 1049,
"name": "Valencia CF",
"link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228"
},
"arrivals_count": 14,
"departures_count": 13,
"expenditure": {
"amount": 9000000,
"currency": "EUR"
},
"income": {
"amount": 1750000,
"currency": "EUR"
},
"balance": {
"amount": -7250000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 826224,
"name": "Arnau Martínez",
"link": "https://www.transfermarkt.com/arnau-martinez/profil/spieler/826224"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"from_club": {
"id": 12321,
"name": "Girona FC",
"link": "https://www.transfermarkt.com/fc-girona/startseite/verein/12321",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12321.png?lm=1789459801",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 5000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 948169,
"name": "Ryunosuke Sato",
"link": "https://www.transfermarkt.com/ryunosuke-sato/profil/spieler/948169"
},
"age": 19,
"nationalities": [
{
"id": 77,
"name": "Japan",
"code": "JPN"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"from_club": {
"id": 6631,
"name": "FC Tokyo",
"link": "https://www.transfermarkt.com/fc-tokyo/startseite/verein/6631",
"crest": "https://img.a.transfermarkt.technology/wappen/head/6631.png?lm=1789459508",
"country": {
"id": 77,
"name": "Japan",
"code": "JPN"
}
},
"fee": {
"amount": 4000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 420196,
"name": "Justin de Haas",
"link": "https://www.transfermarkt.com/justin-de-haas/profil/spieler/420196"
},
"age": 26,
"nationalities": [
{
"id": 122,
"name": "Netherlands",
"code": "NED"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 7000000,
"currency": "EUR"
},
"from_club": {
"id": 3329,
"name": "FC Famalicão",
"link": "https://www.transfermarkt.com/fc-famalicao/startseite/verein/3329",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3329.png?lm=1789459343",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 410427,
"name": "Aliou Dieng",
"link": "https://www.transfermarkt.com/aliou-dieng/profil/spieler/410427"
},
"age": 28,
"nationalities": [
{
"id": 105,
"name": "Mali",
"code": "MLI"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 7,
"name": "Al Ahly FC",
"link": "https://www.transfermarkt.com/el-ahly-kairo/startseite/verein/7",
"crest": "https://img.a.transfermarkt.technology/wappen/head/7.png?lm=1789459167",
"country": {
"id": 2,
"name": "Egypt",
"code": "EGY"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 251876,
"name": "Pablo Maffeo",
"link": "https://www.transfermarkt.com/pablo-maffeo/profil/spieler/251876"
},
"age": 29,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 683,
"name": "Olympiacos Piraeus",
"link": "https://www.transfermarkt.com/olympiakos-piraus/startseite/verein/683",
"crest": "https://img.a.transfermarkt.technology/wappen/head/683.png?lm=1789459206",
"country": {
"id": 56,
"name": "Greece",
"code": "GRE"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 790669,
"name": "Kayne van Oevelen",
"link": "https://www.transfermarkt.com/kayne-van-oevelen/profil/spieler/790669"
},
"age": 23,
"nationalities": [
{
"id": 122,
"name": "Netherlands",
"code": "NED"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"from_club": {
"id": 677,
"name": "Ipswich Town",
"link": "https://www.transfermarkt.com/ipswich-town/startseite/verein/677",
"crest": "https://img.a.transfermarkt.technology/wappen/head/677.png?lm=1789459206",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 565822,
"name": "Harvey Elliott",
"link": "https://www.transfermarkt.com/harvey-elliott/profil/spieler/565822"
},
"age": 23,
"nationalities": [
{
"id": 189,
"name": "England",
"code": "ENG"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 20000000,
"currency": "EUR"
},
"from_club": {
"id": 31,
"name": "Liverpool FC",
"link": "https://www.transfermarkt.com/fc-liverpool/startseite/verein/31",
"crest": "https://img.a.transfermarkt.technology/wappen/head/31.png?lm=1789459168",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1009766,
"name": "David Otorbi",
"link": "https://www.transfermarkt.com/david-otorbi/profil/spieler/1009766"
},
"age": 18,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 124,
"name": "Nigeria",
"code": "NGA"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 500000,
"currency": "EUR"
},
"from_club": {
"id": 6182,
"name": "Valencia Mestalla",
"link": "https://www.transfermarkt.com/fc-valencia-b-mestalla-/startseite/verein/6182",
"crest": "https://img.a.transfermarkt.technology/wappen/head/6182.png?lm=1789459480",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 941867,
"name": "Mario Domínguez",
"link": "https://www.transfermarkt.com/mario-dominguez/profil/spieler/941867"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 400000,
"currency": "EUR"
},
"from_club": {
"id": 6182,
"name": "Valencia Mestalla",
"link": "https://www.transfermarkt.com/fc-valencia-b-mestalla-/startseite/verein/6182",
"crest": "https://img.a.transfermarkt.technology/wappen/head/6182.png?lm=1789459480",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 1200328,
"name": "Lucas Núñez",
"link": "https://www.transfermarkt.com/lucas-nunez/profil/spieler/1200328"
},
"age": 20,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 100000,
"currency": "EUR"
},
"from_club": {
"id": 6182,
"name": "Valencia Mestalla",
"link": "https://www.transfermarkt.com/fc-valencia-b-mestalla-/startseite/verein/6182",
"crest": "https://img.a.transfermarkt.technology/wappen/head/6182.png?lm=1789459480",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 251845,
"name": "Sergi Canós",
"link": "https://www.transfermarkt.com/sergi-canos/profil/spieler/251845"
},
"age": 29,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"from_club": {
"id": 366,
"name": "Real Valladolid CF",
"link": "https://www.transfermarkt.com/real-valladolid/startseite/verein/366",
"crest": "https://img.a.transfermarkt.technology/wappen/head/366.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 634105,
"name": "Alberto Marí",
"link": "https://www.transfermarkt.com/alberto-mari/profil/spieler/634105"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"from_club": {
"id": 13222,
"name": "CD Mirandés",
"link": "https://www.transfermarkt.com/cd-mirandes/startseite/verein/13222",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13222.png?lm=1789459838",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 615350,
"name": "Cenk Özkacar",
"link": "https://www.transfermarkt.com/cenk-ozkacar/profil/spieler/615350"
},
"age": 25,
"nationalities": [
{
"id": 174,
"name": "Türkiye",
"code": "TUR"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"from_club": {
"id": 3,
"name": "1.FC Köln",
"link": "https://www.transfermarkt.com/1-fc-koln/startseite/verein/3",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3.png?lm=1789459167",
"country": {
"id": 40,
"name": "Germany",
"code": "GER"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 834463,
"name": "Iker Córdoba",
"link": "https://www.transfermarkt.com/iker-cordoba/profil/spieler/834463"
},
"age": 20,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 500000,
"currency": "EUR"
},
"from_club": {
"id": 13222,
"name": "CD Mirandés",
"link": "https://www.transfermarkt.com/cd-mirandes/startseite/verein/13222",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13222.png?lm=1789459838",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 615350,
"name": "Cenk Özkacar",
"link": "https://www.transfermarkt.com/cenk-ozkacar/profil/spieler/615350"
},
"age": 25,
"nationalities": [
{
"id": 174,
"name": "Türkiye",
"code": "TUR"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"to_club": {
"id": 449,
"name": "Trabzonspor",
"link": "https://www.transfermarkt.com/trabzonspor/startseite/verein/449",
"crest": "https://img.a.transfermarkt.technology/wappen/head/449.png?lm=1787748980",
"country": {
"id": 174,
"name": "Türkiye",
"code": "TUR"
}
},
"fee": {
"amount": 1750000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 298583,
"name": "Eray Cömert",
"link": "https://www.transfermarkt.com/eray-comert/profil/spieler/298583"
},
"age": 28,
"nationalities": [
{
"id": 148,
"name": "Switzerland",
"code": "SUI"
},
{
"id": 174,
"name": "Türkiye",
"code": "TUR"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 2500000,
"currency": "EUR"
},
"to_club": {
"id": 416,
"name": "Torino FC",
"link": "https://www.transfermarkt.com/fc-turin/startseite/verein/416",
"crest": "https://img.a.transfermarkt.technology/wappen/head/416.png?lm=1789459190",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 285323,
"name": "Baptiste Santamaria",
"link": "https://www.transfermarkt.com/baptiste-santamaria/profil/spieler/285323"
},
"age": 31,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 2500000,
"currency": "EUR"
},
"to_club": {
"id": 1091,
"name": "PAOK Thessaloniki",
"link": "https://www.transfermarkt.com/paok-thessaloniki/startseite/verein/1091",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1091.png?lm=1789459229",
"country": {
"id": 56,
"name": "Greece",
"code": "GRE"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 367466,
"name": "Thierry Correia",
"link": "https://www.transfermarkt.com/thierry-correia/profil/spieler/367466"
},
"age": 27,
"nationalities": [
{
"id": 136,
"name": "Portugal",
"code": "POR"
},
{
"id": 32,
"name": "Cape Verde",
"code": "CPV"
}
],
"position": "Right Midfield",
"position_short": "RM",
"market_value": {
"amount": 2500000,
"currency": "EUR"
},
"to_club": {
"id": 607,
"name": "Venezia FC",
"link": "https://www.transfermarkt.com/venezia-fc/startseite/verein/607",
"crest": "https://img.a.transfermarkt.technology/wappen/head/607.png?lm=1789459204",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 634105,
"name": "Alberto Marí",
"link": "https://www.transfermarkt.com/alberto-mari/profil/spieler/634105"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"to_club": {
"id": 709,
"name": "Kispest–Honvéd FC",
"link": "https://www.transfermarkt.com/budapest-honved-fc/startseite/verein/709",
"crest": "https://img.a.transfermarkt.technology/wappen/head/709.png?lm=1789459206",
"country": {
"id": 178,
"name": "Hungary",
"code": "HUN"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 941867,
"name": "Mario Domínguez",
"link": "https://www.transfermarkt.com/mario-dominguez/profil/spieler/941867"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 400000,
"currency": "EUR"
},
"to_club": {
"id": 798,
"name": "Excelsior Rotterdam",
"link": "https://www.transfermarkt.com/sbv-excelsior-rotterdam/startseite/verein/798",
"crest": "https://img.a.transfermarkt.technology/wappen/head/798.png?lm=1789459213",
"country": {
"id": 122,
"name": "Netherlands",
"code": "NED"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1200328,
"name": "Lucas Núñez",
"link": "https://www.transfermarkt.com/lucas-nunez/profil/spieler/1200328"
},
"age": 20,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 100000,
"currency": "EUR"
},
"to_club": {
"id": 1533,
"name": "SD Eibar",
"link": "https://www.transfermarkt.com/sd-eibar/startseite/verein/1533",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1533.png?lm=1789459258",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 375382,
"name": "André Almeida",
"link": "https://www.transfermarkt.com/andre-almeida/profil/spieler/375382"
},
"age": 26,
"nationalities": [
{
"id": 136,
"name": "Portugal",
"code": "POR"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 6000000,
"currency": "EUR"
},
"to_club": {
"id": 630,
"name": "Racing Santander",
"link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
"crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 268642,
"name": "Renzo Saravia",
"link": "https://www.transfermarkt.com/renzo-saravia/profil/spieler/268642"
},
"age": 33,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 1400000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 338285,
"name": "Unai Núñez",
"link": "https://www.transfermarkt.com/unai-nunez/profil/spieler/338285"
},
"age": 29,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 3500000,
"currency": "EUR"
},
"to_club": {
"id": 940,
"name": "Celta de Vigo",
"link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
"crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 628366,
"name": "Lucas Beltrán",
"link": "https://www.transfermarkt.com/lucas-beltran/profil/spieler/628366"
},
"age": 25,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 8000000,
"currency": "EUR"
},
"to_club": {
"id": 430,
"name": "ACF Fiorentina",
"link": "https://www.transfermarkt.com/ac-florenz/startseite/verein/430",
"crest": "https://img.a.transfermarkt.technology/wappen/head/430.png?lm=1789459191",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 518644,
"name": "Largie Ramazani",
"link": "https://www.transfermarkt.com/largie-ramazani/profil/spieler/518644"
},
"age": 25,
"nationalities": [
{
"id": 19,
"name": "Belgium",
"code": "BEL"
},
{
"id": 30,
"name": "Burundi",
"code": "BDI"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 8000000,
"currency": "EUR"
},
"to_club": {
"id": 399,
"name": "Leeds United",
"link": "https://www.transfermarkt.com/leeds-united/startseite/verein/399",
"crest": "https://img.a.transfermarkt.technology/wappen/head/399.png?lm=1789459190",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 625014,
"name": "Julen Agirrezabala",
"link": "https://www.transfermarkt.com/julen-agirrezabala/profil/spieler/625014"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 9000000,
"currency": "EUR"
},
"to_club": {
"id": 621,
"name": "Athletic Bilbao",
"link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
"crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
},
{
"club": {
"id": 681,
"name": "Real Sociedad",
"link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
"crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206"
},
"arrivals_count": 7,
"departures_count": 8,
"expenditure": {
"amount": 8500000,
"currency": "EUR"
},
"income": {
"amount": 6000000,
"currency": "EUR"
},
"balance": {
"amount": -2500000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 937955,
"name": "Héctor Fort",
"link": "https://www.transfermarkt.com/hector-fort/profil/spieler/937955"
},
"age": 20,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 12000000,
"currency": "EUR"
},
"from_club": {
"id": 131,
"name": "FC Barcelona",
"link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
"crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 8500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 910905,
"name": "Mamadou Sarr",
"link": "https://www.transfermarkt.com/mamadou-sarr/profil/spieler/910905"
},
"age": 20,
"nationalities": [
{
"id": 149,
"name": "Senegal",
"code": "SEN"
},
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 22000000,
"currency": "EUR"
},
"from_club": {
"id": 631,
"name": "Chelsea FC",
"link": "https://www.transfermarkt.com/fc-chelsea/startseite/verein/631",
"crest": "https://img.a.transfermarkt.technology/wappen/head/631.png?lm=1789459205",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1105810,
"name": "Job Ochieng",
"link": "https://www.transfermarkt.com/job-ochieng/profil/spieler/1105810"
},
"age": 23,
"nationalities": [
{
"id": 82,
"name": "Kenya",
"code": "KEN"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"from_club": {
"id": 9899,
"name": "Real Sociedad B",
"link": "https://www.transfermarkt.com/real-sociedad-b/startseite/verein/9899",
"crest": "https://img.a.transfermarkt.technology/wappen/head/9899.png?lm=1789459684",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 216464,
"name": "Carlos Fernández",
"link": "https://www.transfermarkt.com/carlos-fernandez/profil/spieler/216464"
},
"age": 30,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 1200000,
"currency": "EUR"
},
"from_club": {
"id": 13222,
"name": "CD Mirandés",
"link": "https://www.transfermarkt.com/cd-mirandes/startseite/verein/13222",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13222.png?lm=1789459838",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 580560,
"name": "Jon Pacheco",
"link": "https://www.transfermarkt.com/jon-pacheco/profil/spieler/580560"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"from_club": {
"id": 1108,
"name": "Deportivo Alavés",
"link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 568158,
"name": "Javi López",
"link": "https://www.transfermarkt.com/javi-lopez/profil/spieler/568158"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"from_club": {
"id": 2497,
"name": "Real Oviedo",
"link": "https://www.transfermarkt.com/real-oviedo/startseite/verein/2497",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2497.png?lm=1789459298",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 709215,
"name": "Mikel Goti",
"link": "https://www.transfermarkt.com/mikel-goti/profil/spieler/709215"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"from_club": {
"id": 993,
"name": "Córdoba CF",
"link": "https://www.transfermarkt.com/fc-cordoba/startseite/verein/993",
"crest": "https://img.a.transfermarkt.technology/wappen/head/993.png?lm=1789459227",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 309110,
"name": "Brais Méndez",
"link": "https://www.transfermarkt.com/brais-mendez/profil/spieler/309110"
},
"age": 29,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 8000000,
"currency": "EUR"
},
"to_club": {
"id": 813,
"name": "Columbus Crew",
"link": "https://www.transfermarkt.com/columbus-crew-sc/startseite/verein/813",
"crest": "https://img.a.transfermarkt.technology/wappen/head/813.png?lm=1789459213",
"country": {
"id": 184,
"name": "United States",
"code": "USA"
}
},
"fee": {
"amount": 6000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 229804,
"name": "Aritz Elustondo",
"link": "https://www.transfermarkt.com/aritz-elustondo/profil/spieler/229804"
},
"age": 32,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 1091,
"name": "PAOK Thessaloniki",
"link": "https://www.transfermarkt.com/paok-thessaloniki/startseite/verein/1091",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1091.png?lm=1789459229",
"country": {
"id": 56,
"name": "Greece",
"code": "GRE"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 216464,
"name": "Carlos Fernández",
"link": "https://www.transfermarkt.com/carlos-fernandez/profil/spieler/216464"
},
"age": 30,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 1200000,
"currency": "EUR"
},
"to_club": {
"id": 2497,
"name": "Real Oviedo",
"link": "https://www.transfermarkt.com/real-oviedo/startseite/verein/2497",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2497.png?lm=1789459298",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 711382,
"name": "Jon Karrikaburu",
"link": "https://www.transfermarkt.com/jon-karrikaburu/profil/spieler/711382"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"to_club": {
"id": 1536,
"name": "Burgos CF",
"link": "https://www.transfermarkt.com/burgos-cf/startseite/verein/1536",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1536.png?lm=1789459258",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 568158,
"name": "Javi López",
"link": "https://www.transfermarkt.com/javi-lopez/profil/spieler/568158"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"to_club": {
"id": 234,
"name": "Feyenoord Rotterdam",
"link": "https://www.transfermarkt.com/feyenoord-rotterdam/startseite/verein/234",
"crest": "https://img.a.transfermarkt.technology/wappen/head/234.png?lm=1789459182",
"country": {
"id": 122,
"name": "Netherlands",
"code": "NED"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 709215,
"name": "Mikel Goti",
"link": "https://www.transfermarkt.com/mikel-goti/profil/spieler/709215"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 2497,
"name": "Real Oviedo",
"link": "https://www.transfermarkt.com/real-oviedo/startseite/verein/2497",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2497.png?lm=1789459298",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 238266,
"name": "Duje Caleta-Car",
"link": "https://www.transfermarkt.com/duje-caleta-car/profil/spieler/238266"
},
"age": 29,
"nationalities": [
{
"id": 37,
"name": "Croatia",
"code": "CRO"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 2800000,
"currency": "EUR"
},
"to_club": {
"id": 1041,
"name": "Olympique Lyon",
"link": "https://www.transfermarkt.com/olympique-lyon/startseite/verein/1041",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1041.png?lm=1789459228",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1007378,
"name": "Wesley",
"link": "https://www.transfermarkt.com/wesley/profil/spieler/1007378"
},
"age": 21,
"nationalities": [
{
"id": 26,
"name": "Brazil",
"code": "BRA"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"to_club": {
"id": 18544,
"name": "Al-Nassr FC",
"link": "https://www.transfermarkt.com/al-nasr-riad/startseite/verein/18544",
"crest": "https://img.a.transfermarkt.technology/wappen/head/18544.png?lm=1789460048",
"country": {
"id": 146,
"name": "Saudi Arabia",
"code": "KSA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
},
{
"club": {
"id": 714,
"name": "RCD Espanyol Barcelona",
"link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
"crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206"
},
"arrivals_count": 17,
"departures_count": 15,
"expenditure": {
"amount": 5550000,
"currency": "EUR"
},
"income": {
"amount": 500000,
"currency": "EUR"
},
"balance": {
"amount": -5050000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 633111,
"name": "Álex Calatrava",
"link": "https://www.transfermarkt.com/alex-calatrava/profil/spieler/633111"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"from_club": {
"id": 2502,
"name": "CD Castellón",
"link": "https://www.transfermarkt.com/cd-castellon/startseite/verein/2502",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2502.png?lm=1789459298",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 5000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 371856,
"name": "Vanja Drkusic",
"link": "https://www.transfermarkt.com/vanja-drkusic/profil/spieler/371856"
},
"age": 26,
"nationalities": [
{
"id": 155,
"name": "Slovenia",
"code": "SVN"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"from_club": {
"id": 964,
"name": "Zenit St. Petersburg",
"link": "https://www.transfermarkt.com/zenit-st-petersburg/startseite/verein/964",
"crest": "https://img.a.transfermarkt.technology/wappen/head/964.png?lm=1789032968",
"country": {
"id": 141,
"name": "Russia",
"code": "RUS"
}
},
"fee": {
"amount": 300000,
"currency": "EUR",
"type": "loan"
}
},
{
"player": {
"id": 338285,
"name": "Unai Núñez",
"link": "https://www.transfermarkt.com/unai-nunez/profil/spieler/338285"
},
"age": 29,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 3500000,
"currency": "EUR"
},
"from_club": {
"id": 940,
"name": "Celta de Vigo",
"link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
"crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 250000,
"currency": "EUR",
"type": "loan"
}
},
{
"player": {
"id": 514285,
"name": "Quilindschy Hartman",
"link": "https://www.transfermarkt.com/quilindschy-hartman/profil/spieler/514285"
},
"age": 24,
"nationalities": [
{
"id": 122,
"name": "Netherlands",
"code": "NED"
},
{
"id": 260,
"name": "Curacao",
"code": "CUW"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 16000000,
"currency": "EUR"
},
"from_club": {
"id": 1132,
"name": "Burnley FC",
"link": "https://www.transfermarkt.com/fc-burnley/startseite/verein/1132",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1132.png?lm=1789459235",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 713644,
"name": "Bryan Zaragoza",
"link": "https://www.transfermarkt.com/bryan-zaragoza/profil/spieler/713644"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 8000000,
"currency": "EUR"
},
"from_club": {
"id": 27,
"name": "Bayern Munich",
"link": "https://www.transfermarkt.com/fc-bayern-munchen/startseite/verein/27",
"crest": "https://img.a.transfermarkt.technology/wappen/head/27.png?lm=1789459168",
"country": {
"id": 40,
"name": "Germany",
"code": "GER"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 289255,
"name": "Andoni Gorosabel",
"link": "https://www.transfermarkt.com/andoni-gorosabel/profil/spieler/289255"
},
"age": 30,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 621,
"name": "Athletic Bilbao",
"link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
"crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1086636,
"name": "Gabriel Moscardo",
"link": "https://www.transfermarkt.com/gabriel-moscardo/profil/spieler/1086636"
},
"age": 20,
"nationalities": [
{
"id": 26,
"name": "Brazil",
"code": "BRA"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 7000000,
"currency": "EUR"
},
"from_club": {
"id": 583,
"name": "Paris Saint-Germain",
"link": "https://www.transfermarkt.com/fc-paris-saint-germain/startseite/verein/583",
"crest": "https://img.a.transfermarkt.technology/wappen/head/583.png?lm=1789459199",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 629511,
"name": "Pablo Ramón",
"link": "https://www.transfermarkt.com/pablo-ramon/profil/spieler/629511"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1400000,
"currency": "EUR"
},
"from_club": {
"id": 630,
"name": "Racing Santander",
"link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
"crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 718027,
"name": "Hugo Pérez",
"link": "https://www.transfermarkt.com/hugo-perez/profil/spieler/718027"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 200000,
"currency": "EUR"
},
"from_club": {
"id": 5648,
"name": "Gimnàstic de Tarragona",
"link": "https://www.transfermarkt.com/gimnastic-de-tarragona/startseite/verein/5648",
"crest": "https://img.a.transfermarkt.technology/wappen/head/5648.png?lm=1789459458",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 946279,
"name": "Javi Hernández",
"link": "https://www.transfermarkt.com/javi-hernandez/profil/spieler/946279"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"from_club": {
"id": 13222,
"name": "CD Mirandés",
"link": "https://www.transfermarkt.com/cd-mirandes/startseite/verein/13222",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13222.png?lm=1789459838",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 961948,
"name": "Marcos Fernández",
"link": "https://www.transfermarkt.com/marcos-fernandez/profil/spieler/961948"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"from_club": {
"id": 8568,
"name": "AD Ceuta FC",
"link": "https://www.transfermarkt.com/ad-ceuta/startseite/verein/8568",
"crest": "https://img.a.transfermarkt.technology/wappen/head/8568.png?lm=1789459615",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 819590,
"name": "José Salinas",
"link": "https://www.transfermarkt.com/jose-salinas/profil/spieler/819590"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"from_club": {
"id": 1084,
"name": "Málaga CF",
"link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1204959,
"name": "Roger Hinojo",
"link": "https://www.transfermarkt.com/roger-hinojo/profil/spieler/1204959"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"from_club": {
"id": 4542,
"name": "Cultural Leonesa",
"link": "https://www.transfermarkt.com/cultural-leonesa/startseite/verein/4542",
"crest": "https://img.a.transfermarkt.technology/wappen/head/4542.png?lm=1789459398",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1178721,
"name": "Rafel Bauzà",
"link": "https://www.transfermarkt.com/rafel-bauza/profil/spieler/1178721"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1200000,
"currency": "EUR"
},
"from_club": {
"id": 13222,
"name": "CD Mirandés",
"link": "https://www.transfermarkt.com/cd-mirandes/startseite/verein/13222",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13222.png?lm=1789459838",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 557147,
"name": "José Gragera",
"link": "https://www.transfermarkt.com/jose-gragera/profil/spieler/557147"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1200000,
"currency": "EUR"
},
"from_club": {
"id": 897,
"name": "Deportivo A Coruña",
"link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
"crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 904712,
"name": "Justin Smith",
"link": "https://www.transfermarkt.com/justin-smith/profil/spieler/904712"
},
"age": 23,
"nationalities": [
{
"id": 80,
"name": "Canada",
"code": "CAN"
},
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"from_club": {
"id": 2448,
"name": "Sporting Gijón",
"link": "https://www.transfermarkt.com/sporting-gijon/startseite/verein/2448",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2448.png?lm=1789459297",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 869458,
"name": "Omar Sadik",
"link": "https://www.transfermarkt.com/omar-sadik/profil/spieler/869458"
},
"age": 22,
"nationalities": [
{
"id": 107,
"name": "Morocco",
"code": "MAR"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"from_club": {
"id": 3166,
"name": "Pau FC",
"link": "https://www.transfermarkt.com/pau-fc/startseite/verein/3166",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3166.png?lm=1789459335",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 705813,
"name": "Rubén Sánchez",
"link": "https://www.transfermarkt.com/ruben-sanchez/profil/spieler/705813"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"to_club": {
"id": 1531,
"name": "Elche CF",
"link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 243879,
"name": "Charles Pickel",
"link": "https://www.transfermarkt.com/charles-pickel/profil/spieler/243879"
},
"age": 29,
"nationalities": [
{
"id": 193,
"name": "DR Congo",
"code": "COD"
},
{
"id": 148,
"name": "Switzerland",
"code": "SUI"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 2500000,
"currency": "EUR"
},
"to_club": {
"id": 13613,
"name": "Sharjah FC",
"link": "https://www.transfermarkt.com/sharjah-cultural-sports-club/startseite/verein/13613",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13613.png?lm=1789459855",
"country": {
"id": 183,
"name": "United Arab Emirates",
"code": "UAE"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 583510,
"name": "Miguel Rubio",
"link": "https://www.transfermarkt.com/miguel-rubio/profil/spieler/583510"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 366,
"name": "Real Valladolid CF",
"link": "https://www.transfermarkt.com/real-valladolid/startseite/verein/366",
"crest": "https://img.a.transfermarkt.technology/wappen/head/366.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 718027,
"name": "Hugo Pérez",
"link": "https://www.transfermarkt.com/hugo-perez/profil/spieler/718027"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 200000,
"currency": "EUR"
},
"to_club": {
"id": 2432,
"name": "SC União Torreense",
"link": "https://www.transfermarkt.com/sc-uniao-torreense/startseite/verein/2432",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2432.png?lm=1789459296",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 357884,
"name": "Fernando Calero",
"link": "https://www.transfermarkt.com/fernando-calero/profil/spieler/357884"
},
"age": 30,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 1084,
"name": "Málaga CF",
"link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 904712,
"name": "Justin Smith",
"link": "https://www.transfermarkt.com/justin-smith/profil/spieler/904712"
},
"age": 23,
"nationalities": [
{
"id": 80,
"name": "Canada",
"code": "CAN"
},
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"to_club": {
"id": 12567,
"name": "CD Eldense",
"link": "https://www.transfermarkt.com/cd-eldense/startseite/verein/12567",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12567.png?lm=1789459815",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 819590,
"name": "José Salinas",
"link": "https://www.transfermarkt.com/jose-salinas/profil/spieler/819590"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 1084,
"name": "Málaga CF",
"link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 869458,
"name": "Omar Sadik",
"link": "https://www.transfermarkt.com/omar-sadik/profil/spieler/869458"
},
"age": 22,
"nationalities": [
{
"id": 107,
"name": "Morocco",
"code": "MAR"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"to_club": {
"id": 8568,
"name": "AD Ceuta FC",
"link": "https://www.transfermarkt.com/ad-ceuta/startseite/verein/8568",
"crest": "https://img.a.transfermarkt.technology/wappen/head/8568.png?lm=1789459615",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 557147,
"name": "José Gragera",
"link": "https://www.transfermarkt.com/jose-gragera/profil/spieler/557147"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1200000,
"currency": "EUR"
},
"to_club": {
"id": 1536,
"name": "Burgos CF",
"link": "https://www.transfermarkt.com/burgos-cf/startseite/verein/1536",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1536.png?lm=1789459258",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 629511,
"name": "Pablo Ramón",
"link": "https://www.transfermarkt.com/pablo-ramon/profil/spieler/629511"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1400000,
"currency": "EUR"
},
"to_club": {
"id": 630,
"name": "Racing Santander",
"link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
"crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 834744,
"name": "Antoniu Roca",
"link": "https://www.transfermarkt.com/antoniu-roca/profil/spieler/834744"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"to_club": {
"id": 237,
"name": "RCD Mallorca",
"link": "https://www.transfermarkt.com/rcd-mallorca/startseite/verein/237",
"crest": "https://img.a.transfermarkt.technology/wappen/head/237.png?lm=1789459182",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 605528,
"name": "Pol Tristán",
"link": "https://www.transfermarkt.com/pol-tristan/profil/spieler/605528"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 50000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 709372,
"name": "Carlos Romero",
"link": "https://www.transfermarkt.com/carlos-romero/profil/spieler/709372"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 25000000,
"currency": "EUR"
},
"to_club": {
"id": 1050,
"name": "Villarreal CF",
"link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 358032,
"name": "Cyril Ngonge",
"link": "https://www.transfermarkt.com/cyril-ngonge/profil/spieler/358032"
},
"age": 26,
"nationalities": [
{
"id": 19,
"name": "Belgium",
"code": "BEL"
},
{
"id": 193,
"name": "DR Congo",
"code": "COD"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 7000000,
"currency": "EUR"
},
"to_club": {
"id": 6195,
"name": "SSC Napoli",
"link": "https://www.transfermarkt.com/ssc-neapel/startseite/verein/6195",
"crest": "https://img.a.transfermarkt.technology/wappen/head/6195.png?lm=1789459481",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 783396,
"name": "Ramón Terrats",
"link": "https://www.transfermarkt.com/ramon-terrats/profil/spieler/783396"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 1050,
"name": "Villarreal CF",
"link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
},
{
"club": {
"id": 621,
"name": "Athletic Bilbao",
"link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
"crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204"
},
"arrivals_count": 7,
"departures_count": 10,
"expenditure": {
"amount": 0,
"currency": "EUR"
},
"income": {
"amount": 11000000,
"currency": "EUR"
},
"balance": {
"amount": 11000000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 979324,
"name": "Eder García",
"link": "https://www.transfermarkt.com/eder-garcia/profil/spieler/979324"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"from_club": {
"id": 6688,
"name": "Bilbao Athletic",
"link": "https://www.transfermarkt.com/athletic-bilbao-b/startseite/verein/6688",
"crest": "https://img.a.transfermarkt.technology/wappen/head/6688.png?lm=1789459509",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 709214,
"name": "Beñat Gerenabarrena",
"link": "https://www.transfermarkt.com/benat-gerenabarrena/profil/spieler/709214"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"from_club": {
"id": 2502,
"name": "CD Castellón",
"link": "https://www.transfermarkt.com/cd-castellon/startseite/verein/2502",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2502.png?lm=1789459298",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 610083,
"name": "Unai Vencedor",
"link": "https://www.transfermarkt.com/unai-vencedor/profil/spieler/610083"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1600000,
"currency": "EUR"
},
"from_club": {
"id": 3368,
"name": "Levante UD",
"link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1056966,
"name": "Peio Canales",
"link": "https://www.transfermarkt.com/peio-canales/profil/spieler/1056966"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"from_club": {
"id": 630,
"name": "Racing Santander",
"link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
"crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 834487,
"name": "Hugo Rincón",
"link": "https://www.transfermarkt.com/hugo-rincon/profil/spieler/834487"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 3500000,
"currency": "EUR"
},
"from_club": {
"id": 12321,
"name": "Girona FC",
"link": "https://www.transfermarkt.com/fc-girona/startseite/verein/12321",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12321.png?lm=1789459801",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 671649,
"name": "Álvaro Djaló",
"link": "https://www.transfermarkt.com/alvaro-djalo/profil/spieler/671649"
},
"age": 26,
"nationalities": [
{
"id": 60,
"name": "Guinea-Bissau",
"code": "GNB"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"from_club": {
"id": 6297,
"name": "Al-Gharafa SC",
"link": "https://www.transfermarkt.com/al-gharafa-sc/startseite/verein/6297",
"crest": "https://img.a.transfermarkt.technology/wappen/head/6297.png?lm=1787684085",
"country": {
"id": 137,
"name": "Qatar",
"code": "QAT"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 625014,
"name": "Julen Agirrezabala",
"link": "https://www.transfermarkt.com/julen-agirrezabala/profil/spieler/625014"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 9000000,
"currency": "EUR"
},
"from_club": {
"id": 1049,
"name": "Valencia CF",
"link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 625014,
"name": "Julen Agirrezabala",
"link": "https://www.transfermarkt.com/julen-agirrezabala/profil/spieler/625014"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 9000000,
"currency": "EUR"
},
"to_club": {
"id": 630,
"name": "Racing Santander",
"link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
"crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 4500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 834752,
"name": "Unai Gómez",
"link": "https://www.transfermarkt.com/unai-gomez/profil/spieler/834752"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"to_club": {
"id": 410,
"name": "Udinese Calcio",
"link": "https://www.transfermarkt.com/udinese-calcio/startseite/verein/410",
"crest": "https://img.a.transfermarkt.technology/wappen/head/410.png?lm=1789459190",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 4500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 610622,
"name": "Urko Izeta",
"link": "https://www.transfermarkt.com/urko-izeta/profil/spieler/610622"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 1400000,
"currency": "EUR"
},
"to_club": {
"id": 2687,
"name": "Cádiz CF",
"link": "https://www.transfermarkt.com/fc-cadiz/startseite/verein/2687",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2687.png?lm=1789459312",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 1500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 710671,
"name": "Adama Boiro",
"link": "https://www.transfermarkt.com/adama-boiro/profil/spieler/710671"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 149,
"name": "Senegal",
"code": "SEN"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 2500000,
"currency": "EUR"
},
"to_club": {
"id": 379,
"name": "West Ham United",
"link": "https://www.transfermarkt.com/west-ham-united/startseite/verein/379",
"crest": "https://img.a.transfermarkt.technology/wappen/head/379.png?lm=1789459190",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 500000,
"currency": "EUR",
"type": "loan"
}
},
{
"player": {
"id": 610083,
"name": "Unai Vencedor",
"link": "https://www.transfermarkt.com/unai-vencedor/profil/spieler/610083"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1600000,
"currency": "EUR"
},
"to_club": {
"id": 1536,
"name": "Burgos CF",
"link": "https://www.transfermarkt.com/burgos-cf/startseite/verein/1536",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1536.png?lm=1789459258",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 300168,
"name": "Mikel Vesga",
"link": "https://www.transfermarkt.com/mikel-vesga/profil/spieler/300168"
},
"age": 33,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 1200000,
"currency": "EUR"
},
"to_club": {
"id": 3302,
"name": "UD Almería",
"link": "https://www.transfermarkt.com/ud-almeria/startseite/verein/3302",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3302.png?lm=1789459343",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 979324,
"name": "Eder García",
"link": "https://www.transfermarkt.com/eder-garcia/profil/spieler/979324"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 993,
"name": "Córdoba CF",
"link": "https://www.transfermarkt.com/fc-cordoba/startseite/verein/993",
"crest": "https://img.a.transfermarkt.technology/wappen/head/993.png?lm=1789459227",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 289255,
"name": "Andoni Gorosabel",
"link": "https://www.transfermarkt.com/andoni-gorosabel/profil/spieler/289255"
},
"age": 30,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 714,
"name": "RCD Espanyol Barcelona",
"link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
"crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 255501,
"name": "Iñigo Lekue",
"link": "https://www.transfermarkt.com/inigo-lekue/profil/spieler/255501"
},
"age": 33,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": null,
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 1312698,
"name": "Selton Sánchez",
"link": "https://www.transfermarkt.com/selton-sanchez/profil/spieler/1312698"
},
"age": 19,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 26,
"name": "Brazil",
"code": "BRA"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 2800000,
"currency": "EUR"
},
"to_club": {
"id": 6688,
"name": "Bilbao Athletic",
"link": "https://www.transfermarkt.com/athletic-bilbao-b/startseite/verein/6688",
"crest": "https://img.a.transfermarkt.technology/wappen/head/6688.png?lm=1789459509",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
}
]
},
{
"club": {
"id": 368,
"name": "Sevilla FC",
"link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189"
},
"arrivals_count": 14,
"departures_count": 16,
"expenditure": {
"amount": 15500000,
"currency": "EUR"
},
"income": {
"amount": 41000000,
"currency": "EUR"
},
"balance": {
"amount": 25500000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 783373,
"name": "Robbie Ure",
"link": "https://www.transfermarkt.com/robbie-ure/profil/spieler/783373"
},
"age": 22,
"nationalities": [
{
"id": 190,
"name": "Scotland",
"code": "SCO"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"from_club": {
"id": 7945,
"name": "IK Sirius",
"link": "https://www.transfermarkt.com/ik-sirius/startseite/verein/7945",
"crest": "https://img.a.transfermarkt.technology/wappen/head/7945.png?lm=1789459578",
"country": {
"id": 147,
"name": "Sweden",
"code": "SWE"
}
},
"fee": {
"amount": 6500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 405564,
"name": "Giorgi Kochorashvili",
"link": "https://www.transfermarkt.com/giorgi-kochorashvili/profil/spieler/405564"
},
"age": 27,
"nationalities": [
{
"id": 53,
"name": "Georgia",
"code": "GEO"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"from_club": {
"id": 336,
"name": "Sporting CP",
"link": "https://www.transfermarkt.com/sporting-lissabon/startseite/verein/336",
"crest": "https://img.a.transfermarkt.technology/wappen/head/336.png?lm=1789459184",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": 4500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 655012,
"name": "Lucas Stassin",
"link": "https://www.transfermarkt.com/lucas-stassin/profil/spieler/655012"
},
"age": 21,
"nationalities": [
{
"id": 19,
"name": "Belgium",
"code": "BEL"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 15000000,
"currency": "EUR"
},
"from_club": {
"id": 618,
"name": "AS Saint-Étienne",
"link": "https://www.transfermarkt.com/as-saint-etienne/startseite/verein/618",
"crest": "https://img.a.transfermarkt.technology/wappen/head/618.png?lm=1789459204",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": 2500000,
"currency": "EUR",
"type": "loan"
}
},
{
"player": {
"id": 945753,
"name": "Julio Díaz",
"link": "https://www.transfermarkt.com/julio-diaz/profil/spieler/945753"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"from_club": {
"id": 13,
"name": "Atlético de Madrid",
"link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 1000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1055220,
"name": "Fran González",
"link": "https://www.transfermarkt.com/fran-gonzalez/profil/spieler/1055220"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 418,
"name": "Real Madrid",
"link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
"crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 1000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 390688,
"name": "Juan Iglesias",
"link": "https://www.transfermarkt.com/juan-iglesias/profil/spieler/390688"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"from_club": {
"id": 3709,
"name": "Getafe CF",
"link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 768380,
"name": "Arouna Sangante",
"link": "https://www.transfermarkt.com/arouna-sangante/profil/spieler/768380"
},
"age": 24,
"nationalities": [
{
"id": 149,
"name": "Senegal",
"code": "SEN"
},
{
"id": 60,
"name": "Guinea-Bissau",
"code": "GNB"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 8000000,
"currency": "EUR"
},
"from_club": {
"id": 738,
"name": "Le Havre AC",
"link": "https://www.transfermarkt.com/ac-le-havre/startseite/verein/738",
"crest": "https://img.a.transfermarkt.technology/wappen/head/738.png?lm=1789459212",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 289257,
"name": "Jon Guridi",
"link": "https://www.transfermarkt.com/jon-guridi/profil/spieler/289257"
},
"age": 31,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"from_club": {
"id": 1108,
"name": "Deportivo Alavés",
"link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 569598,
"name": "Youssouf Fofana",
"link": "https://www.transfermarkt.com/youssouf-fofana/profil/spieler/569598"
},
"age": 27,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
},
{
"id": 105,
"name": "Mali",
"code": "MLI"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 23000000,
"currency": "EUR"
},
"from_club": {
"id": 5,
"name": "AC Milan",
"link": "https://www.transfermarkt.com/ac-mailand/startseite/verein/5",
"crest": "https://img.a.transfermarkt.technology/wappen/head/5.png?lm=1789459167",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 479648,
"name": "Félix Correia",
"link": "https://www.transfermarkt.com/felix-correia/profil/spieler/479648"
},
"age": 25,
"nationalities": [
{
"id": 136,
"name": "Portugal",
"code": "POR"
},
{
"id": 145,
"name": "Sao Tome and Principe",
"code": "STP"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"from_club": {
"id": 1082,
"name": "LOSC Lille",
"link": "https://www.transfermarkt.com/losc-lille/startseite/verein/1082",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1082.png?lm=1789459229",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1064105,
"name": "Miguel Sierra",
"link": "https://www.transfermarkt.com/miguel-sierra/profil/spieler/1064105"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 300000,
"currency": "EUR"
},
"from_club": {
"id": 8519,
"name": "Sevilla Atlético",
"link": "https://www.transfermarkt.com/fc-sevilla-b-atletico-/startseite/verein/8519",
"crest": "https://img.a.transfermarkt.technology/wappen/head/8519.png?lm=1789459609",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 357628,
"name": "Alfon González",
"link": "https://www.transfermarkt.com/alfon-gonzalez/profil/spieler/357628"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 1050,
"name": "Villarreal CF",
"link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 501418,
"name": "Adrià Pedrosa",
"link": "https://www.transfermarkt.com/adria-pedrosa/profil/spieler/501418"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 2800000,
"currency": "EUR"
},
"from_club": {
"id": 1531,
"name": "Elche CF",
"link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 361254,
"name": "Rafa Mir",
"link": "https://www.transfermarkt.com/rafa-mir/profil/spieler/361254"
},
"age": 29,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"from_club": {
"id": 1531,
"name": "Elche CF",
"link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 607034,
"name": "Akor Adams",
"link": "https://www.transfermarkt.com/akor-adams/profil/spieler/607034"
},
"age": 26,
"nationalities": [
{
"id": 124,
"name": "Nigeria",
"code": "NGA"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 15000000,
"currency": "EUR"
},
"to_club": {
"id": 607,
"name": "Venezia FC",
"link": "https://www.transfermarkt.com/venezia-fc/startseite/verein/607",
"crest": "https://img.a.transfermarkt.technology/wappen/head/607.png?lm=1789459204",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 16000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 676042,
"name": "Juanlu Sánchez",
"link": "https://www.transfermarkt.com/juanlu-sanchez/profil/spieler/676042"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"to_club": {
"id": 989,
"name": "AFC Bournemouth",
"link": "https://www.transfermarkt.com/afc-bournemouth/startseite/verein/989",
"crest": "https://img.a.transfermarkt.technology/wappen/head/989.png?lm=1789459227",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 11000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1032280,
"name": "Oso",
"link": "https://www.transfermarkt.com/osotm/profil/spieler/1032280"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 9,
"name": "Argentina",
"code": "ARG"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"to_club": {
"id": 667,
"name": "RC Strasbourg Alsace",
"link": "https://www.transfermarkt.com/rc-strassburg-alsace/startseite/verein/667",
"crest": "https://img.a.transfermarkt.technology/wappen/head/667.png?lm=1789459205",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": 10000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 212723,
"name": "Djibril Sow",
"link": "https://www.transfermarkt.com/djibril-sow/profil/spieler/212723"
},
"age": 29,
"nationalities": [
{
"id": 148,
"name": "Switzerland",
"code": "SUI"
},
{
"id": 149,
"name": "Senegal",
"code": "SEN"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 7500000,
"currency": "EUR"
},
"to_club": {
"id": 252,
"name": "Genoa CFC",
"link": "https://www.transfermarkt.com/genua-cfc/startseite/verein/252",
"crest": "https://img.a.transfermarkt.technology/wappen/head/252.png?lm=1789459182",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 4000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 74294,
"name": "Nemanja Gudelj",
"link": "https://www.transfermarkt.com/nemanja-gudelj/profil/spieler/74294"
},
"age": 34,
"nationalities": [
{
"id": 215,
"name": "Serbia",
"code": "SRB"
},
{
"id": 122,
"name": "Netherlands",
"code": "NED"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 3709,
"name": "Getafe CF",
"link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 538996,
"name": "Tanguy Nianzou",
"link": "https://www.transfermarkt.com/tanguy-nianzou/profil/spieler/538996"
},
"age": 24,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
},
{
"id": 38,
"name": "Cote d'Ivoire",
"code": "CIV"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1200000,
"currency": "EUR"
},
"to_club": {
"id": 1082,
"name": "LOSC Lille",
"link": "https://www.transfermarkt.com/losc-lille/startseite/verein/1082",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1082.png?lm=1789459229",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 40433,
"name": "Alexis Sánchez",
"link": "https://www.transfermarkt.com/alexis-sanchez/profil/spieler/40433"
},
"age": 37,
"nationalities": [
{
"id": 33,
"name": "Chile",
"code": "CHI"
}
],
"position": "Second Striker",
"position_short": "SS",
"market_value": {
"amount": 1200000,
"currency": "EUR"
},
"to_club": {
"id": 4078,
"name": "CF Montréal",
"link": "https://www.transfermarkt.com/club-de-foot-montreal/startseite/verein/4078",
"crest": "https://img.a.transfermarkt.technology/wappen/head/4078.png?lm=1789459380",
"country": {
"id": 80,
"name": "Canada",
"code": "CAN"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 73517,
"name": "Ørjan Nyland",
"link": "https://www.transfermarkt.com/orjan-nyland/profil/spieler/73517"
},
"age": 35,
"nationalities": [
{
"id": 125,
"name": "Norway",
"code": "NOR"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"to_club": {
"id": 23826,
"name": "RB Leipzig",
"link": "https://www.transfermarkt.com/rasenballsport-leipzig/startseite/verein/23826",
"crest": "https://img.a.transfermarkt.technology/wappen/head/23826.png?lm=1789460400",
"country": {
"id": 40,
"name": "Germany",
"code": "GER"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 263727,
"name": "Joan Jordán",
"link": "https://www.transfermarkt.com/joan-jordan/profil/spieler/263727"
},
"age": 32,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 2431,
"name": "CF Estrela Amadora",
"link": "https://www.transfermarkt.com/cf-estrela-amadora-sad/startseite/verein/2431",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2431.png?lm=1789459296",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 660735,
"name": "Federico Gattoni",
"link": "https://www.transfermarkt.com/federico-gattoni/profil/spieler/660735"
},
"age": 27,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"to_club": {
"id": 408,
"name": "Ascoli Calcio",
"link": "https://www.transfermarkt.com/ascoli-calcio/startseite/verein/408",
"crest": "https://img.a.transfermarkt.technology/wappen/head/408.png?lm=1789459190",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 361254,
"name": "Rafa Mir",
"link": "https://www.transfermarkt.com/rafa-mir/profil/spieler/361254"
},
"age": 29,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"to_club": {
"id": 605,
"name": "Aris Thessaloniki",
"link": "https://www.transfermarkt.com/aris-thessaloniki/startseite/verein/605",
"crest": "https://img.a.transfermarkt.technology/wappen/head/605.png?lm=1789459204",
"country": {
"id": 56,
"name": "Greece",
"code": "GRE"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 501418,
"name": "Adrià Pedrosa",
"link": "https://www.transfermarkt.com/adria-pedrosa/profil/spieler/501418"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 2800000,
"currency": "EUR"
},
"to_club": {
"id": 367,
"name": "Rayo Vallecano",
"link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
"crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 177847,
"name": "Adnan Januzaj",
"link": "https://www.transfermarkt.com/adnan-januzaj/profil/spieler/177847"
},
"age": 31,
"nationalities": [
{
"id": 19,
"name": "Belgium",
"code": "BEL"
},
{
"id": 244,
"name": "Kosovo",
"code": "KOS"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 57500,
"name": "César Azpilicueta",
"link": "https://www.transfermarkt.com/cesar-azpilicueta/profil/spieler/57500"
},
"age": 36,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": null,
"to_club": null,
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 217115,
"name": "Neal Maupay",
"link": "https://www.transfermarkt.com/neal-maupay/profil/spieler/217115"
},
"age": 29,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
},
{
"id": 9,
"name": "Argentina",
"code": "ARG"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"to_club": {
"id": 244,
"name": "Olympique Marseille",
"link": "https://www.transfermarkt.com/olympique-marseille/startseite/verein/244",
"crest": "https://img.a.transfermarkt.technology/wappen/head/244.png?lm=1789459182",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 395234,
"name": "Batista Mendy",
"link": "https://www.transfermarkt.com/batista-mendy/profil/spieler/395234"
},
"age": 26,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
},
{
"id": 60,
"name": "Guinea-Bissau",
"code": "GNB"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 7500000,
"currency": "EUR"
},
"to_club": {
"id": 449,
"name": "Trabzonspor",
"link": "https://www.transfermarkt.com/trabzonspor/startseite/verein/449",
"crest": "https://img.a.transfermarkt.technology/wappen/head/449.png?lm=1787748980",
"country": {
"id": 174,
"name": "Türkiye",
"code": "TUR"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
},
{
"club": {
"id": 1108,
"name": "Deportivo Alavés",
"link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235"
},
"arrivals_count": 16,
"departures_count": 15,
"expenditure": {
"amount": 13000000,
"currency": "EUR"
},
"income": {
"amount": 7200000,
"currency": "EUR"
},
"balance": {
"amount": -5800000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 634427,
"name": "Miguel Rodríguez",
"link": "https://www.transfermarkt.com/miguel-rodriguez/profil/spieler/634427"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 4500000,
"currency": "EUR"
},
"from_club": {
"id": 200,
"name": "FC Utrecht",
"link": "https://www.transfermarkt.com/fc-utrecht/startseite/verein/200",
"crest": "https://img.a.transfermarkt.technology/wappen/head/200.png?lm=1789459176",
"country": {
"id": 122,
"name": "Netherlands",
"code": "NED"
}
},
"fee": {
"amount": 5000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 860992,
"name": "Nicolás Valentini",
"link": "https://www.transfermarkt.com/nicolas-valentini/profil/spieler/860992"
},
"age": 25,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 430,
"name": "ACF Fiorentina",
"link": "https://www.transfermarkt.com/ac-florenz/startseite/verein/430",
"crest": "https://img.a.transfermarkt.technology/wappen/head/430.png?lm=1789459191",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 3000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 581326,
"name": "Ville Koski",
"link": "https://www.transfermarkt.com/ville-koski/profil/spieler/581326"
},
"age": 24,
"nationalities": [
{
"id": 49,
"name": "Finland",
"code": "FIN"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"from_club": {
"id": 999,
"name": "NK Istra 1961",
"link": "https://www.transfermarkt.com/nk-istra-1961/startseite/verein/999",
"crest": "https://img.a.transfermarkt.technology/wappen/head/999.png?lm=1789459227",
"country": {
"id": 37,
"name": "Croatia",
"code": "CRO"
}
},
"fee": {
"amount": 3000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 721660,
"name": "Mikel Rodriguez",
"link": "https://www.transfermarkt.com/mikel-rodriguez/profil/spieler/721660"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 700000,
"currency": "EUR"
},
"from_club": {
"id": 9899,
"name": "Real Sociedad B",
"link": "https://www.transfermarkt.com/real-sociedad-b/startseite/verein/9899",
"crest": "https://img.a.transfermarkt.technology/wappen/head/9899.png?lm=1789459684",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 2000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1064391,
"name": "Egoitz Muñoz",
"link": "https://www.transfermarkt.com/egoitz-munoz/profil/spieler/1064391"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 250000,
"currency": "EUR"
},
"from_club": {
"id": 8880,
"name": "Deportivo Alavés B",
"link": "https://www.transfermarkt.com/deportivo-alaves-b/startseite/verein/8880",
"crest": "https://img.a.transfermarkt.technology/wappen/head/8880.png?lm=1789459631",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 895458,
"name": "Adrián Pica",
"link": "https://www.transfermarkt.com/adrian-pica/profil/spieler/895458"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 500000,
"currency": "EUR"
},
"from_club": {
"id": 13222,
"name": "CD Mirandés",
"link": "https://www.transfermarkt.com/cd-mirandes/startseite/verein/13222",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13222.png?lm=1789459838",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 631693,
"name": "Jesús Owono",
"link": "https://www.transfermarkt.com/jesus-owono/profil/spieler/631693"
},
"age": 25,
"nationalities": [
{
"id": 8,
"name": "Equatorial Guinea",
"code": "EQG"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 900000,
"currency": "EUR"
},
"from_club": {
"id": 10718,
"name": "FC Andorra",
"link": "https://www.transfermarkt.com/fc-andorra/startseite/verein/10718",
"crest": "https://img.a.transfermarkt.technology/wappen/head/10718.png?lm=1789459731",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1054931,
"name": "Selu Diallo",
"link": "https://www.transfermarkt.com/selu-diallo/profil/spieler/1054931"
},
"age": 22,
"nationalities": [
{
"id": 59,
"name": "Guinea",
"code": "GUI"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 400000,
"currency": "EUR"
},
"from_club": {
"id": 4542,
"name": "Cultural Leonesa",
"link": "https://www.transfermarkt.com/cultural-leonesa/startseite/verein/4542",
"crest": "https://img.a.transfermarkt.technology/wappen/head/4542.png?lm=1789459398",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 251897,
"name": "Asier Villalibre",
"link": "https://www.transfermarkt.com/asier-villalibre/profil/spieler/251897"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"from_club": {
"id": 630,
"name": "Racing Santander",
"link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
"crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 608382,
"name": "Adrián Rodríguez",
"link": "https://www.transfermarkt.com/adrian-rodriguez/profil/spieler/608382"
},
"age": 25,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 200000,
"currency": "EUR"
},
"from_club": {
"id": 142,
"name": "Real Zaragoza",
"link": "https://www.transfermarkt.com/real-saragossa/startseite/verein/142",
"crest": "https://img.a.transfermarkt.technology/wappen/head/142.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 718029,
"name": "Unai Ropero",
"link": "https://www.transfermarkt.com/unai-ropero/profil/spieler/718029"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 500000,
"currency": "EUR"
},
"from_club": {
"id": 1176,
"name": "Racing Ferrol",
"link": "https://www.transfermarkt.com/racing-ferrol/startseite/verein/1176",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1176.png?lm=1789459236",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 668276,
"name": "Hugo Novoa",
"link": "https://www.transfermarkt.com/hugo-novoa/profil/spieler/668276"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"from_club": {
"id": 13222,
"name": "CD Mirandés",
"link": "https://www.transfermarkt.com/cd-mirandes/startseite/verein/13222",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13222.png?lm=1789459838",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 694509,
"name": "Moussa Diarra",
"link": "https://www.transfermarkt.com/moussa-diarra/profil/spieler/694509"
},
"age": 25,
"nationalities": [
{
"id": 105,
"name": "Mali",
"code": "MLI"
},
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"from_club": {
"id": 58,
"name": "RSC Anderlecht",
"link": "https://www.transfermarkt.com/rsc-anderlecht/startseite/verein/58",
"crest": "https://img.a.transfermarkt.technology/wappen/head/58.png?lm=1789459168",
"country": {
"id": 19,
"name": "Belgium",
"code": "BEL"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 718029,
"name": "Unai Ropero",
"link": "https://www.transfermarkt.com/unai-ropero/profil/spieler/718029"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 500000,
"currency": "EUR"
},
"from_club": {
"id": 7971,
"name": "Hércules CF",
"link": "https://www.transfermarkt.com/hercules-alicante/startseite/verein/7971",
"crest": "https://img.a.transfermarkt.technology/wappen/head/7971.png?lm=1789459578",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 258475,
"name": "Nikola Maras",
"link": "https://www.transfermarkt.com/nikola-maras/profil/spieler/258475"
},
"age": 30,
"nationalities": [
{
"id": 215,
"name": "Serbia",
"code": "SRB"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"from_club": {
"id": 13222,
"name": "CD Mirandés",
"link": "https://www.transfermarkt.com/cd-mirandes/startseite/verein/13222",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13222.png?lm=1789459838",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1054933,
"name": "Daouda Doumbia",
"link": "https://www.transfermarkt.com/daouda-doumbia/profil/spieler/1054933"
},
"age": 24,
"nationalities": [
{
"id": 105,
"name": "Mali",
"code": "MLI"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 400000,
"currency": "EUR"
},
"from_club": {
"id": 3349,
"name": "CD Feirense",
"link": "https://www.transfermarkt.com/cd-feirense/startseite/verein/3349",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3349.png?lm=1789459343",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 591957,
"name": "Victor Parada",
"link": "https://www.transfermarkt.com/victor-parada/profil/spieler/591957"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"to_club": {
"id": 232,
"name": "Spartak Moscow",
"link": "https://www.transfermarkt.com/spartak-moskau/startseite/verein/232",
"crest": "https://img.a.transfermarkt.technology/wappen/head/232.png?lm=1789459182",
"country": {
"id": 141,
"name": "Russia",
"code": "RUS"
}
},
"fee": {
"amount": 5000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 694509,
"name": "Moussa Diarra",
"link": "https://www.transfermarkt.com/moussa-diarra/profil/spieler/694509"
},
"age": 25,
"nationalities": [
{
"id": 105,
"name": "Mali",
"code": "MLI"
},
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 161,
"name": "Al-Wahda FC",
"link": "https://www.transfermarkt.com/al-wahda-fc-abu-dhabi/startseite/verein/161",
"crest": "https://img.a.transfermarkt.technology/wappen/head/161.png?lm=1789459175",
"country": {
"id": 183,
"name": "United Arab Emirates",
"code": "UAE"
}
},
"fee": {
"amount": 1200000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 251897,
"name": "Asier Villalibre",
"link": "https://www.transfermarkt.com/asier-villalibre/profil/spieler/251897"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 630,
"name": "Racing Santander",
"link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
"crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 1000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 289257,
"name": "Jon Guridi",
"link": "https://www.transfermarkt.com/jon-guridi/profil/spieler/289257"
},
"age": 31,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"to_club": {
"id": 368,
"name": "Sevilla FC",
"link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 631693,
"name": "Jesús Owono",
"link": "https://www.transfermarkt.com/jesus-owono/profil/spieler/631693"
},
"age": 25,
"nationalities": [
{
"id": 8,
"name": "Equatorial Guinea",
"code": "EQG"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 900000,
"currency": "EUR"
},
"to_club": {
"id": 10718,
"name": "FC Andorra",
"link": "https://www.transfermarkt.com/fc-andorra/startseite/verein/10718",
"crest": "https://img.a.transfermarkt.technology/wappen/head/10718.png?lm=1789459731",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 258475,
"name": "Nikola Maras",
"link": "https://www.transfermarkt.com/nikola-maras/profil/spieler/258475"
},
"age": 30,
"nationalities": [
{
"id": 215,
"name": "Serbia",
"code": "SRB"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"to_club": {
"id": 53,
"name": "OFK Beograd",
"link": "https://www.transfermarkt.com/ofk-belgrad/startseite/verein/53",
"crest": "https://img.a.transfermarkt.technology/wappen/head/53.png?lm=1789459168",
"country": {
"id": 215,
"name": "Serbia",
"code": "SRB"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 54217,
"name": "Raúl Fernández",
"link": "https://www.transfermarkt.com/raul-fernandez/profil/spieler/54217"
},
"age": 38,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 100000,
"currency": "EUR"
},
"to_club": {
"id": 1244,
"name": "CD Leganés",
"link": "https://www.transfermarkt.com/cd-leganes/startseite/verein/1244",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1244.png?lm=1789459242",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 1064391,
"name": "Egoitz Muñoz",
"link": "https://www.transfermarkt.com/egoitz-munoz/profil/spieler/1064391"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 250000,
"currency": "EUR"
},
"to_club": {
"id": 993,
"name": "Córdoba CF",
"link": "https://www.transfermarkt.com/fc-cordoba/startseite/verein/993",
"crest": "https://img.a.transfermarkt.technology/wappen/head/993.png?lm=1789459227",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1054933,
"name": "Daouda Doumbia",
"link": "https://www.transfermarkt.com/daouda-doumbia/profil/spieler/1054933"
},
"age": 24,
"nationalities": [
{
"id": 105,
"name": "Mali",
"code": "MLI"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 400000,
"currency": "EUR"
},
"to_club": {
"id": 999,
"name": "NK Istra 1961",
"link": "https://www.transfermarkt.com/nk-istra-1961/startseite/verein/999",
"crest": "https://img.a.transfermarkt.technology/wappen/head/999.png?lm=1789459227",
"country": {
"id": 37,
"name": "Croatia",
"code": "CRO"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 718029,
"name": "Unai Ropero",
"link": "https://www.transfermarkt.com/unai-ropero/profil/spieler/718029"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 500000,
"currency": "EUR"
},
"to_club": {
"id": 1176,
"name": "Racing Ferrol",
"link": "https://www.transfermarkt.com/racing-ferrol/startseite/verein/1176",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1176.png?lm=1789459236",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 895458,
"name": "Adrián Pica",
"link": "https://www.transfermarkt.com/adrian-pica/profil/spieler/895458"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 500000,
"currency": "EUR"
},
"to_club": {
"id": 3327,
"name": "FC Penafiel",
"link": "https://www.transfermarkt.com/fc-penafiel/startseite/verein/3327",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3327.png?lm=1789459343",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 581326,
"name": "Ville Koski",
"link": "https://www.transfermarkt.com/ville-koski/profil/spieler/581326"
},
"age": 24,
"nationalities": [
{
"id": 49,
"name": "Finland",
"code": "FIN"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 999,
"name": "NK Istra 1961",
"link": "https://www.transfermarkt.com/nk-istra-1961/startseite/verein/999",
"crest": "https://img.a.transfermarkt.technology/wappen/head/999.png?lm=1789459227",
"country": {
"id": 37,
"name": "Croatia",
"code": "CRO"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 798114,
"name": "Calebe",
"link": "https://www.transfermarkt.com/calebe/profil/spieler/798114"
},
"age": 26,
"nationalities": [
{
"id": 26,
"name": "Brazil",
"code": "BRA"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"to_club": {
"id": 10870,
"name": "Fortaleza Esporte Clube",
"link": "https://www.transfermarkt.com/fortaleza-esporte-clube/startseite/verein/10870",
"crest": "https://img.a.transfermarkt.technology/wappen/head/10870.png?lm=1789459739",
"country": {
"id": 26,
"name": "Brazil",
"code": "BRA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 580560,
"name": "Jon Pacheco",
"link": "https://www.transfermarkt.com/jon-pacheco/profil/spieler/580560"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"to_club": {
"id": 681,
"name": "Real Sociedad",
"link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
"crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 620696,
"name": "Ibrahim Diabate",
"link": "https://www.transfermarkt.com/ibrahim-diabate/profil/spieler/620696"
},
"age": 26,
"nationalities": [
{
"id": 38,
"name": "Cote d'Ivoire",
"code": "CIV"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 7009,
"name": "GAIS",
"link": "https://www.transfermarkt.com/gais-goteborg/startseite/verein/7009",
"crest": "https://img.a.transfermarkt.technology/wappen/head/7009.png?lm=1789459525",
"country": {
"id": 147,
"name": "Sweden",
"code": "SWE"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
},
{
"club": {
"id": 1531,
"name": "Elche CF",
"link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258"
},
"arrivals_count": 20,
"departures_count": 17,
"expenditure": {
"amount": 23250000,
"currency": "EUR"
},
"income": {
"amount": 37000000,
"currency": "EUR"
},
"balance": {
"amount": 13750000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 661136,
"name": "Kevin Lomónaco",
"link": "https://www.transfermarkt.com/kevin-lomonaco/profil/spieler/661136"
},
"age": 24,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 8000000,
"currency": "EUR"
},
"from_club": {
"id": 1234,
"name": "CA Independiente",
"link": "https://www.transfermarkt.com/club-atletico-independiente/startseite/verein/1234",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1234.png?lm=1789459242",
"country": {
"id": 9,
"name": "Argentina",
"code": "ARG"
}
},
"fee": {
"amount": 4750000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 962125,
"name": "Buba Sangaré",
"link": "https://www.transfermarkt.com/buba-sangare/profil/spieler/962125"
},
"age": 18,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 105,
"name": "Mali",
"code": "MLI"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 4500000,
"currency": "EUR"
},
"from_club": {
"id": 12,
"name": "AS Roma",
"link": "https://www.transfermarkt.com/as-rom/startseite/verein/12",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12.png?lm=1789459167",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 4500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 627294,
"name": "Fer Niño",
"link": "https://www.transfermarkt.com/fer-nino/profil/spieler/627294"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"from_club": {
"id": 1536,
"name": "Burgos CF",
"link": "https://www.transfermarkt.com/burgos-cf/startseite/verein/1536",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1536.png?lm=1789459258",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 4000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1324736,
"name": "Tiziano Perrotta",
"link": "https://www.transfermarkt.com/tiziano-perrotta/profil/spieler/1324736"
},
"age": 19,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"from_club": {
"id": 830,
"name": "CA Banfield",
"link": "https://www.transfermarkt.com/club-atletico-banfield/startseite/verein/830",
"crest": "https://img.a.transfermarkt.technology/wappen/head/830.png?lm=1789459213",
"country": {
"id": 9,
"name": "Argentina",
"code": "ARG"
}
},
"fee": {
"amount": 3500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 919538,
"name": "Roy Revivo",
"link": "https://www.transfermarkt.com/roy-revivo/profil/spieler/919538"
},
"age": 23,
"nationalities": [
{
"id": 74,
"name": "Israel",
"code": "ISR"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 4500000,
"currency": "EUR"
},
"from_club": {
"id": 119,
"name": "Maccabi Tel Aviv",
"link": "https://www.transfermarkt.com/maccabi-tel-aviv/startseite/verein/119",
"crest": "https://img.a.transfermarkt.technology/wappen/head/119.png?lm=1789459175",
"country": {
"id": 74,
"name": "Israel",
"code": "ISR"
}
},
"fee": {
"amount": 2500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1250522,
"name": "Javi Morcillo",
"link": "https://www.transfermarkt.com/javi-morcillo/profil/spieler/1250522"
},
"age": 20,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 500000,
"currency": "EUR"
},
"from_club": {
"id": 3679,
"name": "Atlético Madrileño",
"link": "https://www.transfermarkt.com/atletico-madrid-b/startseite/verein/3679",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3679.png?lm=1789030932",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 1500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 398163,
"name": "Gonzalo Villar",
"link": "https://www.transfermarkt.com/gonzalo-villar/profil/spieler/398163"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"from_club": {
"id": 419,
"name": "GNK Dinamo Zagreb",
"link": "https://www.transfermarkt.com/gnk-dinamo-zagreb/startseite/verein/419",
"crest": "https://img.a.transfermarkt.technology/wappen/head/419.png?lm=1789459190",
"country": {
"id": 37,
"name": "Croatia",
"code": "CRO"
}
},
"fee": {
"amount": 1000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 495625,
"name": "Víctor Chust",
"link": "https://www.transfermarkt.com/victor-chust/profil/spieler/495625"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 3500000,
"currency": "EUR"
},
"from_club": {
"id": 2687,
"name": "Cádiz CF",
"link": "https://www.transfermarkt.com/fc-cadiz/startseite/verein/2687",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2687.png?lm=1789459312",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 1000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 705813,
"name": "Rubén Sánchez",
"link": "https://www.transfermarkt.com/ruben-sanchez/profil/spieler/705813"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"from_club": {
"id": 714,
"name": "RCD Espanyol Barcelona",
"link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
"crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 296783,
"name": "Ezequiel Ponce",
"link": "https://www.transfermarkt.com/ezequiel-ponce/profil/spieler/296783"
},
"age": 29,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"from_club": {
"id": 9168,
"name": "Houston Dynamo FC",
"link": "https://www.transfermarkt.com/houston-dynamo-fc/startseite/verein/9168",
"crest": "https://img.a.transfermarkt.technology/wappen/head/9168.png?lm=1789459646",
"country": {
"id": 184,
"name": "United States",
"code": "USA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 205562,
"name": "Thomas Lemar",
"link": "https://www.transfermarkt.com/thomas-lemar/profil/spieler/205562"
},
"age": 30,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
},
{
"id": 251,
"name": "Guadeloupe",
"code": null
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"from_club": {
"id": 13,
"name": "Atlético de Madrid",
"link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 983989,
"name": "Facundo Buonanotte",
"link": "https://www.transfermarkt.com/facundo-buonanotte/profil/spieler/983989"
},
"age": 21,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 12000000,
"currency": "EUR"
},
"from_club": {
"id": 1237,
"name": "Brighton & Hove Albion",
"link": "https://www.transfermarkt.com/brighton-amp-hove-albion/startseite/verein/1237",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1237.png?lm=1789459242",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1226602,
"name": "Umaru Konaré",
"link": "https://www.transfermarkt.com/umaru-konare/profil/spieler/1226602"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 105,
"name": "Mali",
"code": "MLI"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 100000,
"currency": "EUR"
},
"from_club": {
"id": 12317,
"name": "Elche Ilicitano",
"link": "https://www.transfermarkt.com/elche-ilicitano/startseite/verein/12317",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12317.png?lm=1789459800",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 1064538,
"name": "Ali Houary",
"link": "https://www.transfermarkt.com/ali-houary/profil/spieler/1064538"
},
"age": 20,
"nationalities": [
{
"id": 107,
"name": "Morocco",
"code": "MAR"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Second Striker",
"position_short": "SS",
"market_value": {
"amount": 300000,
"currency": "EUR"
},
"from_club": {
"id": 13222,
"name": "CD Mirandés",
"link": "https://www.transfermarkt.com/cd-mirandes/startseite/verein/13222",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13222.png?lm=1789459838",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 991773,
"name": "Abiel Osorio",
"link": "https://www.transfermarkt.com/abiel-osorio/profil/spieler/991773"
},
"age": 24,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"from_club": {
"id": 2402,
"name": "Defensa y Justicia",
"link": "https://www.transfermarkt.com/defensa-y-justicia/startseite/verein/2402",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2402.png?lm=1789459296",
"country": {
"id": 9,
"name": "Argentina",
"code": "ARG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 589456,
"name": "Rafa Núñez",
"link": "https://www.transfermarkt.com/rafa-nunez/profil/spieler/589456"
},
"age": 24,
"nationalities": [
{
"id": 43,
"name": "Dominican Republic",
"code": "DOM"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 200000,
"currency": "EUR"
},
"from_club": {
"id": 12567,
"name": "CD Eldense",
"link": "https://www.transfermarkt.com/cd-eldense/startseite/verein/12567",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12567.png?lm=1789459815",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1324736,
"name": "Tiziano Perrotta",
"link": "https://www.transfermarkt.com/tiziano-perrotta/profil/spieler/1324736"
},
"age": 20,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 3500000,
"currency": "EUR"
},
"from_club": {
"id": 2402,
"name": "Defensa y Justicia",
"link": "https://www.transfermarkt.com/defensa-y-justicia/startseite/verein/2402",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2402.png?lm=1789459296",
"country": {
"id": 9,
"name": "Argentina",
"code": "ARG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 435493,
"name": "Bambo Diaby",
"link": "https://www.transfermarkt.com/bambo-diaby/profil/spieler/435493"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 149,
"name": "Senegal",
"code": "SEN"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"from_club": {
"id": 16795,
"name": "Granada CF",
"link": "https://www.transfermarkt.com/fc-granada/startseite/verein/16795",
"crest": "https://img.a.transfermarkt.technology/wappen/head/16795.png?lm=1789459985",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 236734,
"name": "Axel Werner",
"link": "https://www.transfermarkt.com/axel-werner/profil/spieler/236734"
},
"age": 30,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 400000,
"currency": "EUR"
},
"from_club": {
"id": 12301,
"name": "CA Aldosivi",
"link": "https://www.transfermarkt.com/club-atletico-aldosivi/startseite/verein/12301",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12301.png?lm=1789459800",
"country": {
"id": 9,
"name": "Argentina",
"code": "ARG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1060456,
"name": "Matia Barzic",
"link": "https://www.transfermarkt.com/matia-barzic/profil/spieler/1060456"
},
"age": 22,
"nationalities": [
{
"id": 37,
"name": "Croatia",
"code": "CRO"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"from_club": {
"id": 4542,
"name": "Cultural Leonesa",
"link": "https://www.transfermarkt.com/cultural-leonesa/startseite/verein/4542",
"crest": "https://img.a.transfermarkt.technology/wappen/head/4542.png?lm=1789459398",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 948275,
"name": "Álvaro Rodríguez",
"link": "https://www.transfermarkt.com/alvaro-rodriguez/profil/spieler/948275"
},
"age": 22,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"to_club": {
"id": 989,
"name": "AFC Bournemouth",
"link": "https://www.transfermarkt.com/afc-bournemouth/startseite/verein/989",
"crest": "https://img.a.transfermarkt.technology/wappen/head/989.png?lm=1789459227",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 25000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 452483,
"name": "David Affengruber",
"link": "https://www.transfermarkt.com/david-affengruber/profil/spieler/452483"
},
"age": 25,
"nationalities": [
{
"id": 127,
"name": "Austria",
"code": "AUT"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 20000000,
"currency": "EUR"
},
"to_club": {
"id": 931,
"name": "Fulham FC",
"link": "https://www.transfermarkt.com/fc-fulham/startseite/verein/931",
"crest": "https://img.a.transfermarkt.technology/wappen/head/931.png?lm=1789459221",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 12000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 412829,
"name": "Léo Pétrot",
"link": "https://www.transfermarkt.com/leo-petrot/profil/spieler/412829"
},
"age": 29,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 58,
"name": "RSC Anderlecht",
"link": "https://www.transfermarkt.com/rsc-anderlecht/startseite/verein/58",
"crest": "https://img.a.transfermarkt.technology/wappen/head/58.png?lm=1789459168",
"country": {
"id": 19,
"name": "Belgium",
"code": "BEL"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 217144,
"name": "Aleix Febas",
"link": "https://www.transfermarkt.com/aleix-febas/profil/spieler/217144"
},
"age": 30,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"to_club": {
"id": 940,
"name": "Celta de Vigo",
"link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
"crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 589456,
"name": "Rafa Núñez",
"link": "https://www.transfermarkt.com/rafa-nunez/profil/spieler/589456"
},
"age": 24,
"nationalities": [
{
"id": 43,
"name": "Dominican Republic",
"code": "DOM"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 200000,
"currency": "EUR"
},
"to_club": {
"id": 50684,
"name": "CD Coria",
"link": "https://www.transfermarkt.com/cd-coria/startseite/verein/50684",
"crest": "https://img.a.transfermarkt.technology/wappen/head/50684.png?lm=1789462338",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 198008,
"name": "André Silva",
"link": "https://www.transfermarkt.com/andre-silva/profil/spieler/198008"
},
"age": 30,
"nationalities": [
{
"id": 136,
"name": "Portugal",
"code": "POR"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 720,
"name": "FC Porto",
"link": "https://www.transfermarkt.com/fc-porto/startseite/verein/720",
"crest": "https://img.a.transfermarkt.technology/wappen/head/720.png?lm=1789459211",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 236734,
"name": "Axel Werner",
"link": "https://www.transfermarkt.com/axel-werner/profil/spieler/236734"
},
"age": 30,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 400000,
"currency": "EUR"
},
"to_club": {
"id": 1418,
"name": "CA Rosario Central",
"link": "https://www.transfermarkt.com/club-atletico-rosario-central/startseite/verein/1418",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1418.png?lm=1789459251",
"country": {
"id": 9,
"name": "Argentina",
"code": "ARG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1324736,
"name": "Tiziano Perrotta",
"link": "https://www.transfermarkt.com/tiziano-perrotta/profil/spieler/1324736"
},
"age": 19,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 2402,
"name": "Defensa y Justicia",
"link": "https://www.transfermarkt.com/defensa-y-justicia/startseite/verein/2402",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2402.png?lm=1789459296",
"country": {
"id": 9,
"name": "Argentina",
"code": "ARG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1226602,
"name": "Umaru Konaré",
"link": "https://www.transfermarkt.com/umaru-konare/profil/spieler/1226602"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 105,
"name": "Mali",
"code": "MLI"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 100000,
"currency": "EUR"
},
"to_club": {
"id": 8568,
"name": "AD Ceuta FC",
"link": "https://www.transfermarkt.com/ad-ceuta/startseite/verein/8568",
"crest": "https://img.a.transfermarkt.technology/wappen/head/8568.png?lm=1789459615",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 627290,
"name": "John Donald",
"link": "https://www.transfermarkt.com/john-donald/profil/spieler/627290"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 124,
"name": "Nigeria",
"code": "NGA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 237,
"name": "RCD Mallorca",
"link": "https://www.transfermarkt.com/rcd-mallorca/startseite/verein/237",
"crest": "https://img.a.transfermarkt.technology/wappen/head/237.png?lm=1789459182",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 495625,
"name": "Víctor Chust",
"link": "https://www.transfermarkt.com/victor-chust/profil/spieler/495625"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 3500000,
"currency": "EUR"
},
"to_club": {
"id": 2687,
"name": "Cádiz CF",
"link": "https://www.transfermarkt.com/fc-cadiz/startseite/verein/2687",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2687.png?lm=1789459312",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 398163,
"name": "Gonzalo Villar",
"link": "https://www.transfermarkt.com/gonzalo-villar/profil/spieler/398163"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"to_club": {
"id": 419,
"name": "GNK Dinamo Zagreb",
"link": "https://www.transfermarkt.com/gnk-dinamo-zagreb/startseite/verein/419",
"crest": "https://img.a.transfermarkt.technology/wappen/head/419.png?lm=1789459190",
"country": {
"id": 37,
"name": "Croatia",
"code": "CRO"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 937955,
"name": "Héctor Fort",
"link": "https://www.transfermarkt.com/hector-fort/profil/spieler/937955"
},
"age": 19,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 12000000,
"currency": "EUR"
},
"to_club": {
"id": 131,
"name": "FC Barcelona",
"link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
"crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 501418,
"name": "Adrià Pedrosa",
"link": "https://www.transfermarkt.com/adria-pedrosa/profil/spieler/501418"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 2800000,
"currency": "EUR"
},
"to_club": {
"id": 368,
"name": "Sevilla FC",
"link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 962125,
"name": "Buba Sangaré",
"link": "https://www.transfermarkt.com/buba-sangare/profil/spieler/962125"
},
"age": 18,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 105,
"name": "Mali",
"code": "MLI"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 4500000,
"currency": "EUR"
},
"to_club": {
"id": 12,
"name": "AS Roma",
"link": "https://www.transfermarkt.com/as-rom/startseite/verein/12",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12.png?lm=1789459167",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 283170,
"name": "Iñaki Peña",
"link": "https://www.transfermarkt.com/inaki-pena/profil/spieler/283170"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"to_club": {
"id": 131,
"name": "FC Barcelona",
"link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
"crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 361254,
"name": "Rafa Mir",
"link": "https://www.transfermarkt.com/rafa-mir/profil/spieler/361254"
},
"age": 29,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"to_club": {
"id": 368,
"name": "Sevilla FC",
"link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
},
{
"club": {
"id": 3368,
"name": "Levante UD",
"link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344"
},
"arrivals_count": 17,
"departures_count": 18,
"expenditure": {
"amount": 5100000,
"currency": "EUR"
},
"income": {
"amount": 37000000,
"currency": "EUR"
},
"balance": {
"amount": 31900000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 1299566,
"name": "Yanis Musuayi",
"link": "https://www.transfermarkt.com/yanis-musuayi/profil/spieler/1299566"
},
"age": 19,
"nationalities": [
{
"id": 19,
"name": "Belgium",
"code": "BEL"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"from_club": {
"id": 43560,
"name": "Club NXT",
"link": "https://www.transfermarkt.com/club-nxt/startseite/verein/43560",
"crest": "https://img.a.transfermarkt.technology/wappen/head/43560.png?lm=1789461810",
"country": {
"id": 19,
"name": "Belgium",
"code": "BEL"
}
},
"fee": {
"amount": 3000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 846254,
"name": "Petar Ratkov",
"link": "https://www.transfermarkt.com/petar-ratkov/profil/spieler/846254"
},
"age": 23,
"nationalities": [
{
"id": 215,
"name": "Serbia",
"code": "SRB"
},
{
"id": 37,
"name": "Croatia",
"code": "CRO"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 9000000,
"currency": "EUR"
},
"from_club": {
"id": 398,
"name": "SS Lazio",
"link": "https://www.transfermarkt.com/lazio-rom/startseite/verein/398",
"crest": "https://img.a.transfermarkt.technology/wappen/head/398.png?lm=1789459190",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 2000000,
"currency": "EUR",
"type": "loan"
}
},
{
"player": {
"id": 892221,
"name": "Hugo Sotelo",
"link": "https://www.transfermarkt.com/hugo-sotelo/profil/spieler/892221"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"from_club": {
"id": 940,
"name": "Celta de Vigo",
"link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
"crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 100000,
"currency": "EUR",
"type": "loan"
}
},
{
"player": {
"id": 80293,
"name": "Aïssa Mandi",
"link": "https://www.transfermarkt.com/aissa-mandi/profil/spieler/80293"
},
"age": 34,
"nationalities": [
{
"id": 4,
"name": "Algeria",
"code": "ALG"
},
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"from_club": {
"id": 1082,
"name": "LOSC Lille",
"link": "https://www.transfermarkt.com/losc-lille/startseite/verein/1082",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1082.png?lm=1789459229",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 707222,
"name": "Enzo Bardeli",
"link": "https://www.transfermarkt.com/enzo-bardeli/profil/spieler/707222"
},
"age": 25,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 6000000,
"currency": "EUR"
},
"from_club": {
"id": 9202,
"name": "USL Dunkerque",
"link": "https://www.transfermarkt.com/usl-dunkerque/startseite/verein/9202",
"crest": "https://img.a.transfermarkt.technology/wappen/head/9202.png?lm=1789459646",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 945709,
"name": "Dani Requena",
"link": "https://www.transfermarkt.com/dani-requena/profil/spieler/945709"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"from_club": {
"id": 1050,
"name": "Villarreal CF",
"link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1127730,
"name": "Thiago Fernández",
"link": "https://www.transfermarkt.com/thiago-fernandez/profil/spieler/1127730"
},
"age": 22,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 4500000,
"currency": "EUR"
},
"from_club": {
"id": 1050,
"name": "Villarreal CF",
"link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1167696,
"name": "Ifeanyi Ndukwe",
"link": "https://www.transfermarkt.com/ifeanyi-ndukwe/profil/spieler/1167696"
},
"age": 18,
"nationalities": [
{
"id": 127,
"name": "Austria",
"code": "AUT"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 31,
"name": "Liverpool FC",
"link": "https://www.transfermarkt.com/fc-liverpool/startseite/verein/31",
"crest": "https://img.a.transfermarkt.technology/wappen/head/31.png?lm=1789459168",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1077670,
"name": "Axel Tape",
"link": "https://www.transfermarkt.com/axel-tape/profil/spieler/1077670"
},
"age": 19,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
},
{
"id": 38,
"name": "Cote d'Ivoire",
"code": "CIV"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 8000000,
"currency": "EUR"
},
"from_club": {
"id": 15,
"name": "Bayer 04 Leverkusen",
"link": "https://www.transfermarkt.com/bayer-04-leverkusen/startseite/verein/15",
"crest": "https://img.a.transfermarkt.technology/wappen/head/15.png?lm=1788504510",
"country": {
"id": 40,
"name": "Germany",
"code": "GER"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1371830,
"name": "Nacho Pérez",
"link": "https://www.transfermarkt.com/nacho-perez/profil/spieler/1371830"
},
"age": 17,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 300000,
"currency": "EUR"
},
"from_club": {
"id": 11516,
"name": "Atlético Levante UD",
"link": "https://www.transfermarkt.com/ud-levante-b/startseite/verein/11516",
"crest": "https://img.a.transfermarkt.technology/wappen/head/11516.png?lm=1789459771",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 939445,
"name": "Álex Primo",
"link": "https://www.transfermarkt.com/alex-primo/profil/spieler/939445"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": null,
"from_club": {
"id": 11516,
"name": "Atlético Levante UD",
"link": "https://www.transfermarkt.com/ud-levante-b/startseite/verein/11516",
"crest": "https://img.a.transfermarkt.technology/wappen/head/11516.png?lm=1789459771",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 1476132,
"name": "Marc Santos",
"link": "https://www.transfermarkt.com/marc-santos/profil/spieler/1476132"
},
"age": 15,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": null,
"from_club": {
"id": 12798,
"name": "Levante UD U19",
"link": "https://www.transfermarkt.com/ud-levante-u19/startseite/verein/12798",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12798.png?lm=1789459824",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 1105075,
"name": "Martín Krug",
"link": "https://www.transfermarkt.com/martin-krug/profil/spieler/1105075"
},
"age": 19,
"nationalities": [
{
"id": 130,
"name": "Panama",
"code": "PAN"
},
{
"id": 184,
"name": "United States",
"code": "USA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 50000,
"currency": "EUR"
},
"from_club": {
"id": 11516,
"name": "Atlético Levante UD",
"link": "https://www.transfermarkt.com/ud-levante-b/startseite/verein/11516",
"crest": "https://img.a.transfermarkt.technology/wappen/head/11516.png?lm=1789459771",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 947115,
"name": "Xavi Grande",
"link": "https://www.transfermarkt.com/xavi-grande/profil/spieler/947115"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"from_club": {
"id": 1301,
"name": "CS Marítimo",
"link": "https://www.transfermarkt.com/cs-maritimo/startseite/verein/1301",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1301.png?lm=1789459244",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1099061,
"name": "Dani Martín",
"link": "https://www.transfermarkt.com/dani-martin/profil/spieler/1099061"
},
"age": 20,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 300000,
"currency": "EUR"
},
"from_club": {
"id": 5358,
"name": "SD Huesca",
"link": "https://www.transfermarkt.com/sd-huesca/startseite/verein/5358",
"crest": "https://img.a.transfermarkt.technology/wappen/head/5358.png?lm=1789459442",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1063336,
"name": "Edgar Alcañiz",
"link": "https://www.transfermarkt.com/edgar-alcaniz/profil/spieler/1063336"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 150000,
"currency": "EUR"
},
"from_club": {
"id": 7077,
"name": "FC Cartagena",
"link": "https://www.transfermarkt.com/fc-cartagena/startseite/verein/7077",
"crest": "https://img.a.transfermarkt.technology/wappen/head/7077.png?lm=1789459532",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1063333,
"name": "Jorge Cabello",
"link": "https://www.transfermarkt.com/jorge-cabello/profil/spieler/1063333"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 900000,
"currency": "EUR"
},
"from_club": {
"id": 13222,
"name": "CD Mirandés",
"link": "https://www.transfermarkt.com/cd-mirandes/startseite/verein/13222",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13222.png?lm=1789459838",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 1063338,
"name": "Carlos Espí",
"link": "https://www.transfermarkt.com/carlos-espi/profil/spieler/1063338"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 20000000,
"currency": "EUR"
},
"to_club": {
"id": 418,
"name": "Real Madrid",
"link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
"crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 25000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 668179,
"name": "Carlos Álvarez",
"link": "https://www.transfermarkt.com/carlos-alvarez/profil/spieler/668179"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 15000000,
"currency": "EUR"
},
"to_club": {
"id": 3631,
"name": "CF América",
"link": "https://www.transfermarkt.com/cf-america/startseite/verein/3631",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3631.png?lm=1789459358",
"country": {
"id": 110,
"name": "Mexico",
"code": "MEX"
}
},
"fee": {
"amount": 6000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1063340,
"name": "Kareem Tunde",
"link": "https://www.transfermarkt.com/kareem-tunde/profil/spieler/1063340"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 124,
"name": "Nigeria",
"code": "NGA"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 984,
"name": "West Bromwich Albion",
"link": "https://www.transfermarkt.com/west-bromwich-albion/startseite/verein/984",
"crest": "https://img.a.transfermarkt.technology/wappen/head/984.png?lm=1789459227",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 3000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 526050,
"name": "Kervin Arriaga",
"link": "https://www.transfermarkt.com/kervin-arriaga/profil/spieler/526050"
},
"age": 28,
"nationalities": [
{
"id": 66,
"name": "Honduras",
"code": "HON"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 2441,
"name": "AEK Athens",
"link": "https://www.transfermarkt.com/aek-athen/startseite/verein/2441",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2441.png?lm=1789459297",
"country": {
"id": 56,
"name": "Greece",
"code": "GRE"
}
},
"fee": {
"amount": 3000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 947115,
"name": "Xavi Grande",
"link": "https://www.transfermarkt.com/xavi-grande/profil/spieler/947115"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"to_club": {
"id": 2990,
"name": "Académica Coimbra",
"link": "https://www.transfermarkt.com/academica-coimbra/startseite/verein/2990",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2990.png?lm=1789459328",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 568835,
"name": "Pablo Martínez",
"link": "https://www.transfermarkt.com/pablo-martinez/profil/spieler/568835"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 1084,
"name": "Málaga CF",
"link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 255495,
"name": "Unai Elgezabal",
"link": "https://www.transfermarkt.com/unai-elgezabal/profil/spieler/255495"
},
"age": 33,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 500000,
"currency": "EUR"
},
"to_club": {
"id": 1533,
"name": "SD Eibar",
"link": "https://www.transfermarkt.com/sd-eibar/startseite/verein/1533",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1533.png?lm=1789459258",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 1063336,
"name": "Edgar Alcañiz",
"link": "https://www.transfermarkt.com/edgar-alcaniz/profil/spieler/1063336"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 150000,
"currency": "EUR"
},
"to_club": {
"id": 3679,
"name": "Atlético Madrileño",
"link": "https://www.transfermarkt.com/atletico-madrid-b/startseite/verein/3679",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3679.png?lm=1789030932",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 505493,
"name": "Diego Pampín",
"link": "https://www.transfermarkt.com/diego-pampin/profil/spieler/505493"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 16795,
"name": "Granada CF",
"link": "https://www.transfermarkt.com/fc-granada/startseite/verein/16795",
"crest": "https://img.a.transfermarkt.technology/wappen/head/16795.png?lm=1789459985",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 1099061,
"name": "Dani Martín",
"link": "https://www.transfermarkt.com/dani-martin/profil/spieler/1099061"
},
"age": 20,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 300000,
"currency": "EUR"
},
"to_club": {
"id": 366,
"name": "Real Valladolid CF",
"link": "https://www.transfermarkt.com/real-valladolid/startseite/verein/366",
"crest": "https://img.a.transfermarkt.technology/wappen/head/366.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1105075,
"name": "Martín Krug",
"link": "https://www.transfermarkt.com/martin-krug/profil/spieler/1105075"
},
"age": 20,
"nationalities": [
{
"id": 130,
"name": "Panama",
"code": "PAN"
},
{
"id": 184,
"name": "United States",
"code": "USA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 50000,
"currency": "EUR"
},
"to_club": {
"id": 43454,
"name": "Juventud Torremolinos CF",
"link": "https://www.transfermarkt.com/juventud-torremolinos-cf/startseite/verein/43454",
"crest": "https://img.a.transfermarkt.technology/wappen/head/43454.png?lm=1789461802",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 921345,
"name": "Tay Abed",
"link": "https://www.transfermarkt.com/tay-abed/profil/spieler/921345"
},
"age": 22,
"nationalities": [
{
"id": 74,
"name": "Israel",
"code": "ISR"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 366,
"name": "Real Valladolid CF",
"link": "https://www.transfermarkt.com/real-valladolid/startseite/verein/366",
"crest": "https://img.a.transfermarkt.technology/wappen/head/366.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 252677,
"name": "José Luis Morales",
"link": "https://www.transfermarkt.com/jose-luis-morales/profil/spieler/252677"
},
"age": 38,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 200000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 1144700,
"name": "Matías Moreno",
"link": "https://www.transfermarkt.com/matias-moreno/profil/spieler/1144700"
},
"age": 22,
"nationalities": [
{
"id": 9,
"name": "Argentina",
"code": "ARG"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 6000000,
"currency": "EUR"
},
"to_club": {
"id": 430,
"name": "ACF Fiorentina",
"link": "https://www.transfermarkt.com/ac-florenz/startseite/verein/430",
"crest": "https://img.a.transfermarkt.technology/wappen/head/430.png?lm=1789459191",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 861981,
"name": "Alan Matturro",
"link": "https://www.transfermarkt.com/alan-matturro/profil/spieler/861981"
},
"age": 21,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"to_club": {
"id": 252,
"name": "Genoa CFC",
"link": "https://www.transfermarkt.com/genua-cfc/startseite/verein/252",
"crest": "https://img.a.transfermarkt.technology/wappen/head/252.png?lm=1789459182",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 632741,
"name": "Iker Losada",
"link": "https://www.transfermarkt.com/iker-losada/profil/spieler/632741"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"to_club": {
"id": 150,
"name": "Real Betis Balompié",
"link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
"crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 610083,
"name": "Unai Vencedor",
"link": "https://www.transfermarkt.com/unai-vencedor/profil/spieler/610083"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1600000,
"currency": "EUR"
},
"to_club": {
"id": 621,
"name": "Athletic Bilbao",
"link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
"crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 707230,
"name": "Ugo Raghouber",
"link": "https://www.transfermarkt.com/ugo-raghouber/profil/spieler/707230"
},
"age": 22,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 1082,
"name": "LOSC Lille",
"link": "https://www.transfermarkt.com/losc-lille/startseite/verein/1082",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1082.png?lm=1789459229",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
},
{
"club": {
"id": 331,
"name": "CA Osasuna",
"link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
"crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184"
},
"arrivals_count": 5,
"departures_count": 5,
"expenditure": {
"amount": 8000000,
"currency": "EUR"
},
"income": {
"amount": 41020000,
"currency": "EUR"
},
"balance": {
"amount": 33020000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 628621,
"name": "Jonathan Dubasin",
"link": "https://www.transfermarkt.com/jonathan-dubasin/profil/spieler/628621"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 19,
"name": "Belgium",
"code": "BEL"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"from_club": {
"id": 2448,
"name": "Sporting Gijón",
"link": "https://www.transfermarkt.com/sporting-gijon/startseite/verein/2448",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2448.png?lm=1789459297",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 4000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1149188,
"name": "Rockson Yeboah",
"link": "https://www.transfermarkt.com/rockson-yeboah/profil/spieler/1149188"
},
"age": 22,
"nationalities": [
{
"id": 54,
"name": "Ghana",
"code": "GHA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 300000,
"currency": "EUR"
},
"from_club": {
"id": 801,
"name": "IFK Göteborg",
"link": "https://www.transfermarkt.com/ifk-goteborg/startseite/verein/801",
"crest": "https://img.a.transfermarkt.technology/wappen/head/801.png?lm=1789459213",
"country": {
"id": 147,
"name": "Sweden",
"code": "SWE"
}
},
"fee": {
"amount": 3000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 353399,
"name": "Romain Del Castillo",
"link": "https://www.transfermarkt.com/romain-del-castillo/profil/spieler/353399"
},
"age": 30,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 7000000,
"currency": "EUR"
},
"from_club": {
"id": 3911,
"name": "Stade Brestois 29",
"link": "https://www.transfermarkt.com/stade-brest-29/startseite/verein/3911",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3911.png?lm=1789459367",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": 1000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 249513,
"name": "Diego Rico",
"link": "https://www.transfermarkt.com/diego-rico/profil/spieler/249513"
},
"age": 33,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"from_club": {
"id": 3709,
"name": "Getafe CF",
"link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 188888,
"name": "Sheraldo Becker",
"link": "https://www.transfermarkt.com/sheraldo-becker/profil/spieler/188888"
},
"age": 31,
"nationalities": [
{
"id": 161,
"name": "Suriname",
"code": "SUR"
},
{
"id": 122,
"name": "Netherlands",
"code": "NED"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"from_club": {
"id": 39,
"name": "1.FSV Mainz 05",
"link": "https://www.transfermarkt.com/1-fsv-mainz-05/startseite/verein/39",
"crest": "https://img.a.transfermarkt.technology/wappen/head/39.png?lm=1789459168",
"country": {
"id": 40,
"name": "Germany",
"code": "GER"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 935231,
"name": "Víctor Muñoz",
"link": "https://www.transfermarkt.com/victor-munoz/profil/spieler/935231"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 30000000,
"currency": "EUR"
},
"to_club": {
"id": 31,
"name": "Liverpool FC",
"link": "https://www.transfermarkt.com/fc-liverpool/startseite/verein/31",
"crest": "https://img.a.transfermarkt.technology/wappen/head/31.png?lm=1789459168",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 40000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 710679,
"name": "Iker Benito",
"link": "https://www.transfermarkt.com/iker-benito/profil/spieler/710679"
},
"age": 24,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 1400000,
"currency": "EUR"
},
"to_club": {
"id": 4961,
"name": "Querétaro FC",
"link": "https://www.transfermarkt.com/queretaro-fc/startseite/verein/4961",
"crest": "https://img.a.transfermarkt.technology/wappen/head/4961.png?lm=1789459426",
"country": {
"id": 110,
"name": "Mexico",
"code": "MEX"
}
},
"fee": {
"amount": 520000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 188888,
"name": "Sheraldo Becker",
"link": "https://www.transfermarkt.com/sheraldo-becker/profil/spieler/188888"
},
"age": 31,
"nationalities": [
{
"id": 161,
"name": "Suriname",
"code": "SUR"
},
{
"id": 122,
"name": "Netherlands",
"code": "NED"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 39,
"name": "1.FSV Mainz 05",
"link": "https://www.transfermarkt.com/1-fsv-mainz-05/startseite/verein/39",
"crest": "https://img.a.transfermarkt.technology/wappen/head/39.png?lm=1789459168",
"country": {
"id": 40,
"name": "Germany",
"code": "GER"
}
},
"fee": {
"amount": 500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 448628,
"name": "Javi Galán",
"link": "https://www.transfermarkt.com/javi-galan/profil/spieler/448628"
},
"age": 31,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"to_club": {
"id": 940,
"name": "Celta de Vigo",
"link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
"crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 169497,
"name": "Juan Cruz",
"link": "https://www.transfermarkt.com/juan-cruz/profil/spieler/169497"
},
"age": 33,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 2497,
"name": "Real Oviedo",
"link": "https://www.transfermarkt.com/real-oviedo/startseite/verein/2497",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2497.png?lm=1789459298",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
}
]
},
{
"club": {
"id": 630,
"name": "Racing Santander",
"link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
"crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205"
},
"arrivals_count": 18,
"departures_count": 19,
"expenditure": {
"amount": 16800000,
"currency": "EUR"
},
"income": {
"amount": 20600000,
"currency": "EUR"
},
"balance": {
"amount": 3800000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 625014,
"name": "Julen Agirrezabala",
"link": "https://www.transfermarkt.com/julen-agirrezabala/profil/spieler/625014"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 9000000,
"currency": "EUR"
},
"from_club": {
"id": 621,
"name": "Athletic Bilbao",
"link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
"crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 4500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 961087,
"name": "Pablo García",
"link": "https://www.transfermarkt.com/pablo-garcia/profil/spieler/961087"
},
"age": 20,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 8000000,
"currency": "EUR"
},
"from_club": {
"id": 150,
"name": "Real Betis Balompié",
"link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
"crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 3800000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 341278,
"name": "Iván Martín",
"link": "https://www.transfermarkt.com/ivan-martin/profil/spieler/341278"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"from_club": {
"id": 12321,
"name": "Girona FC",
"link": "https://www.transfermarkt.com/fc-girona/startseite/verein/12321",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12321.png?lm=1789459801",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 3000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 825199,
"name": "Facundo González",
"link": "https://www.transfermarkt.com/facundo-gonzalez/profil/spieler/825199"
},
"age": 23,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 506,
"name": "Juventus FC",
"link": "https://www.transfermarkt.com/juventus-turin/startseite/verein/506",
"crest": "https://img.a.transfermarkt.technology/wappen/head/506.png?lm=1789459197",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 2500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1179482,
"name": "Iker Luque",
"link": "https://www.transfermarkt.com/iker-luque/profil/spieler/1179482"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"from_club": {
"id": 3679,
"name": "Atlético Madrileño",
"link": "https://www.transfermarkt.com/atletico-madrid-b/startseite/verein/3679",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3679.png?lm=1789030932",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 1000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 251897,
"name": "Asier Villalibre",
"link": "https://www.transfermarkt.com/asier-villalibre/profil/spieler/251897"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"from_club": {
"id": 1108,
"name": "Deportivo Alavés",
"link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 1000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1082581,
"name": "Pedro Felipe",
"link": "https://www.transfermarkt.com/pedro-felipe/profil/spieler/1082581"
},
"age": 22,
"nationalities": [
{
"id": 26,
"name": "Brazil",
"code": "BRA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"from_club": {
"id": 41101,
"name": "Juventus Next Gen",
"link": "https://www.transfermarkt.com/juventus-turin-u23/startseite/verein/41101",
"crest": "https://img.a.transfermarkt.technology/wappen/head/41101.png?lm=1789461632",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 876298,
"name": "Matteo Prati",
"link": "https://www.transfermarkt.com/matteo-prati/profil/spieler/876298"
},
"age": 22,
"nationalities": [
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 5500000,
"currency": "EUR"
},
"from_club": {
"id": 1390,
"name": "Cagliari Calcio",
"link": "https://www.transfermarkt.com/cagliari-calcio/startseite/verein/1390",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1390.png?lm=1789459250",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 500000,
"currency": "EUR",
"type": "loan"
}
},
{
"player": {
"id": 251878,
"name": "Aarón Martín",
"link": "https://www.transfermarkt.com/aaron-martin/profil/spieler/251878"
},
"age": 29,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 5000000,
"currency": "EUR"
},
"from_club": {
"id": 252,
"name": "Genoa CFC",
"link": "https://www.transfermarkt.com/genua-cfc/startseite/verein/252",
"crest": "https://img.a.transfermarkt.technology/wappen/head/252.png?lm=1789459182",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 66106,
"name": "Sergio Canales",
"link": "https://www.transfermarkt.com/sergio-canales/profil/spieler/66106"
},
"age": 35,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 2407,
"name": "CF Monterrey",
"link": "https://www.transfermarkt.com/cf-monterrey/startseite/verein/2407",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2407.png?lm=1789466496",
"country": {
"id": 110,
"name": "Mexico",
"code": "MEX"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 1153105,
"name": "Yassir Zabiri",
"link": "https://www.transfermarkt.com/yassir-zabiri/profil/spieler/1153105"
},
"age": 21,
"nationalities": [
{
"id": 107,
"name": "Morocco",
"code": "MAR"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 9000000,
"currency": "EUR"
},
"from_club": {
"id": 273,
"name": "Stade Rennais FC",
"link": "https://www.transfermarkt.com/fc-stade-rennes/startseite/verein/273",
"crest": "https://img.a.transfermarkt.technology/wappen/head/273.png?lm=1789459183",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 629511,
"name": "Pablo Ramón",
"link": "https://www.transfermarkt.com/pablo-ramon/profil/spieler/629511"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1400000,
"currency": "EUR"
},
"from_club": {
"id": 714,
"name": "RCD Espanyol Barcelona",
"link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
"crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 919515,
"name": "Jeanuël Belocian",
"link": "https://www.transfermarkt.com/jeanuel-belocian/profil/spieler/919515"
},
"age": 21,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
},
{
"id": 251,
"name": "Guadeloupe",
"code": null
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 12000000,
"currency": "EUR"
},
"from_club": {
"id": 15,
"name": "Bayer 04 Leverkusen",
"link": "https://www.transfermarkt.com/bayer-04-leverkusen/startseite/verein/15",
"crest": "https://img.a.transfermarkt.technology/wappen/head/15.png?lm=1788504510",
"country": {
"id": 40,
"name": "Germany",
"code": "GER"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 375382,
"name": "André Almeida",
"link": "https://www.transfermarkt.com/andre-almeida/profil/spieler/375382"
},
"age": 26,
"nationalities": [
{
"id": 136,
"name": "Portugal",
"code": "POR"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 6000000,
"currency": "EUR"
},
"from_club": {
"id": 1049,
"name": "Valencia CF",
"link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1106911,
"name": "Diego Díaz",
"link": "https://www.transfermarkt.com/diego-diaz/profil/spieler/1106911"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 250000,
"currency": "EUR"
},
"from_club": {
"id": 10980,
"name": "Rayo Cantabria",
"link": "https://www.transfermarkt.com/racing-santander-b/startseite/verein/10980",
"crest": "https://img.a.transfermarkt.technology/wappen/head/10980.png?lm=1789459741",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 848514,
"name": "Yeray Cabanzón",
"link": "https://www.transfermarkt.com/yeray-cabanzon/profil/spieler/848514"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"from_club": {
"id": 10718,
"name": "FC Andorra",
"link": "https://www.transfermarkt.com/fc-andorra/startseite/verein/10718",
"crest": "https://img.a.transfermarkt.technology/wappen/head/10718.png?lm=1789459731",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 318520,
"name": "Clément Michelin",
"link": "https://www.transfermarkt.com/clement-michelin/profil/spieler/318520"
},
"age": 29,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"from_club": {
"id": 366,
"name": "Real Valladolid CF",
"link": "https://www.transfermarkt.com/real-valladolid/startseite/verein/366",
"crest": "https://img.a.transfermarkt.technology/wappen/head/366.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 961902,
"name": "Neco Celorio",
"link": "https://www.transfermarkt.com/neco-celorio/profil/spieler/961902"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 300000,
"currency": "EUR"
},
"from_club": {
"id": 11000,
"name": "CD Lugo",
"link": "https://www.transfermarkt.com/cd-lugo/startseite/verein/11000",
"crest": "https://img.a.transfermarkt.technology/wappen/head/11000.png?lm=1789459746",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 936981,
"name": "Gustavo Puerta",
"link": "https://www.transfermarkt.com/gustavo-puerta/profil/spieler/936981"
},
"age": 23,
"nationalities": [
{
"id": 83,
"name": "Colombia",
"code": "COL"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 18000000,
"currency": "EUR"
},
"to_club": {
"id": 683,
"name": "Olympiacos Piraeus",
"link": "https://www.transfermarkt.com/olympiakos-piraus/startseite/verein/683",
"crest": "https://img.a.transfermarkt.technology/wappen/head/683.png?lm=1789459206",
"country": {
"id": 56,
"name": "Greece",
"code": "GRE"
}
},
"fee": {
"amount": 16000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1393961,
"name": "Sergio Martínez",
"link": "https://www.transfermarkt.com/sergio-martinez/profil/spieler/1393961"
},
"age": 19,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 6767,
"name": "Real Madrid Castilla",
"link": "https://www.transfermarkt.com/real-madrid-b-castilla-/startseite/verein/6767",
"crest": "https://img.a.transfermarkt.technology/wappen/head/6767.png?lm=1789459511",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 3000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 707568,
"name": "Suleiman Camara",
"link": "https://www.transfermarkt.com/suleiman-camara/profil/spieler/707568"
},
"age": 24,
"nationalities": [
{
"id": 52,
"name": "The Gambia",
"code": "GAM"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 800000,
"currency": "EUR"
},
"to_club": {
"id": 540,
"name": "Slovan Bratislava",
"link": "https://www.transfermarkt.com/slovan-bratislava/startseite/verein/540",
"crest": "https://img.a.transfermarkt.technology/wappen/head/540.png?lm=1789459198",
"country": {
"id": 154,
"name": "Slovakia",
"code": "SVK"
}
},
"fee": {
"amount": 1000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 889459,
"name": "Mario García",
"link": "https://www.transfermarkt.com/mario-garcia/profil/spieler/889459"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 900000,
"currency": "EUR"
},
"to_club": {
"id": 88,
"name": "Widzew Lodz",
"link": "https://www.transfermarkt.com/widzew-lodz/startseite/verein/88",
"crest": "https://img.a.transfermarkt.technology/wappen/head/88.png?lm=1789459169",
"country": {
"id": 135,
"name": "Poland",
"code": "POL"
}
},
"fee": {
"amount": 500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 740253,
"name": "Javi Castro",
"link": "https://www.transfermarkt.com/javi-castro/profil/spieler/740253"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"to_club": {
"id": 2687,
"name": "Cádiz CF",
"link": "https://www.transfermarkt.com/fc-cadiz/startseite/verein/2687",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2687.png?lm=1789459312",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 100000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 848514,
"name": "Yeray Cabanzón",
"link": "https://www.transfermarkt.com/yeray-cabanzon/profil/spieler/848514"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"to_club": {
"id": 366,
"name": "Real Valladolid CF",
"link": "https://www.transfermarkt.com/real-valladolid/startseite/verein/366",
"crest": "https://img.a.transfermarkt.technology/wappen/head/366.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 197131,
"name": "Marco Sangalli",
"link": "https://www.transfermarkt.com/marco-sangalli/profil/spieler/197131"
},
"age": 34,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 150000,
"currency": "EUR"
},
"to_club": {
"id": 142,
"name": "Real Zaragoza",
"link": "https://www.transfermarkt.com/real-saragossa/startseite/verein/142",
"crest": "https://img.a.transfermarkt.technology/wappen/head/142.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 961902,
"name": "Neco Celorio",
"link": "https://www.transfermarkt.com/neco-celorio/profil/spieler/961902"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 300000,
"currency": "EUR"
},
"to_club": {
"id": 13702,
"name": "CF Rayo Majadahonda",
"link": "https://www.transfermarkt.com/cf-rayo-majadahonda/startseite/verein/13702",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13702.png?lm=1789459861",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 318520,
"name": "Clément Michelin",
"link": "https://www.transfermarkt.com/clement-michelin/profil/spieler/318520"
},
"age": 29,
"nationalities": [
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"to_club": {
"id": 366,
"name": "Real Valladolid CF",
"link": "https://www.transfermarkt.com/real-valladolid/startseite/verein/366",
"crest": "https://img.a.transfermarkt.technology/wappen/head/366.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 379548,
"name": "Jokin Ezkieta",
"link": "https://www.transfermarkt.com/jokin-ezkieta/profil/spieler/379548"
},
"age": 29,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 2500000,
"currency": "EUR"
},
"to_club": {
"id": 2687,
"name": "Cádiz CF",
"link": "https://www.transfermarkt.com/fc-cadiz/startseite/verein/2687",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2687.png?lm=1789459312",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1106911,
"name": "Diego Díaz",
"link": "https://www.transfermarkt.com/diego-diaz/profil/spieler/1106911"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 250000,
"currency": "EUR"
},
"to_club": {
"id": 10718,
"name": "FC Andorra",
"link": "https://www.transfermarkt.com/fc-andorra/startseite/verein/10718",
"crest": "https://img.a.transfermarkt.technology/wappen/head/10718.png?lm=1789459731",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 663258,
"name": "Aritz Aldasoro",
"link": "https://www.transfermarkt.com/aritz-aldasoro/profil/spieler/663258"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 2497,
"name": "Real Oviedo",
"link": "https://www.transfermarkt.com/real-oviedo/startseite/verein/2497",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2497.png?lm=1789459298",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 629511,
"name": "Pablo Ramón",
"link": "https://www.transfermarkt.com/pablo-ramon/profil/spieler/629511"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1400000,
"currency": "EUR"
},
"to_club": {
"id": 714,
"name": "RCD Espanyol Barcelona",
"link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
"crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 227961,
"name": "Jaime Mata",
"link": "https://www.transfermarkt.com/jaime-mata/profil/spieler/227961"
},
"age": 37,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 100000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 251897,
"name": "Asier Villalibre",
"link": "https://www.transfermarkt.com/asier-villalibre/profil/spieler/251897"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 1108,
"name": "Deportivo Alavés",
"link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1056966,
"name": "Peio Canales",
"link": "https://www.transfermarkt.com/peio-canales/profil/spieler/1056966"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 10000000,
"currency": "EUR"
},
"to_club": {
"id": 621,
"name": "Athletic Bilbao",
"link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
"crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 825199,
"name": "Facundo González",
"link": "https://www.transfermarkt.com/facundo-gonzalez/profil/spieler/825199"
},
"age": 23,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
},
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"to_club": {
"id": 506,
"name": "Juventus FC",
"link": "https://www.transfermarkt.com/juventus-turin/startseite/verein/506",
"crest": "https://img.a.transfermarkt.technology/wappen/head/506.png?lm=1789459197",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 715628,
"name": "Damián Rodríguez",
"link": "https://www.transfermarkt.com/damian-rodriguez/profil/spieler/715628"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 940,
"name": "Celta de Vigo",
"link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
"crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 1427892,
"name": "Manex Lozano",
"link": "https://www.transfermarkt.com/manex-lozano/profil/spieler/1427892"
},
"age": 19,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"to_club": {
"id": 6665,
"name": "CD Basconia",
"link": "https://www.transfermarkt.com/cd-basconia/startseite/verein/6665",
"crest": "https://img.a.transfermarkt.technology/wappen/head/6665.png?lm=1789459509",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
},
{
"club": {
"id": 897,
"name": "Deportivo A Coruña",
"link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
"crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220"
},
"arrivals_count": 14,
"departures_count": 13,
"expenditure": {
"amount": 26000000,
"currency": "EUR"
},
"income": {
"amount": 500000,
"currency": "EUR"
},
"balance": {
"amount": -25500000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 562742,
"name": "Leo Román",
"link": "https://www.transfermarkt.com/leo-roman/profil/spieler/562742"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 6000000,
"currency": "EUR"
},
"from_club": {
"id": 237,
"name": "RCD Mallorca",
"link": "https://www.transfermarkt.com/rcd-mallorca/startseite/verein/237",
"crest": "https://img.a.transfermarkt.technology/wappen/head/237.png?lm=1789459182",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 9000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 856274,
"name": "Jonathan Asp Jensen",
"link": "https://www.transfermarkt.com/jonathan-asp-jensen/profil/spieler/856274"
},
"age": 20,
"nationalities": [
{
"id": 39,
"name": "Denmark",
"code": "DEN"
}
],
"position": "Attacking Midfield",
"position_short": "AM",
"market_value": {
"amount": 4000000,
"currency": "EUR"
},
"from_club": {
"id": 28,
"name": "FC Bayern Munich II",
"link": "https://www.transfermarkt.com/fc-bayern-munchen-ii/startseite/verein/28",
"crest": "https://img.a.transfermarkt.technology/wappen/head/28.png?lm=1789459168",
"country": {
"id": 40,
"name": "Germany",
"code": "GER"
}
},
"fee": {
"amount": 6000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 1177033,
"name": "Bright Ede",
"link": "https://www.transfermarkt.com/bright-ede/profil/spieler/1177033"
},
"age": 19,
"nationalities": [
{
"id": 135,
"name": "Poland",
"code": "POL"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"from_club": {
"id": 3527,
"name": "Motor Lublin",
"link": "https://www.transfermarkt.com/motor-lublin/startseite/verein/3527",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3527.png?lm=1789459351",
"country": {
"id": 135,
"name": "Poland",
"code": "POL"
}
},
"fee": {
"amount": 6000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 707450,
"name": "Lorenzo Amatucci",
"link": "https://www.transfermarkt.com/lorenzo-amatucci/profil/spieler/707450"
},
"age": 22,
"nationalities": [
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 8000000,
"currency": "EUR"
},
"from_club": {
"id": 430,
"name": "ACF Fiorentina",
"link": "https://www.transfermarkt.com/ac-florenz/startseite/verein/430",
"crest": "https://img.a.transfermarkt.technology/wappen/head/430.png?lm=1789459191",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": 2500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 58864,
"name": "Pierre-Emerick Aubameyang",
"link": "https://www.transfermarkt.com/pierre-emerick-aubameyang/profil/spieler/58864"
},
"age": 37,
"nationalities": [
{
"id": 51,
"name": "Gabon",
"code": "GAB"
},
{
"id": 50,
"name": "France",
"code": "FRA"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 2500000,
"currency": "EUR"
},
"from_club": {
"id": 244,
"name": "Olympique Marseille",
"link": "https://www.transfermarkt.com/olympique-marseille/startseite/verein/244",
"crest": "https://img.a.transfermarkt.technology/wappen/head/244.png?lm=1789459182",
"country": {
"id": 50,
"name": "France",
"code": "FRA"
}
},
"fee": {
"amount": 1500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 738477,
"name": "Teun Gijselhart",
"link": "https://www.transfermarkt.com/teun-gijselhart/profil/spieler/738477"
},
"age": 21,
"nationalities": [
{
"id": 122,
"name": "Netherlands",
"code": "NED"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 650000,
"currency": "EUR"
},
"from_club": {
"id": 642,
"name": "De Graafschap Doetinchem",
"link": "https://www.transfermarkt.com/de-graafschap-doetinchem/startseite/verein/642",
"crest": "https://img.a.transfermarkt.technology/wappen/head/642.png?lm=1789459205",
"country": {
"id": 122,
"name": "Netherlands",
"code": "NED"
}
},
"fee": {
"amount": 1000000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 204103,
"name": "Adama Traoré",
"link": "https://www.transfermarkt.com/adama-traore/profil/spieler/204103"
},
"age": 30,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 105,
"name": "Mali",
"code": "MLI"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 6000000,
"currency": "EUR"
},
"from_club": {
"id": 379,
"name": "West Ham United",
"link": "https://www.transfermarkt.com/west-ham-united/startseite/verein/379",
"crest": "https://img.a.transfermarkt.technology/wappen/head/379.png?lm=1789459190",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 277179,
"name": "Angeliño",
"link": "https://www.transfermarkt.com/angelino/profil/spieler/277179"
},
"age": 29,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 4500000,
"currency": "EUR"
},
"from_club": {
"id": 12,
"name": "AS Roma",
"link": "https://www.transfermarkt.com/as-rom/startseite/verein/12",
"crest": "https://img.a.transfermarkt.technology/wappen/head/12.png?lm=1789459167",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 250845,
"name": "José María Giménez",
"link": "https://www.transfermarkt.com/jose-maria-gimenez/profil/spieler/250845"
},
"age": 31,
"nationalities": [
{
"id": 179,
"name": "Uruguay",
"code": "URU"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 9000000,
"currency": "EUR"
},
"from_club": {
"id": 13,
"name": "Atlético de Madrid",
"link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 636695,
"name": "Marc Casadó",
"link": "https://www.transfermarkt.com/marc-casado/profil/spieler/636695"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 18000000,
"currency": "EUR"
},
"from_club": {
"id": 131,
"name": "FC Barcelona",
"link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
"crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 941104,
"name": "Diego Gómez",
"link": "https://www.transfermarkt.com/diego-gomez/profil/spieler/941104"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 200000,
"currency": "EUR"
},
"from_club": {
"id": 5650,
"name": "Pontevedra CF",
"link": "https://www.transfermarkt.com/pontevedra-cf/startseite/verein/5650",
"crest": "https://img.a.transfermarkt.technology/wappen/head/5650.png?lm=1789459458",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 211628,
"name": "Mohamed Bouldini",
"link": "https://www.transfermarkt.com/mohamed-bouldini/profil/spieler/211628"
},
"age": 30,
"nationalities": [
{
"id": 107,
"name": "Morocco",
"code": "MAR"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 400000,
"currency": "EUR"
},
"from_club": {
"id": 16795,
"name": "Granada CF",
"link": "https://www.transfermarkt.com/fc-granada/startseite/verein/16795",
"crest": "https://img.a.transfermarkt.technology/wappen/head/16795.png?lm=1789459985",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 527838,
"name": "Álex Petxarroman",
"link": "https://www.transfermarkt.com/alex-petxarroman/profil/spieler/527838"
},
"age": 29,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 500000,
"currency": "EUR"
},
"from_club": {
"id": 10718,
"name": "FC Andorra",
"link": "https://www.transfermarkt.com/fc-andorra/startseite/verein/10718",
"crest": "https://img.a.transfermarkt.technology/wappen/head/10718.png?lm=1789459731",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 473402,
"name": "Luis Chacón",
"link": "https://www.transfermarkt.com/luis-chacon/profil/spieler/473402"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"from_club": {
"id": 4542,
"name": "Cultural Leonesa",
"link": "https://www.transfermarkt.com/cultural-leonesa/startseite/verein/4542",
"crest": "https://img.a.transfermarkt.technology/wappen/head/4542.png?lm=1789459398",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
],
"departures": [
{
"player": {
"id": 473402,
"name": "Luis Chacón",
"link": "https://www.transfermarkt.com/luis-chacon/profil/spieler/473402"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 366,
"name": "Real Valladolid CF",
"link": "https://www.transfermarkt.com/real-valladolid/startseite/verein/366",
"crest": "https://img.a.transfermarkt.technology/wappen/head/366.png?lm=1789459189",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 500000,
"currency": "EUR",
"type": "transfer"
}
},
{
"player": {
"id": 237617,
"name": "Cristian Herrera",
"link": "https://www.transfermarkt.com/cristian-herrera/profil/spieler/237617"
},
"age": 35,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 100000,
"currency": "EUR"
},
"to_club": {
"id": 5358,
"name": "SD Huesca",
"link": "https://www.transfermarkt.com/sd-huesca/startseite/verein/5358",
"crest": "https://img.a.transfermarkt.technology/wappen/head/5358.png?lm=1789459442",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 93935,
"name": "Sergio Escudero",
"link": "https://www.transfermarkt.com/sergio-escudero/profil/spieler/93935"
},
"age": 36,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 100000,
"currency": "EUR"
},
"to_club": {
"id": 142,
"name": "Real Zaragoza",
"link": "https://www.transfermarkt.com/real-saragossa/startseite/verein/142",
"crest": "https://img.a.transfermarkt.technology/wappen/head/142.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 211628,
"name": "Mohamed Bouldini",
"link": "https://www.transfermarkt.com/mohamed-bouldini/profil/spieler/211628"
},
"age": 30,
"nationalities": [
{
"id": 107,
"name": "Morocco",
"code": "MAR"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 400000,
"currency": "EUR"
},
"to_club": {
"id": 7788,
"name": "Académico Viseu FC",
"link": "https://www.transfermarkt.com/academico-viseu-fc/startseite/verein/7788",
"crest": "https://img.a.transfermarkt.technology/wappen/head/7788.png?lm=1789459570",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 527838,
"name": "Álex Petxarroman",
"link": "https://www.transfermarkt.com/alex-petxarroman/profil/spieler/527838"
},
"age": 29,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 500000,
"currency": "EUR"
},
"to_club": {
"id": 8568,
"name": "AD Ceuta FC",
"link": "https://www.transfermarkt.com/ad-ceuta/startseite/verein/8568",
"crest": "https://img.a.transfermarkt.technology/wappen/head/8568.png?lm=1789459615",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 941104,
"name": "Diego Gómez",
"link": "https://www.transfermarkt.com/diego-gomez/profil/spieler/941104"
},
"age": 21,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 200000,
"currency": "EUR"
},
"to_club": {
"id": 5358,
"name": "SD Huesca",
"link": "https://www.transfermarkt.com/sd-huesca/startseite/verein/5358",
"crest": "https://img.a.transfermarkt.technology/wappen/head/5358.png?lm=1789459442",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 786130,
"name": "Eric Puerto",
"link": "https://www.transfermarkt.com/eric-puerto/profil/spieler/786130"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Goalkeeper",
"position_short": "GK",
"market_value": {
"amount": 200000,
"currency": "EUR"
},
"to_club": {
"id": 3327,
"name": "FC Penafiel",
"link": "https://www.transfermarkt.com/fc-penafiel/startseite/verein/3327",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3327.png?lm=1789459343",
"country": {
"id": 136,
"name": "Portugal",
"code": "POR"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 738477,
"name": "Teun Gijselhart",
"link": "https://www.transfermarkt.com/teun-gijselhart/profil/spieler/738477"
},
"age": 21,
"nationalities": [
{
"id": 122,
"name": "Netherlands",
"code": "NED"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 650000,
"currency": "EUR"
},
"to_club": {
"id": 2150,
"name": "Al-Ain FC",
"link": "https://www.transfermarkt.com/al-ain-fc/startseite/verein/2150",
"crest": "https://img.a.transfermarkt.technology/wappen/head/2150.png?lm=1789459282",
"country": {
"id": 183,
"name": "United Arab Emirates",
"code": "UAE"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 581674,
"name": "Charlie Patiño",
"link": "https://www.transfermarkt.com/charlie-patino/profil/spieler/581674"
},
"age": 22,
"nationalities": [
{
"id": 189,
"name": "England",
"code": "ENG"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 600000,
"currency": "EUR"
},
"to_club": {
"id": 80,
"name": "VfL Bochum",
"link": "https://www.transfermarkt.com/vfl-bochum/startseite/verein/80",
"crest": "https://img.a.transfermarkt.technology/wappen/head/80.png?lm=1789459169",
"country": {
"id": 40,
"name": "Germany",
"code": "GER"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 187673,
"name": "José Ángel Jurado",
"link": "https://www.transfermarkt.com/jose-angel-jurado/profil/spieler/187673"
},
"age": 34,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 150000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 271021,
"name": "Stoichkov",
"link": "https://www.transfermarkt.com/stoichkov/profil/spieler/271021"
},
"age": 32,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Second Striker",
"position_short": "SS",
"market_value": {
"amount": 500000,
"currency": "EUR"
},
"to_club": {
"id": 16795,
"name": "Granada CF",
"link": "https://www.transfermarkt.com/fc-granada/startseite/verein/16795",
"crest": "https://img.a.transfermarkt.technology/wappen/head/16795.png?lm=1789459985",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 457422,
"name": "Samuele Mulattieri",
"link": "https://www.transfermarkt.com/samuele-mulattieri/profil/spieler/457422"
},
"age": 25,
"nationalities": [
{
"id": 75,
"name": "Italy",
"code": "ITA"
}
],
"position": "Centre-Forward",
"position_short": "CF",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 6574,
"name": "US Sassuolo",
"link": "https://www.transfermarkt.com/us-sassuolo/startseite/verein/6574",
"crest": "https://img.a.transfermarkt.technology/wappen/head/6574.png?lm=1789459502",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
},
{
"player": {
"id": 557147,
"name": "José Gragera",
"link": "https://www.transfermarkt.com/jose-gragera/profil/spieler/557147"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 1200000,
"currency": "EUR"
},
"to_club": {
"id": 714,
"name": "RCD Espanyol Barcelona",
"link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
"crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
},
{
"club": {
"id": 1084,
"name": "Málaga CF",
"link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229"
},
"arrivals_count": 8,
"departures_count": 10,
"expenditure": {
"amount": 300000,
"currency": "EUR"
},
"income": {
"amount": 0,
"currency": "EUR"
},
"balance": {
"amount": -300000,
"currency": "EUR"
},
"arrivals": [
{
"player": {
"id": 585700,
"name": "Juan Cruz",
"link": "https://www.transfermarkt.com/juan-cruz/profil/spieler/585700"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
},
{
"id": 9,
"name": "Argentina",
"code": "ARG"
}
],
"position": "Left Winger",
"position_short": "LW",
"market_value": {
"amount": 1800000,
"currency": "EUR"
},
"from_club": {
"id": 1244,
"name": "CD Leganés",
"link": "https://www.transfermarkt.com/cd-leganes/startseite/verein/1244",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1244.png?lm=1789459242",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 300000,
"currency": "EUR",
"type": "loan"
}
},
{
"player": {
"id": 357884,
"name": "Fernando Calero",
"link": "https://www.transfermarkt.com/fernando-calero/profil/spieler/357884"
},
"age": 30,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"from_club": {
"id": 714,
"name": "RCD Espanyol Barcelona",
"link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
"crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 461843,
"name": "Juan Berrocal",
"link": "https://www.transfermarkt.com/juan-berrocal/profil/spieler/461843"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1500000,
"currency": "EUR"
},
"from_club": {
"id": 3709,
"name": "Getafe CF",
"link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 568835,
"name": "Pablo Martínez",
"link": "https://www.transfermarkt.com/pablo-martinez/profil/spieler/568835"
},
"age": 28,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 3000000,
"currency": "EUR"
},
"from_club": {
"id": 3368,
"name": "Levante UD",
"link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
"crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 468066,
"name": "Jens Cajuste",
"link": "https://www.transfermarkt.com/jens-cajuste/profil/spieler/468066"
},
"age": 27,
"nationalities": [
{
"id": 147,
"name": "Sweden",
"code": "SWE"
},
{
"id": 184,
"name": "United States",
"code": "USA"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 7000000,
"currency": "EUR"
},
"from_club": {
"id": 6195,
"name": "SSC Napoli",
"link": "https://www.transfermarkt.com/ssc-neapel/startseite/verein/6195",
"crest": "https://img.a.transfermarkt.technology/wappen/head/6195.png?lm=1789459481",
"country": {
"id": 75,
"name": "Italy",
"code": "ITA"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 819590,
"name": "José Salinas",
"link": "https://www.transfermarkt.com/jose-salinas/profil/spieler/819590"
},
"age": 25,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"from_club": {
"id": 714,
"name": "RCD Espanyol Barcelona",
"link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
"crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 938146,
"name": "Adam Aznou",
"link": "https://www.transfermarkt.com/adam-aznou/profil/spieler/938146"
},
"age": 20,
"nationalities": [
{
"id": 107,
"name": "Morocco",
"code": "MAR"
},
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 6000000,
"currency": "EUR"
},
"from_club": {
"id": 29,
"name": "Everton FC",
"link": "https://www.transfermarkt.com/fc-everton/startseite/verein/29",
"crest": "https://img.a.transfermarkt.technology/wappen/head/29.png?lm=1789459168",
"country": {
"id": 189,
"name": "England",
"code": "ENG"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 1057392,
"name": "Pablo Arriaza",
"link": "https://www.transfermarkt.com/pablo-arriaza/profil/spieler/1057392"
},
"age": 22,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 50000,
"currency": "EUR"
},
"from_club": {
"id": 5649,
"name": "Atlético Malagueño",
"link": "https://www.transfermarkt.com/fc-malaga-b/startseite/verein/5649",
"crest": "https://img.a.transfermarkt.technology/wappen/head/5649.png?lm=1789459458",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
}
],
"departures": [
{
"player": {
"id": 281588,
"name": "Víctor García",
"link": "https://www.transfermarkt.com/victor-garcia/profil/spieler/281588"
},
"age": 32,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 250000,
"currency": "EUR"
},
"to_club": {
"id": 13241,
"name": "UD Ibiza",
"link": "https://www.transfermarkt.com/ud-ibiza/startseite/verein/13241",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13241.png?lm=1789459838",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 396333,
"name": "Javi Montero",
"link": "https://www.transfermarkt.com/javi-montero/profil/spieler/396333"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Centre-Back",
"position_short": "CB",
"market_value": {
"amount": 1000000,
"currency": "EUR"
},
"to_club": {
"id": 1244,
"name": "CD Leganés",
"link": "https://www.transfermarkt.com/cd-leganes/startseite/verein/1244",
"crest": "https://img.a.transfermarkt.technology/wappen/head/1244.png?lm=1789459242",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 483453,
"name": "Josué Dorrio",
"link": "https://www.transfermarkt.com/josue-dorrio/profil/spieler/483453"
},
"age": 32,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right Winger",
"position_short": "RW",
"market_value": {
"amount": 300000,
"currency": "EUR"
},
"to_club": {
"id": 13222,
"name": "CD Mirandés",
"link": "https://www.transfermarkt.com/cd-mirandes/startseite/verein/13222",
"crest": "https://img.a.transfermarkt.technology/wappen/head/13222.png?lm=1789459838",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 711388,
"name": "Jokin Gabilondo",
"link": "https://www.transfermarkt.com/jokin-gabilondo/profil/spieler/711388"
},
"age": 27,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Right-Back",
"position_short": "RB",
"market_value": {
"amount": 400000,
"currency": "EUR"
},
"to_club": {
"id": 142,
"name": "Real Zaragoza",
"link": "https://www.transfermarkt.com/real-saragossa/startseite/verein/142",
"crest": "https://img.a.transfermarkt.technology/wappen/head/142.png?lm=1789459175",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": 0,
"currency": "EUR",
"type": "free"
}
},
{
"player": {
"id": 1057392,
"name": "Pablo Arriaza",
"link": "https://www.transfermarkt.com/pablo-arriaza/profil/spieler/1057392"
},
"age": 23,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 50000,
"currency": "EUR"
},
"to_club": {
"id": 24445,
"name": "CD Estepona FS",
"link": "https://www.transfermarkt.com/cd-estepona-fs/startseite/verein/24445",
"crest": "https://img.a.transfermarkt.technology/wappen/head/24445.png?lm=1789460446",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "loan"
}
},
{
"player": {
"id": 455066,
"name": "Juanpe Jiménez",
"link": "https://www.transfermarkt.com/juanpe-jimenez/profil/spieler/455066"
},
"age": 30,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 300000,
"currency": "EUR"
},
"to_club": {
"id": 596,
"name": "Gamba Osaka",
"link": "https://www.transfermarkt.com/gamba-osaka/startseite/verein/596",
"crest": "https://img.a.transfermarkt.technology/wappen/head/596.png?lm=1789459204",
"country": {
"id": 77,
"name": "Japan",
"code": "JPN"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 622951,
"name": "Dani Sánchez",
"link": "https://www.transfermarkt.com/dani-sanchez/profil/spieler/622951"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 400000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 207922,
"name": "Luismi Sánchez",
"link": "https://www.transfermarkt.com/luismi-sanchez/profil/spieler/207922"
},
"age": 34,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Defensive Midfield",
"position_short": "DM",
"market_value": {
"amount": 150000,
"currency": "EUR"
},
"to_club": null,
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 95641,
"name": "Darko Brasanac",
"link": "https://www.transfermarkt.com/darko-brasanac/profil/spieler/95641"
},
"age": 34,
"nationalities": [
{
"id": 215,
"name": "Serbia",
"code": "SRB"
}
],
"position": "Central Midfield",
"position_short": "CM",
"market_value": {
"amount": 150000,
"currency": "EUR"
},
"to_club": {
"id": 515,
"name": "Without Club",
"link": "https://www.transfermarkt.com/vereinslos/startseite/verein/515",
"crest": "https://img.a.transfermarkt.technology/wappen/head/515.png?lm=1789466397",
"country": null
},
"fee": {
"amount": null,
"currency": null,
"type": "none"
}
},
{
"player": {
"id": 819590,
"name": "José Salinas",
"link": "https://www.transfermarkt.com/jose-salinas/profil/spieler/819590"
},
"age": 26,
"nationalities": [
{
"id": 157,
"name": "Spain",
"code": "ESP"
}
],
"position": "Left-Back",
"position_short": "LB",
"market_value": {
"amount": 2000000,
"currency": "EUR"
},
"to_club": {
"id": 714,
"name": "RCD Espanyol Barcelona",
"link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
"crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
"country": {
"id": 157,
"name": "Spain",
"code": "ESP"
}
},
"fee": {
"amount": null,
"currency": null,
"type": "end_of_loan"
}
}
]
}
]
}