Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v2 GET /soccer/get_players_abroad Deprecated
Returns a list of players playing abroad of their home country
Request URL
https://dsg-api.com/clients/{client_name}/soccer/get_players_abroad?nationality=80&client={client_name}&authkey={client_authkey}
API Threshold
- 10k calls per hour (2.78 calls per second)
- This threshold applies to ALL your calls you do across the API.
- Your number of calls get reset every hour at :00
- If the thresold is reached within the hour you will get a xml/json message accordingly (which is gone when the next hour starts, see previous point)
Parameters
authkey
string Required
client authentification key
birthcountry
int
area_id in order to get players abroad for all born (not necessary nationality)
client
string Required
unique client ID
competition
int
competition_id to filter for a specific competition
ftype
string
changes feed type from XML to json (ftype=json or ftype=json_array)
lang
string
two-character language code, defaults to 'en'
nationality
int Required
area_id of country you want to get players abroad for
picsize
string
one of 150x150, 50x50, 30x30 or 18x18 to get correct size of player picture.
Nodes
Response Headers
200
Success
401
Unauthorized
429
Too Many Requests
Code Samples
<?php$ch = curl_init();curl_setopt($ch, CURLOPT_URL, "https://dsg-api.com/clients/{client_name}/soccer/get_players_abroad?nationality=80&client={client_name}&authkey={client_authkey}");curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_USERPWD, "{User}:{Password}");$content = curl_exec($ch);curl_close($ch);?>curl GET -u "User:Password" "https://dsg-api.com/clients/{client_name}/soccer/get_players_abroad?nationality=80&client={client_name}&authkey={client_authkey}"
Imports System
Imports System.Net
Imports System.IO
Imports System.Text
Public Module Module1
Public Sub Main()
Dim url As String = "https://dsg-api.com/clients/{client_name}/soccer/get_players_abroad?nationality=80&client={client_name}&authkey={client_authkey}"
Dim myReq As WebRequest = WebRequest.Create(url)
myReq.Credentials = new System.Net.NetworkCredential("{User}", "{Password}")
Dim wr As WebResponse = myReq.GetResponse()
Dim receiveStream As Stream = wr.GetResponseStream()
Dim reader As StreamReader = New StreamReader(receiveStream, Encoding.UTF8)
Dim content As String = reader.ReadToEnd()
End Sub
End Module
response = requests.get("https://dsg-api.com/clients/{client_name}/soccer/get_players_abroad?nationality=80&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example200 Success{"datasportsgroup":{"version":"2.284.0","sport":"soccer","lang":"en","generated_utc":"2025-08-01T15:05:56+00:00","method":{"method_id":"284","name":"get_players_abroad"},"players_abroad":{"area_id":"80","area_name":"Germany","country_code":"DEU","people":[{"people_id":"25396","first_name":"Erich","last_name":"Berko","match_name":"E. Berko","common_name":"Erich Berko","date_of_birth":"1994-09-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"181","weight":"80","foot":"right","position":"Attacker","team_id":"14992","team_name":"FK Bylis","short_name":"Bylis","team_area_id":"9","team_area_name":"Albania","start_date":"2024-10-15","competition_id":"441","competition_name":"Kategoria Superiore","competition_area_id":"9","competition_area_name":"Albania","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25396.png"},{"people_id":"7871839","first_name":"Eduard","last_name":"Mahmuti","match_name":"E. Mahmuti","common_name":"Eduard Mahmuti","date_of_birth":"2001-06-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"14992","team_name":"FK Bylis","short_name":"Bylis","team_area_id":"9","team_area_name":"Albania","start_date":"2024-08-20","competition_id":"441","competition_name":"Kategoria Superiore","competition_area_id":"9","competition_area_name":"Albania","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7871839.png"},{"people_id":"306220","first_name":"Léon-Maurice","last_name":"Pöhls","match_name":"L. Pöhls","common_name":"Léon-Maurice Pöhls","date_of_birth":"1997-05-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"","foot":"","position":"Goalkeeper","team_id":"18851","team_name":"KF Vllaznia Shkodër","short_name":"Vllaznia","team_area_id":"9","team_area_name":"Albania","start_date":"2025-07-19","competition_id":"441","competition_name":"Kategoria Superiore","competition_area_id":"9","competition_area_name":"Albania","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/306220.png"},{"people_id":"519161","first_name":"Adrian","last_name":"Doçi","match_name":"A. Doçi","common_name":"Adrian Doçi","date_of_birth":"2005-01-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18856","team_name":"FC Dinamo City","short_name":"Dinamo","team_area_id":"9","team_area_name":"Albania","start_date":"2024-07-20","competition_id":"441","competition_name":"Kategoria Superiore","competition_area_id":"9","competition_area_name":"Albania","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/519161.png"},{"people_id":"7851190","first_name":"Etienne","last_name":"Tare","match_name":"E. Tare","common_name":"Etienne Tare","date_of_birth":"2003-09-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"194","weight":"","foot":"","position":"Attacker","team_id":"18853","team_name":"KF Skënderbeu Korçë","short_name":"Skënderbeu","team_area_id":"9","team_area_name":"Albania","start_date":"2024-08-15","competition_id":"456","competition_name":"Kategoria e parë","competition_area_id":"9","competition_area_name":"Albania","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7851190.png"},{"people_id":"7767682","first_name":"Michael","last_name":"Hornsby","match_name":"M. Hornsby","common_name":"Michael Hornsby","date_of_birth":"1998-11-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"11300","team_name":"Port Melbourne SC","short_name":"Port Melbourne","team_area_id":"19","team_area_name":"Australia","start_date":"2024-07-05","competition_id":"553","competition_name":"Victoria Premier League","competition_area_id":"19","competition_area_name":"Australia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7767682.png"},{"people_id":"49345","first_name":"Marco","last_name":"Rosenzweig","match_name":"M. Rosenzweig","common_name":"Marco Rosenzweig","date_of_birth":"1996-01-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"80","foot":"","position":"Midfielder","team_id":"11389","team_name":"Dandenong City SC","short_name":"Dandenong City","team_area_id":"19","team_area_name":"Australia","start_date":"2022-07-01","competition_id":"553","competition_name":"Victoria Premier League","competition_area_id":"19","competition_area_name":"Australia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/49345.png"},{"people_id":"1120","first_name":"Jérôme","last_name":"Boateng","match_name":"J. Boateng","common_name":"Jérôme Boateng","date_of_birth":"1988-09-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"192","weight":"90","foot":"right","position":"Defender","team_id":"1601","team_name":"LASK Linz","short_name":"LASK","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"35","competition_name":"Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/1120.png"},{"people_id":"334214","first_name":"Tim","last_name":"Oermann","match_name":"T. Oermann","common_name":"Tim Oermann","date_of_birth":"2003-10-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"1602","team_name":"SK Puntigamer Sturm Graz","short_name":"Sturm Graz","team_area_id":"20","team_area_name":"Austria","start_date":"2025-06-02","competition_id":"35","competition_name":"Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/334214.png"},{"people_id":"95731","first_name":"Jannes-Kilian","last_name":"Horn","match_name":"J. Horn","common_name":"Jannes-Kilian Horn","date_of_birth":"1997-02-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"77","foot":"left","position":"Defender","team_id":"1608","team_name":"SK Rapid Wien","short_name":"Rapid","team_area_id":"20","team_area_name":"Austria","start_date":"2025-07-01","competition_id":"35","competition_name":"Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/95731.png"},{"people_id":"62384","first_name":"Johannes","last_name":"Eggestein","match_name":"J. Eggestein","common_name":"Johannes Eggestein","date_of_birth":"1998-05-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"74","foot":"right","position":"Attacker","team_id":"1610","team_name":"FK Austria Wien","short_name":"Austria Wien","team_area_id":"20","team_area_name":"Austria","start_date":"2025-07-23","competition_id":"35","competition_name":"Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/62384.png"},{"people_id":"133552","first_name":"Maurice Maximilian","last_name":"Malone","match_name":"M. Malone","common_name":"Maurice Malone","date_of_birth":"2000-08-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"80","foot":"left","position":"Attacker","team_id":"1610","team_name":"FK Austria Wien","short_name":"Austria Wien","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"35","competition_name":"Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133552.png"},{"people_id":"334053","first_name":"Frans","last_name":"Krätzig","match_name":"F. Krätzig","common_name":"Frans Krätzig","date_of_birth":"2003-01-14","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1612","team_name":"FC Red Bull Salzburg","short_name":"RB Salzburg","team_area_id":"20","team_area_name":"Austria","start_date":"2025-06-02","competition_id":"35","competition_name":"Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/334053.png"},{"people_id":"19495","first_name":"Petar","last_name":"Filipović","match_name":"P. Filipović","common_name":"Petar Filipović","date_of_birth":"1990-09-14","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"188","weight":"83","foot":"left","position":"Defender","team_id":"1613","team_name":"Grazer AK 1902","short_name":"Grazer AK","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-12","competition_id":"35","competition_name":"Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/19495.png"},{"people_id":"25417","first_name":"Saliou","last_name":"Sané","match_name":"S. Sané","common_name":"Saliou Sané","date_of_birth":"1992-07-19","country_of_birth":"Senegal","nationality":"Germany","country_of_birth_area_id":"166","nationality_area_id":"80","gender":"male","height":"187","weight":"","foot":"","position":"Attacker","team_id":"1615","team_name":"SV Oberbank Ried","short_name":"Ried","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"35","competition_name":"Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25417.png"},{"people_id":"81865","first_name":"Oliver","last_name":"Steurer","match_name":"O. Steurer","common_name":"Oliver Steurer","date_of_birth":"1995-01-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"1615","team_name":"SV Oberbank Ried","short_name":"Ried","team_area_id":"20","team_area_name":"Austria","start_date":"2023-08-15","competition_id":"35","competition_name":"Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/81865.png"},{"people_id":"7962546","first_name":"Nermin","last_name":"Mesic","match_name":"N. Mesic","common_name":"Nermin Mesic","date_of_birth":"2006-01-23","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1615","team_name":"SV Oberbank Ried","short_name":"Ried","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"35","competition_name":"Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7962546.png"},{"people_id":"271407","first_name":"Jamie","last_name":"Lawrence","match_name":"J. Lawrence","common_name":"Jamie Lawrence","date_of_birth":"2002-11-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"201","weight":"","foot":"","position":"Defender","team_id":"1661","team_name":"WSG Tirol","short_name":"Tirol","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-02","competition_id":"35","competition_name":"Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/271407.png"},{"people_id":"270397","first_name":"Mehmet","last_name":"Ibrahimi","match_name":"M. Ibrahimi","common_name":"Mehmet Ibrahimi","date_of_birth":"2003-02-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1675","team_name":"FC Blau-Weiß Linz","short_name":"BW Linz","team_area_id":"20","team_area_name":"Austria","start_date":"2023-07-18","competition_id":"35","competition_name":"Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/270397.png"},{"people_id":"419364","first_name":"Elias Geoffrey","last_name":"Bakatukanda","match_name":"E. Bakatukanda","common_name":"Elias Bakatukanda","date_of_birth":"2004-04-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1675","team_name":"FC Blau-Weiß Linz","short_name":"BW Linz","team_area_id":"20","team_area_name":"Austria","start_date":"2025-01-08","competition_id":"35","competition_name":"Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/419364.png"},{"people_id":"66451","first_name":"Mike-Steven","last_name":"Bähre","match_name":"M. Bähre","common_name":"Mike-Steven Bähre","date_of_birth":"1995-08-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"179","weight":"71","foot":"both","position":"Attacker","team_id":"1679","team_name":"SC Rheindorf Altach","short_name":"Altach","team_area_id":"20","team_area_name":"Austria","start_date":"2023-01-01","competition_id":"35","competition_name":"Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/66451.png"},{"people_id":"373362","first_name":"Tom Ritzy","last_name":"Hülsmann","match_name":"T. Hülsmann","common_name":"Tom Hülsmann","date_of_birth":"2004-04-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"18357","team_name":"TSV Egger Glas Hartberg","short_name":"Hartberg","team_area_id":"20","team_area_name":"Austria","start_date":"2025-07-15","competition_id":"35","competition_name":"Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/373362.png"},{"people_id":"99350","first_name":"Anouar","last_name":"El Moukhantir","match_name":"A. El Moukhantir","common_name":"Anouar El Moukhantir","date_of_birth":"1997-08-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"171","weight":"68","foot":"both","position":"Attacker","team_id":"1607","team_name":"FC Flyeralarm Admira","short_name":"Admira","team_area_id":"20","team_area_name":"Austria","start_date":"2024-01-31","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/99350.png"},{"people_id":"73473","first_name":"Philipp","last_name":"Ochs","match_name":"P. Ochs","common_name":"Philipp Ochs","date_of_birth":"1997-04-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"174","weight":"73","foot":"right","position":"Attacker","team_id":"1619","team_name":"First Vienna FC 1894","short_name":"First Vienna","team_area_id":"20","team_area_name":"Austria","start_date":"2023-07-31","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/73473.png"},{"people_id":"139644","first_name":"Moritz","last_name":"Römling","match_name":"M. Römling","common_name":"Moritz Römling","date_of_birth":"2001-04-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1647","team_name":"Kapfenberger SV 1919","short_name":"KSV 1919","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-16","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/139644.png"},{"people_id":"312198","first_name":"Robin","last_name":"Littig","match_name":"R. Littig","common_name":"Robin Littig","date_of_birth":"2003-03-31","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1647","team_name":"Kapfenberger SV 1919","short_name":"KSV 1919","team_area_id":"20","team_area_name":"Austria","start_date":"2025-07-24","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/312198.png"},{"people_id":"419130","first_name":"Julius","last_name":"Bochmann","match_name":"J. Bochmann","common_name":"Julius Bochmann","date_of_birth":"2005-06-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"1647","team_name":"Kapfenberger SV 1919","short_name":"KSV 1919","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-11","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/419130.png"},{"people_id":"421563","first_name":"Utman Kemal","last_name":"Eren","match_name":"U. Eren","common_name":"Utman Eren","date_of_birth":"2004-01-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1647","team_name":"Kapfenberger SV 1919","short_name":"KSV 1919","team_area_id":"20","team_area_name":"Austria","start_date":"2024-08-21","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/421563.png"},{"people_id":"96359","first_name":"Nico","last_name":"Gorzel","match_name":"N. Gorzel","common_name":"Nico Gorzel","date_of_birth":"1998-07-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1676","team_name":"SC Austria Lustenau","short_name":"Lustenau","team_area_id":"20","team_area_name":"Austria","start_date":"2024-01-24","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/96359.png"},{"people_id":"199242","first_name":"Lenn","last_name":"Jastremski","match_name":"L. Jastremski","common_name":"Lenn Jastremski","date_of_birth":"2001-01-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"190","weight":"","foot":"both","position":"Attacker","team_id":"1676","team_name":"SC Austria Lustenau","short_name":"Lustenau","team_area_id":"20","team_area_name":"Austria","start_date":"2025-07-01","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/199242.png"},{"people_id":"339237","first_name":"Phillip","last_name":"Böhm","match_name":"P. Böhm","common_name":"Phillip Böhm","date_of_birth":"2002-02-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"1676","team_name":"SC Austria Lustenau","short_name":"Lustenau","team_area_id":"20","team_area_name":"Austria","start_date":"2025-07-01","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/339237.png"},{"people_id":"80611","first_name":"Franco","last_name":"Flückiger","match_name":"F. Flückiger","common_name":"Franco Flückiger","date_of_birth":"1991-03-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"195","weight":"90","foot":"right","position":"Goalkeeper","team_id":"14062","team_name":"SC Schwarz-Weiß Bregenz","short_name":"Bregenz","team_area_id":"20","team_area_name":"Austria","start_date":"2023-07-04","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/80611.png"},{"people_id":"514038","first_name":"Elione","last_name":"Fernandes Neto","match_name":"E. Fernandes Neto","common_name":"Elione Fernandes Neto","date_of_birth":"2005-08-23","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18353","team_name":"FC Liefering","short_name":"Liefering","team_area_id":"20","team_area_name":"Austria","start_date":"2023-08-10","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/514038.png"},{"people_id":"12198","first_name":"Stefan","last_name":"Thesker","match_name":"S. Thesker","common_name":"Stefan Thesker","date_of_birth":"1991-04-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"190","weight":"82","foot":"left","position":"Defender","team_id":"18355","team_name":"SKN St. Pölten","short_name":"St. Pölten","team_area_id":"20","team_area_name":"Austria","start_date":"2023-07-11","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12198.png"},{"people_id":"12325","first_name":"Marc","last_name":"Stendera","match_name":"M. Stendera","common_name":"Marc Stendera","date_of_birth":"1995-12-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"171","weight":"64","foot":"right","position":"Midfielder","team_id":"18355","team_name":"SKN St. Pölten","short_name":"St. Pölten","team_area_id":"20","team_area_name":"Austria","start_date":"2023-07-01","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12325.png"},{"people_id":"199037","first_name":"Gerhard","last_name":"Mena Dombaxi","match_name":"G. Dombaxi","common_name":"Gerhard Dombaxi","date_of_birth":"1996-10-20","country_of_birth":"Angola","nationality":"Germany","country_of_birth_area_id":"13","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"18355","team_name":"SKN St. Pölten","short_name":"St. Pölten","team_area_id":"20","team_area_name":"Austria","start_date":"2023-07-01","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/199037.png"},{"people_id":"131979","first_name":"Charles-Jesaja","last_name":"Herrmann","match_name":"J. Herrmann","common_name":"Jesaja Herrmann","date_of_birth":"2000-02-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"190","weight":"","foot":"both","position":"Attacker","team_id":"22942","team_name":"SKU Ertl Glas Amstetten","short_name":"Amstetten","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-30","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/131979.png"},{"people_id":"213677","first_name":"Tiago","last_name":"Estêvão","match_name":"T. Estêvão","common_name":"Tiago Estêvão","date_of_birth":"2002-05-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"22942","team_name":"SKU Ertl Glas Amstetten","short_name":"Amstetten","team_area_id":"20","team_area_name":"Austria","start_date":"2025-07-08","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/213677.png"},{"people_id":"271076","first_name":"Lloyd-Addo","last_name":"Kuffour","match_name":"L. Kuffour","common_name":"Lloyd-Addo Kuffour","date_of_birth":"2002-05-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"22942","team_name":"SKU Ertl Glas Amstetten","short_name":"Amstetten","team_area_id":"20","team_area_name":"Austria","start_date":"2025-07-01","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/271076.png"},{"people_id":"271405","first_name":"Yannick","last_name":"Oberleitner","match_name":"Y. Oberleitner","common_name":"Yannick Oberleitner","date_of_birth":"2002-05-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"185","weight":"","foot":"both","position":"Defender","team_id":"22942","team_name":"SKU Ertl Glas Amstetten","short_name":"Amstetten","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-17","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/271405.png"},{"people_id":"71503","first_name":"Matthias","last_name":"Öttl","match_name":"M. Öttl","common_name":"Matthias Öttl","date_of_birth":"1992-02-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"","foot":"","position":"Midfielder","team_id":"22952","team_name":"SV Austria Salzburg","short_name":"Austria SB","team_area_id":"20","team_area_name":"Austria","start_date":"2018-01-14","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/71503.png"},{"people_id":"71507","first_name":"Christian","last_name":"Schlosser","match_name":"C. Schlosser","common_name":"Christian Schlosser","date_of_birth":"1996-04-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"22952","team_name":"SV Austria Salzburg","short_name":"Austria SB","team_area_id":"20","team_area_name":"Austria","start_date":"2014-07-01","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/71507.png"},{"people_id":"125666","first_name":"Johannes","last_name":"Zottl","match_name":"J. Zottl","common_name":"Johannes Zottl","date_of_birth":"1994-03-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"both","position":"Attacker","team_id":"22952","team_name":"SV Austria Salzburg","short_name":"Austria SB","team_area_id":"20","team_area_name":"Austria","start_date":"2021-07-15","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/125666.png"},{"people_id":"418618","first_name":"Aaron Boold","last_name":"Volkert","match_name":"A. Volkert","common_name":"Aaron Volkert","date_of_birth":"2001-09-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"22952","team_name":"SV Austria Salzburg","short_name":"Austria SB","team_area_id":"20","team_area_name":"Austria","start_date":"2023-07-01","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/418618.png"},{"people_id":"7771552","first_name":"Moritz","last_name":"Hutt","match_name":"M. Hutt","common_name":"Moritz Hutt","date_of_birth":"2004-02-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"22952","team_name":"SV Austria Salzburg","short_name":"Austria SB","team_area_id":"20","team_area_name":"Austria","start_date":"2022-07-01","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7771552.png"},{"people_id":"7884219","first_name":"Joseph","last_name":"Akpara","match_name":"J. Akpara","common_name":"Joseph Akpara","date_of_birth":"2005-05-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"22952","team_name":"SV Austria Salzburg","short_name":"Austria SB","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7884219.png"},{"people_id":"95744","first_name":"Iba","last_name":"May","match_name":"I. May","common_name":"Iba May","date_of_birth":"1998-06-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"75","foot":"right","position":"Midfielder","team_id":"22965","team_name":"SK Austria Klagenfurt","short_name":"Klagenfurt","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/95744.png"},{"people_id":"132844","first_name":"Laurenz","last_name":"Dehl","match_name":"L. Dehl","common_name":"Laurenz Dehl","date_of_birth":"2001-12-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"22965","team_name":"SK Austria Klagenfurt","short_name":"Klagenfurt","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/132844.png"},{"people_id":"270424","first_name":"Jonas","last_name":"Kühn","match_name":"J. Kühn","common_name":"Jonas Kühn","date_of_birth":"2002-03-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"22965","team_name":"SK Austria Klagenfurt","short_name":"Klagenfurt","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"345","competition_name":"2. Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/270424.png"},{"people_id":"280961","first_name":"Kevin","last_name":"Szár","match_name":"K. Szár","common_name":"Kevin Szár","date_of_birth":"1999-04-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"1644","team_name":"SV Gloggnitz","short_name":"Gloggnitz","team_area_id":"20","team_area_name":"Austria","start_date":"2019-06-11","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/280961.png"},{"people_id":"421567","first_name":"Konstantin","last_name":"Gertig","match_name":"K. Gertig","common_name":"Konstantin Gertig","date_of_birth":"2004-02-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"1663","team_name":"SK Bischofshofen","short_name":"Bischofshofen","team_area_id":"20","team_area_name":"Austria","start_date":"2023-07-17","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/421567.png"},{"people_id":"540937","first_name":"Jordi","last_name":"Woudstra","match_name":"J. Woudstra","common_name":"Jordi Woudstra","date_of_birth":"2001-11-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1663","team_name":"SK Bischofshofen","short_name":"Bischofshofen","team_area_id":"20","team_area_name":"Austria","start_date":"2023-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/540937.png"},{"people_id":"7869036","first_name":"Orlando","last_name":"Rahim Azzef","match_name":"O. Azzef","common_name":"Orlando Azzef","date_of_birth":"2004-09-14","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1663","team_name":"SK Bischofshofen","short_name":"Bischofshofen","team_area_id":"20","team_area_name":"Austria","start_date":"2023-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7869036.png"},{"people_id":"7972487","first_name":"Peter","last_name":"Irsch","match_name":"P. Irsch","common_name":"Peter Irsch","date_of_birth":"1997-09-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"","foot":"right","position":"Midfielder","team_id":"1663","team_name":"SK Bischofshofen","short_name":"Bischofshofen","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7972487.png"},{"people_id":"125647","first_name":"Mario","last_name":"Stockenreiter","match_name":"M. Stockenreiter","common_name":"Mario Stockenreiter","date_of_birth":"1997-08-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"1671","team_name":"FC Kufstein","short_name":"Kufstein","team_area_id":"20","team_area_name":"Austria","start_date":"2020-01-19","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/125647.png"},{"people_id":"270892","first_name":"Timon","last_name":"Burmeister","match_name":"T. Burmeister","common_name":"Timon Burmeister","date_of_birth":"2002-11-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"17664","team_name":"SV Licht-Loidl Lafnitz","short_name":"Lafnitz","team_area_id":"20","team_area_name":"Austria","start_date":"2023-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/270892.png"},{"people_id":"422461","first_name":"Tim","last_name":"Meyer","match_name":"T. Meyer","common_name":"Tim Meyer","date_of_birth":"2005-05-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"17664","team_name":"SV Licht-Loidl Lafnitz","short_name":"Lafnitz","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/422461.png"},{"people_id":"423705","first_name":"Luca Romeo","last_name":"Butkovic","match_name":"L. Butkovic","common_name":"Luca Butkovic","date_of_birth":"2004-09-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"17664","team_name":"SV Licht-Loidl Lafnitz","short_name":"Lafnitz","team_area_id":"20","team_area_name":"Austria","start_date":"2023-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/423705.png"},{"people_id":"522619","first_name":"Justin","last_name":"Hofmann","match_name":"J. Hofmann","common_name":"Justin Hofmann","date_of_birth":"2006-02-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"17664","team_name":"SV Licht-Loidl Lafnitz","short_name":"Lafnitz","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/522619.png"},{"people_id":"5294","first_name":"Anthony","last_name":"Syhre","match_name":"A. Syhre","common_name":"Anthony Syhre","date_of_birth":"1995-03-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"18354","team_name":"SV Horn","short_name":"Horn","team_area_id":"20","team_area_name":"Austria","start_date":"2024-08-14","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5294.png"},{"people_id":"134035","first_name":"Elias","last_name":"Höng","match_name":"E. Höng","common_name":"Elias Höng","date_of_birth":"1999-03-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"22955","team_name":"FC Eurotours Kitzbühel","short_name":"Kitzbühel","team_area_id":"20","team_area_name":"Austria","start_date":"2019-01-07","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/134035.png"},{"people_id":"274490","first_name":"Xaver","last_name":"Kroll","match_name":"X. Kroll","common_name":"Xaver Kroll","date_of_birth":"2003-01-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"185","weight":"","foot":"both","position":"Attacker","team_id":"22955","team_name":"FC Eurotours Kitzbühel","short_name":"Kitzbühel","team_area_id":"20","team_area_name":"Austria","start_date":"2021-07-27","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/274490.png"},{"people_id":"334949","first_name":"Andreas","last_name":"Wörndl","match_name":"A. Wörndl","common_name":"Andreas Wörndl","date_of_birth":"1994-04-23","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"22955","team_name":"FC Eurotours Kitzbühel","short_name":"Kitzbühel","team_area_id":"20","team_area_name":"Austria","start_date":"2021-01-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/334949.png"},{"people_id":"490227","first_name":"Kareem","last_name":"Baumann","match_name":"K. Baumann","common_name":"Kareem Baumann","date_of_birth":"1995-10-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"178","weight":"","foot":"left","position":"Defender","team_id":"22956","team_name":"SC Schwaz","short_name":"Schwaz","team_area_id":"20","team_area_name":"Austria","start_date":"2021-01-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/490227.png"},{"people_id":"7982695","first_name":"Denis","last_name":"Veskovic","match_name":"D. Veskovic","common_name":"Denis Veskovic","date_of_birth":"2006-05-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"22956","team_name":"SC Schwaz","short_name":"Schwaz","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7982695.png"},{"people_id":"335262","first_name":"Tobias","last_name":"Moser","match_name":"T. Moser","common_name":"Tobias Moser","date_of_birth":"2002-06-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"22957","team_name":"SV Seekirchen","short_name":"Seekirchen","team_area_id":"20","team_area_name":"Austria","start_date":"2019-01-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/335262.png"},{"people_id":"417809","first_name":"Serafin","last_name":"Bütow","match_name":"S. Bütow","common_name":"Serafin Bütow","date_of_birth":"2004-09-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"22957","team_name":"SV Seekirchen","short_name":"Seekirchen","team_area_id":"20","team_area_name":"Austria","start_date":"2021-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/417809.png"},{"people_id":"102946","first_name":"Alessandro","last_name":"Ziege","match_name":"A. Ziege","common_name":"Alessandro Ziege","date_of_birth":"1998-02-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"22959","team_name":"FC Pinzgau Saalfelden","short_name":"Pinzgau","team_area_id":"20","team_area_name":"Austria","start_date":"2018-07-05","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/102946.png"},{"people_id":"99648","first_name":"Pierce","last_name":"Lange","match_name":"P. Lange","common_name":"Pierce Lange","date_of_birth":"1997-12-26","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"22964","team_name":"Cashpoint SC Rheindorf Altach Juniors","short_name":"Altach II","team_area_id":"20","team_area_name":"Austria","start_date":"2015-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/99648.png"},{"people_id":"99658","first_name":"Maximilian","last_name":"Knuth","match_name":"M. Knuth","common_name":"Maximilian Knuth","date_of_birth":"1989-05-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"","foot":"left","position":"Midfielder","team_id":"22964","team_name":"Cashpoint SC Rheindorf Altach Juniors","short_name":"Altach II","team_area_id":"20","team_area_name":"Austria","start_date":"2015-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/99658.png"},{"people_id":"143386","first_name":"Tobias","last_name":"Hofbauer","match_name":"T. Hofbauer","common_name":"Tobias Hofbauer","date_of_birth":"2001-06-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"22970","team_name":"Union Raiffeisen Gurten","short_name":"Gurten","team_area_id":"20","team_area_name":"Austria","start_date":"2025-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/143386.png"},{"people_id":"7792128","first_name":"Maximilian","last_name":"Stahler","match_name":"M. Stahler","common_name":"Maximilian Stahler","date_of_birth":"2001-06-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"22970","team_name":"Union Raiffeisen Gurten","short_name":"Gurten","team_area_id":"20","team_area_name":"Austria","start_date":"2022-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7792128.png"},{"people_id":"503481","first_name":"Nikolaj","last_name":"Sinik","match_name":"N. Sinik","common_name":"Nikolaj Sinik","date_of_birth":"2003-06-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"22998","team_name":"SC Wiener Viktoria","short_name":"SCW Viktoria","team_area_id":"20","team_area_name":"Austria","start_date":"2022-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/503481.png"},{"people_id":"7867818","first_name":"Valentin","last_name":"Ertl","match_name":"V. Ertl","common_name":"Valentin Ertl","date_of_birth":"2001-08-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"","foot":"right","position":"Midfielder","team_id":"23321","team_name":"SVG Reichenau","short_name":"Reichenau","team_area_id":"20","team_area_name":"Austria","start_date":"2022-01-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7867818.png"},{"people_id":"7953925","first_name":"Felix","last_name":"Triftshäuser","match_name":"F. Triftshäuser","common_name":"Felix Triftshäuser","date_of_birth":"2005-02-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"23321","team_name":"SVG Reichenau","short_name":"Reichenau","team_area_id":"20","team_area_name":"Austria","start_date":"2022-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7953925.png"},{"people_id":"8030996","first_name":"Max","last_name":"Forisch","match_name":"M. Forisch","common_name":"Max Forisch","date_of_birth":"2006-04-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"23321","team_name":"SVG Reichenau","short_name":"Reichenau","team_area_id":"20","team_area_name":"Austria","start_date":"2025-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/8030996.png"},{"people_id":"8031004","first_name":"Luca","last_name":"Ben Kallinich","match_name":"L. Kallinich","common_name":"Luca Ben Kallinich","date_of_birth":"2004-03-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"23321","team_name":"SVG Reichenau","short_name":"Reichenau","team_area_id":"20","team_area_name":"Austria","start_date":"2025-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/8031004.png"},{"people_id":"418348","first_name":"Konrad","last_name":"Görich","match_name":"K. Görich","common_name":"Konrad Görich","date_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"24691","team_name":"SC Retz","short_name":"Retz","team_area_id":"20","team_area_name":"Austria","start_date":"2020-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/418348.png"},{"people_id":"7793587","first_name":"Kristijan","last_name":"Đulabić","match_name":"K. Đulabić","common_name":"Kristijan Đulabić","date_of_birth":"1998-02-26","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"24697","team_name":"VfB Hohenems","short_name":"Hohenems","team_area_id":"20","team_area_name":"Austria","start_date":"2022-07-15","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7793587.png"},{"people_id":"8030999","first_name":"Finn","last_name":"Marold","match_name":"F. Marold","common_name":"Finn Marold","date_of_birth":"2006-09-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"24697","team_name":"VfB Hohenems","short_name":"Hohenems","team_area_id":"20","team_area_name":"Austria","start_date":"2025-01-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/8030999.png"},{"people_id":"417811","first_name":"Justin","last_name":"Mühlbauer","match_name":"J. Mühlbauer","common_name":"Justin Mühlbauer","date_of_birth":"2002-08-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"31744","team_name":"SV Raika Kuchl","short_name":"Kuchl","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/417811.png"},{"people_id":"490717","first_name":"Nico","last_name":"Schiedermeier","match_name":"N. Schiedermeier","common_name":"Nico Schiedermeier","date_of_birth":"2002-10-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"31744","team_name":"SV Raika Kuchl","short_name":"Kuchl","team_area_id":"20","team_area_name":"Austria","start_date":"2025-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/490717.png"},{"people_id":"81996","first_name":"Marco","last_name":"Schultz","match_name":"M. Schultz","common_name":"Marco Schultz","date_of_birth":"1992-02-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"","foot":"both","position":"Attacker","team_id":"31759","team_name":"SC Sparkasse Imst","short_name":"Imst","team_area_id":"20","team_area_name":"Austria","start_date":"2025-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/81996.png"},{"people_id":"134538","first_name":"Louis","last_name":"Zimmerschied","match_name":"L. Zimmerschied","common_name":"Louis Zimmerschied","date_of_birth":"2001-01-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"31759","team_name":"SC Sparkasse Imst","short_name":"Imst","team_area_id":"20","team_area_name":"Austria","start_date":"2022-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/134538.png"},{"people_id":"198376","first_name":"Stefan","last_name":"Lorenz","match_name":"S. Lorenz","common_name":"Stefan Lorenz","date_of_birth":"1999-09-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"31759","team_name":"SC Sparkasse Imst","short_name":"Imst","team_area_id":"20","team_area_name":"Austria","start_date":"2022-04-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198376.png"},{"people_id":"200089","first_name":"Benjamin","last_name":"Kraft","match_name":"B. Kraft","common_name":"Benjamin Kraft","date_of_birth":"1996-10-31","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"31759","team_name":"SC Sparkasse Imst","short_name":"Imst","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/200089.png"},{"people_id":"7906437","first_name":"Marcel","last_name":"Kirchmaier","match_name":"M. Kirchmaier","common_name":"Marcel Kirchmaier","date_of_birth":"2002-07-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"31759","team_name":"SC Sparkasse Imst","short_name":"Imst","team_area_id":"20","team_area_name":"Austria","start_date":"2023-01-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7906437.png"},{"people_id":"250329","first_name":"Abdül Kerim","last_name":"Kalkan","match_name":"A. Kalkan","common_name":"Abdül Kerim Kalkan","date_of_birth":"1997-08-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"31936","team_name":"Intemann FC Lauterach","short_name":"Lauterach","team_area_id":"20","team_area_name":"Austria","start_date":"2021-01-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/250329.png"},{"people_id":"421576","first_name":"Marlon","last_name":"Winter","match_name":"M. Winter","common_name":"Marlon Winter","date_of_birth":"2005-09-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"32178","team_name":"ATuS Velden","short_name":"Velden","team_area_id":"20","team_area_name":"Austria","start_date":"2024-01-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/421576.png"},{"people_id":"7937086","first_name":"Niklas","last_name":"Janke","match_name":"N. Janke","common_name":"Niklas Janke","date_of_birth":"1997-06-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"32178","team_name":"ATuS Velden","short_name":"Velden","team_area_id":"20","team_area_name":"Austria","start_date":"2013-07-01","competition_id":"541","competition_name":"Regionalliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7937086.png"},{"people_id":"171341","first_name":"Phil-Louis","last_name":"Kunze","match_name":"P. Kunze","common_name":"Phil-Louis Kunze","date_of_birth":"2001-07-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1611","team_name":"FC Wacker Innsbruck","short_name":"Wacker","team_area_id":"20","team_area_name":"Austria","start_date":"2025-07-01","competition_id":"1311","competition_name":"Landesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/171341.png"},{"people_id":"7781439","first_name":"Michael","last_name":"Neuner","match_name":"M. Neuner","common_name":"Michael Neuner","date_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1611","team_name":"FC Wacker Innsbruck","short_name":"Wacker","team_area_id":"20","team_area_name":"Austria","start_date":"2022-05-20","competition_id":"1311","competition_name":"Landesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7781439.png"},{"people_id":"25818","first_name":"Timo","last_name":"Perthel","match_name":"T. Perthel","common_name":"Timo Perthel","date_of_birth":"1989-02-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"83","foot":"left","position":"Defender","team_id":"1616","team_name":"DSV TGI Gold Leoben","short_name":"Leoben","team_area_id":"20","team_area_name":"Austria","start_date":"2022-01-01","competition_id":"1310","competition_name":"Landesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25818.png"},{"people_id":"138581","first_name":"Anil","last_name":"Aydin","match_name":"A. Aydin","common_name":"Anil Aydin","date_of_birth":"2000-01-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"172","weight":"67","foot":"","position":"Midfielder","team_id":"1616","team_name":"DSV TGI Gold Leoben","short_name":"Leoben","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"1310","competition_name":"Landesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/138581.png"},{"people_id":"266110","first_name":"Sebastian","last_name":"Hölzl","match_name":"S. Hölzl","common_name":"Sebastian Hölzl","date_of_birth":"2001-06-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"right","position":"Midfielder","team_id":"1649","team_name":"Salzburger AK 1914","short_name":"Salzburger AK","team_area_id":"20","team_area_name":"Austria","start_date":"2020-07-01","competition_id":"1309","competition_name":"Landesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/266110.png"},{"people_id":"418588","first_name":"Benjamin","last_name":"Bohm","match_name":"B. Bohm","common_name":"Benjamin Bohm","date_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"right","position":"Midfielder","team_id":"21364","team_name":"ASV Schrems","short_name":"Schrems","team_area_id":"20","team_area_name":"Austria","start_date":"2020-07-01","competition_id":"1307","competition_name":"Landesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/418588.png"},{"people_id":"75231","first_name":"Maximilian","last_name":"Weber","match_name":"M. Weber","common_name":"Maximilian Weber","date_of_birth":"1993-10-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"22967","team_name":"SV Allerheiligen","short_name":"Allerheiligen","team_area_id":"20","team_area_name":"Austria","start_date":"2021-07-01","competition_id":"1310","competition_name":"Landesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/75231.png"},{"people_id":"7792934","first_name":"Julian","last_name":"Janetzko","match_name":"J. Janetzko","common_name":"Julian Janetzko","date_of_birth":"2003-07-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"22967","team_name":"SV Allerheiligen","short_name":"Allerheiligen","team_area_id":"20","team_area_name":"Austria","start_date":"2021-09-01","competition_id":"1310","competition_name":"Landesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7792934.png"},{"people_id":"267008","first_name":"Philip","last_name":"Epple","match_name":"P. Epple","common_name":"Philip Epple","date_of_birth":"1995-01-21","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"22988","team_name":"FV Austria XIII Auhof Center","short_name":"Austria XIII","team_area_id":"20","team_area_name":"Austria","start_date":"2017-07-01","competition_id":"1313","competition_name":"Landesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/267008.png"},{"people_id":"198268","first_name":"Julius","last_name":"Heimpel","match_name":"J. Heimpel","common_name":"Julius Heimpel","date_of_birth":"2001-02-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"23326","team_name":"SV Innsbruck","short_name":"SV Innsbruck","team_area_id":"20","team_area_name":"Austria","start_date":"2020-07-01","competition_id":"1311","competition_name":"Landesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198268.png"},{"people_id":"335364","first_name":"Tyrone","last_name":"McCargo","match_name":"T. McCargo","common_name":"Tyrone McCargo","date_of_birth":"1993-09-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"23329","team_name":"ASKÖ Köttmannsdorf","short_name":"Köttmannsdorf","team_area_id":"20","team_area_name":"Austria","start_date":"2018-06-11","competition_id":"1306","competition_name":"Kärntner Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/335364.png"},{"people_id":"7870243","first_name":"Julian","last_name":"Völz","match_name":"J. Völz","common_name":"Julian Völz","date_of_birth":"1999-06-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"23371","team_name":"ATuS Ferlach","short_name":"Ferlach","team_area_id":"20","team_area_name":"Austria","start_date":"2020-07-01","competition_id":"1306","competition_name":"Kärntner Liga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7870243.png"},{"people_id":"246477","first_name":"Lukas","last_name":"Brandl","match_name":"L. Brandl","common_name":"Lukas Brandl","date_of_birth":"2002-01-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"27288","team_name":"SV Wörgl","short_name":"Wörgl","team_area_id":"20","team_area_name":"Austria","start_date":"2021-07-01","competition_id":"4340","competition_name":"Regionalliga Tirol","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/246477.png"},{"people_id":"430505","first_name":"Hans Josef","last_name":"Haderecker","match_name":"H. Haderecker","common_name":"Hans Haderecker","date_of_birth":"1997-04-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"179","weight":"72","foot":"","position":"Defender","team_id":"27288","team_name":"SV Wörgl","short_name":"Wörgl","team_area_id":"20","team_area_name":"Austria","start_date":"2020-10-01","competition_id":"4340","competition_name":"Regionalliga Tirol","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/430505.png"},{"people_id":"241841","first_name":"Marius","last_name":"Schorpp","match_name":"M. Schorpp","common_name":"Marius Schorpp","date_of_birth":"2001-08-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"31659","team_name":"SC Austria Lustenau Amateure","short_name":"Lustenau II","team_area_id":"20","team_area_name":"Austria","start_date":"2017-07-01","competition_id":"4424","competition_name":"Vorarlberg Eliteliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/241841.png"},{"people_id":"172963","first_name":"Sandro","last_name":"Foda","match_name":"S. Foda","common_name":"Sandro Foda","date_of_birth":"1989-12-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"31749","team_name":"SV Raiffeisen Wildon","short_name":"Wildon","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"1310","competition_name":"Landesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/172963.png"},{"people_id":"335300","first_name":"Luca Sebastian","last_name":"Merk","match_name":"L. Merk","common_name":"Luca Merk","date_of_birth":"2000-04-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"187","weight":"","foot":"","position":"Defender","team_id":"31933","team_name":"Meusburger FC Wolfurt","short_name":"Wolfurt","team_area_id":"20","team_area_name":"Austria","start_date":"2018-06-11","competition_id":"4424","competition_name":"Vorarlberg Eliteliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/335300.png"},{"people_id":"97620","first_name":"Samir","last_name":"Karahasanovic","match_name":"S. Karahasanovic","common_name":"Samir Karahasanovic","date_of_birth":"1982-11-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"181","weight":"76","foot":"","position":"Midfielder","team_id":"31937","team_name":"SC Admira Dornbirn","short_name":"Admira","team_area_id":"20","team_area_name":"Austria","start_date":"2019-07-05","competition_id":"4424","competition_name":"Vorarlberg Eliteliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/97620.png"},{"people_id":"99066","first_name":"Dustin","last_name":"Lutitzki","match_name":"D. Lutitzki","common_name":"Dustin Lutitzki","date_of_birth":"1995-06-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"","foot":"right","position":"Midfielder","team_id":"33275","team_name":"SK Freisinger Ebbs","short_name":"Ebbs","team_area_id":"20","team_area_name":"Austria","start_date":"2017-01-01","competition_id":"1311","competition_name":"Landesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/99066.png"},{"people_id":"7790483","first_name":"Yannik","last_name":"Funck","match_name":"Y. Funck","common_name":"Yannik Funck","date_of_birth":"1993-02-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"right","position":"Defender","team_id":"33280","team_name":"SV Fügen","short_name":"Fügen","team_area_id":"20","team_area_name":"Austria","start_date":"2022-02-01","competition_id":"4340","competition_name":"Regionalliga Tirol","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7790483.png"},{"people_id":"157205","first_name":"Carina","last_name":"Schlüter","match_name":"C. Schlüter","common_name":"Carina Schlüter","date_of_birth":"1996-11-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"27519","team_name":"SKN St. Pölten Frauen","short_name":"St. Pölten","team_area_id":"20","team_area_name":"Austria","start_date":"2022-07-01","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/157205.png"},{"people_id":"221097","first_name":"Laura","last_name":"Sieger","match_name":"L. Sieger","common_name":"Laura Sieger","date_of_birth":"2000-02-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"27519","team_name":"SKN St. Pölten Frauen","short_name":"St. Pölten","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-01","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/221097.png"},{"people_id":"504354","first_name":"Rita","last_name":"Schumacher","match_name":"R. Schumacher","common_name":"Rita Schumacher","date_of_birth":"2000-06-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Attacker","team_id":"27519","team_name":"SKN St. Pölten Frauen","short_name":"St. Pölten","team_area_id":"20","team_area_name":"Austria","start_date":"2022-07-01","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/504354.png"},{"people_id":"505306","first_name":"Sarah","last_name":"Mattner-Trembleau","match_name":"S. Mattner-Trembleau","common_name":"Sarah Mattner-Trembleau","date_of_birth":"2003-05-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"27519","team_name":"SKN St. Pölten Frauen","short_name":"St. Pölten","team_area_id":"20","team_area_name":"Austria","start_date":"2023-02-01","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/505306.png"},{"people_id":"7798422","first_name":"Anna","last_name":"Johanning","match_name":"A. Johanning","common_name":"Anna Johanning","date_of_birth":"1998-01-21","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Defender","team_id":"27519","team_name":"SKN St. Pölten Frauen","short_name":"St. Pölten","team_area_id":"20","team_area_name":"Austria","start_date":"2022-07-01","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7798422.png"},{"people_id":"7769797","first_name":"Pauline","last_name":"Deutsch","match_name":"P. Deutsch","common_name":"Pauline Deutsch","date_of_birth":"2004-09-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Defender","team_id":"27520","team_name":"SK Sturm Graz","short_name":"Sturm Graz","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-09","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7769797.png"},{"people_id":"7921167","first_name":"Laura","last_name":"Riesenbeck","match_name":"L. Riesenbeck","common_name":"Laura Riesenbeck","date_of_birth":"2001-01-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Defender","team_id":"27520","team_name":"SK Sturm Graz","short_name":"Sturm Graz","team_area_id":"20","team_area_name":"Austria","start_date":"2024-03-01","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7921167.png"},{"people_id":"545831","first_name":"Magdalena","last_name":"Kolbe","match_name":"M. Kolbe","common_name":"Magdalena Kolbe","date_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Defender","team_id":"31941","team_name":"USV Neulengbach","short_name":"Neulengbach","team_area_id":"20","team_area_name":"Austria","start_date":"2025-05-01","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/545831.png"},{"people_id":"221071","first_name":"Verena","last_name":"Volkmer","match_name":"V. Volkmer","common_name":"Verena Volkmer","date_of_birth":"1996-03-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Attacker","team_id":"31942","team_name":"FK Austria Wien","short_name":"Austria Wien","team_area_id":"20","team_area_name":"Austria","start_date":"2022-08-16","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/221071.png"},{"people_id":"504224","first_name":"Sarah Lisa","last_name":"Dübel","match_name":"S. Dübel","common_name":"Sarah Dübel","date_of_birth":"1998-03-26","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"31949","team_name":"SPG SCR Altach\/FFC Vorderland","short_name":"Vorderland","team_area_id":"20","team_area_name":"Austria","start_date":"2024-01-23","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/504224.png"},{"people_id":"504315","first_name":"Rieke","last_name":"Tietz","match_name":"R. Tietz","common_name":"Rieke Tietz","date_of_birth":"2002-03-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Attacker","team_id":"31949","team_name":"SPG SCR Altach\/FFC Vorderland","short_name":"Vorderland","team_area_id":"20","team_area_name":"Austria","start_date":"2021-07-01","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/504315.png"},{"people_id":"7769453","first_name":"Juliane","last_name":"Schmid","match_name":"J. Schmid","common_name":"Juliane Schmid","date_of_birth":"2004-07-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"31949","team_name":"SPG SCR Altach\/FFC Vorderland","short_name":"Vorderland","team_area_id":"20","team_area_name":"Austria","start_date":"2025-01-01","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7769453.png"},{"people_id":"7805635","first_name":"Gina","last_name":"Ebels","match_name":"G. Ebels","common_name":"Gina Ebels","date_of_birth":"2004-12-16","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"31949","team_name":"SPG SCR Altach\/FFC Vorderland","short_name":"Vorderland","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-18","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7805635.png"},{"people_id":"7871849","first_name":"Vera Marie","last_name":"Ellgaß","match_name":"V. Ellgaß","common_name":"Vera Ellgaß","date_of_birth":"2002-06-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Attacker","team_id":"31949","team_name":"SPG SCR Altach\/FFC Vorderland","short_name":"Vorderland","team_area_id":"20","team_area_name":"Austria","start_date":"2023-06-21","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7871849.png"},{"people_id":"457205","first_name":"Julia","last_name":"Kappenberger","match_name":"J. Kappenberger","common_name":"Julia Kappenberger","date_of_birth":"1995-12-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"50466","team_name":"First Vienna FC 1894","short_name":"First Vienna","team_area_id":"20","team_area_name":"Austria","start_date":"2024-03-10","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/457205.png"},{"people_id":"7763774","first_name":"Liv-Lilith","last_name":"Falk","match_name":"L. Falk","common_name":"Liv-Lilith Falk","date_of_birth":"2007-02-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Defender","team_id":"50466","team_name":"First Vienna FC 1894","short_name":"First Vienna","team_area_id":"20","team_area_name":"Austria","start_date":"2018-03-16","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7763774.png"},{"people_id":"7921141","first_name":"Milla","last_name":"Puck","match_name":"M. Puck","common_name":"Milla Puck","date_of_birth":"2008-04-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"163","weight":"","foot":"","position":"Midfielder","team_id":"50466","team_name":"First Vienna FC 1894","short_name":"First Vienna","team_area_id":"20","team_area_name":"Austria","start_date":"2024-03-01","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7921141.png"},{"people_id":"7941982","first_name":"Leonie","last_name":"Gebert","match_name":"L. Gebert","common_name":"Leonie Gebert","date_of_birth":"2003-07-31","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"50466","team_name":"First Vienna FC 1894","short_name":"First Vienna","team_area_id":"20","team_area_name":"Austria","start_date":"2024-08-07","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7941982.png"},{"people_id":"7807743","first_name":"Emily Silvia","last_name":"Schimm","match_name":"E. Schimm","common_name":"Emily Schimm","date_of_birth":"2005-11-14","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Attacker","team_id":"51114","team_name":"SPG Union Kleinmünchen\/BW Linz","short_name":"Kleinm\/BW Linz","team_area_id":"20","team_area_name":"Austria","start_date":"2022-08-01","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7807743.png"},{"people_id":"7941996","first_name":"Samantha","last_name":"Stiglmair","match_name":"S. Stiglmair","common_name":"Samantha Stiglmair","date_of_birth":"2000-11-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Defender","team_id":"61904","team_name":"LASK Linz","short_name":"LASK","team_area_id":"20","team_area_name":"Austria","start_date":"2024-07-23","competition_id":"1315","competition_name":"Frauen Bundesliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7941996.png"},{"people_id":"457221","first_name":"Giulia","last_name":"Eckert","match_name":"G. Eckert","common_name":"Giulia Eckert","date_of_birth":"2002-10-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"31948","team_name":"FC Wacker Innsbruck","short_name":"Wacker Innsbr.","team_area_id":"20","team_area_name":"Austria","start_date":"2023-02-17","competition_id":"3142","competition_name":"2. Frauenliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/457221.png"},{"people_id":"545845","first_name":"Selin","last_name":"Yildirim","match_name":"S. Yildirim","common_name":"Selin Yildirim","date_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Attacker","team_id":"31948","team_name":"FC Wacker Innsbruck","short_name":"Wacker Innsbr.","team_area_id":"20","team_area_name":"Austria","start_date":"2022-03-31","competition_id":"3142","competition_name":"2. Frauenliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/545845.png"},{"people_id":"545850","first_name":"Annalena","last_name":"Fiedler","match_name":"A. Fiedler","common_name":"Annalena Fiedler","date_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"31948","team_name":"FC Wacker Innsbruck","short_name":"Wacker Innsbr.","team_area_id":"20","team_area_name":"Austria","start_date":"2022-02-12","competition_id":"3142","competition_name":"2. Frauenliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/545850.png"},{"people_id":"7763776","first_name":"Charlotte","last_name":"Marhauser","match_name":"C. Marhauser","common_name":"Charlotte Marhauser","date_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"","team_id":"31948","team_name":"FC Wacker Innsbruck","short_name":"Wacker Innsbr.","team_area_id":"20","team_area_name":"Austria","start_date":"2022-02-16","competition_id":"3142","competition_name":"2. Frauenliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7763776.png"},{"people_id":"7763779","first_name":"Emily Chiara","last_name":"Riemer","match_name":"E. Riemer","common_name":"Emily Chiara Riemer","date_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"","team_id":"31948","team_name":"FC Wacker Innsbruck","short_name":"Wacker Innsbr.","team_area_id":"20","team_area_name":"Austria","start_date":"2021-08-27","competition_id":"3142","competition_name":"2. Frauenliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7763779.png"},{"people_id":"7808034","first_name":"Jule Liese","last_name":"Kaiser","match_name":"J. Kaiser","common_name":"Jule Kaiser","date_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"","team_id":"31948","team_name":"FC Wacker Innsbruck","short_name":"Wacker Innsbr.","team_area_id":"20","team_area_name":"Austria","start_date":"2022-09-08","competition_id":"3142","competition_name":"2. Frauenliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7808034.png"},{"people_id":"7808036","first_name":"Billie Marie","last_name":"Kaiser","match_name":"B. Kaiser","common_name":"Billie Kaiser","date_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"","team_id":"31948","team_name":"FC Wacker Innsbruck","short_name":"Wacker Innsbr.","team_area_id":"20","team_area_name":"Austria","start_date":"2022-08-25","competition_id":"3142","competition_name":"2. Frauenliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7808036.png"},{"people_id":"7841330","first_name":"Julia","last_name":"Stützenberger","match_name":"J. Stützenberger","common_name":"Julia Stützenberger","date_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Attacker","team_id":"31948","team_name":"FC Wacker Innsbruck","short_name":"Wacker Innsbr.","team_area_id":"20","team_area_name":"Austria","start_date":"2023-02-22","competition_id":"3142","competition_name":"2. Frauenliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7841330.png"},{"people_id":"7874035","first_name":"Jolina","last_name":"Schatton","match_name":"J. Schatton","common_name":"Jolina Schatton","date_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"","team_id":"31948","team_name":"FC Wacker Innsbruck","short_name":"Wacker Innsbr.","team_area_id":"20","team_area_name":"Austria","start_date":"2023-07-01","competition_id":"3142","competition_name":"2. Frauenliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7874035.png"},{"people_id":"7885336","first_name":"Jodie","last_name":"Ehrlich","match_name":"J. Ehrlich","common_name":"Jodie Ehrlich","date_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Attacker","team_id":"31948","team_name":"FC Wacker Innsbruck","short_name":"Wacker Innsbr.","team_area_id":"20","team_area_name":"Austria","start_date":"2023-09-20","competition_id":"3142","competition_name":"2. Frauenliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7885336.png"},{"people_id":"7925097","first_name":"Elena","last_name":"Knollhuber","match_name":"E. Knollhuber","common_name":"Elena Knollhuber","date_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Attacker","team_id":"31948","team_name":"FC Wacker Innsbruck","short_name":"Wacker Innsbr.","team_area_id":"20","team_area_name":"Austria","start_date":"2023-02-20","competition_id":"3142","competition_name":"2. Frauenliga","competition_area_id":"20","competition_area_name":"Austria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7925097.png"},{"people_id":"111319","first_name":"Leroy-Jacques","last_name":"Mickels","match_name":"L. Mickels","common_name":"Leroy-Jacques Mickels","date_of_birth":"1995-06-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"15710","team_name":"Şamaxı FK","short_name":"Şamaxı","team_area_id":"21","team_area_name":"Azerbaijan","start_date":"2024-08-13","competition_id":"162","competition_name":"Premyer Liqası","competition_area_id":"21","competition_area_name":"Azerbaijan","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/111319.png"},{"people_id":"26078","first_name":"Robert","last_name":"Bauer","match_name":"R. Bauer","common_name":"Robert Bauer","date_of_birth":"1995-04-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"76","foot":"right","position":"Midfielder","team_id":"15714","team_name":"Neftçi PFK","short_name":"Neftçi","team_area_id":"21","team_area_name":"Azerbaijan","start_date":"2024-07-22","competition_id":"162","competition_name":"Premyer Liqası","competition_area_id":"21","competition_area_name":"Azerbaijan","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/26078.png"},{"people_id":"77285","first_name":"Joy Lance","last_name":"Mickels","match_name":"J. Mickels","common_name":"Joy Lance Mickels","date_of_birth":"1994-03-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"181","weight":"85","foot":"both","position":"Attacker","team_id":"33717","team_name":"Sabah FK","short_name":"Sabah","team_area_id":"21","team_area_name":"Azerbaijan","start_date":"2024-07-01","competition_id":"162","competition_name":"Premyer Liqası","competition_area_id":"21","competition_area_name":"Azerbaijan","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/77285.png"},{"people_id":"7737553","first_name":"Zoumana","last_name":"Keita","match_name":"Z. Keita","common_name":"Zoumana Keita","date_of_birth":"2005-11-16","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"860","team_name":"RSC Anderlecht","short_name":"Anderlecht","team_area_id":"27","team_area_name":"Belgium","start_date":"2025-06-15","competition_id":"65","competition_name":"Jupiler Pro League","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7737553.png"},{"people_id":"360568","first_name":"Nicolò","last_name":"Tresoldi","match_name":"N. Tresoldi","common_name":"Nicolò Tresoldi","date_of_birth":"2004-08-20","country_of_birth":"Italy","nationality":"Germany","country_of_birth_area_id":"100","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"2177","team_name":"Club Brugge KV","short_name":"Club Brugge","team_area_id":"27","team_area_name":"Belgium","start_date":"2025-06-15","competition_id":"65","competition_name":"Jupiler Pro League","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/360568.png"},{"people_id":"81013","first_name":"Tobias","last_name":"Mohr","match_name":"T. Mohr","common_name":"Tobias Mohr","date_of_birth":"1995-08-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"78","foot":"left","position":"Midfielder","team_id":"3080","team_name":"Royal Standard de Liège","short_name":"Standard","team_area_id":"27","team_area_name":"Belgium","start_date":"2025-06-16","competition_id":"65","competition_name":"Jupiler Pro League","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/81013.png"},{"people_id":"83936","first_name":"Dennis Yerai","last_name":"Eckert Ayensa","match_name":"D. Eckert","common_name":"Dennis Eckert","date_of_birth":"1997-01-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"79","foot":"right","position":"Attacker","team_id":"3080","team_name":"Royal Standard de Liège","short_name":"Standard","team_area_id":"27","team_area_name":"Belgium","start_date":"2024-09-06","competition_id":"65","competition_name":"Jupiler Pro League","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/83936.png"},{"people_id":"31197","first_name":"Patrick","last_name":"Pflücke","match_name":"P. Pflücke","common_name":"Patrick Pflücke","date_of_birth":"1996-11-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"170","weight":"66","foot":"left","position":"Attacker","team_id":"3081","team_name":"Yellow-Red KV Mechelen","short_name":"KV Mechelen","team_area_id":"27","team_area_name":"Belgium","start_date":"2023-08-21","competition_id":"65","competition_name":"Jupiler Pro League","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/31197.png"},{"people_id":"102630","first_name":"Lion","last_name":"Lauberbach","match_name":"L. Lauberbach","common_name":"Lion Lauberbach","date_of_birth":"1998-02-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"194","weight":"88","foot":"left","position":"Attacker","team_id":"3081","team_name":"Yellow-Red KV Mechelen","short_name":"KV Mechelen","team_area_id":"27","team_area_name":"Belgium","start_date":"2023-07-01","competition_id":"65","competition_name":"Jupiler Pro League","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/102630.png"},{"people_id":"199471","first_name":"Christopher Gavin","last_name":"Scott","match_name":"C. Scott","common_name":"Christopher Scott","date_of_birth":"2002-06-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"179","weight":"70","foot":"right","position":"Midfielder","team_id":"17599","team_name":"Royal Antwerp FC","short_name":"Antwerp FC","team_area_id":"27","team_area_name":"Belgium","start_date":"2024-07-01","competition_id":"65","competition_name":"Jupiler Pro League","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/199471.png"},{"people_id":"267430","first_name":"Henok","last_name":"Teklab","match_name":"H. Teklab","common_name":"Henok Teklab","date_of_birth":"1998-11-16","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"right","position":"Attacker","team_id":"19523","team_name":"RU Saint-Gilloise","short_name":"Union SG","team_area_id":"27","team_area_name":"Belgium","start_date":"2023-07-01","competition_id":"65","competition_name":"Jupiler Pro League","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/267430.png"},{"people_id":"270166","first_name":"Enrique","last_name":"Lofolomo","match_name":"E. Lofolomo","common_name":"Enrique Lofolomo","date_of_birth":"2000-04-14","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"3082","team_name":"SV Zulte-Waregem","short_name":"Zulte-Waregem","team_area_id":"27","team_area_name":"Belgium","start_date":"2025-06-15","competition_id":"258","competition_name":"Challenger Pro League","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/270166.png"},{"people_id":"25427","first_name":"Kevin","last_name":"Möhwald","match_name":"K. Möhwald","common_name":"Kevin Möhwald","date_of_birth":"1993-07-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"77","foot":"right","position":"Midfielder","team_id":"17592","team_name":"KAS Eupen","short_name":"AS Eupen","team_area_id":"27","team_area_name":"Belgium","start_date":"2023-07-01","competition_id":"258","competition_name":"Challenger Pro League","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25427.png"},{"people_id":"218257","first_name":"Julian Elias","last_name":"Renner","match_name":"J. Renner","common_name":"Julian Renner","date_of_birth":"2003-06-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"17592","team_name":"KAS Eupen","short_name":"AS Eupen","team_area_id":"27","team_area_name":"Belgium","start_date":"2021-09-16","competition_id":"258","competition_name":"Challenger Pro League","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/218257.png"},{"people_id":"271128","first_name":"Emrehan","last_name":"Gedikli","match_name":"E. Gedikli","common_name":"Emrehan Gedikli","date_of_birth":"2003-04-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"72","foot":"right","position":"Attacker","team_id":"17592","team_name":"KAS Eupen","short_name":"AS Eupen","team_area_id":"27","team_area_name":"Belgium","start_date":"2024-09-06","competition_id":"258","competition_name":"Challenger Pro League","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/271128.png"},{"people_id":"423158","first_name":"David","last_name":"Widlarz","match_name":"D. Widlarz","common_name":"David Widlarz","date_of_birth":"2005-03-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"17592","team_name":"KAS Eupen","short_name":"AS Eupen","team_area_id":"27","team_area_name":"Belgium","start_date":"2024-07-01","competition_id":"258","competition_name":"Challenger Pro League","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/423158.png"},{"people_id":"334215","first_name":"Verthomy Schilo","last_name":"Boboy","match_name":"V. Boboy","common_name":"Verthomy Boboy","date_of_birth":"2003-04-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"55072","team_name":"SL16 FC","short_name":"SL16","team_area_id":"27","team_area_name":"Belgium","start_date":"2024-08-28","competition_id":"469","competition_name":"Nationale 1","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/334215.png"},{"people_id":"334408","first_name":"Faroukou","last_name":"Cissé","match_name":"F. Cissé","common_name":"Faroukou Cissé","date_of_birth":"2004-03-09","country_of_birth":"Côte d’Ivoire","nationality":"Germany","country_of_birth_area_id":"60","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"55072","team_name":"SL16 FC","short_name":"SL16","team_area_id":"27","team_area_name":"Belgium","start_date":"2024-02-01","competition_id":"469","competition_name":"Nationale 1","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/334408.png"},{"people_id":"7943320","first_name":"Christopher Nakahosa","last_name":"Katunda","match_name":"C. Katunda","common_name":"Christopher Katunda","date_of_birth":"2004-03-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"19529","team_name":"RFC Union La Calamine","short_name":"La Calamine","team_area_id":"27","team_area_name":"Belgium","start_date":"2024-07-01","competition_id":"760","competition_name":"Division 2","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7943320.png"},{"people_id":"280740","first_name":"Aristote Kamulete","last_name":"Lufuankenda","match_name":"A. Lufuankenda","common_name":"Aristote Lufuankenda","date_of_birth":"2000-07-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"22084","team_name":"KSK Tongeren","short_name":"Tongeren","team_area_id":"27","team_area_name":"Belgium","start_date":"2024-06-15","competition_id":"760","competition_name":"Division 2","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/280740.png"},{"people_id":"512044","first_name":"Mouaad","last_name":"Latiris","match_name":"M. Latiris","common_name":"Mouaad Latiris","date_of_birth":"2006-01-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"66145","team_name":"PandaYoungsters23","short_name":"AS Eupen U23","team_area_id":"27","team_area_name":"Belgium","start_date":"2024-07-01","competition_id":"760","competition_name":"Division 2","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/512044.png"},{"people_id":"334293","first_name":"Philipp Mari","last_name":"Rombach","match_name":"P. Rombach","common_name":"Philipp Rombach","date_of_birth":"2003-10-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"27433","team_name":"KFC Eupen 1963","short_name":"Eupen 1963","team_area_id":"27","team_area_name":"Belgium","start_date":"2023-06-15","competition_id":"951","competition_name":"Division 3","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/334293.png"},{"people_id":"83205","first_name":"Andreas Matthias","last_name":"Werner","match_name":"A. Werner","common_name":"Andreas Werner","date_of_birth":"1996-06-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"21970","team_name":"Royal Léopold FC","short_name":"Léopold","team_area_id":"27","team_area_name":"Belgium","start_date":"2024-07-01","competition_id":"3133","competition_name":"Provincial 1 Wallon","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/83205.png"},{"people_id":"198658","first_name":"Thomas Jonathan Maxime Jean-Pierre","last_name":"Debante","match_name":"T. Debante","common_name":"Thomas Debante","date_of_birth":"2001-08-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"27333","team_name":"Royal Espoir Minerois","short_name":"Minerois","team_area_id":"27","team_area_name":"Belgium","start_date":"2023-06-15","competition_id":"957","competition_name":"Provincial 1","competition_area_id":"27","competition_area_name":"Belgium","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198658.png"},{"people_id":"25541","first_name":"Hendrik","last_name":"Bonmann","match_name":"H. Bonmann","common_name":"Hendrik Bonmann","date_of_birth":"1994-01-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"194","weight":"80","foot":"right","position":"Goalkeeper","team_id":"18787","team_name":"PFK Ludogorets 1945 Razgrad","short_name":"Ludogorets","team_area_id":"38","team_area_name":"Bulgaria","start_date":"2024-07-01","competition_id":"409","competition_name":"A PFG","competition_area_id":"38","competition_area_name":"Bulgaria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25541.png"},{"people_id":"136157","first_name":"Philipp Kenan","last_name":"Dünnwald","match_name":"P. Dünnwald","common_name":"Philipp Dünnwald","date_of_birth":"1995-11-14","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"37974","team_name":"FK Hebar Pazardzhik","short_name":"Hebar","team_area_id":"38","team_area_name":"Bulgaria","start_date":"2025-02-03","competition_id":"740","competition_name":"B PFG","competition_area_id":"38","competition_area_name":"Bulgaria","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/136157.png"},{"people_id":"102890","first_name":"Nicolas","last_name":"Wähling","match_name":"N. Wähling","common_name":"Nicolas Wähling","date_of_birth":"1997-08-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"187","weight":"","foot":"right","position":"Midfielder","team_id":"39088","team_name":"Cavalry FC","short_name":"Cavalry","team_area_id":"43","team_area_name":"Canada","start_date":"2024-07-12","competition_id":"225","competition_name":"Canadian Championship","competition_area_id":"43","competition_area_name":"Canada","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/102890.png"},{"people_id":"103322","first_name":"Tobias","last_name":"Warschewski","match_name":"T. Warschewski","common_name":"Tobias Warschewski","date_of_birth":"1998-02-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"187","weight":"","foot":"right","position":"Attacker","team_id":"39088","team_name":"Cavalry FC","short_name":"Cavalry","team_area_id":"43","team_area_name":"Canada","start_date":"2024-01-31","competition_id":"225","competition_name":"Canadian Championship","competition_area_id":"43","competition_area_name":"Canada","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/103322.png"},{"people_id":"7845038","first_name":"Nicolas","last_name":"Burret","match_name":"N. Burret","common_name":"Nicolas Burret","date_of_birth":"1999-02-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"60475","team_name":"TSS Rovers","short_name":"Rovers","team_area_id":"43","team_area_name":"Canada","start_date":"2023-01-01","competition_id":"225","competition_name":"Canadian Championship","competition_area_id":"43","competition_area_name":"Canada","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7845038.png"},{"people_id":"234617","first_name":"Robert","last_name":"Moewes","match_name":"R> Moewes","common_name":"Robert Moewes","date_of_birth":"1993-02-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"15826","team_name":"AC Barnechea","short_name":"Barnechea","team_area_id":"48","team_area_name":"Chile","start_date":"2018-01-16","competition_id":"178","competition_name":"Segunda Division","competition_area_id":"48","competition_area_name":"Chile","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/234617.png"},{"people_id":"312550","first_name":"Maximillian","last_name":"Stein","match_name":"M. Stein","common_name":"Maximillian Stein","date_of_birth":"2002-07-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"169","weight":"62","foot":"","position":"Midfielder","team_id":"24016","team_name":"Royal Blues Taipei FC","short_name":"Royal Blues","team_area_id":"50","team_area_name":"Chinese Taipei","start_date":"2018-01-01","competition_id":"203","competition_name":"City A-League","competition_area_id":"50","competition_area_name":"Chinese Taipei","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/312550.png"},{"people_id":"312551","first_name":"Ben","last_name":"Bratsch","match_name":"B. Bratsch","common_name":"Ben Bratsch","date_of_birth":"1998-11-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"175","weight":"74","foot":"","position":"Defender","team_id":"24016","team_name":"Royal Blues Taipei FC","short_name":"Royal Blues","team_area_id":"50","team_area_name":"Chinese Taipei","start_date":"2018-01-01","competition_id":"203","competition_name":"City A-League","competition_area_id":"50","competition_area_name":"Chinese Taipei","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/312551.png"},{"people_id":"131244","first_name":"Törless Tim","last_name":"Knöll","match_name":"T. Knöll","common_name":"Törless Knöll","date_of_birth":"1997-09-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"79","foot":"","position":"Attacker","team_id":"18553","team_name":"HNK Vukovar 1991","short_name":"Vukovar","team_area_id":"56","team_area_name":"Croatia","start_date":"2025-01-10","competition_id":"370","competition_name":"Prva Liga","competition_area_id":"56","competition_area_name":"Croatia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/131244.png"},{"people_id":"132561","first_name":"Ricardo","last_name":"Henning","match_name":"R. Henning","common_name":"Ricardo Henning","date_of_birth":"2000-09-22","country_of_birth":"Jamaica","nationality":"Germany","country_of_birth_area_id":"101","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"18553","team_name":"HNK Vukovar 1991","short_name":"Vukovar","team_area_id":"56","team_area_name":"Croatia","start_date":"2025-02-17","competition_id":"370","competition_name":"Prva Liga","competition_area_id":"56","competition_area_name":"Croatia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/132561.png"},{"people_id":"271331","first_name":"Marlon","last_name":"Roos Trujillo","match_name":"M. Roos Trujillo","common_name":"Marlon Roos Trujillo","date_of_birth":"2003-08-16","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18553","team_name":"HNK Vukovar 1991","short_name":"Vukovar","team_area_id":"56","team_area_name":"Croatia","start_date":"2023-07-11","competition_id":"370","competition_name":"Prva Liga","competition_area_id":"56","competition_area_name":"Croatia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/271331.png"},{"people_id":"419380","first_name":"Niko","last_name":"Garic","match_name":"N. Garic","common_name":"Niko Garic","date_of_birth":"2004-01-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18553","team_name":"HNK Vukovar 1991","short_name":"Vukovar","team_area_id":"56","team_area_name":"Croatia","start_date":"2023-07-28","competition_id":"370","competition_name":"Prva Liga","competition_area_id":"56","competition_area_name":"Croatia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/419380.png"},{"people_id":"198449","first_name":"Omar-Šarif","last_name":"Sijarić","match_name":"O. Sijarić","common_name":"Omar Sijarić","date_of_birth":"2001-11-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"177","weight":"71","foot":"right","position":"Midfielder","team_id":"18557","team_name":"HNK Rijeka","short_name":"Rijeka","team_area_id":"56","team_area_name":"Croatia","start_date":"2025-06-26","competition_id":"370","competition_name":"Prva Liga","competition_area_id":"56","competition_area_name":"Croatia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198449.png"},{"people_id":"19367","first_name":"Marcel","last_name":"Heister","match_name":"M. Heister","common_name":"Marcel Heister","date_of_birth":"1992-07-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"182","weight":"74","foot":"left","position":"Defender","team_id":"18558","team_name":"NK Istra 1961","short_name":"Istra 1961","team_area_id":"56","team_area_name":"Croatia","start_date":"2024-07-01","competition_id":"370","competition_name":"Prva Liga","competition_area_id":"56","competition_area_name":"Croatia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/19367.png"},{"people_id":"333757","first_name":"Marco","last_name":"Boras","match_name":"M. Boras","common_name":"Marco Boras","date_of_birth":"2001-09-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"18561","team_name":"NK Slaven Belupo","short_name":"Slaven","team_area_id":"56","team_area_name":"Croatia","start_date":"2022-08-31","competition_id":"370","competition_name":"Prva Liga","competition_area_id":"56","competition_area_name":"Croatia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/333757.png"},{"people_id":"25972","first_name":"Denis","last_name":"Thomalla","match_name":"D. Thomalla","common_name":"Denis Thomalla","date_of_birth":"1992-08-16","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"74","foot":"right","position":"Attacker","team_id":"1491","team_name":"AE Lemesoú","short_name":"AEL","team_area_id":"58","team_area_name":"Cyprus","start_date":"2025-01-17","competition_id":"390","competition_name":"Proathlita Cyta","competition_area_id":"58","competition_area_name":"Cyprus","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25972.png"},{"people_id":"70811","first_name":"Philipp","last_name":"Kühn","match_name":"P. Kühn","common_name":"Philipp Kühn","date_of_birth":"1992-09-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"189","weight":"","foot":"right","position":"Goalkeeper","team_id":"18195","team_name":"Apóllon Lemesoú","short_name":"Apóllon","team_area_id":"58","team_area_name":"Cyprus","start_date":"2024-11-20","competition_id":"390","competition_name":"Proathlita Cyta","competition_area_id":"58","competition_area_name":"Cyprus","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/70811.png"},{"people_id":"5536","first_name":"Zlatan","last_name":"Alomerović","match_name":"Z. Alomerović","common_name":"Zlatan Alomerović","date_of_birth":"1991-06-15","country_of_birth":"SFR Yugoslavia","nationality":"Germany","country_of_birth_area_id":"261","nationality_area_id":"80","gender":"male","height":"187","weight":"88","foot":"right","position":"Goalkeeper","team_id":"18697","team_name":"AEK Lárnakas","short_name":"AEK","team_area_id":"58","team_area_name":"Cyprus","start_date":"2024-07-01","competition_id":"390","competition_name":"Proathlita Cyta","competition_area_id":"58","competition_area_name":"Cyprus","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5536.png"},{"people_id":"5245","first_name":"Max","last_name":"Meyer","match_name":"M. Meyer","common_name":"Max Meyer","date_of_birth":"1995-09-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"169","weight":"65","foot":"both","position":"Midfielder","team_id":"18701","team_name":"APÓEL","short_name":"APÓEL","team_area_id":"58","team_area_name":"Cyprus","start_date":"2024-07-04","competition_id":"390","competition_name":"Proathlita Cyta","competition_area_id":"58","competition_area_name":"Cyprus","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5245.png"},{"people_id":"198320","first_name":"Dennis","last_name":"Owusu","match_name":"D. Owusu","common_name":"Dennis Owusu","date_of_birth":"2001-01-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"175","weight":"","foot":"right","position":"Midfielder","team_id":"876","team_name":"FC Baník Ostrava","short_name":"Ostrava","team_area_id":"59","team_area_name":"Czechia","start_date":"2025-01-13","competition_id":"29","competition_name":"Fortuna Liga","competition_area_id":"59","competition_area_name":"Czechia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198320.png"},{"people_id":"251015","first_name":"Robert","last_name":"Mišković","match_name":"R. Mišković","common_name":"Robert Mišković","date_of_birth":"1999-10-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"884","team_name":"1. FC Slovácko","short_name":"Slovácko","team_area_id":"59","team_area_name":"Czechia","start_date":"2025-01-03","competition_id":"29","competition_name":"Fortuna Liga","competition_area_id":"59","competition_area_name":"Czechia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/251015.png"},{"people_id":"292739","first_name":"Namory Noel","last_name":"Cissé","match_name":"N. Cissé","common_name":"Namory Noel Cissé","date_of_birth":"2003-01-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"right","position":"Midfielder","team_id":"886","team_name":"FK Dukla Praha","short_name":"Dukla","team_area_id":"59","team_area_name":"Czechia","start_date":"2025-07-06","competition_id":"29","competition_name":"Fortuna Liga","competition_area_id":"59","competition_area_name":"Czechia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/292739.png"},{"people_id":"198921","first_name":"Youssoufa","last_name":"Moukoko","match_name":"Y. Moukoko","common_name":"Youssoufa Moukoko","date_of_birth":"2004-11-20","country_of_birth":"Cameroon","nationality":"Germany","country_of_birth_area_id":"42","nationality_area_id":"80","gender":"male","height":"179","weight":"75","foot":"left","position":"Attacker","team_id":"2167","team_name":"FC København","short_name":"København","team_area_id":"61","team_area_name":"Denmark","start_date":"2025-07-01","competition_id":"366","competition_name":"Superliga","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198921.png"},{"people_id":"132436","first_name":"Jean-Manuel","last_name":"Mbom","match_name":"J. Mbom","common_name":"Jean-Manuel Mbom","date_of_birth":"2000-02-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"73","foot":"right","position":"Midfielder","team_id":"18484","team_name":"Viborg FF","short_name":"Viborg","team_area_id":"61","team_area_name":"Denmark","start_date":"2023-08-24","competition_id":"366","competition_name":"Superliga","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/132436.png"},{"people_id":"62386","first_name":"Mats","last_name":"Köhlert","match_name":"M. Köhlert","common_name":"Mats Köhlert","date_of_birth":"1998-05-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"168","weight":"62","foot":"left","position":"Attacker","team_id":"18487","team_name":"Brøndby IF","short_name":"Brøndby","team_area_id":"61","team_area_name":"Denmark","start_date":"2025-07-01","competition_id":"366","competition_name":"Superliga","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/62386.png"},{"people_id":"62387","first_name":"Janni-Luca","last_name":"Serra","match_name":"J. Serra","common_name":"Janni-Luca Serra","date_of_birth":"1998-06-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"193","weight":"84","foot":"left","position":"Attacker","team_id":"18492","team_name":"Aarhus GF","short_name":"Aarhus","team_area_id":"61","team_area_name":"Denmark","start_date":"2025-07-01","competition_id":"366","competition_name":"Superliga","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/62387.png"},{"people_id":"25989","first_name":"Tom","last_name":"Trybull","match_name":"T. Trybull","common_name":"Tom Trybull","date_of_birth":"1993-03-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"181","weight":"72","foot":"right","position":"Midfielder","team_id":"18493","team_name":"Odense BK","short_name":"Odense","team_area_id":"61","team_area_name":"Denmark","start_date":"2023-10-01","competition_id":"366","competition_name":"Superliga","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25989.png"},{"people_id":"132465","first_name":"Jann-Fiete","last_name":"Arp","match_name":"F. Arp","common_name":"Jann-Fiete Arp","date_of_birth":"2000-01-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"78","foot":"right","position":"Attacker","team_id":"18493","team_name":"Odense BK","short_name":"Odense","team_area_id":"61","team_area_name":"Denmark","start_date":"2025-07-01","competition_id":"366","competition_name":"Superliga","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/132465.png"},{"people_id":"198349","first_name":"Noah","last_name":"Ganaus","match_name":"N. Ganaus","common_name":"Noah Ganaus","date_of_birth":"2001-01-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18493","team_name":"Odense BK","short_name":"Odense","team_area_id":"61","team_area_name":"Denmark","start_date":"2025-07-01","competition_id":"366","competition_name":"Superliga","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198349.png"},{"people_id":"53092","first_name":"Aaron","last_name":"Seydel","match_name":"A. Seydel","common_name":"Aaron Seydel","date_of_birth":"1996-02-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"199","weight":"91","foot":"left","position":"Attacker","team_id":"18485","team_name":"Aalborg BK","short_name":"Aalborg","team_area_id":"61","team_area_name":"Denmark","start_date":"2025-01-15","competition_id":"367","competition_name":"NordicBet Liga","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/53092.png"},{"people_id":"198748","first_name":"Bjarne","last_name":"Pudel","match_name":"B. Pudel","common_name":"Bjarne Pudel","date_of_birth":"2001-05-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"18485","team_name":"Aalborg BK","short_name":"Aalborg","team_area_id":"61","team_area_name":"Denmark","start_date":"2024-07-01","competition_id":"367","competition_name":"NordicBet Liga","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198748.png"},{"people_id":"321347","first_name":"Vincent Carsten Maria","last_name":"Müller","match_name":"V. Müller","common_name":"Vincent Müller","date_of_birth":"2000-08-23","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"190","weight":"83","foot":"right","position":"Goalkeeper","team_id":"18485","team_name":"Aalborg BK","short_name":"Aalborg","team_area_id":"61","team_area_name":"Denmark","start_date":"2024-07-01","competition_id":"367","competition_name":"NordicBet Liga","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/321347.png"},{"people_id":"72784","first_name":"Marcus","last_name":"Młynikowski","match_name":"M. Młynikowski","common_name":"Marcus Młynikowski","date_of_birth":"1992-07-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"67","foot":"","position":"Defender","team_id":"19222","team_name":"Middelfart BK","short_name":"Middelfart","team_area_id":"61","team_area_name":"Denmark","start_date":"2022-07-20","competition_id":"367","competition_name":"NordicBet Liga","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/72784.png"},{"people_id":"154746","first_name":"Lennart","last_name":"Moser","match_name":"L. Moser","common_name":"Lennart Moser","date_of_birth":"1999-12-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"196","weight":"88","foot":"left","position":"Goalkeeper","team_id":"19240","team_name":"Kolding IF","short_name":"Kolding","team_area_id":"61","team_area_name":"Denmark","start_date":"2024-01-27","competition_id":"367","competition_name":"NordicBet Liga","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/154746.png"},{"people_id":"176020","first_name":"Adrien","last_name":"Koudelka","match_name":"A. Koudelka","common_name":"Adrien Koudelka","date_of_birth":"2002-05-23","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"18500","team_name":"Akademisk BK","short_name":"AB","team_area_id":"61","team_area_name":"Denmark","start_date":"2023-01-13","competition_id":"461","competition_name":"2. Division","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/176020.png"},{"people_id":"365894","first_name":"Ann-Kathrin","last_name":"Dilfer","match_name":"A. Dilfer","common_name":"Ann-Kathrin Dilfer","date_of_birth":"2001-11-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"27515","team_name":"Brøndby IF","short_name":"Brøndby IF","team_area_id":"61","team_area_name":"Denmark","start_date":"2021-02-01","competition_id":"2425","competition_name":"Elitedivisionen","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/365894.png"},{"people_id":"310088","first_name":"Samantha","last_name":"Kühne","match_name":"S. Kühne","common_name":"Samantha Kühne","date_of_birth":"2002-03-26","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"27516","team_name":"DBK Fortuna Hjørring","short_name":"Fort. Hjørring","team_area_id":"61","team_area_name":"Denmark","start_date":"2024-08-25","competition_id":"2425","competition_name":"Elitedivisionen","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/310088.png"},{"people_id":"7939827","first_name":"Lotte Emelie","last_name":"Raab","match_name":"L. Raab","common_name":"Lotte Raab","date_of_birth":"2006-08-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"41541","team_name":"Kolding IF","short_name":"Kolding","team_area_id":"61","team_area_name":"Denmark","start_date":"2024-07-01","competition_id":"2425","competition_name":"Elitedivisionen","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7939827.png"},{"people_id":"128771","first_name":"Stefanie Antonia","last_name":"Sanders","match_name":"S. Sanders","common_name":"Stefanie Sanders","date_of_birth":"1998-06-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"178","weight":"","foot":"right","position":"Attacker","team_id":"41544","team_name":"Odense BK Q","short_name":"Odense Q","team_area_id":"61","team_area_name":"Denmark","start_date":"2024-09-10","competition_id":"2425","competition_name":"Elitedivisionen","competition_area_id":"61","competition_area_name":"Denmark","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/128771.png"},{"people_id":"5437","first_name":"Bernd","last_name":"Leno","match_name":"B. Leno","common_name":"Bernd Leno","date_of_birth":"1992-03-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"190","weight":"79","foot":"right","position":"Goalkeeper","team_id":"460","team_name":"Fulham FC","short_name":"Fulham","team_area_id":"68","team_area_name":"England","start_date":"2022-08-02","competition_id":"2","competition_name":"Premier League","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5437.png"},{"people_id":"25647","first_name":"Florian Richard","last_name":"Wirtz","match_name":"F. Wirtz","common_name":"Florian Wirtz","date_of_birth":"2003-05-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"175","weight":"68","foot":"right","position":"Midfielder","team_id":"462","team_name":"Liverpool FC","short_name":"Liverpool","team_area_id":"68","team_area_name":"England","start_date":"2025-06-20","competition_id":"2","competition_name":"Premier League","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25647.png"},{"people_id":"25978","first_name":"Stefan","last_name":"Ortega Moreno","match_name":"S. Ortega Moreno","common_name":"Stefan Ortega Moreno","date_of_birth":"1992-11-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"185","weight":"88","foot":"right","position":"Goalkeeper","team_id":"464","team_name":"Manchester City FC","short_name":"Man City","team_area_id":"68","team_area_name":"England","start_date":"2022-07-01","competition_id":"2","competition_name":"Premier League","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25978.png"},{"people_id":"45954","first_name":"Ilkay","last_name":"Gündogan","match_name":"I. Gündogan","common_name":"Ilkay Gündogan","date_of_birth":"1990-10-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"179","weight":"81","foot":"both","position":"Midfielder","team_id":"464","team_name":"Manchester City FC","short_name":"Man City","team_area_id":"68","team_area_name":"England","start_date":"2024-08-23","competition_id":"2","competition_name":"Premier League","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/45954.png"},{"people_id":"84333","first_name":"Kai","last_name":"Havertz","match_name":"K. Havertz","common_name":"Kai Havertz","date_of_birth":"1999-06-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"170","weight":"68","foot":"right","position":"Midfielder","team_id":"467","team_name":"Arsenal FC","short_name":"Arsenal","team_area_id":"68","team_area_name":"England","start_date":"2023-07-01","competition_id":"2","competition_name":"Premier League","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/84333.png"},{"people_id":"546915","first_name":"Carey","last_name":"Bloedorn","match_name":"C. Bloedorn","common_name":"Carey Bloedorn","date_of_birth":"2005-09-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"472","team_name":"Tottenham Hotspur FC","short_name":"Tottenham","team_area_id":"68","team_area_name":"England","start_date":"2025-07-01","competition_id":"2","competition_name":"Premier League","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/546915.png"},{"people_id":"133255","first_name":"Louis Jordan","last_name":"Beyer","match_name":"J. Beyer","common_name":"Jordan Beyer","date_of_birth":"2000-05-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"187","weight":"80","foot":"right","position":"Defender","team_id":"492","team_name":"Burnley FC","short_name":"Burnley","team_area_id":"68","team_area_name":"England","start_date":"2022-09-01","competition_id":"2","competition_name":"Premier League","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133255.png"},{"people_id":"421478","first_name":"Max","last_name":"Weiß","match_name":"M. Weiss","common_name":"Max Weiß","date_of_birth":"2004-06-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"492","team_name":"Burnley FC","short_name":"Burnley","team_area_id":"68","team_area_name":"England","start_date":"2025-06-25","competition_id":"2","competition_name":"Premier League","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/421478.png"},{"people_id":"12394","first_name":"Niclas","last_name":"Füllkrug","match_name":"N. Füllkrug","common_name":"Niclas Füllkrug","date_of_birth":"1993-02-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"188","weight":"83","foot":"both","position":"Attacker","team_id":"496","team_name":"West Ham United FC","short_name":"West Ham","team_area_id":"68","team_area_name":"England","start_date":"2024-08-05","competition_id":"2","competition_name":"Premier League","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12394.png"},{"people_id":"85061","first_name":"Lukas Okechukwu","last_name":"Nmecha","match_name":"L. Nmecha","common_name":"Lukas Nmecha","date_of_birth":"1998-12-14","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"185","weight":"69","foot":"right","position":"Attacker","team_id":"497","team_name":"Leeds United FC","short_name":"Leeds","team_area_id":"68","team_area_name":"England","start_date":"2025-07-01","competition_id":"2","competition_name":"Premier League","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/85061.png"},{"people_id":"141349","first_name":"Anton","last_name":"Stach","match_name":"A. Stach","common_name":"Anton Stach","date_of_birth":"1998-11-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"497","team_name":"Leeds United FC","short_name":"Leeds","team_area_id":"68","team_area_name":"England","start_date":"2025-07-22","competition_id":"2","competition_name":"Premier League","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/141349.png"},{"people_id":"63514","first_name":"Vitaly","last_name":"Janelt","match_name":"V. Janelt","common_name":"Vitaly Janelt","date_of_birth":"1998-05-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"78","foot":"left","position":"Midfielder","team_id":"500","team_name":"Brentford FC","short_name":"Brentford","team_area_id":"68","team_area_name":"England","start_date":"2020-10-04","competition_id":"2","competition_name":"Premier League","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/63514.png"},{"people_id":"199342","first_name":"Kevin","last_name":"Schade","match_name":"K. Schade","common_name":"Kevin Schade","date_of_birth":"2001-11-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"72","foot":"right","position":"Midfielder","team_id":"500","team_name":"Brentford FC","short_name":"Brentford","team_area_id":"68","team_area_name":"England","start_date":"2023-01-04","competition_id":"2","competition_name":"Premier League","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/199342.png"},{"people_id":"386213","first_name":"Brajan","last_name":"Gruda","match_name":"B. Gruda","common_name":"Brajan Gruda","date_of_birth":"2004-05-31","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"510","team_name":"Brighton & Hove Albion FC","short_name":"Brighton","team_area_id":"68","team_area_name":"England","start_date":"2024-08-14","competition_id":"2","competition_name":"Premier League","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/386213.png"},{"people_id":"95218","first_name":"Phil Yannik","last_name":"Neumann","match_name":"P. Neumann","common_name":"Phil Neumann","date_of_birth":"1997-07-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"192","weight":"82","foot":"right","position":"Defender","team_id":"478","team_name":"Birmingham City FC","short_name":"Birmingham","team_area_id":"68","team_area_name":"England","start_date":"2025-07-01","competition_id":"292","competition_name":"Championship","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/95218.png"},{"people_id":"147736","first_name":"Armel","last_name":"Bella Kotchap","match_name":"A. Bella Kotchap","common_name":"Armel Bella Kotchap","date_of_birth":"2001-12-11","country_of_birth":"France","nationality":"Germany","country_of_birth_area_id":"76","nationality_area_id":"80","gender":"male","height":"190","weight":"87","foot":"right","position":"Defender","team_id":"506","team_name":"Southampton FC","short_name":"Southampton","team_area_id":"68","team_area_name":"England","start_date":"2024-07-01","competition_id":"292","competition_name":"Championship","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/147736.png"},{"people_id":"421995","first_name":"Joshua","last_name":"Quarshie","match_name":"J. Quarshie","common_name":"Joshua Quarshie","date_of_birth":"2004-07-26","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"506","team_name":"Southampton FC","short_name":"Southampton","team_area_id":"68","team_area_name":"England","start_date":"2025-07-01","competition_id":"292","competition_name":"Championship","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/421995.png"},{"people_id":"104162","first_name":"Steven Andreas","last_name":"Benda","match_name":"S. Benda","common_name":"Steven Benda","date_of_birth":"1998-10-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"192","weight":"80","foot":"both","position":"Goalkeeper","team_id":"514","team_name":"Millwall FC","short_name":"Millwall","team_area_id":"68","team_area_name":"England","start_date":"2025-07-25","competition_id":"292","competition_name":"Championship","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/104162.png"},{"people_id":"198805","first_name":"Daniel","last_name":"Kankam Kyerewaa","match_name":"D. Kyerewaa","common_name":"Daniel Kyerewaa","date_of_birth":"2001-01-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"517","team_name":"Reading FC","short_name":"Reading","team_area_id":"68","team_area_name":"England","start_date":"2025-07-22","competition_id":"424","competition_name":"League One","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198805.png"},{"people_id":"333620","first_name":"Festus","last_name":"Arthur","match_name":"F. Arthur","common_name":"Festus Arthur","date_of_birth":"2001-02-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"right","position":"Defender","team_id":"19562","team_name":"FC Halifax Town","short_name":"Halifax","team_area_id":"68","team_area_name":"England","start_date":"2024-12-22","competition_id":"472","competition_name":"National League","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/333620.png"},{"people_id":"444064","first_name":"Michael","last_name":"Gyasi","match_name":"M. Gyasi","common_name":"Michael Gyasi","date_of_birth":"2000-03-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"32575","team_name":"Peterborough Sports FC","short_name":"Peterborough","team_area_id":"68","team_area_name":"England","start_date":"2024-07-10","competition_id":"471","competition_name":"National League N \/ S","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/444064.png"},{"people_id":"337830","first_name":"Lennart","last_name":"Hein","match_name":"L. Hein","common_name":"Lennart Hein","date_of_birth":"1995-01-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"188","weight":"83","foot":"left","position":"Defender","team_id":"28610","team_name":"Carshalton Athletic FC","short_name":"Carshalton","team_area_id":"68","team_area_name":"England","start_date":"2019-07-01","competition_id":"914","competition_name":"Isthmian League - PD","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/337830.png"},{"people_id":"693","first_name":"Fabian","last_name":"Spiess","match_name":"F. Spiess","common_name":"Fabian Spiess","date_of_birth":"1994-02-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"26756","team_name":"Nantwich Town FC","short_name":"Nantwich","team_area_id":"68","team_area_name":"England","start_date":"2017-07-01","competition_id":"3134","competition_name":"Northern Premier League - FD","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/693.png"},{"people_id":"488739","first_name":"Elias","last_name":"Lenz","match_name":"E. Lenz","common_name":"Elias Lenz","date_of_birth":"2005-08-26","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"28051","team_name":"Sunderland AFC U21","short_name":"Sunderland U21","team_area_id":"68","team_area_name":"England","start_date":"2024-07-09","competition_id":"979","competition_name":"Premier League 2 - Division 2","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/488739.png"},{"people_id":"7941798","first_name":"Harmony","last_name":"Okwumo","match_name":"H. Okwumo","common_name":"Harmony Okwumo","date_of_birth":"2005-11-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"28055","team_name":"Norwich City FC U21","short_name":"Norwich U21","team_area_id":"68","team_area_name":"England","start_date":"2024-07-03","competition_id":"979","competition_name":"Premier League 2 - Division 2","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7941798.png"},{"people_id":"7969060","first_name":"Woody ","last_name":"Burgess","match_name":"W. Burgess","common_name":"Woody Burgess","date_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"41220","team_name":"Aston Villa FC U21","short_name":"Villa U21","team_area_id":"68","team_area_name":"England","start_date":"2024-11-01","competition_id":"979","competition_name":"Premier League 2 - Division 2","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7969060.png"},{"people_id":"500881","first_name":"Eric Emanuel","last_name":"da Silva Moreira","match_name":"E. da Silva Moreira","common_name":"Eric da Silva Moreira","date_of_birth":"2006-05-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"185","weight":"","foot":"","position":"Defender","team_id":"55854","team_name":"Nottingham Forest FC U21","short_name":"Nottingham U21","team_area_id":"68","team_area_name":"England","start_date":"2024-09-30","competition_id":"979","competition_name":"Premier League 2 - Division 2","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/500881.png"},{"people_id":"180117","first_name":"Sjoeke","last_name":"Nüsken","match_name":"S. Nüsken","common_name":"Sjoeke Nüsken","date_of_birth":"2001-01-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"173","weight":"","foot":"","position":"Midfielder","team_id":"27509","team_name":"Chelsea FC","short_name":"Chelsea","team_area_id":"68","team_area_name":"England","start_date":"2023-07-01","competition_id":"1027","competition_name":"FA WSL","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/180117.png"},{"people_id":"7734061","first_name":"Mara","last_name":"Alber","match_name":"M. Alber","common_name":"Mara Alber","date_of_birth":"2005-09-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Attacker","team_id":"27509","team_name":"Chelsea FC","short_name":"Chelsea","team_area_id":"68","team_area_name":"England","start_date":"2025-07-01","competition_id":"1027","competition_name":"FA WSL","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7734061.png"},{"people_id":"145667","first_name":"Sydney Matilda","last_name":"Lohmann","match_name":"S. Lohmann","common_name":"Sydney Lohmann","date_of_birth":"2000-06-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"172","weight":"","foot":"","position":"Midfielder","team_id":"27510","team_name":"Manchester City WFC","short_name":"Man City","team_area_id":"68","team_area_name":"England","start_date":"2025-07-08","competition_id":"1027","competition_name":"FA WSL","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/145667.png"},{"people_id":"157206","first_name":"Rebecca","last_name":"Knaak","match_name":"R. Knaak","common_name":"Rebecca Knaak","date_of_birth":"1996-06-23","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Defender","team_id":"27510","team_name":"Manchester City WFC","short_name":"Man City","team_area_id":"68","team_area_name":"England","start_date":"2025-01-01","competition_id":"1027","competition_name":"FA WSL","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/157206.png"},{"people_id":"221102","first_name":"Rafaela","last_name":"Borggräfe","match_name":"R. Borggräfe","common_name":"Rafaela Borggräfe","date_of_birth":"2000-03-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"right","position":"Goalkeeper","team_id":"29318","team_name":"Liverpool FC","short_name":"Liverpool","team_area_id":"68","team_area_name":"England","start_date":"2025-07-18","competition_id":"1027","competition_name":"FA WSL","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/221102.png"},{"people_id":"241088","first_name":"Shekiera Aisha","last_name":"Martinez","match_name":"S. Martinez","common_name":"Shekiera Martinez","date_of_birth":"2001-07-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Attacker","team_id":"37545","team_name":"West Ham United WFC","short_name":"West Ham","team_area_id":"68","team_area_name":"England","start_date":"2025-01-03","competition_id":"1027","competition_name":"FA WSL","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/241088.png"},{"people_id":"151081","first_name":"Pauline","last_name":"Bremer","match_name":"P. Bremer","common_name":"Pauline Bremer","date_of_birth":"1996-04-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Attacker","team_id":"37546","team_name":"Brighton & Hove Albion WFC","short_name":"Brighton","team_area_id":"68","team_area_name":"England","start_date":"2023-07-01","competition_id":"1027","competition_name":"FA WSL","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/151081.png"},{"people_id":"276753","first_name":"Melina","last_name":"Loeck","match_name":"M. Loeck","common_name":"Melina Loeck","date_of_birth":"2000-07-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"37546","team_name":"Brighton & Hove Albion WFC","short_name":"Brighton","team_area_id":"68","team_area_name":"England","start_date":"2024-01-22","competition_id":"1027","competition_name":"FA WSL","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/276753.png"},{"people_id":"145664","first_name":"Janina","last_name":"Leitzig","match_name":"J. Leitzig","common_name":"Janina Leitzig","date_of_birth":"1999-04-16","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"184","weight":"","foot":"","position":"Goalkeeper","team_id":"50319","team_name":"Leicester City WFC","short_name":"Leicester","team_area_id":"68","team_area_name":"England","start_date":"2023-01-14","competition_id":"1027","competition_name":"FA WSL","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/145664.png"},{"people_id":"159508","first_name":"Lena","last_name":"Petermann","match_name":"L. Petermann","common_name":"Lena Petermann","date_of_birth":"1994-02-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"177","weight":"66","foot":"","position":"Attacker","team_id":"50319","team_name":"Leicester City WFC","short_name":"Leicester","team_area_id":"68","team_area_name":"England","start_date":"2023-07-10","competition_id":"1027","competition_name":"FA WSL","competition_area_id":"68","competition_area_name":"England","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159508.png"},{"people_id":"7755901","first_name":"Nourdine","last_name":"Camara","match_name":"N. Camara","common_name":"Nourdine Camara","date_of_birth":"2006-11-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"33265","team_name":"Harju JK","short_name":"Harju","team_area_id":"71","team_area_name":"Estonia","start_date":"2025-07-23","competition_id":"179","competition_name":"Meistriliiga","competition_area_id":"71","competition_area_name":"Estonia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7755901.png"},{"people_id":"8015112","first_name":"Kirill","last_name":"Lepmets","match_name":"K. Lepmets","common_name":"Kirill Lepmets","date_of_birth":"2009-09-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"36562","team_name":"FC Tallinn","short_name":"FC Tallinn","team_area_id":"71","team_area_name":"Estonia","start_date":"2025-05-05","competition_id":"181","competition_name":"Esiliiga","competition_area_id":"71","competition_area_name":"Estonia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/8015112.png"},{"people_id":"7843990","first_name":"Vladislav","last_name":"Friesen","match_name":"V. Friesen","common_name":"Vladislav Friesen","date_of_birth":"2001-12-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"15941","team_name":"Jõhvi FC Phoenix","short_name":"Jõhvi","team_area_id":"71","team_area_name":"Estonia","start_date":"2023-01-08","competition_id":"696","competition_name":"Esiliiga B","competition_area_id":"71","competition_area_name":"Estonia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7843990.png"},{"people_id":"84608","first_name":"Chris","last_name":"Jastrzembski","match_name":"C. Jastrzembski","common_name":"Chris Jastrzembski","date_of_birth":"1996-09-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"182","weight":"77","foot":"","position":"Midfielder","team_id":"14932","team_name":"TB Tvøroyri","short_name":"TB","team_area_id":"73","team_area_name":"Faroe Islands","start_date":"2023-03-01","competition_id":"128","competition_name":"Effodeildin","competition_area_id":"73","competition_area_name":"Faroe Islands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/84608.png"},{"people_id":"141165","first_name":"Florian","last_name":"Krebs","match_name":"F. Krebs","common_name":"Florian Krebs","date_of_birth":"1999-02-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"176","weight":"","foot":"","position":"Midfielder","team_id":"1761","team_name":"FC Inter Turku","short_name":"Inter Turku","team_area_id":"75","team_area_name":"Finland","start_date":"2024-01-09","competition_id":"13","competition_name":"Veikkausliiga","competition_area_id":"75","competition_area_name":"Finland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/141165.png"},{"people_id":"8006135","first_name":"Karl Niklas","last_name":"Schulz","match_name":"N.Schulz","common_name":"Niklas Schulz","date_of_birth":"2005-10-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"195","weight":"","foot":"","position":"Goalkeeper","team_id":"1770","team_name":"AC Oulu","short_name":"AC Oulu","team_area_id":"75","team_area_name":"Finland","start_date":"2025-01-01","competition_id":"13","competition_name":"Veikkausliiga","competition_area_id":"75","competition_area_name":"Finland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/8006135.png"},{"people_id":"136150","first_name":"Finn","last_name":"Heiserholt","match_name":"F. Heiserholt","common_name":"Finn Heiserholt","date_of_birth":"1996-06-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"right","position":"Midfielder","team_id":"1763","team_name":"Rovaniemen PS","short_name":"RoPS","team_area_id":"75","team_area_name":"Finland","start_date":"2025-04-01","competition_id":"149","competition_name":"Ykkönen","competition_area_id":"75","competition_area_name":"Finland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/136150.png"},{"people_id":"12543","first_name":"Johannes","last_name":"Wurtz","match_name":"J. Wurtz","common_name":"Johannes Wurtz","date_of_birth":"1992-06-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1766","team_name":"FC Honka","short_name":"Honka","team_area_id":"75","team_area_name":"Finland","start_date":"2023-07-27","competition_id":"150","competition_name":"Kakkonen","competition_area_id":"75","competition_area_name":"Finland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12543.png"},{"people_id":"101316","first_name":"Florian","last_name":"Baak","match_name":"F. Baak","common_name":"Florian Baak","date_of_birth":"1999-03-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"191","weight":"90","foot":"","position":"Defender","team_id":"1766","team_name":"FC Honka","short_name":"Honka","team_area_id":"75","team_area_name":"Finland","start_date":"2022-07-29","competition_id":"150","competition_name":"Kakkonen","competition_area_id":"75","competition_area_name":"Finland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/101316.png"},{"people_id":"200776","first_name":"Yutaka","last_name":"Abe","match_name":"Y. Abe","common_name":"Yutaka Abe","date_of_birth":"1994-09-21","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"15336","team_name":"Musan Salama","short_name":"MuSa","team_area_id":"75","team_area_name":"Finland","start_date":"2020-02-12","competition_id":"150","competition_name":"Kakkonen","competition_area_id":"75","competition_area_name":"Finland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/200776.png"},{"people_id":"177187","first_name":"Ngoufack Mélé","last_name":"Temguia","match_name":"M. Temguia","common_name":"Mélé Temguia","date_of_birth":"1995-08-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"188","weight":"","foot":"","position":"Defender","team_id":"20567","team_name":"PEPO Lappeenranta","short_name":"PEPO","team_area_id":"75","team_area_name":"Finland","start_date":"2023-04-28","competition_id":"150","competition_name":"Kakkonen","competition_area_id":"75","competition_area_name":"Finland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/177187.png"},{"people_id":"62382","first_name":"Niklas","last_name":"Schmidt","match_name":"N. Schmidt","common_name":"Niklas Schmidt","date_of_birth":"1998-03-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"75","foot":"left","position":"Midfielder","team_id":"580","team_name":"Toulouse FC","short_name":"Toulouse","team_area_id":"76","team_area_name":"France","start_date":"2023-08-04","competition_id":"4","competition_name":"Ligue 1","competition_area_id":"76","competition_area_name":"France","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/62382.png"},{"people_id":"49094","first_name":"Thilo","last_name":"Kehrer","match_name":"T. Kehrer","common_name":"Thilo Kehrer","date_of_birth":"1996-09-21","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"72","foot":"right","position":"Defender","team_id":"595","team_name":"AS Monaco FC","short_name":"Monaco","team_area_id":"253","team_area_name":"Monaco","start_date":"2024-01-05","competition_id":"4","competition_name":"Ligue 1","competition_area_id":"76","competition_area_name":"France","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/49094.png"},{"people_id":"510241","first_name":"Paris Josua","last_name":"Brunner","match_name":"P. Brunner","common_name":"Paris Brunner","date_of_birth":"2006-02-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"","foot":"","position":"Attacker","team_id":"595","team_name":"AS Monaco FC","short_name":"Monaco","team_area_id":"253","team_area_name":"Monaco","start_date":"2025-07-01","competition_id":"4","competition_name":"Ligue 1","competition_area_id":"76","competition_area_name":"France","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/510241.png"},{"people_id":"158107","first_name":"Reda Jousef","last_name":"Khadra","match_name":"R. Khadra","common_name":"Reda Khadra","date_of_birth":"2001-07-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"175","weight":"63","foot":"right","position":"Attacker","team_id":"591","team_name":"Stade de Reims","short_name":"Reims","team_area_id":"76","team_area_name":"France","start_date":"2023-07-21","competition_id":"329","competition_name":"Ligue 2","competition_area_id":"76","competition_area_name":"France","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/158107.png"},{"people_id":"225503","first_name":"Dominik","last_name":"Wolf","match_name":"D. Wolf","common_name":"Dominik Wolf","date_of_birth":"2000-04-13","country_of_birth":"France","nationality":"Germany","country_of_birth_area_id":"76","nationality_area_id":"80","gender":"male","height":"185","weight":"74","foot":"right","position":"Goalkeeper","team_id":"19038","team_name":"FC SR Haguenau","short_name":"Haguenau","team_area_id":"76","team_area_name":"France","start_date":"2018-07-01","competition_id":"997","competition_name":"National 2","competition_area_id":"76","competition_area_name":"France","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/225503.png"},{"people_id":"7748105","first_name":"Guirone","last_name":"Gueguim","match_name":"G. Gueguim","common_name":"Guirone Gueguim","date_of_birth":"2004-07-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"28786","team_name":"FC Lorient 2","short_name":"Lorient 2","team_area_id":"76","team_area_name":"France","start_date":"2023-07-01","competition_id":"997","competition_name":"National 2","competition_area_id":"76","competition_area_name":"France","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7748105.png"},{"people_id":"419394","first_name":"Dimitrie","last_name":"Deumi-Nappi","match_name":"D. Deumi-Nappi","common_name":"Dimitrie Deumi-Nappi","date_of_birth":"2004-05-16","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"67577","team_name":"SM Caen U23","short_name":"Caen U23","team_area_id":"76","team_area_name":"France","start_date":"2024-10-01","competition_id":"4930","competition_name":"Ligue Espoirs","competition_area_id":"76","competition_area_name":"France","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/419394.png"},{"people_id":"7903777","first_name":"Paul","last_name":"Kley","match_name":"P. Kley","common_name":"Paul Kley","date_of_birth":"2007-05-05","country_of_birth":"United States","nationality":"Germany","country_of_birth_area_id":"203","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"47468","team_name":"FC Montfermeil U19","short_name":"Montfermeil","team_area_id":"76","team_area_name":"France","start_date":"2024-07-01","competition_id":"2464","competition_name":"Championnat National U19","competition_area_id":"76","competition_area_name":"France","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7903777.png"},{"people_id":"310080","first_name":"Jule","last_name":"Brand","match_name":"J. Brand","common_name":"Jule Brand","date_of_birth":"2002-10-16","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"174","weight":"","foot":"","position":"Defender","team_id":"27505","team_name":"OL Lyonnes","short_name":"Lyonnes","team_area_id":"76","team_area_name":"France","start_date":"2025-07-01","competition_id":"1611","competition_name":"Première Ligue","competition_area_id":"76","competition_area_name":"France","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/310080.png"},{"people_id":"355266","first_name":"Laura","last_name":"Benkarth","match_name":"L. Benkarth","common_name":"Laura Benkarth","date_of_birth":"1992-10-14","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"174","weight":"68","foot":"","position":"Goalkeeper","team_id":"27505","team_name":"OL Lyonnes","short_name":"Lyonnes","team_area_id":"76","team_area_name":"France","start_date":"2023-07-01","competition_id":"1611","competition_name":"Première Ligue","competition_area_id":"76","competition_area_name":"France","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/355266.png"},{"people_id":"355275","first_name":"Sara Ilonka","last_name":"Däbritz","match_name":"S. Däbritz","common_name":"Sara Däbritz","date_of_birth":"1995-02-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"171","weight":"64","foot":"","position":"Midfielder","team_id":"27505","team_name":"OL Lyonnes","short_name":"Lyonnes","team_area_id":"76","team_area_name":"France","start_date":"2022-07-01","competition_id":"1611","competition_name":"Première Ligue","competition_area_id":"76","competition_area_name":"France","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/355275.png"},{"people_id":"355280","first_name":"Dzsenifer","last_name":"Marozsán","match_name":"D. Marozsán","common_name":"Dzsenifer Marozsán","date_of_birth":"1992-04-18","country_of_birth":"Hungary","nationality":"Germany","country_of_birth_area_id":"92","nationality_area_id":"80","gender":"female","height":"173","weight":"67","foot":"","position":"Midfielder","team_id":"27505","team_name":"OL Lyonnes","short_name":"Lyonnes","team_area_id":"76","team_area_name":"France","start_date":"2022-01-01","competition_id":"1611","competition_name":"Première Ligue","competition_area_id":"76","competition_area_name":"France","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/355280.png"},{"people_id":"159603","first_name":"Emily","last_name":"Evels","match_name":"E. Evels","common_name":"Emily Evels","date_of_birth":"1996-08-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"161","weight":"","foot":"","position":"Midfielder","team_id":"43150","team_name":"RC Strasbourg Alsace","short_name":"Strasbourg","team_area_id":"76","team_area_name":"France","start_date":"2024-07-01","competition_id":"1611","competition_name":"Première Ligue","competition_area_id":"76","competition_area_name":"France","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159603.png"},{"people_id":"480884","first_name":"Charlene","last_name":"Nowotny","match_name":"C. Nowotny","common_name":"Charlene Nowotny","date_of_birth":"1998-07-26","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"167","weight":"","foot":"","position":"Midfielder","team_id":"37339","team_name":"FC Metz","short_name":"FC Metz","team_area_id":"76","team_area_name":"France","start_date":"2024-01-16","competition_id":"3891","competition_name":"Seconde Ligue","competition_area_id":"76","competition_area_name":"France","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/480884.png"},{"people_id":"269904","first_name":"Mohamed","last_name":"Cherif","match_name":"M. Cherif","common_name":"Mohamed Cherif","date_of_birth":"2000-05-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"16053","team_name":"SK Torpedo Kutaisi","short_name":"Kutaisi","team_area_id":"79","team_area_name":"Georgia","start_date":"2025-01-19","competition_id":"194","competition_name":"Erovnuli Liga","competition_area_id":"79","competition_area_name":"Georgia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/269904.png"},{"people_id":"7980327","first_name":"Bjarne ","last_name":"KÄMMER","match_name":"Bjarne KÄMMER","common_name":"Bjarne KÄMMER","date_of_birth":"2005-04-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"39447","team_name":"Wamanafo Mighty Royals FC","short_name":"Wamanafo MR","team_area_id":"81","team_area_name":"Ghana","start_date":"2024-10-01","competition_id":"1764","competition_name":"Division One","competition_area_id":"81","competition_area_name":"Ghana","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7980327.png"},{"people_id":"7827517","first_name":"Vincenzo ","last_name":"Basile","match_name":"V. Basile","common_name":"Vincenzo Basile","date_of_birth":"1998-03-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"14682","team_name":"Glacis United FC","short_name":"Glacis United","team_area_id":"226","team_area_name":"Gibraltar","start_date":"2023-01-01","competition_id":"105","competition_name":"Premier League","competition_area_id":"226","competition_area_name":"Gibraltar","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7827517.png"},{"people_id":"70654","first_name":"Leon","last_name":"Volz","match_name":"L. Volz","common_name":"Leon Volz","date_of_birth":"1996-12-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"14684","team_name":"St Joseph's FC","short_name":"St Joseph's","team_area_id":"226","team_area_name":"Gibraltar","start_date":"2025-07-01","competition_id":"105","competition_name":"Premier League","competition_area_id":"226","competition_area_name":"Gibraltar","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/70654.png"},{"people_id":"73207","first_name":"Patrick","last_name":"Dulleck","match_name":"P. Dulleck","common_name":"Patrick Dulleck","date_of_birth":"1990-02-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"74","foot":"right","position":"Attacker","team_id":"14686","team_name":"Lions Gibraltar FC","short_name":"Lions FC","team_area_id":"226","team_area_name":"Gibraltar","start_date":"2024-07-22","competition_id":"105","competition_name":"Premier League","competition_area_id":"226","competition_area_name":"Gibraltar","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/73207.png"},{"people_id":"334158","first_name":"Nico","last_name":"Theisinger","match_name":"N. Theisinger","common_name":"Nico Theisinger","date_of_birth":"2003-03-31","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"14686","team_name":"Lions Gibraltar FC","short_name":"Lions FC","team_area_id":"226","team_area_name":"Gibraltar","start_date":"2024-07-24","competition_id":"105","competition_name":"Premier League","competition_area_id":"226","competition_area_name":"Gibraltar","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/334158.png"},{"people_id":"198239","first_name":"Ronald","last_name":"Lombaya","match_name":"R. Lombaya","common_name":"Ronald Lombaya","date_of_birth":"2001-01-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"28494","team_name":"Europa Point FC","short_name":"Europa Point","team_area_id":"226","team_area_name":"Gibraltar","start_date":"2025-01-09","competition_id":"105","competition_name":"Premier League","competition_area_id":"226","competition_area_name":"Gibraltar","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198239.png"},{"people_id":"7950932","first_name":"Giuliano","last_name":"Hill","match_name":"G. Hill","common_name":"Giuliano Hill","date_of_birth":"2001-03-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"169","weight":"","foot":"right","position":"Defender","team_id":"28494","team_name":"Europa Point FC","short_name":"Europa Point","team_area_id":"226","team_area_name":"Gibraltar","start_date":"2024-08-30","competition_id":"105","competition_name":"Premier League","competition_area_id":"226","competition_area_name":"Gibraltar","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7950932.png"},{"people_id":"5258","first_name":"Philipp","last_name":"Max","match_name":"P. Max","common_name":"Philipp Max","date_of_birth":"1993-09-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"178","weight":"77","foot":"left","position":"Defender","team_id":"1475","team_name":"Panathinaikós AO","short_name":"Panathinaikós","team_area_id":"82","team_area_name":"Greece","start_date":"2024-08-05","competition_id":"40","competition_name":"Super League","competition_area_id":"82","competition_area_name":"Greece","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5258.png"},{"people_id":"148988","first_name":"Makana Nsimba","last_name":"Baku","match_name":"M. Baku","common_name":"Makana Baku","date_of_birth":"1998-04-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1833","team_name":"APS Atrómitos Athinón","short_name":"Atrómitos","team_area_id":"82","team_area_name":"Greece","start_date":"2024-07-24","competition_id":"40","competition_name":"Super League","competition_area_id":"82","competition_area_name":"Greece","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/148988.png"},{"people_id":"252","first_name":"Tim","last_name":"Rieder","match_name":"T. Rieder","common_name":"Tim Rieder","date_of_birth":"1993-09-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"73","foot":"both","position":"Defender","team_id":"1837","team_name":"PAS Giánnina","short_name":"Giánnina","team_area_id":"82","team_area_name":"Greece","start_date":"2024-07-25","competition_id":"2975","competition_name":"Super League 2","competition_area_id":"82","competition_area_name":"Greece","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/252.png"},{"people_id":"102933","first_name":"Moritz","last_name":"Heinrich","match_name":"M. Heinrich","common_name":"Moritz Heinrich","date_of_birth":"1997-07-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"","foot":"right","position":"Attacker","team_id":"1837","team_name":"PAS Giánnina","short_name":"Giánnina","team_area_id":"82","team_area_name":"Greece","start_date":"2024-07-23","competition_id":"2975","competition_name":"Super League 2","competition_area_id":"82","competition_area_name":"Greece","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/102933.png"},{"people_id":"198622","first_name":"Philippos","last_name":"Selkos","match_name":"P. Selkos","common_name":"Philippos Selkos","date_of_birth":"1999-08-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"1841","team_name":"Paniónios GSS","short_name":"Paniónios","team_area_id":"82","team_area_name":"Greece","start_date":"2019-08-08","competition_id":"2975","competition_name":"Super League 2","competition_area_id":"82","competition_area_name":"Greece","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198622.png"},{"people_id":"7887977","first_name":"Patrick","last_name":"Peral de Lima","match_name":"P. de Lima","common_name":"Patrick de Lima","date_of_birth":"1998-03-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"16219","team_name":"Tai Po FC","short_name":"Tai Po","team_area_id":"91","team_area_name":"Hong Kong SAR","start_date":"2025-01-03","competition_id":"206","competition_name":"Premier League","competition_area_id":"91","competition_area_name":"Hong Kong SAR","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7887977.png"},{"people_id":"7870508","first_name":"Justin","last_name":"Estlinbaum","match_name":"J. Estlinbaum","common_name":"Justin Estlinbaum","date_of_birth":"2004-06-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"16242","team_name":"Hong Kong FC","short_name":"Hong Kong FC","team_area_id":"91","team_area_name":"Hong Kong SAR","start_date":"2023-08-01","competition_id":"206","competition_name":"Premier League","competition_area_id":"91","competition_area_name":"Hong Kong SAR","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7870508.png"},{"people_id":"421747","first_name":"Pàl Boldizsar","last_name":"Helmich","match_name":"P. Helmich","common_name":"Pàl Helmich","date_of_birth":"2004-11-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18901","team_name":"Újpest FC","short_name":"Újpest","team_area_id":"92","team_area_name":"Hungary","start_date":"2024-09-03","competition_id":"425","competition_name":"NB I","competition_area_id":"92","competition_area_name":"Hungary","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/421747.png"},{"people_id":"348784","first_name":"Andor","last_name":"Bolyki","match_name":"A. Bolyki","common_name":"Andor Bolyki","date_of_birth":"1994-09-06","country_of_birth":"Hungary","nationality":"Germany","country_of_birth_area_id":"92","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"18897","team_name":"Kecskeméti TE","short_name":"Kecskeméti","team_area_id":"92","team_area_name":"Hungary","start_date":"2025-07-01","competition_id":"714","competition_name":"NB II","competition_area_id":"92","competition_area_name":"Hungary","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/348784.png"},{"people_id":"134119","first_name":"Botond","last_name":"Bach","match_name":"B. Bach","common_name":"Botond Bach","date_of_birth":"2000-04-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"27884","team_name":"VSC 2015 Veszprém","short_name":"Veszprém","team_area_id":"92","team_area_name":"Hungary","start_date":"2023-07-01","competition_id":"1020","competition_name":"NB III","competition_area_id":"92","competition_area_name":"Hungary","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/134119.png"},{"people_id":"71317","first_name":"Kofi","last_name":"Yeboah Schulz","match_name":"K. Schulz","common_name":"Kofi Schulz","date_of_birth":"1989-07-21","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"188","weight":"82","foot":"left","position":"Attacker","team_id":"17272","team_name":"Mes Rafsanjan FC","short_name":"Mes Rafsanjan","team_area_id":"96","team_area_name":"IR Iran","start_date":"2024-09-18","competition_id":"37","competition_name":"Persian Gulf Pro League","competition_area_id":"96","competition_area_name":"IR Iran","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/71317.png"},{"people_id":"133361","first_name":"Yann Aurel","last_name":"Ludger Bisseck","match_name":"Y. Bisseck","common_name":"Yann Aurel Bisseck","date_of_birth":"2000-11-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"194","weight":"82","foot":"right","position":"Defender","team_id":"788","team_name":"FC Internazionale Milano","short_name":"Inter","team_area_id":"100","team_area_name":"Italy","start_date":"2023-07-12","competition_id":"8","competition_name":"Serie A","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133361.png"},{"people_id":"24848","first_name":"Robin","last_name":"Gosens","match_name":"R. Gosens","common_name":"Robin Gosens","date_of_birth":"1994-07-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"76","foot":"left","position":"Midfielder","team_id":"789","team_name":"ACF Fiorentina","short_name":"Fiorentina","team_area_id":"100","team_area_name":"Italy","start_date":"2024-08-30","competition_id":"8","competition_name":"Serie A","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/24848.png"},{"people_id":"198892","first_name":"Malick","last_name":"Thiaw","match_name":"M. Thiaw","common_name":"Malick Thiaw","date_of_birth":"2001-08-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"191","weight":"80","foot":"both","position":"Defender","team_id":"792","team_name":"AC Milan","short_name":"Milan","team_area_id":"100","team_area_name":"Italy","start_date":"2022-08-29","competition_id":"8","competition_name":"Serie A","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198892.png"},{"people_id":"73309","first_name":"Suat","last_name":"Serdar","match_name":"S. Serdar","common_name":"Suat Serdar","date_of_birth":"1997-07-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"75","foot":"right","position":"Midfielder","team_id":"817","team_name":"Hellas Verona FC","short_name":"Hellas","team_area_id":"100","team_area_name":"Italy","start_date":"2023-08-22","competition_id":"8","competition_name":"Serie A","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/73309.png"},{"people_id":"95335","first_name":"Idrissa","last_name":"Touré","match_name":"I. Touré","common_name":"Idrissa Touré","date_of_birth":"1998-04-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"185","weight":"77","foot":"right","position":"Attacker","team_id":"834","team_name":"Pisa SC","short_name":"Pisa","team_area_id":"100","team_area_name":"Italy","start_date":"2021-07-15","competition_id":"8","competition_name":"Serie A","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/95335.png"},{"people_id":"12322","first_name":"Marc-Oliver","last_name":"Kempf","match_name":"M. Kempf","common_name":"Marc-Oliver Kempf","date_of_birth":"1995-01-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"87","foot":"left","position":"Defender","team_id":"837","team_name":"Como 1907","short_name":"Como","team_area_id":"100","team_area_name":"Italy","start_date":"2024-08-28","competition_id":"8","competition_name":"Serie A","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12322.png"},{"people_id":"132010","first_name":"Nicolas Gerrit","last_name":"Kühn","match_name":"N. Kühn","common_name":"Nicolas Kühn","date_of_birth":"2000-01-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"176","weight":"70","foot":"left","position":"Attacker","team_id":"837","team_name":"Como 1907","short_name":"Como","team_area_id":"100","team_area_name":"Italy","start_date":"2025-07-11","competition_id":"8","competition_name":"Serie A","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/132010.png"},{"people_id":"199226","first_name":"Yannik","last_name":"Engelhardt","match_name":"Y. Engelhardt","common_name":"Yannik Engelhardt","date_of_birth":"2001-02-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"837","team_name":"Como 1907","short_name":"Como","team_area_id":"100","team_area_name":"Italy","start_date":"2024-08-01","competition_id":"8","competition_name":"Serie A","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/199226.png"},{"people_id":"84656","first_name":"Christian","last_name":"Früchtl","match_name":"C. Früchtl","common_name":"Christian Früchtl","date_of_birth":"2000-01-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"193","weight":"85","foot":"left","position":"Goalkeeper","team_id":"841","team_name":"US Lecce","short_name":"Lecce","team_area_id":"100","team_area_name":"Italy","start_date":"2024-07-01","competition_id":"8","competition_name":"Serie A","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/84656.png"},{"people_id":"510351","first_name":"Noah Zula","last_name":"Mutanda Kasongo","match_name":"N. Mutanda","common_name":"Noah Mutanda","date_of_birth":"2005-06-21","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"838","team_name":"US Avellino 1912","short_name":"Avellino","team_area_id":"100","team_area_name":"Italy","start_date":"2024-08-30","competition_id":"342","competition_name":"Serie B","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/510351.png"},{"people_id":"13492","first_name":"Oliver","last_name":"Kragl","match_name":"O. Kragl","common_name":"Oliver Kragl","date_of_birth":"1990-05-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"77","foot":"left","position":"Midfielder","team_id":"13983","team_name":"FC Trapani 1905","short_name":"Trapani","team_area_id":"100","team_area_name":"Italy","start_date":"2023-07-28","competition_id":"891","competition_name":"Serie C","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/13492.png"},{"people_id":"207855","first_name":"Paulina Käte","last_name":"Krumbiegel","match_name":"P. Krumbiegel","common_name":"Paulina Krumbiegel","date_of_birth":"2000-10-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Attacker","team_id":"37635","team_name":"Juventus FC","short_name":"Juventus","team_area_id":"100","team_area_name":"Italy","start_date":"2024-07-01","competition_id":"2273","competition_name":"Serie A Femminile","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/207855.png"},{"people_id":"145792","first_name":"Gina-Maria","last_name":"Chmielinski","match_name":"G. Chmielinski","common_name":"Gina-Maria Chmielinski","date_of_birth":"2000-06-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"39867","team_name":"US Sassuolo Calcio","short_name":"Sassuolo","team_area_id":"100","team_area_name":"Italy","start_date":"2024-07-15","competition_id":"2273","competition_name":"Serie A Femminile","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/145792.png"},{"people_id":"159500","first_name":"Lina","last_name":"Magull","match_name":"L. Magull","common_name":"Lina Magull","date_of_birth":"1994-08-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"166","weight":"","foot":"","position":"Midfielder","team_id":"43003","team_name":"FC Internazionale Milano","short_name":"Inter","team_area_id":"100","team_area_name":"Italy","start_date":"2024-01-13","competition_id":"2273","competition_name":"Serie A Femminile","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159500.png"},{"people_id":"159602","first_name":"Stephanie","last_name":"Breitner","match_name":"S. Breitner","common_name":"Stephanie Breitner","date_of_birth":"1992-09-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"47934","team_name":"SSD Napoli Femminile","short_name":"Napoli","team_area_id":"100","team_area_name":"Italy","start_date":"2025-02-04","competition_id":"2273","competition_name":"Serie A Femminile","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159602.png"},{"people_id":"415312","first_name":"Vivien","last_name":"Beil","match_name":"V. Beil","common_name":"Vivien Beil","date_of_birth":"1995-12-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"47934","team_name":"SSD Napoli Femminile","short_name":"Napoli","team_area_id":"100","team_area_name":"Italy","start_date":"2024-07-16","competition_id":"2273","competition_name":"Serie A Femminile","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/415312.png"},{"people_id":"159726","first_name":"Ramona","last_name":"Petzelberger","match_name":"R. Petzelberger","common_name":"Ramona Petzelberger","date_of_birth":"1992-11-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"55975","team_name":"FC Como Women","short_name":"Como","team_area_id":"100","team_area_name":"Italy","start_date":"2024-07-01","competition_id":"2273","competition_name":"Serie A Femminile","competition_area_id":"100","competition_area_name":"Italy","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159726.png"},{"people_id":"69509","first_name":"Svend Arvid Stanislaw","last_name":"Brodersen","match_name":"S. Brodersen","common_name":"Svend Brodersen","date_of_birth":"1997-03-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"188","weight":"83","foot":"both","position":"Goalkeeper","team_id":"17963","team_name":"Fagiano Okayama","short_name":"Fagiano","team_area_id":"102","team_area_name":"Japan","start_date":"2024-01-08","competition_id":"15","competition_name":"J. League","competition_area_id":"102","competition_area_name":"Japan","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/69509.png"},{"people_id":"81807","first_name":"Meik","last_name":"Karwot ","match_name":"M. Karwot","common_name":"Meik Karwot","date_of_birth":"1993-02-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"187","weight":"","foot":"left","position":"Defender","team_id":"18246","team_name":"Jetisu FK","short_name":"Jetisu","team_area_id":"104","team_area_name":"Kazakhstan","start_date":"2024-07-19","competition_id":"346","competition_name":"Kazakhstan Premier League","competition_area_id":"104","competition_area_name":"Kazakhstan","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/81807.png"},{"people_id":"25575","first_name":"Stanislav","last_name":"Iljutchenko","match_name":"S. Iljutchenko","common_name":"Stanislav Iljutchenko","date_of_birth":"1990-08-13","country_of_birth":"Soviet Union","nationality":"Germany","country_of_birth_area_id":"262","nationality_area_id":"80","gender":"male","height":"189","weight":"82","foot":"both","position":"Attacker","team_id":"1244","team_name":"Suwon Samsung Bluewings FC","short_name":"Bluewings","team_area_id":"107","team_area_name":"Korea Republic","start_date":"2025-01-17","competition_id":"217","competition_name":"K League 2","competition_area_id":"107","competition_area_name":"Korea Republic","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25575.png"},{"people_id":"80461","first_name":"Vesel","last_name":"Limaj","match_name":"V. Limaj","common_name":"Vesel Limaj","date_of_birth":"1996-12-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"74","foot":"","position":"Midfielder","team_id":"14700","team_name":"FC Drita","short_name":"Drita","team_area_id":"249","team_area_name":"Kosovo","start_date":"2025-07-01","competition_id":"106","competition_name":"SuperLiga","competition_area_id":"249","competition_area_name":"Kosovo","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/80461.png"},{"people_id":"47004","first_name":"Marko","last_name":"Karamarko","match_name":"M. Karamarko","common_name":"Marko Karamarko","date_of_birth":"1993-03-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"181","weight":"","foot":"right","position":"Defender","team_id":"15849","team_name":"FK Riteriai","short_name":"Riteriai","team_area_id":"117","team_area_name":"Lithuania","start_date":"2025-07-10","competition_id":"174","competition_name":"A Lyga","competition_area_id":"117","competition_area_name":"Lithuania","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/47004.png"},{"people_id":"425600","first_name":"Leif","last_name":"Estevez Fernandez","match_name":"L. Estevez Fernandez","common_name":"Leif Estevez Fernandez","date_of_birth":"1997-04-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"15849","team_name":"FK Riteriai","short_name":"Riteriai","team_area_id":"117","team_area_name":"Lithuania","start_date":"2025-02-11","competition_id":"174","competition_name":"A Lyga","competition_area_id":"117","competition_area_name":"Lithuania","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/425600.png"},{"people_id":"74111","first_name":"Niklas","last_name":"Bürger","match_name":"N. Bürger","common_name":"Niklas Bürger","date_of_birth":"1992-10-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"18513","team_name":"FC Victoria Rosport","short_name":"Rosport","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2015-07-01","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/74111.png"},{"people_id":"74124","first_name":"Johannes","last_name":"Steinbach","match_name":"J. Steinbach","common_name":"Johannes Steinbach","date_of_birth":"1992-07-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"right","position":"Defender","team_id":"18513","team_name":"FC Victoria Rosport","short_name":"Rosport","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2020-07-01","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/74124.png"},{"people_id":"104118","first_name":"Jesse","last_name":"Sierck","match_name":"J. Sierck","common_name":"Jesse Sierck","date_of_birth":"1997-10-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"185","weight":"","foot":"right","position":"Defender","team_id":"18513","team_name":"FC Victoria Rosport","short_name":"Rosport","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2024-08-25","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/104118.png"},{"people_id":"134293","first_name":"Patrice","last_name":"Kabuya","match_name":"P. Kabuya","common_name":"Patrice Kabuya","date_of_birth":"2000-01-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18513","team_name":"FC Victoria Rosport","short_name":"Rosport","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2024-07-01","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/134293.png"},{"people_id":"332114","first_name":"Ernesto","last_name":"Carratala Jiménez","match_name":"E. Carratala","common_name":"Ernesto Carratala","date_of_birth":"1999-11-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"176","weight":"","foot":"right","position":"Attacker","team_id":"18513","team_name":"FC Victoria Rosport","short_name":"Rosport","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2021-01-28","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/332114.png"},{"people_id":"541865","first_name":"Janik","last_name":"Faldey","match_name":"J. Faldey","common_name":"Janik Faldey","date_of_birth":"2003-03-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"18513","team_name":"FC Victoria Rosport","short_name":"Rosport","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2024-07-01","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/541865.png"},{"people_id":"7939121","first_name":"Luke","last_name":"Wagner","match_name":"L. Wagner","common_name":"Luke Wagner","date_of_birth":"2005-07-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18513","team_name":"FC Victoria Rosport","short_name":"Rosport","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2023-07-01","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7939121.png"},{"people_id":"7939123","first_name":"Moritz","last_name":"Zingen","match_name":"M. Zingen","common_name":"Moritz Zingen","date_of_birth":"1996-08-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"18513","team_name":"FC Victoria Rosport","short_name":"Rosport","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2024-07-01","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7939123.png"},{"people_id":"102771","first_name":"Maurizio","last_name":"Macorig","match_name":"M. Macorig","common_name":"Maurizio Macorig","date_of_birth":"1997-04-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"","foot":"","position":"Midfielder","team_id":"18521","team_name":"FC Rodange 91","short_name":"Rodange","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2025-01-22","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/102771.png"},{"people_id":"7801899","first_name":"Malek","last_name":"Amdouni","match_name":"M. Amdouni","common_name":"Malek Amdouni","date_of_birth":"2001-01-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18521","team_name":"FC Rodange 91","short_name":"Rodange","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2024-07-01","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7801899.png"},{"people_id":"70810","first_name":"Dominik","last_name":"Stolz","match_name":"D. Stolz","common_name":"Dominik Stolz","date_of_birth":"1990-05-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"175","weight":"","foot":"right","position":"Midfielder","team_id":"18526","team_name":"Racing FC Union Lëtzebuerg","short_name":"Racing","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2025-07-01","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/70810.png"},{"people_id":"67996","first_name":"Sebastian","last_name":"Flauss","match_name":"S. Flauss","common_name":"Sebastian Flauss","date_of_birth":"1989-08-19","country_of_birth":"France","nationality":"Germany","country_of_birth_area_id":"76","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"18531","team_name":"FC Progrès Niederkorn","short_name":"Progrès","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2015-01-01","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/67996.png"},{"people_id":"114673","first_name":"Vincent","last_name":"Boesen","match_name":"V. Boesen","common_name":"Vincent Boesen","date_of_birth":"1998-09-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18531","team_name":"FC Progrès Niederkorn","short_name":"Progrès","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2025-01-31","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/114673.png"},{"people_id":"198316","first_name":"Luis","last_name":"Jakobi","match_name":"L. Jakobi","common_name":"Luis Jakobi","date_of_birth":"2001-12-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18534","team_name":"FC Déifferdeng 03","short_name":"Déifferdeng","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2025-07-01","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198316.png"},{"people_id":"336718","first_name":"Andreas","last_name":"Buch","match_name":"A. Buch","common_name":"Andreas Buch","date_of_birth":"1993-04-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"195","weight":"","foot":"right","position":"Attacker","team_id":"18534","team_name":"FC Déifferdeng 03","short_name":"Déifferdeng","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2024-07-01","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/336718.png"},{"people_id":"101092","first_name":"Till","last_name":"Hermandung","match_name":"T. Hermandung","common_name":"Till Hermandung","date_of_birth":"1997-10-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"178","weight":"","foot":"both","position":"Midfielder","team_id":"23904","team_name":"Union Titus Pétange","short_name":"Titus","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2024-02-01","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/101092.png"},{"people_id":"333849","first_name":"Ayoub","last_name":"Erraji","match_name":"A. Erraji","common_name":"Ayoub Erraji","date_of_birth":"2001-08-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"187","weight":"74","foot":"","position":"Midfielder","team_id":"23904","team_name":"Union Titus Pétange","short_name":"Titus","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2025-01-31","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/333849.png"},{"people_id":"7939596","first_name":"Paul","last_name":"Wiencierz","match_name":"P. Wiencierz","common_name":"Paul Wiencierz","date_of_birth":"2004-05-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"left","position":"Goalkeeper","team_id":"23904","team_name":"Union Titus Pétange","short_name":"Titus","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2024-07-01","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7939596.png"},{"people_id":"7939597","first_name":"Noe","last_name":"Vechviroon","match_name":"N. Vechviroon","common_name":"Noe Vechviroon","date_of_birth":"2006-01-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"23904","team_name":"Union Titus Pétange","short_name":"Titus","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2024-07-22","competition_id":"368","competition_name":"BGL Ligue","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7939597.png"},{"people_id":"334501","first_name":"Mohammad Amir","last_name":"Mohammadi","match_name":"M. Mohammadi","common_name":"Mohammad Mohammadi","date_of_birth":"2004-06-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"18515","team_name":"FC Marisca Mersch","short_name":"Marisca","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2023-07-01","competition_id":"369","competition_name":"Promotion d'Honneur","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/334501.png"},{"people_id":"218936","first_name":"Marcel","last_name":"Linn","match_name":"M. Linn","common_name":"Marcel Linn","date_of_birth":"1993-03-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"left","position":"Defender","team_id":"18523","team_name":"FC US Rumelange","short_name":"Rumelange","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2020-07-01","competition_id":"369","competition_name":"Promotion d'Honneur","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/218936.png"},{"people_id":"104171","first_name":"Moise","last_name":"Ngwisani","match_name":"M. Ngwisani","common_name":"Moise Ngwisani","date_of_birth":"1998-01-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"174","weight":"","foot":"left","position":"Defender","team_id":"18524","team_name":"FC Wiltz 71","short_name":"Wiltz 71","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2022-07-01","competition_id":"369","competition_name":"Promotion d'Honneur","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/104171.png"},{"people_id":"197368","first_name":"Fadhel","last_name":"Morou","match_name":"F. Morou","common_name":"Fadhel Morou","date_of_birth":"1997-07-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"185","weight":"","foot":"left","position":"Defender","team_id":"18524","team_name":"FC Wiltz 71","short_name":"Wiltz 71","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2025-01-19","competition_id":"369","competition_name":"Promotion d'Honneur","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/197368.png"},{"people_id":"270667","first_name":"Victor","last_name":"Gorny","match_name":"V. Gorny","common_name":"Victor Gorny","date_of_birth":"2002-11-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"18524","team_name":"FC Wiltz 71","short_name":"Wiltz 71","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2023-07-01","competition_id":"369","competition_name":"Promotion d'Honneur","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/270667.png"},{"people_id":"543376","first_name":"Noasunny","last_name":"Sanjug","match_name":"N. Sanjug","common_name":"Noasunny Sanjug","date_of_birth":"2006-05-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18524","team_name":"FC Wiltz 71","short_name":"Wiltz 71","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2024-07-01","competition_id":"369","competition_name":"Promotion d'Honneur","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/543376.png"},{"people_id":"421481","first_name":"Ramiz","last_name":"Kalici","match_name":"R. Kalici","common_name":"Ramiz Kalici","date_of_birth":"2004-08-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18525","team_name":"CS Fola Esch","short_name":"Fola","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2024-07-01","competition_id":"369","competition_name":"Promotion d'Honneur","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/421481.png"},{"people_id":"501731","first_name":"Adijat","last_name":"Sefer","match_name":"A. Sefer","common_name":"Adijat Sefer","date_of_birth":"2005-01-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"18525","team_name":"CS Fola Esch","short_name":"Fola","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2024-07-01","competition_id":"369","competition_name":"Promotion d'Honneur","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/501731.png"},{"people_id":"7939242","first_name":"Constantin Maximilian","last_name":"Pauly","match_name":"C. Pauly","common_name":"Constantin Pauly","date_of_birth":"1999-08-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"188","weight":"","foot":"right","position":"Defender","team_id":"18525","team_name":"CS Fola Esch","short_name":"Fola","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2024-07-20","competition_id":"369","competition_name":"Promotion d'Honneur","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7939242.png"},{"people_id":"53089","first_name":"Frederick","last_name":"Kyereh","match_name":"F. Kyereh","common_name":"Frederick Kyereh","date_of_birth":"1993-10-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"18533","team_name":"FC Etzella Ettelbruck","short_name":"Etzella","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2021-07-01","competition_id":"369","competition_name":"Promotion d'Honneur","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/53089.png"},{"people_id":"133977","first_name":"Florent","last_name":"Berisha","match_name":"F. Berisha","common_name":"Florent Berisha","date_of_birth":"2000-08-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"18533","team_name":"FC Etzella Ettelbruck","short_name":"Etzella","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2022-07-01","competition_id":"369","competition_name":"Promotion d'Honneur","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133977.png"},{"people_id":"133993","first_name":"Emro","last_name":"Curic","match_name":"E. Curic","common_name":"Emro Curic","date_of_birth":"2000-07-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"18533","team_name":"FC Etzella Ettelbruck","short_name":"Etzella","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2023-02-01","competition_id":"369","competition_name":"Promotion d'Honneur","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133993.png"},{"people_id":"271398","first_name":"Mefail","last_name":"Kadrija","match_name":"M. Kadrija","common_name":"Mefail Kadrija","date_of_birth":"1991-09-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"174","weight":"","foot":"both","position":"Midfielder","team_id":"18533","team_name":"FC Etzella Ettelbruck","short_name":"Etzella","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2016-07-01","competition_id":"369","competition_name":"Promotion d'Honneur","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/271398.png"},{"people_id":"435124","first_name":"Tim","last_name":"Stemper","match_name":"T. Stemper","common_name":"Tim Stemper","date_of_birth":"2001-03-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"18533","team_name":"FC Etzella Ettelbruck","short_name":"Etzella","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2021-07-01","competition_id":"369","competition_name":"Promotion d'Honneur","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/435124.png"},{"people_id":"421566","first_name":"Jonathan","last_name":"Nsazimana","match_name":"J. Nsazimana","common_name":"Jonathan Nsazimana","date_of_birth":"2004-01-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"21008","team_name":"FC Résidence Walfer","short_name":"Walfer","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2023-07-05","competition_id":"369","competition_name":"Promotion d'Honneur","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/421566.png"},{"people_id":"15902","first_name":"Gustav","last_name":"Schulz","match_name":"G. Schulz","common_name":"Gustav Schulz","date_of_birth":"1985-06-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"21027","team_name":"FC Berdenia Berbourg","short_name":"Berdenia","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2018-07-01","competition_id":"369","competition_name":"Promotion d'Honneur","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/15902.png"},{"people_id":"74060","first_name":"Florian","last_name":"Gaspar","match_name":"F. Gaspar","common_name":"Florian Gaspar","date_of_birth":"1987-07-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"18529","team_name":"CS Grevenmacher","short_name":"Grevenmacher","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2011-01-01","competition_id":"748","competition_name":"Division 1","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/74060.png"},{"people_id":"88091","first_name":"Besart","last_name":"Aliu","match_name":"B. Aliu","common_name":"Besart Aliu","date_of_birth":"1992-08-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"189","weight":"","foot":"","position":"Midfielder","team_id":"18529","team_name":"CS Grevenmacher","short_name":"Grevenmacher","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2016-07-01","competition_id":"748","competition_name":"Division 1","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/88091.png"},{"people_id":"92506","first_name":"Daniel","last_name":"Kurz","match_name":"D. Kurz","common_name":"Daniel Kurz","date_of_birth":"1997-02-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"18529","team_name":"CS Grevenmacher","short_name":"Grevenmacher","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2019-07-01","competition_id":"748","competition_name":"Division 1","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/92506.png"},{"people_id":"116985","first_name":"Jeffrey","last_name":"Eshun","match_name":"J. Eshun","common_name":"Jeffrey Eshun","date_of_birth":"1989-08-21","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18529","team_name":"CS Grevenmacher","short_name":"Grevenmacher","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2016-01-20","competition_id":"748","competition_name":"Division 1","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/116985.png"},{"people_id":"218778","first_name":"Desire Landri Zozoro","last_name":"Ludwig","match_name":"L. Ludwig","common_name":"Landri Ludwig","date_of_birth":"1998-06-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"18529","team_name":"CS Grevenmacher","short_name":"Grevenmacher","team_area_id":"118","team_area_name":"Luxembourg","start_date":"2018-07-01","competition_id":"748","competition_name":"Division 1","competition_area_id":"118","competition_area_name":"Luxembourg","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/218778.png"},{"people_id":"419641","first_name":"Elijah","last_name":"Ceesay","match_name":"E. Ceesay","common_name":"Elijah Ceesay","date_of_birth":"2004-02-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"15420","team_name":"Sirens FC","short_name":"Sirens","team_area_id":"126","team_area_name":"Malta","start_date":"2023-08-31","competition_id":"155","competition_name":"First Division","competition_area_id":"126","competition_area_name":"Malta","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/419641.png"},{"people_id":"192506","first_name":"Mateo","last_name":"Klimowicz","match_name":"M. Klimowicz","common_name":"Mateo Klimowicz","date_of_birth":"2000-07-06","country_of_birth":"Argentina","nationality":"Germany","country_of_birth_area_id":"16","nationality_area_id":"80","gender":"male","height":"179","weight":"71","foot":"right","position":"Midfielder","team_id":"18767","team_name":"Atlético San Luis","short_name":"Atlético SL","team_area_id":"129","team_area_name":"Mexico","start_date":"2023-01-01","competition_id":"46","competition_name":"Liga MX","competition_area_id":"129","competition_area_name":"Mexico","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/192506.png"},{"people_id":"146966","first_name":"Orhan","last_name":"Hajrovic","match_name":"O. Hajrovic","common_name":"Orhan Hajrovic","date_of_birth":"1996-05-16","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"15977","team_name":"FK Jedinstvo Bijelo Polje","short_name":"Jedinstvo BP","team_area_id":"225","team_area_name":"Montenegro","start_date":"2021-07-06","competition_id":"183","competition_name":"1.CFL","competition_area_id":"225","competition_area_name":"Montenegro","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/146966.png"},{"people_id":"17149","first_name":"Timon Janis","last_name":"Wellenreuther","match_name":"T. Wellenreuther","common_name":"Timon Wellenreuther","date_of_birth":"1995-12-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"80","foot":"right","position":"Goalkeeper","team_id":"866","team_name":"Feyenoord Rotterdam","short_name":"Feyenoord","team_area_id":"138","team_area_name":"Netherlands","start_date":"2022-08-16","competition_id":"17","competition_name":"Eredivisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/17149.png"},{"people_id":"25904","first_name":"Lars","last_name":"Unnerstall","match_name":"L. Unnerstall","common_name":"Lars Unnerstall","date_of_birth":"1990-07-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"198","weight":"98","foot":"right","position":"Goalkeeper","team_id":"990","team_name":"FC Twente '65","short_name":"Twente","team_area_id":"138","team_area_name":"Netherlands","start_date":"2021-07-01","competition_id":"17","competition_name":"Eredivisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25904.png"},{"people_id":"183668","first_name":"Can","last_name":"Bozdogan","match_name":"C. Bozdogan","common_name":"Can Bozdogan","date_of_birth":"2001-04-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"175","weight":"64","foot":"left","position":"Midfielder","team_id":"995","team_name":"FC Utrecht","short_name":"Utrecht","team_area_id":"138","team_area_name":"Netherlands","start_date":"2022-07-26","competition_id":"17","competition_name":"Eredivisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/183668.png"},{"people_id":"26048","first_name":"Mario","last_name":"Engels","match_name":"M. Engels","common_name":"Mario Engels","date_of_birth":"1993-10-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"77","foot":"right","position":"Attacker","team_id":"996","team_name":"Heracles Almelo","short_name":"Heracles","team_area_id":"138","team_area_name":"Netherlands","start_date":"2023-07-19","competition_id":"17","competition_name":"Eredivisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/26048.png"},{"people_id":"132477","first_name":"Jannes Luca","last_name":"Wieckhoff","match_name":"J. Wieckhoff","common_name":"Jannes Wieckhoff","date_of_birth":"2000-08-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"175","weight":"65","foot":"right","position":"Defender","team_id":"996","team_name":"Heracles Almelo","short_name":"Heracles","team_area_id":"138","team_area_name":"Netherlands","start_date":"2023-07-01","competition_id":"17","competition_name":"Eredivisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/132477.png"},{"people_id":"360632","first_name":"Raul","last_name":"Paula","match_name":"R. Paula","common_name":"Raul Paula","date_of_birth":"2004-01-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"997","team_name":"NAC Breda","short_name":"NAC","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-08-06","competition_id":"17","competition_name":"Eredivisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/360632.png"},{"people_id":"135087","first_name":"Marco","last_name":"Rente","match_name":"M. Rente","common_name":"Marco Rente","date_of_birth":"1997-02-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"84","foot":"right","position":"Defender","team_id":"998","team_name":"FC Groningen","short_name":"Groningen","team_area_id":"138","team_area_name":"Netherlands","start_date":"2023-07-01","competition_id":"17","competition_name":"Eredivisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/135087.png"},{"people_id":"148876","first_name":"Rui Jorge","last_name":"Monteiro Mendes","match_name":"Rui Mendes","common_name":"Rui Mendes","date_of_birth":"1999-11-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"998","team_name":"FC Groningen","short_name":"Groningen","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-01-24","competition_id":"17","competition_name":"Eredivisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/148876.png"},{"people_id":"499414","first_name":"Luka","last_name":"Tunjić","match_name":"L. Tunjić","common_name":"Luka Tunjić","date_of_birth":"2005-11-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1005","team_name":"Fortuna Sittard","short_name":"Sittard","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-07-24","competition_id":"17","competition_name":"Eredivisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/499414.png"},{"people_id":"501552","first_name":"Hasip","last_name":"Korkmazyürek","match_name":"H. Korkmazyürek","common_name":"Hasip Korkmazyürek","date_of_birth":"2003-05-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1005","team_name":"Fortuna Sittard","short_name":"Sittard","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-09-01","competition_id":"17","competition_name":"Eredivisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/501552.png"},{"people_id":"73368","first_name":"Gerrit","last_name":"Nauber","match_name":"G. Nauber","common_name":"Gerrit Nauber","date_of_birth":"1992-04-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"185","weight":"","foot":"both","position":"Defender","team_id":"1012","team_name":"Go Ahead Eagles","short_name":"Go Ahead","team_area_id":"138","team_area_name":"Netherlands","start_date":"2021-07-05","competition_id":"17","competition_name":"Eredivisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/73368.png"},{"people_id":"132424","first_name":"Luca","last_name":"Plogmann","match_name":"L. Plogmann","common_name":"Luca Plogmann","date_of_birth":"2000-03-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"189","weight":"78","foot":"both","position":"Goalkeeper","team_id":"1012","team_name":"Go Ahead Eagles","short_name":"Go Ahead","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-07-01","competition_id":"17","competition_name":"Eredivisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/132424.png"},{"people_id":"25390","first_name":"Nils","last_name":"Röseler","match_name":"N. Röseler","common_name":"Nils Röseler","date_of_birth":"1992-02-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"192","weight":"84","foot":"both","position":"Defender","team_id":"994","team_name":"Roda JC Kerkrade","short_name":"Roda JC","team_area_id":"138","team_area_name":"Netherlands","start_date":"2022-07-11","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25390.png"},{"people_id":"80994","first_name":"Brian","last_name":"Koglin","match_name":"B. Koglin","common_name":"Brian Koglin","date_of_birth":"1997-01-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"77","foot":"left","position":"Defender","team_id":"994","team_name":"Roda JC Kerkrade","short_name":"Roda JC","team_area_id":"138","team_area_name":"Netherlands","start_date":"2023-07-12","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/80994.png"},{"people_id":"133982","first_name":"Joey Paul","last_name":"Müller","match_name":"J. Müller","common_name":"Joey Müller","date_of_birth":"2000-08-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"994","team_name":"Roda JC Kerkrade","short_name":"Roda JC","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-02-01","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133982.png"},{"people_id":"270155","first_name":"Tim","last_name":"Köther","match_name":"T. Köther","common_name":"Tim Köther","date_of_birth":"2001-02-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"994","team_name":"Roda JC Kerkrade","short_name":"Roda JC","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-08-01","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/270155.png"},{"people_id":"271168","first_name":"Joshua","last_name":"Schwirten","match_name":"J. Schwirten","common_name":"Joshua Schwirten","date_of_birth":"2002-01-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"994","team_name":"Roda JC Kerkrade","short_name":"Roda JC","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-07-01","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/271168.png"},{"people_id":"305970","first_name":"Justin","last_name":"Treichel","match_name":"J. Treichel","common_name":"Justin Treichel","date_of_birth":"2003-03-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"994","team_name":"Roda JC Kerkrade","short_name":"Roda JC","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-07-01","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/305970.png"},{"people_id":"334270","first_name":"Ben","last_name":"Zich","match_name":"B. Zich","common_name":"Ben Zich","date_of_birth":"2003-02-16","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"994","team_name":"Roda JC Kerkrade","short_name":"Roda JC","team_area_id":"138","team_area_name":"Netherlands","start_date":"2025-06-16","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/334270.png"},{"people_id":"334417","first_name":"Tim Leon","last_name":"Schrick","match_name":"T. Schrick","common_name":"Tim Leon Schrick","date_of_birth":"2003-09-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"1000","team_name":"VVV Venlo","short_name":"Venlo","team_area_id":"138","team_area_name":"Netherlands","start_date":"2022-09-01","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/334417.png"},{"people_id":"7808815","first_name":"Lasse ","last_name":"Wehmeyer","match_name":"L. Wehmeyer","common_name":"Lasse Wehmeyer","date_of_birth":"2002-09-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"177","weight":"","foot":"","position":"Midfielder","team_id":"1000","team_name":"VVV Venlo","short_name":"Venlo","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-07-01","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7808815.png"},{"people_id":"7893945","first_name":"Zidane","last_name":"Taylan","match_name":"Z. Taylan","common_name":"Zidane Taylan","date_of_birth":"2005-11-26","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"1000","team_name":"VVV Venlo","short_name":"Venlo","team_area_id":"138","team_area_name":"Netherlands","start_date":"2023-11-24","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7893945.png"},{"people_id":"199420","first_name":"Emilio Giuseppe","last_name":"Kehrer","match_name":"E. Kehrer","common_name":"Emilio Kehrer","date_of_birth":"2002-03-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1002","team_name":"Willem II Tilburg","short_name":"Willem II","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-07-05","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/199420.png"},{"people_id":"7815249","first_name":"Milan","last_name":"Hofland","match_name":"M. Hofland","common_name":"Milan Hofland","date_of_birth":"2004-02-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1004","team_name":"MVV Maastricht","short_name":"MVV","team_area_id":"138","team_area_name":"Netherlands","start_date":"2023-07-01","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7815249.png"},{"people_id":"331648","first_name":"Tony","last_name":"Rölke","match_name":"T. Rölke","common_name":"Tony Rölke","date_of_birth":"2003-01-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1006","team_name":"SC Cambuur-Leeuwarden","short_name":"Cambuur","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-07-02","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/331648.png"},{"people_id":"419633","first_name":"Tom","last_name":"Sanne","match_name":"T. Sanne","common_name":"Tom Sanne","date_of_birth":"2004-04-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1013","team_name":"FC Dordrecht","short_name":"Dordrecht","team_area_id":"138","team_area_name":"Netherlands","start_date":"2025-02-04","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/419633.png"},{"people_id":"26081","first_name":"Tobias Raphael","last_name":"Pachonik","match_name":"T. Pachonik","common_name":"Tobias Pachonik","date_of_birth":"1995-01-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"185","weight":"78","foot":"right","position":"Defender","team_id":"1017","team_name":"Helmond Sport","short_name":"Helmond","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-07-01","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/26081.png"},{"people_id":"142381","first_name":"Jonas","last_name":"Scholz","match_name":"J. Scholz","common_name":"Jonas Scholz","date_of_birth":"1999-01-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"189","weight":"85","foot":"","position":"Defender","team_id":"1017","team_name":"Helmond Sport","short_name":"Helmond","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-07-01","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/142381.png"},{"people_id":"386013","first_name":"Michel-Simon","last_name":"Ludwig","match_name":"M. Ludwig","common_name":"Michel-Simon Ludwig","date_of_birth":"2004-08-23","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"172","weight":"","foot":"right","position":"Midfielder","team_id":"1017","team_name":"Helmond Sport","short_name":"Helmond","team_area_id":"138","team_area_name":"Netherlands","start_date":"2023-07-01","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/386013.png"},{"people_id":"80582","first_name":"Fridolin","last_name":"Wagner","match_name":"F. Wagner","common_name":"Fridolin Wagner","date_of_birth":"1997-09-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"2379","team_name":"FC Emmen","short_name":"Emmen","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-07-30","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/80582.png"},{"people_id":"132968","first_name":"Luca","last_name":"Unbehaun","match_name":"L. Unbehaun","common_name":"Luca Unbehaun","date_of_birth":"2001-01-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"82","foot":"right","position":"Goalkeeper","team_id":"2379","team_name":"FC Emmen","short_name":"Emmen","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-07-01","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/132968.png"},{"people_id":"141157","first_name":"Julius","last_name":"Kade","match_name":"J. Kade","common_name":"Julius Kade","date_of_birth":"1999-05-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"182","weight":"48","foot":"left","position":"Midfielder","team_id":"2379","team_name":"FC Emmen","short_name":"Emmen","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-07-01","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/141157.png"},{"people_id":"198246","first_name":"Jalen","last_name":"Hawkins","match_name":"J. Hawkins","common_name":"Jalen Hawkins","date_of_birth":"2001-01-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"177","weight":"65","foot":"right","position":"Attacker","team_id":"2379","team_name":"FC Emmen","short_name":"Emmen","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-07-02","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198246.png"},{"people_id":"271408","first_name":"Torben","last_name":"Rhein","match_name":"T. Rhein","common_name":"Torben Rhein","date_of_birth":"2003-01-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"171","weight":"","foot":"both","position":"Midfielder","team_id":"2379","team_name":"FC Emmen","short_name":"Emmen","team_area_id":"138","team_area_name":"Netherlands","start_date":"2024-07-01","competition_id":"63","competition_name":"Keuken Kampioen Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/271408.png"},{"people_id":"424093","first_name":"Kaylen Jermaine Danny","last_name":"Reitmaier","match_name":"K. Reitmaier","common_name":"Kaylen Reitmaier","date_of_birth":"2004-04-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"27747","team_name":"Jong Sparta","short_name":"Jong Sparta","team_area_id":"138","team_area_name":"Netherlands","start_date":"2023-07-01","competition_id":"971","competition_name":"Tweede Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/424093.png"},{"people_id":"104738","first_name":"Marcel","last_name":"Piesche","match_name":"M. Piesche","common_name":"Marcel Piesche","date_of_birth":"1989-02-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"2419","team_name":"KVV Quick '20","short_name":"Quick '20","team_area_id":"138","team_area_name":"Netherlands","start_date":"2016-07-01","competition_id":"66","competition_name":"Vierde Divisie","competition_area_id":"138","competition_area_name":"Netherlands","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/104738.png"},{"people_id":"84346","first_name":"Patrik","last_name":"Džalto","match_name":"P. Džalto","common_name":"Patrik Džalto","date_of_birth":"1997-02-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"175","weight":"","foot":"right","position":"Attacker","team_id":"16012","team_name":"FK Bregalnica Shtip","short_name":"Shtip","team_area_id":"120","team_area_name":"North Macedonia","start_date":"2022-07-01","competition_id":"188","competition_name":"Vtora Fudbalska Liga","competition_area_id":"120","competition_area_name":"North Macedonia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/84346.png"},{"people_id":"174106","first_name":"Brandon","last_name":"Diau","match_name":"B. Diau","common_name":"Brandon Diau","date_of_birth":"1993-06-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"196","weight":"","foot":"right","position":"Defender","team_id":"19099","team_name":"Institute FC","short_name":"Institute","team_area_id":"145","team_area_name":"Northern Ireland","start_date":"2024-08-21","competition_id":"465","competition_name":"Championship 1","competition_area_id":"145","competition_area_name":"Northern Ireland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/174106.png"},{"people_id":"36523","first_name":"Berraat","last_name":"Turker","match_name":"B. Turker","common_name":"Berraat Turker","date_of_birth":"1991-10-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"19330","team_name":"Loughgall FC","short_name":"Loughgall","team_area_id":"145","team_area_name":"Northern Ireland","start_date":"2020-01-23","competition_id":"465","competition_name":"Championship 1","competition_area_id":"145","competition_area_name":"Northern Ireland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/36523.png"},{"people_id":"198521","first_name":"Ian","last_name":"Hoffmann","match_name":"I. Hoffmann","common_name":"Ian Hoffmann","date_of_birth":"2001-09-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"175","weight":"","foot":"","position":"Midfielder","team_id":"18348","team_name":"Kristiansund BK","short_name":"Kristiansund","team_area_id":"146","team_area_name":"Norway","start_date":"2025-02-19","competition_id":"31","competition_name":"Eliteserien","competition_area_id":"146","competition_area_name":"Norway","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198521.png"},{"people_id":"25976","first_name":"Sebastian","last_name":"Griesbeck","match_name":"S. Griesbeck","common_name":"Sebastian Griesbeck","date_of_birth":"1990-10-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"189","weight":"82","foot":"right","position":"Midfielder","team_id":"1342","team_name":"IK Start","short_name":"Start","team_area_id":"146","team_area_name":"Norway","start_date":"2024-08-16","competition_id":"340","competition_name":"OBOS-ligaen","competition_area_id":"146","competition_area_name":"Norway","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25976.png"},{"people_id":"7938154","first_name":"Kimi","last_name":"Løkkevik","match_name":"K. Løkkevik","common_name":"Kimi Løkkevik","date_of_birth":"2004-05-26","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"193","weight":"","foot":"right","position":"Goalkeeper","team_id":"1352","team_name":"Stabæk Fotball","short_name":"Stabæk","team_area_id":"146","team_area_name":"Norway","start_date":"2025-07-01","competition_id":"340","competition_name":"OBOS-ligaen","competition_area_id":"146","competition_area_name":"Norway","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7938154.png"},{"people_id":"8024720","first_name":"Emin","last_name":"Softic","match_name":"E. Softic","common_name":"Emin Softic","date_of_birth":"2007-04-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1356","team_name":"Moss FK","short_name":"Moss","team_area_id":"146","team_area_name":"Norway","start_date":"2025-06-01","competition_id":"340","competition_name":"OBOS-ligaen","competition_area_id":"146","competition_area_name":"Norway","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/8024720.png"},{"people_id":"7795568","first_name":"Magnus","last_name":"Opgård","match_name":"M. Opgård","common_name":"Magnus Opgård","date_of_birth":"2005-06-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"18338","team_name":"Alta IF","short_name":"Alta","team_area_id":"146","team_area_name":"Norway","start_date":"2022-07-18","competition_id":"557","competition_name":"PostNord-ligaen","competition_area_id":"146","competition_area_name":"Norway","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7795568.png"},{"people_id":"74386","first_name":"Felix","last_name":"Schröter","match_name":"F. Schröter","common_name":"Felix Schröter","date_of_birth":"1996-01-23","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"177","weight":"70","foot":"right","position":"Attacker","team_id":"20760","team_name":"FK Jerv","short_name":"Jerv","team_area_id":"146","team_area_name":"Norway","start_date":"2023-09-12","competition_id":"557","competition_name":"PostNord-ligaen","competition_area_id":"146","competition_area_name":"Norway","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/74386.png"},{"people_id":"199092","first_name":"Leon Maximilian","last_name":"Flach","match_name":"L. Flach","common_name":"Leon Flach","date_of_birth":"2001-02-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1924","team_name":"Jagiellonia Białystok","short_name":"Jagiellonia","team_area_id":"155","team_area_name":"Poland","start_date":"2025-01-23","competition_id":"43","competition_name":"Ekstraklasa","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/199092.png"},{"people_id":"385","first_name":"Lukas","last_name":"Podolski","match_name":"L. Podolski","common_name":"Lukas Podolski","date_of_birth":"1985-06-04","country_of_birth":"Poland","nationality":"Germany","country_of_birth_area_id":"155","nationality_area_id":"80","gender":"male","height":"182","weight":"83","foot":"left","position":"Attacker","team_id":"1926","team_name":"Górnik Zabrze","short_name":"Zabrze","team_area_id":"155","team_area_name":"Poland","start_date":"2021-07-06","competition_id":"43","competition_name":"Ekstraklasa","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/385.png"},{"people_id":"133994","first_name":"Roberto","last_name":"Massimo","match_name":"R. Massimo","common_name":"Roberto Massimo","date_of_birth":"2000-10-12","country_of_birth":"Ghana","nationality":"Germany","country_of_birth_area_id":"81","nationality_area_id":"80","gender":"male","height":"184","weight":"75","foot":"right","position":"Midfielder","team_id":"1926","team_name":"Górnik Zabrze","short_name":"Zabrze","team_area_id":"155","team_area_name":"Poland","start_date":"2025-07-19","competition_id":"43","competition_name":"Ekstraklasa","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133994.png"},{"people_id":"17952","first_name":"Sebastian","last_name":"Kerk","match_name":"S. Kerk","common_name":"Sebastian Kerk","date_of_birth":"1994-04-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"185","weight":"76","foot":"left","position":"Midfielder","team_id":"1938","team_name":"Arka Gdynia","short_name":"Arka","team_area_id":"155","team_area_name":"Poland","start_date":"2025-07-01","competition_id":"43","competition_name":"Ekstraklasa","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/17952.png"},{"people_id":"516420","first_name":"Alex","last_name":"Niziolek","match_name":"A. Niziolek","common_name":"Alex Niziolek","date_of_birth":"2006-06-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1953","team_name":"RKS Radomiak Radom","short_name":"Radomiak","team_area_id":"155","team_area_name":"Poland","start_date":"2025-07-01","competition_id":"43","competition_name":"Ekstraklasa","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/516420.png"},{"people_id":"234887","first_name":"Kaan","last_name":"Caliskaner","match_name":"K. Caliskaner","common_name":"Kaan Caliskaner","date_of_birth":"1999-11-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"192","weight":"85","foot":"both","position":"Attacker","team_id":"2009","team_name":"Motor Lublin","short_name":"Motor","team_area_id":"155","team_area_name":"Poland","start_date":"2024-07-16","competition_id":"43","competition_name":"Ekstraklasa","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/234887.png"},{"people_id":"499422","first_name":"Paskal Konrad","last_name":"Meyer","match_name":"P. Meyer","common_name":"Paskal Meyer","date_of_birth":"2005-06-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"2009","team_name":"Motor Lublin","short_name":"Motor","team_area_id":"155","team_area_name":"Poland","start_date":"2025-07-11","competition_id":"43","competition_name":"Ekstraklasa","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/499422.png"},{"people_id":"148057","first_name":"Morgan","last_name":"Faßbender","match_name":"M. Faßbender","common_name":"Morgan Faßbender","date_of_birth":"1998-10-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"","foot":"right","position":"Attacker","team_id":"17697","team_name":"Bruk-Bet Termalica Nieciecza KS","short_name":"Termalica","team_area_id":"155","team_area_name":"Poland","start_date":"2023-07-01","competition_id":"43","competition_name":"Ekstraklasa","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/148057.png"},{"people_id":"212411","first_name":"Gabriel","last_name":"Isik","match_name":"G. Isik","common_name":"Gabriel Isik","date_of_birth":"1999-06-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"","foot":"","position":"Defender","team_id":"17697","team_name":"Bruk-Bet Termalica Nieciecza KS","short_name":"Termalica","team_area_id":"155","team_area_name":"Poland","start_date":"2024-08-10","competition_id":"43","competition_name":"Ekstraklasa","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/212411.png"},{"people_id":"335773","first_name":"Noah","last_name":"Mrosek","match_name":"N. Mrosek","common_name":"Noah Mrosek","date_of_birth":"2004-06-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"17697","team_name":"Bruk-Bet Termalica Nieciecza KS","short_name":"Termalica","team_area_id":"155","team_area_name":"Poland","start_date":"2024-08-10","competition_id":"43","competition_name":"Ekstraklasa","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/335773.png"},{"people_id":"47104","first_name":"Sebastian","last_name":"Ernst","match_name":"S. Ernst","common_name":"Sebastian Ernst","date_of_birth":"1995-03-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"179","weight":"68","foot":"left","position":"Midfielder","team_id":"1923","team_name":"ŁKS Łódź","short_name":"ŁKS","team_area_id":"155","team_area_name":"Poland","start_date":"2025-07-01","competition_id":"352","competition_name":"I liga","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/47104.png"},{"people_id":"64286","first_name":"Jasper","last_name":"Löffelsend","match_name":"J. Löffelsend","common_name":"Jasper Löffelsend","date_of_birth":"1997-09-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"","foot":"right","position":"Midfielder","team_id":"1923","team_name":"ŁKS Łódź","short_name":"ŁKS","team_area_id":"155","team_area_name":"Poland","start_date":"2025-07-16","competition_id":"352","competition_name":"I liga","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/64286.png"},{"people_id":"66934","first_name":"David","last_name":"Gnaase","match_name":"D. Gnaase","common_name":"David Gnaase","date_of_birth":"1996-12-26","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"178","weight":"","foot":"","position":"Midfielder","team_id":"1932","team_name":"Polonia Warszawa","short_name":"Polonia","team_area_id":"155","team_area_name":"Poland","start_date":"2025-07-04","competition_id":"352","competition_name":"I liga","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/66934.png"},{"people_id":"422457","first_name":"Simon","last_name":"Schierack","match_name":"S. Schierack","common_name":"Simon Schierack","date_of_birth":"2005-03-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1936","team_name":"WKS Śląsk Wrocław","short_name":"Śląsk Wrocław","team_area_id":"155","team_area_name":"Poland","start_date":"2024-07-01","competition_id":"352","competition_name":"I liga","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/422457.png"},{"people_id":"132474","first_name":"Marvin","last_name":"Senger","match_name":"M. Senger","common_name":"Marvin Senger","date_of_birth":"2000-01-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"1958","team_name":"FKS Stal Mielec","short_name":"Mielec","team_area_id":"155","team_area_name":"Poland","start_date":"2024-07-02","competition_id":"352","competition_name":"I liga","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/132474.png"},{"people_id":"544204","first_name":"Frederick","last_name":"Wolff","match_name":"F. Wolff","common_name":"Frederik Wolff","date_of_birth":"2006-11-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"2016","team_name":"Stal Rzeszów","short_name":"Rzeszów","team_area_id":"155","team_area_name":"Poland","start_date":"2025-07-02","competition_id":"352","competition_name":"I liga","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/544204.png"},{"people_id":"239971","first_name":"Noel","last_name":"Niemann","match_name":"N. Niemann","common_name":"Noel Niemann","date_of_birth":"1999-11-14","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"173","weight":"69","foot":"right","position":"Attacker","team_id":"18201","team_name":"GKS Tychy","short_name":"Tychy","team_area_id":"155","team_area_name":"Poland","start_date":"2025-02-17","competition_id":"352","competition_name":"I liga","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/239971.png"},{"people_id":"501754","first_name":"Nico","last_name":"Baier","match_name":"N. Baier","common_name":"Nico Baier","date_of_birth":"2005-04-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18201","team_name":"GKS Tychy","short_name":"Tychy","team_area_id":"155","team_area_name":"Poland","start_date":"2025-07-01","competition_id":"352","competition_name":"I liga","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/501754.png"},{"people_id":"540934","first_name":"Yannick","last_name":"Woudstra","match_name":"Y. Woudstra","common_name":"Yannick Woudstra","date_of_birth":"2001-11-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18201","team_name":"GKS Tychy","short_name":"Tychy","team_area_id":"155","team_area_name":"Poland","start_date":"2024-08-13","competition_id":"352","competition_name":"I liga","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/540934.png"},{"people_id":"7833212","first_name":"Leon-Oumar","last_name":"Wechsel","match_name":"L. Wechsel","common_name":"Leon-Oumar Wechsel","date_of_birth":"2005-03-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"18201","team_name":"GKS Tychy","short_name":"Tychy","team_area_id":"155","team_area_name":"Poland","start_date":"2025-06-20","competition_id":"352","competition_name":"I liga","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7833212.png"},{"people_id":"12540","first_name":"Florian","last_name":"Hartherz","match_name":"F. Hartherz","common_name":"Florian Hartherz","date_of_birth":"1993-05-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"187","weight":"83","foot":"left","position":"Defender","team_id":"18454","team_name":"MKS Miedź Legnica","short_name":"Miedź","team_area_id":"155","team_area_name":"Poland","start_date":"2023-07-01","competition_id":"352","competition_name":"I liga","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12540.png"},{"people_id":"198322","first_name":"Marcel","last_name":"Mansfeld","match_name":"M. Mansfeld","common_name":"Marcel Mansfeld","date_of_birth":"2001-06-23","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"18454","team_name":"MKS Miedź Legnica","short_name":"Miedź","team_area_id":"155","team_area_name":"Poland","start_date":"2025-07-01","competition_id":"352","competition_name":"I liga","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198322.png"},{"people_id":"80446","first_name":"Marcel","last_name":"Ziemann ","match_name":"M. Ziemann","common_name":"Marcel Ziemann","date_of_birth":"1995-09-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"1941","team_name":"Zagłębie Sosnowiec","short_name":"Sosnowiec","team_area_id":"155","team_area_name":"Poland","start_date":"2023-01-20","competition_id":"736","competition_name":"II liga","competition_area_id":"155","competition_area_name":"Poland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/80446.png"},{"people_id":"328586","first_name":"Bright Akwo","last_name":"Arrey-Mbi","match_name":"B. Arrey-Mbi","common_name":"Bright Arrey-Mbi","date_of_birth":"2003-03-26","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"187","weight":"78","foot":"left","position":"Defender","team_id":"1493","team_name":"SC Braga","short_name":"Braga","team_area_id":"156","team_area_name":"Portugal","start_date":"2024-07-17","competition_id":"20","competition_name":"Liga Portugal","competition_area_id":"156","competition_area_name":"Portugal","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/328586.png"},{"people_id":"131984","first_name":"Ole","last_name":"Pohlmann","match_name":"O. Pohlmann","common_name":"Ole Pohlmann","date_of_birth":"2001-04-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1545","team_name":"Rio Ave FC","short_name":"Rio Ave","team_area_id":"156","team_area_name":"Portugal","start_date":"2024-07-02","competition_id":"20","competition_name":"Liga Portugal","competition_area_id":"156","competition_area_name":"Portugal","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/131984.png"},{"people_id":"134526","first_name":"Nico","last_name":"Mantl","match_name":"N. Mantl","common_name":"Nico Mantl","date_of_birth":"2000-02-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"193","weight":"88","foot":"right","position":"Goalkeeper","team_id":"2310","team_name":"FC Arouca","short_name":"Arouca","team_area_id":"156","team_area_name":"Portugal","start_date":"2024-07-01","competition_id":"20","competition_name":"Liga Portugal","competition_area_id":"156","competition_area_name":"Portugal","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/134526.png"},{"people_id":"177163","first_name":"Soufiane","last_name":"Messeguem","match_name":"S. Messeguem","common_name":"Soufiane Messeguem","date_of_birth":"2001-02-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"174","weight":"67","foot":"right","position":"Midfielder","team_id":"1585","team_name":"Académico de Viseu FC","short_name":"Viseu","team_area_id":"156","team_area_name":"Portugal","start_date":"2022-07-22","competition_id":"351","competition_name":"Liga Portugal 2","competition_area_id":"156","competition_area_name":"Portugal","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/177163.png"},{"people_id":"197674","first_name":"Rodrigo Jorge","last_name":"Rocha dos Santos","match_name":"R. Rocha dos Santos","common_name":"Rodrigo Rocha dos Santos","date_of_birth":"2000-06-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"1576","team_name":"Leça FC","short_name":"Leça FC","team_area_id":"156","team_area_name":"Portugal","start_date":"2024-07-01","competition_id":"3180","competition_name":"Campeonato Portugal","competition_area_id":"156","competition_area_name":"Portugal","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/197674.png"},{"people_id":"128741","first_name":"Lena","last_name":"Pauels","match_name":"L. Pauels","common_name":"Lena Pauels","date_of_birth":"1998-02-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"41031","team_name":"Sport Lisboa e Benfica","short_name":"SL Benfica","team_area_id":"156","team_area_name":"Portugal","start_date":"2023-07-01","competition_id":"3177","competition_name":"Liga BPI","competition_area_id":"156","competition_area_name":"Portugal","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/128741.png"},{"people_id":"159475","first_name":"Anna","last_name":"Gasper","match_name":"A. Gasper","common_name":"Anna Gasper","date_of_birth":"1997-01-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Defender","team_id":"41031","team_name":"Sport Lisboa e Benfica","short_name":"SL Benfica","team_area_id":"156","team_area_name":"Portugal","start_date":"2023-03-05","competition_id":"3177","competition_name":"Liga BPI","competition_area_id":"156","competition_area_name":"Portugal","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159475.png"},{"people_id":"159522","first_name":"Manjou","last_name":"Wilde","match_name":"M. Wilde","common_name":"Manjou Wilde","date_of_birth":"1995-04-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"41320","team_name":"SC Braga","short_name":"Braga","team_area_id":"156","team_area_name":"Portugal","start_date":"2024-07-01","competition_id":"3177","competition_name":"Liga BPI","competition_area_id":"156","competition_area_name":"Portugal","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159522.png"},{"people_id":"7943892","first_name":"Emily","last_name":"Katharina Hähnel","match_name":"E. Hähnel","common_name":"Emily Hähnel","date_of_birth":"2001-12-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"51464","team_name":"Valadares Gaia FC","short_name":"Valadares Gaia","team_area_id":"156","team_area_name":"Portugal","start_date":"2024-07-01","competition_id":"3177","competition_name":"Liga BPI","competition_area_id":"156","competition_area_name":"Portugal","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7943892.png"},{"people_id":"7943916","first_name":"Sade","last_name":"Henrichs","match_name":"S. Henrichs","common_name":"Sade Henrichs","date_of_birth":"2002-04-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Defender","team_id":"51470","team_name":"CS Marítimo","short_name":"CS Marítimo","team_area_id":"156","team_area_name":"Portugal","start_date":"2024-07-01","competition_id":"3177","competition_name":"Liga BPI","competition_area_id":"156","competition_area_name":"Portugal","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7943916.png"},{"people_id":"5243","first_name":"Julian","last_name":"Draxler","match_name":"J. Draxler","common_name":"Julian Draxler","date_of_birth":"1993-09-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"185","weight":"74","foot":"both","position":"Midfielder","team_id":"1232","team_name":"Al Ahli SC","short_name":"Al Ahli","team_area_id":"158","team_area_name":"Qatar","start_date":"2023-09-18","competition_id":"26","competition_name":"Qatar Stars League","competition_area_id":"158","competition_area_name":"Qatar","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5243.png"},{"people_id":"133694","first_name":"Tim-Oliver","last_name":"Hiemer","match_name":"T. Hiemer","common_name":"Tim Hiemer","date_of_birth":"1995-01-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"57155","team_name":"Kerry FC","short_name":"Kerry","team_area_id":"98","team_area_name":"Republic of Ireland","start_date":"2025-01-31","competition_id":"349","competition_name":"First Division","competition_area_id":"98","competition_area_name":"Republic of Ireland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133694.png"},{"people_id":"83734","first_name":"Christopher","last_name":"Braun","match_name":"C. Braun","common_name":"Christopher Braun","date_of_birth":"1991-07-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"181","weight":"76","foot":"both","position":"Defender","team_id":"1791","team_name":"FC Rapid 1923","short_name":"Rapid","team_area_id":"159","team_area_name":"Romania","start_date":"2023-07-01","competition_id":"39","competition_name":"SuperLiga","competition_area_id":"159","competition_area_name":"Romania","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/83734.png"},{"people_id":"102836","first_name":"Kilian","last_name":"Ludewig","match_name":"K. Ludewig","common_name":"Kilian Ludewig","date_of_birth":"2000-03-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"175","weight":"70","foot":"right","position":"Defender","team_id":"1801","team_name":"FC Petrolul Ploieşti","short_name":"Petrolul","team_area_id":"159","team_area_name":"Romania","start_date":"2025-02-11","competition_id":"39","competition_name":"SuperLiga","competition_area_id":"159","competition_area_name":"Romania","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/102836.png"},{"people_id":"543700","first_name":"Patrick","last_name":"Vuč","match_name":"P. Vuč","common_name":"Patrick Vuč","date_of_birth":"2004-03-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"32650","team_name":"FC Hermannstadt","short_name":"Hermannstadt","team_area_id":"159","team_area_name":"Romania","start_date":"2025-07-01","competition_id":"39","competition_name":"SuperLiga","competition_area_id":"159","competition_area_name":"Romania","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/543700.png"},{"people_id":"217102","first_name":"Claudio Moreira","last_name":"Silva","match_name":"C. Silva","common_name":"Claudio Silva","date_of_birth":"2000-06-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"19254","team_name":"CSM Politehnica Iași","short_name":"Poli Iași","team_area_id":"159","team_area_name":"Romania","start_date":"2024-07-01","competition_id":"887","competition_name":"Liga II","competition_area_id":"159","competition_area_name":"Romania","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/217102.png"},{"people_id":"7973651","first_name":"Giuseppe","last_name":"Rima","match_name":"G. Rima","common_name":"Giuseppe Rima","date_of_birth":"2005-05-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"15868","team_name":"AC Libertas","short_name":"Libertas","team_area_id":"163","team_area_name":"San Marino","start_date":"2024-11-20","competition_id":"177","competition_name":"Campionato Sanmarinese","competition_area_id":"163","competition_area_name":"San Marino","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7973651.png"},{"people_id":"24087","first_name":"Koray","last_name":"Günter","match_name":"K. Günter","common_name":"Koray Günter","date_of_birth":"1994-08-16","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"79","foot":"right","position":"Defender","team_id":"16429","team_name":"Al Okhdood SC","short_name":"Al Okhdood","team_area_id":"164","team_area_name":"Saudi Arabia","start_date":"2025-07-22","competition_id":"27","competition_name":"Saudi Professional League","competition_area_id":"164","competition_area_name":"Saudi Arabia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/24087.png"},{"people_id":"62374","first_name":"Gökhan","last_name":"Gül","match_name":"G. Gül","common_name":"Gökhan Gül","date_of_birth":"1998-07-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"16429","team_name":"Al Okhdood SC","short_name":"Al Okhdood","team_area_id":"164","team_area_name":"Saudi Arabia","start_date":"2025-07-17","competition_id":"27","competition_name":"Saudi Professional League","competition_area_id":"164","competition_area_name":"Saudi Arabia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/62374.png"},{"people_id":"512215","first_name":"Emmanuel","last_name":"Gyamfi","match_name":"E. Gyamfi","common_name":"Emmanuel Gyamfi","date_of_birth":"2004-06-23","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"858","team_name":"Aberdeen FC","short_name":"Aberdeen","team_area_id":"165","team_area_name":"Scotland","start_date":"2025-06-16","competition_id":"22","competition_name":"Premier League","competition_area_id":"165","competition_area_name":"Scotland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/512215.png"},{"people_id":"418848","first_name":"Jannik","last_name":"Ikendo Wanner","match_name":"Jannik Wanner","common_name":"Jannik Wanner","date_of_birth":"1999-12-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1537","team_name":"Livingston FC","short_name":"Livingston","team_area_id":"165","team_area_name":"Scotland","start_date":"2025-07-01","competition_id":"22","competition_name":"Premier League","competition_area_id":"165","competition_area_name":"Scotland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/418848.png"},{"people_id":"439665","first_name":"George","last_name":"Gitau","match_name":"G. Gitau","common_name":"George Gitau","date_of_birth":"2003-09-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"1522","team_name":"Raith Rovers FC","short_name":"Raith","team_area_id":"165","team_area_name":"Scotland","start_date":"2025-01-23","competition_id":"475","competition_name":"Championship","competition_area_id":"165","competition_area_name":"Scotland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/439665.png"},{"people_id":"423761","first_name":"Leon","last_name":"Borkovic","match_name":"L. Borkovic","common_name":"Leon Borkovic","date_of_birth":"2003-08-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"47146","team_name":"FK Železničar Pančevo","short_name":"Pančevo","team_area_id":"224","team_area_name":"Serbia","start_date":"2025-02-14","competition_id":"439","competition_name":"Super Liga","competition_area_id":"224","competition_area_name":"Serbia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/423761.png"},{"people_id":"7821766","first_name":"Andrej","last_name":"Bencke","match_name":"A. Bencke","common_name":"Andrej Bencke","date_of_birth":"2001-11-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"41218","team_name":"FK Kabel","short_name":"Kabel","team_area_id":"224","team_area_name":"Serbia","start_date":"2022-09-28","competition_id":"897","competition_name":"Prva Liga","competition_area_id":"224","competition_area_name":"Serbia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7821766.png"},{"people_id":"25931","first_name":"Lennart","last_name":"Thy","match_name":"L. Thy","common_name":"Lennart Thy","date_of_birth":"1992-02-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"78","foot":"left","position":"Attacker","team_id":"1410","team_name":"Lion City Sailors FC","short_name":"City Sailors","team_area_id":"170","team_area_name":"Singapore","start_date":"2024-05-31","competition_id":"32","competition_name":"S.League","competition_area_id":"170","competition_area_name":"Singapore","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25931.png"},{"people_id":"270900","first_name":"Niko","last_name":"Vukančić","match_name":"N. Vukančić","common_name":"Niko Vukančić","date_of_birth":"2002-02-16","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"","foot":"left","position":"Defender","team_id":"15247","team_name":"MFK Skalica","short_name":"Skalica","team_area_id":"171","team_area_name":"Slovakia","start_date":"2025-07-23","competition_id":"378","competition_name":"Nikè Liga","competition_area_id":"171","competition_area_name":"Slovakia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/270900.png"},{"people_id":"280718","first_name":"Sean-Andreas","last_name":"Seitz","match_name":"S. Seitz","common_name":"Sean-Andreas Seitz","date_of_birth":"2002-03-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"172","weight":"","foot":"right","position":"Midfielder","team_id":"15247","team_name":"MFK Skalica","short_name":"Skalica","team_area_id":"171","team_area_name":"Slovakia","start_date":"2025-07-01","competition_id":"378","competition_name":"Nikè Liga","competition_area_id":"171","competition_area_name":"Slovakia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/280718.png"},{"people_id":"334058","first_name":"Ibrahim","last_name":"Madougou","match_name":"I. Madougou","common_name":"Ibrahim Madougou","date_of_birth":"2003-09-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"23084","team_name":"NK Aluminij","short_name":"Aluminij","team_area_id":"172","team_area_name":"Slovenia","start_date":"2025-02-20","competition_id":"372","competition_name":"Prva Liga","competition_area_id":"172","competition_area_name":"Slovenia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/334058.png"},{"people_id":"270612","first_name":"Christalino","last_name":"Atemona","match_name":"C. Atemona","common_name":"Christalino Atemona","date_of_birth":"2002-04-26","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"31457","team_name":"NK Bravo","short_name":"Bravo","team_area_id":"172","team_area_name":"Slovenia","start_date":"2025-01-06","competition_id":"372","competition_name":"Prva Liga","competition_area_id":"172","competition_area_name":"Slovenia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/270612.png"},{"people_id":"75287","first_name":"Darius","last_name":"Jalinous","match_name":"D. Jalinous","common_name":"Darius Jalinous","date_of_birth":"1997-10-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18581","team_name":"ND Gorica","short_name":"Gorica","team_area_id":"172","team_area_name":"Slovenia","start_date":"2023-07-01","competition_id":"733","competition_name":"2. SNL","competition_area_id":"172","competition_area_name":"Slovenia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/75287.png"},{"people_id":"148982","first_name":"Dawoud","last_name":"Jalinous","match_name":"D. Jalinous","common_name":"Dawoud Jalinous","date_of_birth":"1999-03-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"178","weight":"","foot":"","position":"Attacker","team_id":"23896","team_name":"NK Tabor Sežana","short_name":"Tabor","team_area_id":"172","team_area_name":"Slovenia","start_date":"2023-07-01","competition_id":"733","competition_name":"2. SNL","competition_area_id":"172","competition_area_name":"Slovenia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/148982.png"},{"people_id":"332737","first_name":"Kenan","last_name":"Hadziavdic","match_name":"K. Hadziavdic","common_name":"Kenan Hadziavdic","date_of_birth":"2004-01-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"31790","team_name":"ND Bilje","short_name":"Bilje","team_area_id":"172","team_area_name":"Slovenia","start_date":"2024-08-06","competition_id":"733","competition_name":"2. SNL","competition_area_id":"172","competition_area_name":"Slovenia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/332737.png"},{"people_id":"421572","first_name":"Mike","last_name":"Eberhart","match_name":"M. Eberhart","common_name":"Mike Eberhart","date_of_birth":"2004-10-23","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"23308","team_name":"NK Rogaška","short_name":"Rogaška","team_area_id":"172","team_area_name":"Slovenia","start_date":"2023-01-01","competition_id":"735","competition_name":"3. SNL","competition_area_id":"172","competition_area_name":"Slovenia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/421572.png"},{"people_id":"362980","first_name":"Josip","last_name":"Sušić","match_name":"J. Sušić","common_name":"Josip Sušić","date_of_birth":"2000-03-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"23310","team_name":"NK Fužinar Ravne","short_name":"Fužinar","team_area_id":"172","team_area_name":"Slovenia","start_date":"2023-01-01","competition_id":"735","competition_name":"3. SNL","competition_area_id":"172","competition_area_name":"Slovenia","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/362980.png"},{"people_id":"5262","first_name":"Antonio","last_name":"Rüdiger","match_name":"A. Rüdiger","common_name":"Antonio Rüdiger","date_of_birth":"1993-03-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"190","weight":"85","foot":"right","position":"Defender","team_id":"720","team_name":"Real Madrid CF","short_name":"Real Madrid","team_area_id":"176","team_area_name":"Spain","start_date":"2022-07-01","competition_id":"6","competition_name":"La Liga","competition_area_id":"176","competition_area_name":"Spain","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5262.png"},{"people_id":"13630","first_name":"Marc-André","last_name":"ter Stegen","match_name":"M. ter Stegen","common_name":"Marc-André ter Stegen","date_of_birth":"1992-04-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"189","weight":"85","foot":"right","position":"Goalkeeper","team_id":"721","team_name":"FC Barcelona","short_name":"Barça","team_area_id":"176","team_area_name":"Spain","start_date":"2014-07-01","competition_id":"6","competition_name":"La Liga","competition_area_id":"176","competition_area_name":"Spain","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/13630.png"},{"people_id":"12498","first_name":"Jeremy","last_name":"Toljan","match_name":"J. Toljan","common_name":"Jeremy Toljan","date_of_birth":"1994-08-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"172","weight":"76","foot":"right","position":"Defender","team_id":"728","team_name":"Levante UD","short_name":"Levante","team_area_id":"176","team_area_name":"Spain","start_date":"2025-07-08","competition_id":"6","competition_name":"La Liga","competition_area_id":"176","competition_area_name":"Spain","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12498.png"},{"people_id":"7818696","first_name":"Santino Swanson","last_name":"Manuel","match_name":"S. Manuel","common_name":"Santino Manuel","date_of_birth":"2000-12-29","country_of_birth":"Australia","nationality":"Germany","country_of_birth_area_id":"19","nationality_area_id":"80","gender":"male","height":"185","weight":"78","foot":"left","position":"Defender","team_id":"769","team_name":"AD Mérida","short_name":"Mérida","team_area_id":"176","team_area_name":"Spain","start_date":"2023-01-05","competition_id":"3089","competition_name":"Primera Federación","competition_area_id":"176","competition_area_name":"Spain","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7818696.png"},{"people_id":"25961","first_name":"Fabian-Herbert","last_name":"Burdenski","match_name":"F. Burdenski","common_name":"Fabian-Herbert Burdenski","date_of_birth":"1991-09-23","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"41722","team_name":"Xerez Deportivo FC","short_name":"Xerez","team_area_id":"176","team_area_name":"Spain","start_date":"2022-07-07","competition_id":"2974","competition_name":"Tercera División","competition_area_id":"176","competition_area_name":"Spain","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25961.png"},{"people_id":"159722","first_name":"Merle","last_name":"Barth","match_name":"M. Barth","common_name":"Merle Barth","date_of_birth":"1994-04-21","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Defender","team_id":"31459","team_name":"Atlético Madrid Femenino","short_name":"Atlético","team_area_id":"176","team_area_name":"Spain","start_date":"2024-07-01","competition_id":"3932","competition_name":"Liga F","competition_area_id":"176","competition_area_name":"Spain","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159722.png"},{"people_id":"355279","first_name":"Melanie","last_name":"Leupolz","match_name":"M. Leupolz","common_name":"Melanie Leupolz","date_of_birth":"1994-04-14","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"173","weight":"","foot":"","position":"Midfielder","team_id":"44650","team_name":"Real Madrid CF Femenino","short_name":"Real Madrid","team_area_id":"176","team_area_name":"Spain","start_date":"2024-07-01","competition_id":"3932","competition_name":"Liga F","competition_area_id":"176","competition_area_name":"Spain","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/355279.png"},{"people_id":"197746","first_name":"Michael","last_name":"Martin","match_name":"M. Martin","common_name":"Michael Martin","date_of_birth":"2000-07-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1333","team_name":"IK Sirius FK","short_name":"Sirius","team_area_id":"184","team_area_name":"Sweden","start_date":"2025-07-01","competition_id":"5","competition_name":"Allsvenskan","competition_area_id":"184","competition_area_name":"Sweden","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/197746.png"},{"people_id":"262940","first_name":"Steffen","last_name":"Kraus","match_name":"S. Kraus","common_name":"Steffen Kraus","date_of_birth":"1993-02-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"192","weight":"","foot":"both","position":"Goalkeeper","team_id":"21082","team_name":"BK Forward","short_name":"Forward","team_area_id":"184","team_area_name":"Sweden","start_date":"2019-01-12","competition_id":"915","competition_name":"Division 2","competition_area_id":"184","competition_area_name":"Sweden","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/262940.png"},{"people_id":"7798027","first_name":"Christopher","last_name":"Dinu Suta","match_name":"C. Dinu Suta","common_name":"Christopher Dinu Suta","date_of_birth":"1991-07-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"29367","team_name":"Gottne IF","short_name":"Gottne","team_area_id":"184","team_area_name":"Sweden","start_date":"2023-01-01","competition_id":"915","competition_name":"Division 2","competition_area_id":"184","competition_area_name":"Sweden","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7798027.png"},{"people_id":"410235","first_name":"Mathilde Olga Luise","last_name":"Janzen","match_name":"M. Janzen","common_name":"Mathilde Janzen","date_of_birth":"2005-02-14","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"29150","team_name":"Kristianstads DFF","short_name":"Kristianstads","team_area_id":"184","team_area_name":"Sweden","start_date":"2024-06-26","competition_id":"1024","competition_name":"Damallsvenskan","competition_area_id":"184","competition_area_name":"Sweden","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/410235.png"},{"people_id":"73755","first_name":"Pius","last_name":"Dorn","match_name":"P. Dorn","common_name":"Pius Dorn","date_of_birth":"1996-09-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1485","team_name":"FC Luzern","short_name":"FC Luzern","team_area_id":"185","team_area_name":"Switzerland","start_date":"2022-07-01","competition_id":"42","competition_name":"Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/73755.png"},{"people_id":"145087","first_name":"Sinan","last_name":"Karweina","match_name":"S. Karweina","common_name":"Sinan Karweina","date_of_birth":"1999-03-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1485","team_name":"FC Luzern","short_name":"FC Luzern","team_area_id":"185","team_area_name":"Switzerland","start_date":"2024-07-01","competition_id":"42","competition_name":"Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/145087.png"},{"people_id":"305965","first_name":"Anton","last_name":"Kade","match_name":"A. Kade","common_name":"Anton Kade","date_of_birth":"2004-01-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1486","team_name":"FC Basel 1893","short_name":"FC Basel","team_area_id":"185","team_area_name":"Switzerland","start_date":"2022-07-01","competition_id":"42","competition_name":"Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/305965.png"},{"people_id":"7866409","first_name":"Tim","last_name":"Pfeiffer","match_name":"T. Pfeiffer","common_name":"Tim Pfeiffer","date_of_birth":"2005-05-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"1486","team_name":"FC Basel 1893","short_name":"FC Basel","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-07-01","competition_id":"42","competition_name":"Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7866409.png"},{"people_id":"62757","first_name":"Lukas","last_name":"Görtler","match_name":"L. Görtler","common_name":"Lukas Görtler","date_of_birth":"1994-06-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"75","foot":"left","position":"Midfielder","team_id":"1905","team_name":"FC St. Gallen","short_name":"St. Gallen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2019-07-08","competition_id":"42","competition_name":"Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/62757.png"},{"people_id":"63848","first_name":"Lukas","last_name":"Watkowiak","match_name":"L. Watkowiak","common_name":"Lukas Watkowiak","date_of_birth":"1996-03-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"1905","team_name":"FC St. Gallen","short_name":"St. Gallen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2020-08-20","competition_id":"42","competition_name":"Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/63848.png"},{"people_id":"102810","first_name":"Lukas Stephan Horst","last_name":"Daschner","match_name":"L. Daschner","common_name":"Lukas Daschner","date_of_birth":"1998-10-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"182","weight":"76","foot":"both","position":"Midfielder","team_id":"1905","team_name":"FC St. Gallen","short_name":"St. Gallen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2025-02-03","competition_id":"42","competition_name":"Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/102810.png"},{"people_id":"198867","first_name":"Tom","last_name":"Gaal","match_name":"T. Gaal","common_name":"Tom Gaal","date_of_birth":"2001-03-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"189","weight":"","foot":"both","position":"Defender","team_id":"1905","team_name":"FC St. Gallen","short_name":"St. Gallen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2025-07-01","competition_id":"42","competition_name":"Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198867.png"},{"people_id":"102847","first_name":"Dominik","last_name":"Franke","match_name":"D. Franke","common_name":"Dominik Franke","date_of_birth":"1998-10-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"76","foot":"left","position":"Defender","team_id":"1906","team_name":"FC Thun","short_name":"Thun","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-10-01","competition_id":"42","competition_name":"Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/102847.png"},{"people_id":"426827","first_name":"Daniel","last_name":"Ihendu","match_name":"D. Ihendu","common_name":"Daniel Ihendu","date_of_birth":"2005-09-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"1907","team_name":"FC Zürich","short_name":"FC Zürich","team_area_id":"185","team_area_name":"Switzerland","start_date":"2025-02-17","competition_id":"42","competition_name":"Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/426827.png"},{"people_id":"73764","first_name":"Kevin","last_name":"Behrens","match_name":"K. Behrens","common_name":"Kevin Behrens","date_of_birth":"1991-02-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"","foot":"right","position":"Attacker","team_id":"1912","team_name":"FC Lugano","short_name":"Lugano","team_area_id":"185","team_area_name":"Switzerland","start_date":"2025-07-15","competition_id":"42","competition_name":"Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/73764.png"},{"people_id":"133478","first_name":"Lukas","last_name":"Mai","match_name":"L. Mai","common_name":"Lukas Mai","date_of_birth":"2000-03-31","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"190","weight":"84","foot":"right","position":"Defender","team_id":"1912","team_name":"FC Lugano","short_name":"Lugano","team_area_id":"185","team_area_name":"Switzerland","start_date":"2022-07-01","competition_id":"42","competition_name":"Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133478.png"},{"people_id":"219408","first_name":"Antonios","last_name":"Papadopoulos","match_name":"Antonios Papadopoulos","common_name":"Antonios Papadopoulos","date_of_birth":"1999-09-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"83","foot":"right","position":"Midfielder","team_id":"1912","team_name":"FC Lugano","short_name":"Lugano","team_area_id":"185","team_area_name":"Switzerland","start_date":"2024-07-01","competition_id":"42","competition_name":"Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/219408.png"},{"people_id":"102576","first_name":"Lukas","last_name":"Mühl","match_name":"L. Mühl","common_name":"Lukas Mühl","date_of_birth":"1997-01-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"189","weight":"83","foot":"right","position":"Defender","team_id":"1913","team_name":"FC Winterthur","short_name":"Winterthur","team_area_id":"185","team_area_name":"Switzerland","start_date":"2024-09-02","competition_id":"42","competition_name":"Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/102576.png"},{"people_id":"7881889","first_name":"Elion","last_name":"Jashari","match_name":"E. Jashari","common_name":"Elion Jashari","date_of_birth":"2005-08-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1487","team_name":"AC Bellinzona","short_name":"Bellinzona","team_area_id":"185","team_area_name":"Switzerland","start_date":"2025-07-21","competition_id":"361","competition_name":"Challenge League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7881889.png"},{"people_id":"22710","first_name":"Olivier","last_name":"Jäckle","match_name":"O. Jäckle","common_name":"Olivier Jäckle","date_of_birth":"1993-01-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"181","weight":"68","foot":"","position":"Defender","team_id":"1910","team_name":"FC Aarau","short_name":"Aarau","team_area_id":"185","team_area_name":"Switzerland","start_date":"2012-02-01","competition_id":"361","competition_name":"Challenge League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/22710.png"},{"people_id":"83405","first_name":"Leon Valentin","last_name":"Schaffran","match_name":"L. Schaffran","common_name":"Leon Schaffran","date_of_birth":"1998-07-31","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"81","foot":"right","position":"Goalkeeper","team_id":"1911","team_name":"FC Vaduz","short_name":"Vaduz","team_area_id":"116","team_area_name":"Liechtenstein","start_date":"2024-07-01","competition_id":"361","competition_name":"Challenge League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/83405.png"},{"people_id":"133462","first_name":"Luca Maurice","last_name":"Mack","match_name":"L. Mack","common_name":"Luca Mack","date_of_birth":"2000-05-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"76","foot":"right","position":"Midfielder","team_id":"1911","team_name":"FC Vaduz","short_name":"Vaduz","team_area_id":"116","team_area_name":"Liechtenstein","start_date":"2025-07-01","competition_id":"361","competition_name":"Challenge League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133462.png"},{"people_id":"200349","first_name":"Niklas","last_name":"Lang","match_name":"N. Lang","common_name":"Niklas Lang","date_of_birth":"2002-06-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"182","weight":"","foot":"","position":"Defender","team_id":"1911","team_name":"FC Vaduz","short_name":"Vaduz","team_area_id":"116","team_area_name":"Liechtenstein","start_date":"2025-07-07","competition_id":"361","competition_name":"Challenge League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/200349.png"},{"people_id":"243659","first_name":"Alexander","last_name":"Muci","match_name":"A. Muci","common_name":"Alexander Muci","date_of_birth":"2000-11-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"1914","team_name":"FC Wil 1900","short_name":"Wil 1900","team_area_id":"185","team_area_name":"Switzerland","start_date":"2024-07-01","competition_id":"361","competition_name":"Challenge League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/243659.png"},{"people_id":"421521","first_name":"Julind","last_name":"Selmonaj","match_name":"J. Selmonaj","common_name":"Julind Selmonaj","date_of_birth":"2004-11-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"1914","team_name":"FC Wil 1900","short_name":"Wil 1900","team_area_id":"185","team_area_name":"Switzerland","start_date":"2025-07-15","competition_id":"361","competition_name":"Challenge League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/421521.png"},{"people_id":"213073","first_name":"Helaku Josué","last_name":"Schmidt","match_name":"H. Schmidt","common_name":"Helaku Josué Schmidt","date_of_birth":"1999-02-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"23239","team_name":"FC Rapperswil-Jona","short_name":"Rapperswil","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-07-01","competition_id":"361","competition_name":"Challenge League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/213073.png"},{"people_id":"573272","first_name":"Adrian ","last_name":"Mulaj","match_name":"A. Mulaj","common_name":"Adrian Mulaj","date_of_birth":"2004-01-31","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"1901","team_name":"FC Schaffhausen","short_name":"Schaffhausen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2024-07-13","competition_id":"731","competition_name":"1. Liga Promotion","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/573272.png"},{"people_id":"152866","first_name":"Kevin Can","last_name":"Banoglu","match_name":"K. Banoglu","common_name":"Kevin Banoglu","date_of_birth":"1992-01-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"178","weight":"","foot":"left","position":"Midfielder","team_id":"2270","team_name":"SC Brühl","short_name":"Brühl","team_area_id":"185","team_area_name":"Switzerland","start_date":"2016-07-22","competition_id":"731","competition_name":"1. Liga Promotion","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/152866.png"},{"people_id":"218952","first_name":"Axel","last_name":"Danner","match_name":"A. Danner","common_name":"Axel Danner","date_of_birth":"1992-04-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"19651","team_name":"FC Bavois","short_name":"Bavois","team_area_id":"185","team_area_name":"Switzerland","start_date":"2021-07-01","competition_id":"731","competition_name":"1. Liga Promotion","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/218952.png"},{"people_id":"364969","first_name":"Tristan","last_name":"Chavanne","match_name":"T. Chavanne","common_name":"Tristan Chavanne","date_of_birth":"1999-08-10","country_of_birth":"Switzerland","nationality":"Germany","country_of_birth_area_id":"185","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"19651","team_name":"FC Bavois","short_name":"Bavois","team_area_id":"185","team_area_name":"Switzerland","start_date":"2019-07-18","competition_id":"731","competition_name":"1. Liga Promotion","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/364969.png"},{"people_id":"407485","first_name":"Adrian","last_name":"Rama Bitterfeld Skender","match_name":"A. Bitterfeld","common_name":"Adrian Bitterfeld","date_of_birth":"2000-09-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"","foot":"left","position":"Midfielder","team_id":"31589","team_name":"FC Kreuzlingen","short_name":"Kreuzlingen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2022-07-01","competition_id":"731","competition_name":"1. Liga Promotion","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/407485.png"},{"people_id":"550649","first_name":"Marco ","last_name":"Armbruster","match_name":"M. Armbruster","common_name":"Marco Armbruster","date_of_birth":"1993-01-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"31589","team_name":"FC Kreuzlingen","short_name":"Kreuzlingen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2022-07-01","competition_id":"731","competition_name":"1. Liga Promotion","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/550649.png"},{"people_id":"550653","first_name":"Abbas ","last_name":"Karaki","match_name":"A. Karaki","common_name":"Abbas Karaki","date_of_birth":"1993-04-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"31589","team_name":"FC Kreuzlingen","short_name":"Kreuzlingen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2022-07-01","competition_id":"731","competition_name":"1. Liga Promotion","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/550653.png"},{"people_id":"550655","first_name":"Midhad ","last_name":"Arifagic","match_name":"M. Arifagic","common_name":"Midhad Arifagic","date_of_birth":"1997-07-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"31589","team_name":"FC Kreuzlingen","short_name":"Kreuzlingen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2022-07-01","competition_id":"731","competition_name":"1. Liga Promotion","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/550655.png"},{"people_id":"550656","first_name":"Sven Patrick ","last_name":"Bode","match_name":"S. Bode","common_name":"Sven Bode","date_of_birth":"1994-04-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"31589","team_name":"FC Kreuzlingen","short_name":"Kreuzlingen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2022-07-01","competition_id":"731","competition_name":"1. Liga Promotion","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/550656.png"},{"people_id":"550657","first_name":"Philipp ","last_name":"Müller","match_name":"P. Müller","common_name":"Philipp Müller","date_of_birth":"1998-01-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"31589","team_name":"FC Kreuzlingen","short_name":"Kreuzlingen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2022-07-01","competition_id":"731","competition_name":"1. Liga Promotion","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/550657.png"},{"people_id":"550658","first_name":"Manuel ","last_name":"Ferrone","match_name":"M. Ferrone","common_name":"Manuel Ferrone","date_of_birth":"1987-07-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"31589","team_name":"FC Kreuzlingen","short_name":"Kreuzlingen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2022-07-01","competition_id":"731","competition_name":"1. Liga Promotion","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/550658.png"},{"people_id":"550662","first_name":"Marco ","last_name":"Frick","match_name":"M. Frick","common_name":"Marco Frick","date_of_birth":"1991-06-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"31589","team_name":"FC Kreuzlingen","short_name":"Kreuzlingen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2022-07-01","competition_id":"731","competition_name":"1. Liga Promotion","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/550662.png"},{"people_id":"22696","first_name":"Christopher","last_name":"Teichmann","match_name":"C. Teichmann","common_name":"Christopher Teichmann","date_of_birth":"1995-10-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"70","foot":"","position":"Midfielder","team_id":"1920","team_name":"FC Baden","short_name":"Baden","team_area_id":"185","team_area_name":"Switzerland","start_date":"2017-07-01","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/22696.png"},{"people_id":"7871933","first_name":"Marc ","last_name":"Lawson","match_name":"M. Lawson","common_name":"Marc Lawson","date_of_birth":"2004-06-21","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"2264","team_name":"FC La Chaux-de-Fonds","short_name":"Chaux-de-Fonds","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-07-01","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7871933.png"},{"people_id":"25095","first_name":"Ronny","last_name":"Minkwitz","match_name":"R. Minkwitz","common_name":"Ronny Minkwitz","date_of_birth":"1993-12-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"175","weight":"71","foot":"","position":"Midfielder","team_id":"18460","team_name":"FC Wohlen","short_name":"Wohlen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2014-07-01","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25095.png"},{"people_id":"219307","first_name":"Antonius","last_name":"Dreier","match_name":"A. Dreier","common_name":"Antonius Dreier","date_of_birth":"1995-07-31","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"19645","team_name":"FC Münsingen","short_name":"Münsingen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2017-07-01","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/219307.png"},{"people_id":"219314","first_name":"Maximilian","last_name":"Dreier","match_name":"M. Dreier","common_name":"Maximilian Dreier","date_of_birth":"1991-06-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"185","weight":"","foot":"","position":"Midfielder","team_id":"19645","team_name":"FC Münsingen","short_name":"Münsingen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2017-07-01","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/219314.png"},{"people_id":"59749","first_name":"Alex","last_name":"Schumann","match_name":"A. Schumann","common_name":"Alex Schumann","date_of_birth":"1998-06-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"19647","team_name":"FC Mendrisio","short_name":"Mendrisio","team_area_id":"185","team_area_name":"Switzerland","start_date":"2016-07-01","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/59749.png"},{"people_id":"573316","first_name":"Davor ","last_name":"Mutabdzic","match_name":"D. Mutabdzic","common_name":"Davor Mutabdzic","date_of_birth":"2003-11-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"19648","team_name":"FC Dietikon","short_name":"Dietikon","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-07-01","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/573316.png"},{"people_id":"77290","first_name":"Fabio","last_name":"Viteritti","match_name":"F. Viteritti","common_name":"Fabio Viteritti","date_of_birth":"1993-05-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"174","weight":"","foot":"both","position":"Midfielder","team_id":"19649","team_name":"FC Black Stars Basel","short_name":"Black Stars","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-07-01","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/77290.png"},{"people_id":"101318","first_name":"Ricky","last_name":"Schwarz","match_name":"R. Schwarz","common_name":"Ricky Schwarz","date_of_birth":"1998-01-21","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"174","weight":"","foot":"","position":"Defender","team_id":"19649","team_name":"FC Black Stars Basel","short_name":"Black Stars","team_area_id":"185","team_area_name":"Switzerland","start_date":"2017-07-01","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/101318.png"},{"people_id":"131755","first_name":"Antonio","last_name":"Fischer","match_name":"A. Fischer","common_name":"Antonio Fischer","date_of_birth":"1996-08-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"172","weight":"71","foot":"","position":"Defender","team_id":"19649","team_name":"FC Black Stars Basel","short_name":"Black Stars","team_area_id":"185","team_area_name":"Switzerland","start_date":"2019-02-11","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/131755.png"},{"people_id":"247610","first_name":"Robin","last_name":"Adamczyk","match_name":"R. Adamczyk","common_name":"Robin Adamczyk","date_of_birth":"1997-02-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"19649","team_name":"FC Black Stars Basel","short_name":"Black Stars","team_area_id":"185","team_area_name":"Switzerland","start_date":"2019-07-16","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/247610.png"},{"people_id":"422490","first_name":"Kaan ","last_name":"Sevinc","match_name":"K. Sevinc","common_name":"Kaan Sevinc","date_of_birth":"1994-09-21","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"19649","team_name":"FC Black Stars Basel","short_name":"Black Stars","team_area_id":"185","team_area_name":"Switzerland","start_date":"2018-07-01","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/422490.png"},{"people_id":"407190","first_name":"Soheil ","last_name":"Arghandewall","match_name":"S. Arghandewall","common_name":"Soheil Arghandewall","date_of_birth":"2001-08-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"19653","team_name":"SC YF Juventus Zürich","short_name":"YF Juventus","team_area_id":"185","team_area_name":"Switzerland","start_date":"2022-08-02","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/407190.png"},{"people_id":"93228","first_name":"Patrick","last_name":"Streule","match_name":"P. Streule","common_name":"Patrick Streule","date_of_birth":"1991-06-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"172","weight":"","foot":"both","position":"Attacker","team_id":"23542","team_name":"SV Muttenz","short_name":"Muttenz","team_area_id":"185","team_area_name":"Switzerland","start_date":"2015-09-01","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/93228.png"},{"people_id":"573249","first_name":"Aleksandar ","last_name":"Trazivuk","match_name":"A. Trazivuk","common_name":"Aleksandar Trazivuk","date_of_birth":"2000-01-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"31584","team_name":"SV Höngg","short_name":"Höngg","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-07-01","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/573249.png"},{"people_id":"8022092","first_name":"David","last_name":"Sarac","match_name":"D. Sarac","common_name":"David Sarac","date_of_birth":"2004-06-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"182","weight":"","foot":"","position":"Defender","team_id":"31585","team_name":"FC Langenthal","short_name":"Langenthal","team_area_id":"185","team_area_name":"Switzerland","start_date":"2024-02-13","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/8022092.png"},{"people_id":"509494","first_name":"Lars ","last_name":"Ivanusa","match_name":"L. Ivanusa","common_name":"Lars Ivanusa","date_of_birth":"1997-08-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"46857","team_name":"FC Widnau","short_name":"Widnau","team_area_id":"185","team_area_name":"Switzerland","start_date":"2019-07-01","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/509494.png"},{"people_id":"7874524","first_name":"Leo ","last_name":"Hetzel","match_name":"L. Hetzel","common_name":"Leo Hetzel","date_of_birth":"2006-04-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"46857","team_name":"FC Widnau","short_name":"Widnau","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-07-01","competition_id":"730","competition_name":"1. Liga","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7874524.png"},{"people_id":"421909","first_name":"Chiara","last_name":"Bücher","match_name":"C. Bücher","common_name":"Chiara Bücher","date_of_birth":"2003-12-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"169","weight":"","foot":"","position":"Attacker","team_id":"27528","team_name":"FC Zürich","short_name":"FC Zürich","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-07-01","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/421909.png"},{"people_id":"513016","first_name":"Amelie","last_name":"Schuster","match_name":"A. Schuster","common_name":"Amelie Schuster","date_of_birth":"2004-03-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"27528","team_name":"FC Zürich","short_name":"FC Zürich","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-01-01","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/513016.png"},{"people_id":"7734063","first_name":"Marlene","last_name":"Deyß","match_name":"M. Deyß","common_name":"Marlene Deyß","date_of_birth":"2005-03-26","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Defender","team_id":"27528","team_name":"FC Zürich","short_name":"FC Zürich","team_area_id":"185","team_area_name":"Switzerland","start_date":"2024-07-01","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7734063.png"},{"people_id":"7805598","first_name":"Noreen","last_name":"Günnewig","match_name":"N. Günnewig","common_name":"Noreen Günnewig","date_of_birth":"2001-06-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"27528","team_name":"FC Zürich","short_name":"FC Zürich","team_area_id":"185","team_area_name":"Switzerland","start_date":"2025-02-28","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7805598.png"},{"people_id":"7871077","first_name":"Romy","last_name":"Baraniak","match_name":"R. Baraniak","common_name":"Romy Baraniak","date_of_birth":"2003-04-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Attacker","team_id":"27528","team_name":"FC Zürich","short_name":"FC Zürich","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-07-07","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7871077.png"},{"people_id":"159479","first_name":"Wibke","last_name":"Meister","match_name":"W. Meister","common_name":"Wibke Meister","date_of_birth":"1995-03-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"34829","team_name":"BSC Young Boys Frauen","short_name":"YB Frauen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-07-01","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159479.png"},{"people_id":"221072","first_name":"Lisa","last_name":"Josten","match_name":"L. Josten","common_name":"Lisa Josten","date_of_birth":"1993-01-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"34829","team_name":"BSC Young Boys Frauen","short_name":"YB Frauen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2024-07-11","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/221072.png"},{"people_id":"281031","first_name":"Barbara","last_name":"Reger","match_name":"B. Reger","common_name":"Barbara Reger","date_of_birth":"2000-01-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"34882","team_name":"FC Luzern","short_name":"FC Luzern","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-08-01","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/281031.png"},{"people_id":"159598","first_name":"Tamar","last_name":"Dongus","match_name":"T. Dongus","common_name":"Tamar Dongus","date_of_birth":"1994-05-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Defender","team_id":"34895","team_name":"Grasshopper Club Zürich","short_name":"GC Zürich","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-07-01","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159598.png"},{"people_id":"7957134","first_name":"Laeticia","last_name":"Johanna Tyla","match_name":"L. Tyla","common_name":"Laeticia Tyla","date_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"34895","team_name":"Grasshopper Club Zürich","short_name":"GC Zürich","team_area_id":"185","team_area_name":"Switzerland","start_date":"2024-09-25","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7957134.png"},{"people_id":"159718","first_name":"Anna","last_name":"Klink","match_name":"A. Klink","common_name":"Anna Klink","date_of_birth":"1995-03-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"36926","team_name":"FC Basel 1893","short_name":"FC Basel","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-07-01","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159718.png"},{"people_id":"414293","first_name":"Antonia","last_name":"Baaß","match_name":"A. Baaß","common_name":"Antonia Baaß","date_of_birth":"2000-05-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"36926","team_name":"FC Basel 1893","short_name":"FC Basel","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-07-01","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/414293.png"},{"people_id":"7813428","first_name":"Melissa","last_name":"Ugochukwu","match_name":"M. Ugochukwu","common_name":"Melissa Ugochukwu","date_of_birth":"2003-02-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Attacker","team_id":"36926","team_name":"FC Basel 1893","short_name":"FC Basel","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-07-01","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7813428.png"},{"people_id":"7822361","first_name":"Gloria Sédami","last_name":"Adigo","match_name":"G. Adigo","common_name":"Gloria Adigo","date_of_birth":"2003-03-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Defender","team_id":"36926","team_name":"FC Basel 1893","short_name":"FC Basel","team_area_id":"185","team_area_name":"Switzerland","start_date":"2023-07-01","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7822361.png"},{"people_id":"544635","first_name":"Franziska","last_name":"Gaus","match_name":"F. Gaus","common_name":"Franziska Gaus","date_of_birth":"2003-02-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"43244","team_name":"FC St. Gallen","short_name":"St. Gallen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2022-07-01","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/544635.png"},{"people_id":"7941448","first_name":"Sandra","last_name":"Klug","match_name":"S. Klug","common_name":"Sandra Klug","date_of_birth":"1996-12-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"43244","team_name":"FC St. Gallen","short_name":"St. Gallen","team_area_id":"185","team_area_name":"Switzerland","start_date":"2024-07-29","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7941448.png"},{"people_id":"514721","first_name":"Julia ","last_name":"Pfannschmidt","match_name":"J. Pfannschmidt","common_name":"Julia Pfannschmidt","date_of_birth":"1990-06-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"51602","team_name":"FC Aarau Frauen","short_name":"Aarau","team_area_id":"185","team_area_name":"Switzerland","start_date":"2020-07-01","competition_id":"3191","competition_name":"Women's Super League","competition_area_id":"185","competition_area_name":"Switzerland","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/514721.png"},{"people_id":"335842","first_name":"Jonas","last_name":"Schwabe","match_name":"J. Schwabe","common_name":"Jonas Schwabe","date_of_birth":"2003-07-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"20467","team_name":"Uthai Thani FC","short_name":"Uthai Thani","team_area_id":"191","team_area_name":"Thailand","start_date":"2024-07-01","competition_id":"25","competition_name":"Thai League 1","competition_area_id":"191","competition_area_name":"Thailand","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/335842.png"},{"people_id":"8013470","first_name":"Dennis Yves-Pascal","last_name":"Francé","match_name":"D. Francé","common_name":"Dennis Francé","date_of_birth":"1993-11-21","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"48339","team_name":"ACDC FC","short_name":"ACDC FC","team_area_id":"191","team_area_name":"Thailand","start_date":"2025-01-19","competition_id":"1038","competition_name":"Thai League 3","competition_area_id":"191","competition_area_name":"Thailand","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/8013470.png"},{"people_id":"5308","first_name":"Leroy","last_name":"Sané","match_name":"L. Sané","common_name":"Leroy Sané","date_of_birth":"1996-01-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"75","foot":"left","position":"Attacker","team_id":"871","team_name":"Galatasaray SK","short_name":"Galatasaray","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-07-01","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5308.png"},{"people_id":"141186","first_name":"Derrick Arthur","last_name":"Köhn","match_name":"D. Köhn","common_name":"Derrick Köhn","date_of_birth":"1999-02-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"74","foot":"left","position":"Defender","team_id":"871","team_name":"Galatasaray SK","short_name":"Galatasaray","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-07-01","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/141186.png"},{"people_id":"133191","first_name":"Münir Levent","last_name":"Mercan","match_name":"L. Mercan","common_name":"Levent Mercan","date_of_birth":"2000-12-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"176","weight":"69","foot":"both","position":"Midfielder","team_id":"1080","team_name":"Fenerbahçe SK","short_name":"Fenerbahçe","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-07-01","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133191.png"},{"people_id":"334402","first_name":"Göktan","last_name":"Gürpüz","match_name":"G. Gürpüz","common_name":"Göktan Gürpüz","date_of_birth":"2003-01-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"175","weight":"70","foot":"right","position":"Midfielder","team_id":"1081","team_name":"Trabzonspor","short_name":"Trabzonspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-07-01","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/334402.png"},{"people_id":"90393","first_name":"Ohis Felix","last_name":"Uduokhai","match_name":"O. Uduokhai","common_name":"Ohis Uduokhai","date_of_birth":"1997-09-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"188","weight":"78","foot":"left","position":"Defender","team_id":"1082","team_name":"Beşiktaş JK","short_name":"Beşiktaş","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-08-27","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/90393.png"},{"people_id":"86584","first_name":"Ahmet","last_name":"Sagat","match_name":"A. Sagat","common_name":"Ahmet Sagat","date_of_birth":"1996-05-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1084","team_name":"Kocaelispor","short_name":"Kocaelispor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-08-01","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/86584.png"},{"people_id":"373507","first_name":"Arda","last_name":"Temur","match_name":"A. Temur","common_name":"Arda Temur","date_of_birth":"2004-08-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"1085","team_name":"Gençlerbirliği SK","short_name":"Gençlerbirliği","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-07-01","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/373507.png"},{"people_id":"510328","first_name":"Emirhan","last_name":"Ünal","match_name":"E. Ünal","common_name":"Emirhan Ünal","date_of_birth":"2005-02-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1085","team_name":"Gençlerbirliği SK","short_name":"Gençlerbirliği","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-08-15","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/510328.png"},{"people_id":"198883","first_name":"Erdem","last_name":"Canpolat","match_name":"E. Canpolat","common_name":"Erdem Canpolat","date_of_birth":"2001-04-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"194","weight":"87","foot":"right","position":"Goalkeeper","team_id":"1109","team_name":"Çaykur Rizespor","short_name":"Rizespor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-07-03","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198883.png"},{"people_id":"104174","first_name":"Ufuk","last_name":"Akyol","match_name":"U. Akyol","common_name":"Ufuk Akyol","date_of_birth":"1997-08-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"76","foot":"right","position":"Midfielder","team_id":"1114","team_name":"Konyaspor","short_name":"Konyaspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-07-01","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/104174.png"},{"people_id":"7797675","first_name":"Mehmet","last_name":"Kaya","match_name":"M. Kaya","common_name":"Mehmet Kaya","date_of_birth":"2004-09-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1114","team_name":"Konyaspor","short_name":"Konyaspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-02-07","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7797675.png"},{"people_id":"12387","first_name":"Davie","last_name":"Selke","match_name":"D. Selke","common_name":"Davie Selke","date_of_birth":"1995-01-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"192","weight":"75","foot":"right","position":"Attacker","team_id":"1120","team_name":"Rams Başakşehir FK","short_name":"Başakşehir","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-07-11","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12387.png"},{"people_id":"7801827","first_name":"Lucas EKrem","last_name":"Stančič","match_name":"L. Stančič","common_name":"Luca Stančič","date_of_birth":"2007-01-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"1120","team_name":"Rams Başakşehir FK","short_name":"Başakşehir","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-07-01","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7801827.png"},{"people_id":"500297","first_name":"Barış","last_name":"Kalayci","match_name":"B. Kalayci","common_name":"Barış Kalayci","date_of_birth":"2005-08-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1131","team_name":"Fatih Karagümrük SK","short_name":"Karagümrük","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-08-01","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/500297.png"},{"people_id":"372015","first_name":"Eren","last_name":"Çakır","match_name":"E. Çakır","common_name":"Eren Çakır","date_of_birth":"2004-02-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18284","team_name":"Gaziantep FK","short_name":"Gaziantep","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-07-01","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/372015.png"},{"people_id":"333775","first_name":"Mert-Yusuf","last_name":"Torlak","match_name":"M. Torlak","common_name":"Mert-Yusuf Torlak","date_of_birth":"2002-07-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"173","weight":"66","foot":"right","position":"Midfielder","team_id":"20722","team_name":"Alanyaspor","short_name":"Alanyaspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-07-01","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/333775.png"},{"people_id":"512081","first_name":"Baran","last_name":"Mogultay","match_name":"B. Mogultay","common_name":"Baran Mogultay","date_of_birth":"2004-05-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"20722","team_name":"Alanyaspor","short_name":"Alanyaspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-07-14","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/512081.png"},{"people_id":"5499","first_name":"Kerem","last_name":"Demirbay","match_name":"K. Demirbay","common_name":"Kerem Demirbay","date_of_birth":"1993-07-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"179","weight":"71","foot":"right","position":"Midfielder","team_id":"20727","team_name":"Eyüpspor","short_name":"Eyüpspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-07-02","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5499.png"},{"people_id":"12374","first_name":"Robin","last_name":"Yalçin","match_name":"R. Yalçin","common_name":"Robin Yalçin","date_of_birth":"1994-01-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"77","foot":"right","position":"Midfielder","team_id":"20727","team_name":"Eyüpspor","short_name":"Eyüpspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2023-07-12","competition_id":"23","competition_name":"Süper Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12374.png"},{"people_id":"82564","first_name":"Kemal","last_name":"Rüzgar","match_name":"K. Rüzgar","common_name":"Kemal Rüzgar","date_of_birth":"1995-06-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"80","foot":"left","position":"Attacker","team_id":"1094","team_name":"Sarıyer SK","short_name":"Sarıyer","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-07-29","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/82564.png"},{"people_id":"101899","first_name":"Bünyamin","last_name":"Balat","match_name":"B. Balat","common_name":"Bünyamin Balat","date_of_birth":"1997-01-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"172","weight":"","foot":"left","position":"Midfielder","team_id":"1098","team_name":"Adana Demirspor","short_name":"Adana DS","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-07-01","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/101899.png"},{"people_id":"24115","first_name":"Kubilay","last_name":"Sönmez","match_name":"K. Sönmez","common_name":"Kubilay Sönmez","date_of_birth":"1994-06-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"79","foot":"right","position":"Midfielder","team_id":"1099","team_name":"İstanbulspor","short_name":"İstanbulspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-09-13","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/24115.png"},{"people_id":"141238","first_name":"Okan","last_name":"Erdoğan","match_name":"O. Erdoğan","common_name":"Okan Erdoğan","date_of_birth":"1998-09-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"1099","team_name":"İstanbulspor","short_name":"İstanbulspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2021-10-25","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/141238.png"},{"people_id":"7997680","first_name":"Kerem","last_name":"Kabadayı","match_name":"K. Kabadayı","common_name":"Kerem Kabadayı","date_of_birth":"2006-06-23","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"1099","team_name":"İstanbulspor","short_name":"İstanbulspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-02-11","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7997680.png"},{"people_id":"422953","first_name":"İshak","last_name":"Karaoğul","match_name":"İ. Karaoğul","common_name":"İshak Karaoğul","date_of_birth":"2002-03-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1128","team_name":"Boluspor","short_name":"Boluspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-01-15","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/422953.png"},{"people_id":"44146","first_name":"Ferhat","last_name":"Yazgan","match_name":"F. Yazgan","common_name":"Ferhat Yazgan","date_of_birth":"1992-10-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"79","foot":"right","position":"Defender","team_id":"10963","team_name":"Çorum FK","short_name":"Çorum","team_area_id":"196","team_area_name":"Türkiye","start_date":"2022-08-23","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/44146.png"},{"people_id":"84303","first_name":"Atakan","last_name":"Akkaynak","match_name":"A. Akkaynak","common_name":"Atakan Akkaynak","date_of_birth":"1999-01-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"72","foot":"right","position":"Midfielder","team_id":"10963","team_name":"Çorum FK","short_name":"Çorum","team_area_id":"196","team_area_name":"Türkiye","start_date":"2021-08-07","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/84303.png"},{"people_id":"62381","first_name":"Görkem","last_name":"Sağlam","match_name":"G. Sağlam","common_name":"Görkem Sağlam","date_of_birth":"1998-04-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"178","weight":"73","foot":"right","position":"Midfielder","team_id":"18287","team_name":"Atakaş Hatayspor","short_name":"Hatayspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2023-07-11","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/62381.png"},{"people_id":"270660","first_name":"Ünal-Emre","last_name":"Durmushan","match_name":"Ü. Durmushan","common_name":"Ünal-Emre Durmushan","date_of_birth":"2003-10-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18287","team_name":"Atakaş Hatayspor","short_name":"Hatayspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-07-01","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/270660.png"},{"people_id":"421728","first_name":"Arel","last_name":"Ekinci","match_name":"A. Ekinci","common_name":"Arel Ekinci","date_of_birth":"2004-07-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"18287","team_name":"Atakaş Hatayspor","short_name":"Hatayspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-07-01","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/421728.png"},{"people_id":"129923","first_name":"Streli","last_name":"Mamba","match_name":"S. Mamba","common_name":"Streli Mamba","date_of_birth":"1994-06-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"177","weight":"74","foot":"right","position":"Attacker","team_id":"20730","team_name":"Erzurumspor FK","short_name":"Erzurumspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-09-13","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/129923.png"},{"people_id":"7816932","first_name":"Emre","last_name":"Çil","match_name":"E. Çil","common_name":"Emre Çil","date_of_birth":"2005-04-14","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"20730","team_name":"Erzurumspor FK","short_name":"Erzurumspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-08-20","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7816932.png"},{"people_id":"135638","first_name":"Burak","last_name":"Çoban","match_name":"B. Çoban","common_name":"Burak Çoban","date_of_birth":"1994-11-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"23161","team_name":"Sakaryaspor","short_name":"Sakaryaspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-01-27","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/135638.png"},{"people_id":"5352","first_name":"Levent","last_name":"Ayçiçek","match_name":"L. Ayçiçek","common_name":"Levent Ayçiçek","date_of_birth":"1994-02-14","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"169","weight":"67","foot":"right","position":"Midfielder","team_id":"24845","team_name":"Bandırmaspor","short_name":"Bandırmaspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2021-07-01","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5352.png"},{"people_id":"134300","first_name":"Şahverdi","last_name":"Çetin","match_name":"S. Çetin","common_name":"Şahverdi Çetin","date_of_birth":"2000-09-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"174","weight":"70","foot":"right","position":"Midfielder","team_id":"36862","team_name":"Serik Belediyespor","short_name":"Serik Bld","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-08-05","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/134300.png"},{"people_id":"56663","first_name":"Ahmet","last_name":"Engin","match_name":"A. Engin","common_name":"Ahmet Engin","date_of_birth":"1996-08-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"70","foot":"","position":"Midfielder","team_id":"50462","team_name":"Iğdır FK","short_name":"Iğdır","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-07-30","competition_id":"330","competition_name":"1. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/56663.png"},{"people_id":"5299","first_name":"Nico","last_name":"Schulz","match_name":"N. Schulz","common_name":"Nico Schulz","date_of_birth":"1993-04-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"78","foot":"left","position":"Defender","team_id":"1089","team_name":"MKE Ankaragücü","short_name":"Ankaragücü","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-09-12","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5299.png"},{"people_id":"199468","first_name":"Cem Tuna","last_name":"Türkmen","match_name":"C. Türkmen","common_name":"Cem Türkmen","date_of_birth":"2002-03-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"178","weight":"66","foot":"right","position":"Midfielder","team_id":"1089","team_name":"MKE Ankaragücü","short_name":"Ankaragücü","team_area_id":"196","team_area_name":"Türkiye","start_date":"2023-07-28","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/199468.png"},{"people_id":"270616","first_name":"Mesut Emre","last_name":"Kesik","match_name":"M. Kesik","common_name":"Mesut Kesik","date_of_birth":"2003-05-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1089","team_name":"MKE Ankaragücü","short_name":"Ankaragücü","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-09-12","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/270616.png"},{"people_id":"134367","first_name":"Erkan","last_name":"Eyibil","match_name":"E. Eyibil","common_name":"Erkan Eyibil","date_of_birth":"2001-06-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1113","team_name":"Elazığspor","short_name":"Elazığspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-07-11","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/134367.png"},{"people_id":"404247","first_name":"Ensar","last_name":"Arslan","match_name":"E. Arslan","common_name":"Ensar Arslan","date_of_birth":"2001-08-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"70","foot":"left","position":"Attacker","team_id":"1125","team_name":"Yeni Mersin İdman Yurdu","short_name":"Mersin İY","team_area_id":"196","team_area_name":"Türkiye","start_date":"2023-09-13","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/404247.png"},{"people_id":"103998","first_name":"Mete","last_name":"Yildiz","match_name":"M. Yildiz","common_name":"Mete Yildiz","date_of_birth":"1998-02-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"187","weight":"","foot":"both","position":"Defender","team_id":"1138","team_name":"Altınordu FK","short_name":"Altınordu","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-07-09","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/103998.png"},{"people_id":"141588","first_name":"Hüseyin","last_name":"Bulut","match_name":"H. Bulut","common_name":"Hüseyin Bulut","date_of_birth":"1999-03-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1138","team_name":"Altınordu FK","short_name":"Altınordu","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-07-01","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/141588.png"},{"people_id":"158110","first_name":"Emir Can","last_name":"Gencel","match_name":"E. Gencel","common_name":"Emir Can Gencel","date_of_birth":"2001-08-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"both","position":"Midfielder","team_id":"1138","team_name":"Altınordu FK","short_name":"Altınordu","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-07-01","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/158110.png"},{"people_id":"198638","first_name":"Kaniwar","last_name":"Uzun","match_name":"K. Uzun","common_name":"Kaniwar Uzun","date_of_birth":"1999-08-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1138","team_name":"Altınordu FK","short_name":"Altınordu","team_area_id":"196","team_area_name":"Türkiye","start_date":"2023-07-31","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198638.png"},{"people_id":"271171","first_name":"Yusuf Sahin","last_name":"Örnek","match_name":"Y. Örnek","common_name":"Yusuf Örnek","date_of_birth":"2002-04-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"1138","team_name":"Altınordu FK","short_name":"Altınordu","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-07-01","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/271171.png"},{"people_id":"274464","first_name":"Ali","last_name":"Barak","match_name":"A. Barak","common_name":"Ali Barak","date_of_birth":"2003-02-26","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"left","position":"Defender","team_id":"1138","team_name":"Altınordu FK","short_name":"Altınordu","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-01-23","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/274464.png"},{"people_id":"305833","first_name":"Bahattin","last_name":"Karahan","match_name":"B. Karahan","common_name":"Bahattin Karahan","date_of_birth":"2002-04-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"167","weight":"64","foot":"right","position":"Midfielder","team_id":"1138","team_name":"Altınordu FK","short_name":"Altınordu","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-07-01","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/305833.png"},{"people_id":"419843","first_name":"Koray","last_name":"Dağ","match_name":"K. Dağ","common_name":"Koray Dağ","date_of_birth":"2003-05-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1138","team_name":"Altınordu FK","short_name":"Altınordu","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-01-13","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/419843.png"},{"people_id":"544185","first_name":"Selahattin","last_name":"Çankırlı","match_name":"S. Çankırlı","common_name":"Selahattin Çankırlı","date_of_birth":"2006-03-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"1138","team_name":"Altınordu FK","short_name":"Altınordu","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-02-07","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/544185.png"},{"people_id":"194916","first_name":"Ali","last_name":"Ceylan","match_name":"A. Ceylan","common_name":"Ali Ceylan","date_of_birth":"1998-06-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"169","weight":"","foot":"right","position":"Midfielder","team_id":"18283","team_name":"Fethiyespor","short_name":"Fethiyespor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2022-08-10","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/194916.png"},{"people_id":"510251","first_name":"Salih","last_name":"Şen","match_name":"S. Şen","common_name":"Salih Şen","date_of_birth":"2005-01-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18285","team_name":"Şanlıurfaspor","short_name":"Şanlıurfaspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-08-24","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/510251.png"},{"people_id":"427921","first_name":"Bilal","last_name":"Gündoğdu","match_name":"B. Gündoğdu","common_name":"Bilal Gündoğdu","date_of_birth":"2000-10-26","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"18288","team_name":"İnegölspor","short_name":"İnegölspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-01-12","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/427921.png"},{"people_id":"284201","first_name":"Emir Muhammed","last_name":"Terzi","match_name":"E. Terzi","common_name":"Emir Muhammed Terzi","date_of_birth":"2001-01-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"178","weight":"","foot":"","position":"Defender","team_id":"25367","team_name":"Menemen FK","short_name":"Menemen","team_area_id":"196","team_area_name":"Türkiye","start_date":"2023-07-07","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/284201.png"},{"people_id":"7904926","first_name":"Osman","last_name":"Güraltunkeser","match_name":"O. Güraltunkeser","common_name":"Osman Güraltunkeser","date_of_birth":"2000-08-01","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"27880","team_name":"Kepezspor","short_name":"Kepezspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-01-30","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7904926.png"},{"people_id":"134343","first_name":"Anıl","last_name":"Gözütok","match_name":"A. Gözütok","common_name":"Anıl Gözütok","date_of_birth":"2000-10-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"176","weight":"65","foot":"","position":"Midfielder","team_id":"28351","team_name":"Karaman FK","short_name":"Karaman","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-01-19","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/134343.png"},{"people_id":"198535","first_name":"Mehmet","last_name":"Bağcı","match_name":"M. Bağcı","common_name":"Mehmet Bağcı","date_of_birth":"2001-11-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"28351","team_name":"Karaman FK","short_name":"Karaman","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-08-29","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198535.png"},{"people_id":"499546","first_name":"Yasin Adem","last_name":"Böge","match_name":"Y. Böge","common_name":"Yasin Böge","date_of_birth":"2005-03-16","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"28351","team_name":"Karaman FK","short_name":"Karaman","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-09-13","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/499546.png"},{"people_id":"7945250","first_name":"Mert Sadık","last_name":"Kurt","match_name":"M. Kurt","common_name":"Mert Kurt","date_of_birth":"2002-09-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"28409","team_name":"İskenderunspor","short_name":"İskenderunspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-01-14","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7945250.png"},{"people_id":"5359","first_name":"Özkan","last_name":"Yildirim","match_name":"Ö. Yildirim","common_name":"Özkan Yildirim","date_of_birth":"1993-04-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"172","weight":"76","foot":"both","position":"Midfielder","team_id":"62429","team_name":"Adana 01 FK","short_name":"Adana 01","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-08-02","competition_id":"332","competition_name":"2. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5359.png"},{"people_id":"84072","first_name":"Erdal","last_name":"Öztürk","match_name":"E. Öztürk","common_name":"Erdal Öztürk","date_of_birth":"1996-02-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"172","weight":"60","foot":"","position":"Midfielder","team_id":"1093","team_name":"Karşıyaka SK","short_name":"Karşıyaka","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-08-22","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/84072.png"},{"people_id":"333755","first_name":"Emrecan","last_name":"Heptazeler","match_name":"E. Heptazeler","common_name":"Emrecan Heptazeler","date_of_birth":"2001-02-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"1093","team_name":"Karşıyaka SK","short_name":"Karşıyaka","team_area_id":"196","team_area_name":"Türkiye","start_date":"2023-09-05","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/333755.png"},{"people_id":"506064","first_name":"Kayra","last_name":"Elmalı","match_name":"K. Elmalı","common_name":"Kayra Elmalı","date_of_birth":"2004-10-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"1093","team_name":"Karşıyaka SK","short_name":"Karşıyaka","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-10-11","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/506064.png"},{"people_id":"7780014","first_name":"Atalay","last_name":"Çayırlı","match_name":"A. Çayırlı","common_name":"Atalay Çayırlı","date_of_birth":"2005-09-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"10958","team_name":"İzmir Çoruhlu FK","short_name":"Çoruhlu","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-02-07","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7780014.png"},{"people_id":"498308","first_name":"Nicolo Mikael","last_name":"Avellino","match_name":"N. Avellino","common_name":"Nicolo Avellino","date_of_birth":"2000-08-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"190","weight":"","foot":"right","position":"Defender","team_id":"24848","team_name":"Nazillispor","short_name":"Nazillispor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-08-14","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/498308.png"},{"people_id":"545968","first_name":"Emre","last_name":"Değer","match_name":"E. Değer","common_name":"Emre Değer","date_of_birth":"1999-03-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"182","weight":"","foot":"right","position":"Attacker","team_id":"25366","team_name":"Diyarbekirspor","short_name":"Diyarbekirspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-09-13","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/545968.png"},{"people_id":"25890","first_name":"Selçuk","last_name":"Alibaz","match_name":"S. Alibaz","common_name":"Selçuk Alibaz","date_of_birth":"1989-12-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"177","weight":"70","foot":"left","position":"Midfielder","team_id":"28357","team_name":"Uşakspor","short_name":"Uşakspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-09-04","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25890.png"},{"people_id":"101910","first_name":"Utku","last_name":"Şen","match_name":"U. Şen","common_name":"Utku Şen","date_of_birth":"1998-02-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"28364","team_name":"Osmaniyespor","short_name":"Osmaniyespor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-01-14","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/101910.png"},{"people_id":"546655","first_name":"Ahmet Emre","last_name":"Kartal","match_name":"E. Kartal","common_name":"Emre Kartal","date_of_birth":"1999-03-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"28384","team_name":"Düzcespor","short_name":"Düzcespor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-09-02","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/546655.png"},{"people_id":"7884620","first_name":"Koray","last_name":"Zorlu","match_name":"K. Zorlu","common_name":"Koray Zorlu","date_of_birth":"2002-11-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"28390","team_name":"Afyonspor","short_name":"Afyonspor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2023-09-08","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7884620.png"},{"people_id":"465052","first_name":"Necati Atilla","last_name":"Karaca","match_name":"N. Karaca","common_name":"Necati Karaca","date_of_birth":"2004-05-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"179","weight":"","foot":"right","position":"Midfielder","team_id":"56496","team_name":"Ayvalıkgücü Belediyespor","short_name":"Ayvalıkgücü","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-08-29","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/465052.png"},{"people_id":"83291","first_name":"Orhan","last_name":"Yıldırım","match_name":"O. Yıldırım","common_name":"Orhan Yıldırım","date_of_birth":"1993-03-27","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"170","weight":"70","foot":"left","position":"Midfielder","team_id":"62426","team_name":"Anadolu Üniversitesi GSK","short_name":"Anadolu","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-01-16","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/83291.png"},{"people_id":"7880267","first_name":"Umut","last_name":"Demir","match_name":"U. Demir","common_name":"Umut Demir","date_of_birth":"2002-11-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"62426","team_name":"Anadolu Üniversitesi GSK","short_name":"Anadolu","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-09-09","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7880267.png"},{"people_id":"7908076","first_name":"Ceyhun","last_name":"İpşir","match_name":"C. İpşir","common_name":"Ceyhun İpşir","date_of_birth":"2006-03-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"62428","team_name":"Bornova 1877","short_name":"Bornova","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-02-02","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7908076.png"},{"people_id":"169939","first_name":"Ali","last_name":"Gündoğdu","match_name":"A.Gündoğdu","common_name":"Ali Gündoğdu","date_of_birth":"2001-09-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"62431","team_name":"Tokat Belediye Plevnespor","short_name":"Plevnespor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2025-02-07","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/169939.png"},{"people_id":"7851109","first_name":"Kadir Can","last_name":"Gündoğdu","match_name":"K. Gündoğdu","common_name":"Kadir Gündoğdu","date_of_birth":"2003-08-31","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"62431","team_name":"Tokat Belediye Plevnespor","short_name":"Plevnespor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-09-11","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7851109.png"},{"people_id":"132593","first_name":"Batuhan","last_name":"Akyüz","match_name":"B. Akyüz","common_name":"Batuhan Akyüz","date_of_birth":"2000-03-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"67014","team_name":"Çayelispor","short_name":"Çayelispor","team_area_id":"196","team_area_name":"Türkiye","start_date":"2024-08-07","competition_id":"333","competition_name":"3. Lig","competition_area_id":"196","competition_area_name":"Türkiye","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/132593.png"},{"people_id":"198356","first_name":"Leon","last_name":"Dajaku","match_name":"L. Dajaku","common_name":"Leon Dajaku","date_of_birth":"2001-04-12","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"75","foot":"right","position":"Attacker","team_id":"1744","team_name":"Sharjah FC","short_name":"Sharjah","team_area_id":"202","team_area_name":"United Arab Emirates","start_date":"2025-03-09","competition_id":"38","competition_name":"Arabian Gulf League","competition_area_id":"202","competition_area_name":"United Arab Emirates","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/198356.png"},{"people_id":"5227","first_name":"Marco","last_name":"Reus","match_name":"M. Reus","common_name":"Marco Reus","date_of_birth":"1989-05-31","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"182","weight":"74","foot":"right","position":"Attacker","team_id":"1483","team_name":"Los Angeles Galaxy","short_name":"LA Galaxy","team_area_id":"203","team_area_name":"United States","start_date":"2024-08-15","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5227.png"},{"people_id":"12376","first_name":"Tim","last_name":"Leibold","match_name":"T. Leibold","common_name":"Tim Leibold","date_of_birth":"1993-11-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"174","weight":"72","foot":"left","position":"Defender","team_id":"2084","team_name":"Sporting Kansas City","short_name":"Sporting KC","team_area_id":"203","team_area_name":"United States","start_date":"2023-02-01","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12376.png"},{"people_id":"12520","first_name":"Erik","last_name":"Thommy","match_name":"E. Thommy","common_name":"Erik Thommy","date_of_birth":"1994-08-20","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"175","weight":"68","foot":"right","position":"Midfielder","team_id":"2084","team_name":"Sporting Kansas City","short_name":"Sporting KC","team_area_id":"203","team_area_name":"United States","start_date":"2022-07-01","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12520.png"},{"people_id":"270948","first_name":"Lawrence","last_name":"Ennali","match_name":"L. Ennali","common_name":"Lawrence Ennali","date_of_birth":"2002-03-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"166","weight":"56","foot":"right","position":"Attacker","team_id":"2087","team_name":"Houston Dynamo","short_name":"Houston Dynamo","team_area_id":"203","team_area_name":"United States","start_date":"2024-07-18","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/270948.png"},{"people_id":"133368","first_name":"Noel","last_name":"Caliskan","match_name":"N. Caliskan","common_name":"Noel Caliskan","date_of_birth":"2000-08-29","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"2090","team_name":"Real Salt Lake","short_name":"Real Salt Lake","team_area_id":"203","team_area_name":"United States","start_date":"2024-02-01","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133368.png"},{"people_id":"25467","first_name":"Alexander","last_name":"Hack","match_name":"A. Hack","common_name":"Alexander Hack","date_of_birth":"1993-09-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"193","weight":"83","foot":"left","position":"Defender","team_id":"2091","team_name":"New York Red Bulls","short_name":"New York RB","team_area_id":"203","team_area_name":"United States","start_date":"2024-12-20","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25467.png"},{"people_id":"102765","first_name":"Oliver","last_name":"Semmle","match_name":"O. Semmle","common_name":"Oliver Semmle","date_of_birth":"1998-03-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"2098","team_name":"Philadelphia Union","short_name":"Philadelphia","team_area_id":"203","team_area_name":"United States","start_date":"2024-01-31","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/102765.png"},{"people_id":"133829","first_name":"Kai","last_name":"Wagner","match_name":"K. Wagner","common_name":"Kai Wagner","date_of_birth":"1997-02-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"182","weight":"78","foot":"left","position":"Defender","team_id":"2098","team_name":"Philadelphia Union","short_name":"Philadelphia","team_area_id":"203","team_area_name":"United States","start_date":"2019-02-06","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133829.png"},{"people_id":"71713","first_name":"Prince-Osei","last_name":"Owusu","match_name":"O. Owusu","common_name":"Prince-Osei Owusu","date_of_birth":"1997-01-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"191","weight":"84","foot":"left","position":"Attacker","team_id":"2101","team_name":"CF Montréal","short_name":"Montréal","team_area_id":"43","team_area_name":"Canada","start_date":"2025-01-13","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/71713.png"},{"people_id":"111556","first_name":"Fabian","last_name":"Herbers","match_name":"F. Herbers","common_name":"Fabian Herbers","date_of_birth":"1993-08-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"78","foot":"right","position":"Attacker","team_id":"2101","team_name":"CF Montréal","short_name":"Montréal","team_area_id":"43","team_area_name":"Canada","start_date":"2025-01-03","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/111556.png"},{"people_id":"428861","first_name":"Morris","last_name":"Duggan","match_name":"M. Duggan","common_name":"Morris Duggan","date_of_birth":"2000-10-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"15789","team_name":"Minnesota United FC","short_name":"Minnesota Utd","team_area_id":"203","team_area_name":"United States","start_date":"2024-11-30","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/428861.png"},{"people_id":"5282","first_name":"Hany","last_name":"Mukhtar","match_name":"H. Mukhtar","common_name":"Hany Mukhtar","date_of_birth":"1995-03-21","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"174","weight":"71","foot":"both","position":"Midfielder","team_id":"42856","team_name":"Nashville SC","short_name":"Nashville","team_area_id":"203","team_area_name":"United States","start_date":"2020-01-01","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5282.png"},{"people_id":"25563","first_name":"Timo","last_name":"Baumgartl","match_name":"T. Baumgartl","common_name":"Timo Baumgartl","date_of_birth":"1996-03-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"190","weight":"81","foot":"right","position":"Defender","team_id":"47865","team_name":"St. Louis City SC","short_name":"St. Louis City","team_area_id":"203","team_area_name":"United States","start_date":"2024-11-29","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25563.png"},{"people_id":"47637","first_name":"Cedric","last_name":"Teuchert","match_name":"C. Teuchert","common_name":"Cedric Teuchert","date_of_birth":"1997-01-14","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"182","weight":"80","foot":"right","position":"Attacker","team_id":"47865","team_name":"St. Louis City SC","short_name":"St. Louis City","team_area_id":"203","team_area_name":"United States","start_date":"2024-07-18","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/47637.png"},{"people_id":"83797","first_name":"Marcel","last_name":"Hartel","match_name":"M. Hartel","common_name":"Marcel Hartel","date_of_birth":"1996-01-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"177","weight":"68","foot":"both","position":"Midfielder","team_id":"47865","team_name":"St. Louis City SC","short_name":"St. Louis City","team_area_id":"203","team_area_name":"United States","start_date":"2024-07-18","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/83797.png"},{"people_id":"88512","first_name":"Eduard","last_name":"Löwen","match_name":"E. Löwen","common_name":"Eduard Löwen","date_of_birth":"1997-01-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"188","weight":"91","foot":"right","position":"Midfielder","team_id":"47865","team_name":"St. Louis City SC","short_name":"St. Louis City","team_area_id":"203","team_area_name":"United States","start_date":"2022-06-24","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/88512.png"},{"people_id":"185462","first_name":"Benjamin Maximilian ","last_name":"Lundt","match_name":"B. Lundt","common_name":"Benjamin Lundt","date_of_birth":"1995-09-24","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"198","weight":"100","foot":"","position":"Goalkeeper","team_id":"47865","team_name":"St. Louis City SC","short_name":"St. Louis City","team_area_id":"203","team_area_name":"United States","start_date":"2023-01-06","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/185462.png"},{"people_id":"271142","first_name":"Michael","last_name":"Wentzel","match_name":"M. Wentzel","common_name":"Michael Wentzel","date_of_birth":"2002-04-10","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"47865","team_name":"St. Louis City SC","short_name":"St. Louis City","team_area_id":"203","team_area_name":"United States","start_date":"2024-02-27","competition_id":"47","competition_name":"MLS","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/271142.png"},{"people_id":"26007","first_name":"Patrick","last_name":"Rakovsky","match_name":"P. Rakovsky","common_name":"Patrick Rakovsky","date_of_birth":"1993-06-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"12082","team_name":"Phoenix Rising FC","short_name":"Phoenix Rising","team_area_id":"203","team_area_name":"United States","start_date":"2023-01-17","competition_id":"171","competition_name":"USL Championship","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/26007.png"},{"people_id":"411494","first_name":"Samuel","last_name":"Biek","match_name":"S. Biek","common_name":"Samuel Biek","date_of_birth":"1997-08-07","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"191","weight":"","foot":"right","position":"Defender","team_id":"15792","team_name":"Charleston Battery","short_name":"Battery","team_area_id":"203","team_area_name":"United States","start_date":"2024-08-09","competition_id":"171","competition_name":"USL Championship","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/411494.png"},{"people_id":"119387","first_name":"Dominik","last_name":"Wanner","match_name":"D. Wanner","common_name":"Dominik Wanner","date_of_birth":"1999-05-04","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"176","weight":"70","foot":"left","position":"Attacker","team_id":"16442","team_name":"Sacramento Republic FC","short_name":"Sacramento","team_area_id":"203","team_area_name":"United States","start_date":"2025-01-01","competition_id":"171","competition_name":"USL Championship","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/119387.png"},{"people_id":"25475","first_name":"Dennis","last_name":"Erdmann","match_name":"D. Erdmann","common_name":"Dennis Erdmann","date_of_birth":"1990-11-22","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"188","weight":"","foot":"","position":"Defender","team_id":"38769","team_name":"El Paso Locomotive FC","short_name":"El Paso","team_area_id":"203","team_area_name":"United States","start_date":"2024-07-31","competition_id":"171","competition_name":"USL Championship","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25475.png"},{"people_id":"95273","first_name":"Milo","last_name":"Yosef","match_name":"M. Yosef","common_name":"Milo Yosef","date_of_birth":"1998-09-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"60027","team_name":"Lexington SC","short_name":"Lexington","team_area_id":"203","team_area_name":"United States","start_date":"2024-12-17","competition_id":"171","competition_name":"USL Championship","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/95273.png"},{"people_id":"83994","first_name":"Nils","last_name":"Seufert","match_name":"N. Seufert","common_name":"Nils Seufert","date_of_birth":"1997-02-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"182","weight":"73","foot":"both","position":"Midfielder","team_id":"15800","team_name":"Richmond Kickers","short_name":"Richmond","team_area_id":"203","team_area_name":"United States","start_date":"2025-01-31","competition_id":"2149","competition_name":"USL League One","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/83994.png"},{"people_id":"132299","first_name":"Adrian","last_name":"Billhardt","match_name":"A. Billhardt","common_name":"Adrian Billhardt","date_of_birth":"1997-10-17","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"173","weight":"71","foot":"","position":"Midfielder","team_id":"15800","team_name":"Richmond Kickers","short_name":"Richmond","team_area_id":"203","team_area_name":"United States","start_date":"2024-02-01","competition_id":"2149","competition_name":"USL League One","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/132299.png"},{"people_id":"133158","first_name":"Max","last_name":"Schneider","match_name":"M. Schneider","common_name":"Max Schneider","date_of_birth":"2000-07-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","team_id":"42974","team_name":"Union Omaha SC","short_name":"Union Omaha","team_area_id":"203","team_area_name":"United States","start_date":"2024-07-19","competition_id":"2149","competition_name":"USL League One","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133158.png"},{"people_id":"103310","first_name":"Kempes Waldemar","last_name":"Tekiela","match_name":"K. Tekiela","common_name":"Kempes Tekiela","date_of_birth":"1997-10-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"60026","team_name":"One Knoxville SC","short_name":"Knoxville","team_area_id":"203","team_area_name":"United States","start_date":"2024-02-01","competition_id":"2149","competition_name":"USL League One","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/103310.png"},{"people_id":"61697","first_name":"Yannik","last_name":"Öttl","match_name":"Y. Öttl","common_name":"Yannik Öttl","date_of_birth":"1996-11-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"188","weight":"86","foot":"right","position":"Goalkeeper","team_id":"16016","team_name":"Indy Eleven","short_name":"Indy Eleven","team_area_id":"203","team_area_name":"United States","start_date":"2022-12-06","competition_id":"170","competition_name":"NASL","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/61697.png"},{"people_id":"7926609","first_name":"Rafael Funn Anding","last_name":"Martell","match_name":"R. Martell","common_name":"Rafael Martell","date_of_birth":"2003-11-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","team_id":"16137","team_name":"Miami FC","short_name":"Miami FC","team_area_id":"203","team_area_name":"United States","start_date":"2025-02-21","competition_id":"170","competition_name":"NASL","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7926609.png"},{"people_id":"145663","first_name":"Marie Lena","last_name":"Müller","match_name":"M. Müller","common_name":"Marie Müller","date_of_birth":"2000-07-25","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"170","weight":"","foot":"","position":"Midfielder","team_id":"28034","team_name":"Portland Thorns FC","short_name":"Thorns","team_area_id":"203","team_area_name":"United States","start_date":"2024-02-02","competition_id":"976","competition_name":"NWSL","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/145663.png"},{"people_id":"179110","first_name":"Ann-Katrin","last_name":"Berger","match_name":"A. Berger","common_name":"Ann-Katrin Berger","date_of_birth":"1990-10-09","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"180","weight":"","foot":"","position":"Goalkeeper","team_id":"28037","team_name":"NJ\/NY Gotham FC","short_name":"Gotham","team_area_id":"203","team_area_name":"United States","start_date":"2024-04-01","competition_id":"976","competition_name":"NWSL","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/179110.png"},{"people_id":"159482","first_name":"Felicitas","last_name":"Rauch","match_name":"F. Rauch","common_name":"Felicitas Rauch","date_of_birth":"1996-04-30","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"167","weight":"","foot":"","position":"Midfielder","team_id":"29920","team_name":"North Carolina Courage","short_name":"Courage","team_area_id":"203","team_area_name":"United States","start_date":"2024-01-17","competition_id":"976","competition_name":"NWSL","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159482.png"},{"people_id":"244248","first_name":"Gia Cymone","last_name":"Corley","match_name":"G. Corley","common_name":"Gia Corley","date_of_birth":"2002-05-20","country_of_birth":"United States","nationality":"Germany","country_of_birth_area_id":"203","nationality_area_id":"80","gender":"female","height":"159","weight":"","foot":"right","position":"Midfielder","team_id":"53590","team_name":"San Diego Wave FC","short_name":"Wave","team_area_id":"203","team_area_name":"United States","start_date":"2025-01-15","competition_id":"976","competition_name":"NWSL","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/244248.png"},{"people_id":"71432","first_name":"Tim","last_name":"Schels","match_name":"T. Schels","common_name":"Tim Schels","date_of_birth":"1998-12-28","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"176","weight":"68","foot":"right","position":"Defender","team_id":"22136","team_name":"North Carolina Tar Heels","short_name":"North Carolina","team_area_id":"203","team_area_name":"United States","start_date":"2020-08-01","competition_id":"3897","competition_name":"NCAA Division I","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/71432.png"},{"people_id":"197345","first_name":"Max","last_name":"Gottwald","match_name":"M. Gottwald","common_name":"Max Gottwald","date_of_birth":"2000-09-13","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"22138","team_name":"South Florida Bulls","short_name":"South Florida","team_area_id":"203","team_area_name":"United States","start_date":"2020-07-06","competition_id":"3897","competition_name":"NCAA Division I","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/197345.png"},{"people_id":"141801","first_name":"Kai","last_name":"Griese","match_name":"K. Griese","common_name":"Kai Griese","date_of_birth":"1999-10-06","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"179","weight":"","foot":"right","position":"Midfielder","team_id":"39131","team_name":"Connecticut Huskies","short_name":"Connecticut","team_area_id":"203","team_area_name":"United States","start_date":"2020-07-01","competition_id":"3897","competition_name":"NCAA Division I","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/141801.png"},{"people_id":"133477","first_name":"Alexander","last_name":"Nitzl","match_name":"A. Nitzl","common_name":"Alexander Nitzl","date_of_birth":"2000-07-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Defender","team_id":"40294","team_name":"Maryland Terrapins","short_name":"Maryland","team_area_id":"203","team_area_name":"United States","start_date":"2021-01-01","competition_id":"3897","competition_name":"NCAA Division I","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133477.png"},{"people_id":"200047","first_name":"Luis","last_name":"Grassow","match_name":"L. Grassow","common_name":"Luis Grassow","date_of_birth":"1998-07-08","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"","foot":"right","position":"Defender","team_id":"41718","team_name":"Northern Kentucky Norse","short_name":"Northern Ky","team_area_id":"203","team_area_name":"United States","start_date":"2019-08-15","competition_id":"3897","competition_name":"NCAA Division I","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/200047.png"},{"people_id":"141770","first_name":"Bjarne","last_name":"Thiesen","match_name":"B. Thiesen","common_name":"Bjarne Thiesen","date_of_birth":"1999-10-31","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"181","weight":"","foot":"right","position":"Defender","team_id":"43348","team_name":"West Virginia Mountaineers","short_name":"West Virginia","team_area_id":"203","team_area_name":"United States","start_date":"2020-08-01","competition_id":"3897","competition_name":"NCAA Division I","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/141770.png"},{"people_id":"88502","first_name":"Lennart","last_name":"Keßner","match_name":"L. Keßner","common_name":"Lennart Keßner","date_of_birth":"1997-02-19","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"175","weight":"","foot":"right","position":"Attacker","team_id":"43367","team_name":"Fordham Rams","short_name":"Fordham","team_area_id":"203","team_area_name":"United States","start_date":"2020-07-01","competition_id":"3897","competition_name":"NCAA Division I","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/88502.png"},{"people_id":"504258","first_name":"Miriam","last_name":"Hils","match_name":"M. Hils","common_name":"Miriam Hils","date_of_birth":"2004-03-11","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"43688","team_name":"California Golden Bears","short_name":"California","team_area_id":"203","team_area_name":"United States","start_date":"2023-07-01","competition_id":"3973","competition_name":"NCAA Division I (W)","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/504258.png"},{"people_id":"7805636","first_name":"Ashley Clara","last_name":"Leonhart","match_name":"A. Leonhart","common_name":"Ashley Leonhart","date_of_birth":"2005-09-15","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","team_id":"59494","team_name":"Arizona State Sun Devils","short_name":"Arizona St","team_area_id":"203","team_area_name":"United States","start_date":"2023-07-07","competition_id":"3973","competition_name":"NCAA Division I (W)","competition_area_id":"203","competition_area_name":"United States","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7805636.png"},{"people_id":"133964","first_name":"Duc Anh","last_name":"Nguyên Nhu","match_name":"D. Nguyên Nhu","common_name":"Duc Anh Nguyên Nhu","date_of_birth":"2000-01-02","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"","foot":"right","position":"Defender","team_id":"1179","team_name":"CLB Hải Phòng","short_name":"Hải Phòng","team_area_id":"208","team_area_name":"Vietnam","start_date":"2023-01-01","competition_id":"24","competition_name":"V.League 1","competition_area_id":"208","competition_area_name":"Vietnam","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133964.png"},{"people_id":"170147","first_name":"Christoph","last_name":"Azaimale","match_name":"C. Azaimale","common_name":"Christoph Azaimale","date_of_birth":"1997-12-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"16799","team_name":"Aberystwyth Town FC","short_name":"Aberystwyth","team_area_id":"209","team_area_name":"Wales","start_date":"2024-07-01","competition_id":"2428","competition_name":"FAW Tier 2","competition_area_id":"209","competition_area_name":"Wales","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/170147.png"},{"people_id":"7837405","first_name":"Christoph ","last_name":"Aziamale","match_name":"C. Aziamale","common_name":"Christoph Aziamale","date_of_birth":"1997-12-18","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"16799","team_name":"Aberystwyth Town FC","short_name":"Aberystwyth","team_area_id":"209","team_area_name":"Wales","start_date":"2024-08-03","competition_id":"2428","competition_name":"FAW Tier 2","competition_area_id":"209","competition_area_name":"Wales","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7837405.png"},{"people_id":"7813985","first_name":"Jan","last_name":"Maertins","match_name":"J. Maertins","common_name":"Jan Maertins","date_of_birth":"1997-09-03","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","team_id":"16852","team_name":"Taff's Well AFC","short_name":"Taff's Well","team_area_id":"209","team_area_name":"Wales","start_date":"2022-02-01","competition_id":"247","competition_name":"Welsh Football League Division One","competition_area_id":"209","competition_area_name":"Wales","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/7813985.png"},{"people_id":"571254","first_name":"Jan Leo","last_name":"Märtins","match_name":"J. Märtins","common_name":"Jan Märtins","date_of_birth":"1997-07-05","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"185","weight":"","foot":"right","position":"Attacker","team_id":"16867","team_name":"Pontypridd United FC","short_name":"Pontypridd","team_area_id":"209","team_area_name":"Wales","start_date":"2023-08-02","competition_id":"247","competition_name":"Welsh Football League Division One","competition_area_id":"209","competition_area_name":"Wales","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/571254.png"}]}}}