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_peoples_updates
Returns a list of players where changes were made in a given interval
Request URL
https://dsg-api.com/clients/{client_name}/soccer/get_peoples_updates?intv=3600&client={client_name}&authkey={client_authkey}
Parameters
authkey
string Required
client authentification key
client
string Required
unique client ID
ftype
string
changes feed type from XML to json (ftype=json)
intv
int Required
interval in seconds the changes should be retrieved (max 3600)
lang
string
two-character language code, defaults to 'en'
Nodes
datasportsgroup
details about the API version, sport, language and generation timestamp
generated_utc
UTC timestamp when the API output was generated
lang
language of the API call
sport
sport value
version
version of the API
membership
details about the membership (membership = relation between player and team)
active
Determines if person is still at the team (yes) or not (no).
end_date
end date of membership, format 'yyyy-mm-dd'
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
membership_id
unique identifier for the membership
role
type of role ('player', 'coach' or 'assistant_coach', 'goalkeeper_coach', 'local_coach', 'scout', 'sporting director')
short_name
shortened name of the person
start_date
start date, format 'yyyy-mm-dd'
team_area_id
unique identifier for an area
team_area_name
area name of the team
team_id
unique identifier of the team
team_name
current team name
type
type of the team ('club', 'national' or 'selection')
method
details about the API function
method_id
unique ID of method
name
name of method
people
basic information about the person
age
current age of the person
common_name
common name of the person
country_of_birth
name of the country the person was born
country_of_birth_area_id
unique identifier for an area
date_of_birth
birth date of the person
date_of_death
death date of the person
first_name
first name of the person
gender
gender of the person ('male' or 'female')
height
height of person in centimeters
last_name
last name of the person
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
nationality
nationality of the person
nationality_area_id
unique identifier for an area
people_id
unique identifier for person
people_picture
full path URL of people headshot, size can be changed via the picsize parameter
place_of_birth
name of city the person was born
short_name
shortened name of the person
status
status of the player ('active', 'retired' or 'dead')
weight
weight of person in kilograms
social_media
details about the social media channels
esea
ESEA Profile URL
esl_gaming
ESL Profile URL
facebook
facebook channel URL
faceit
Faceit Profile URL
instagram
instagram channel URL
reddit
reddit channel URL
steamid
steam ID channel URL
strava
strava Profile URL
tiktok
Tiktok Profile URL
twitch
Twitch channel URL
twitter
twitter channel URL
vk
vk channel URL
website
official website address (URL)
youtube
youtube channel URL
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_peoples_updates?intv=3600&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_peoples_updates?intv=3600&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_peoples_updates?intv=3600&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_peoples_updates?intv=3600&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example
200 Success
{"datasportsgroup":{"version":"1.0","sport":"soccer","lang":"en","method":{"method_id":"238","name":"get_peoples_updates"},"people":[{"people_id":"178861","first_name":"Rasmus Hjorth","last_name":"Vinderslev","match_name":"R. Vinderslev","common_name":"Rasmus Vinderslev","date_of_birth":"1997-08-12","place_of_birth":"","country_of_birth":"Denmark","nationality":"Denmark","country_of_birth_area_id":"61","nationality_area_id":"61","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/178861.png","last_updated":"2019-08-08 14:49:30","membership":[{"membership_id":"3203701","team_id":"18502","team_name":"Vendsyssel FF","short_name":"Vendsyssel FF","team_area_name":"Denmark","team_area_id":"61","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:49:30"},{"membership_id":"1260594","team_id":"18494","team_name":"SønderjyskE","short_name":"SønderjyskE","team_area_name":"Denmark","team_area_id":"61","start_date":"2017-04-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 14:49:21"}]},{"people_id":"292938","first_name":"Yaël Kiswendsida Cyril","last_name":"Tiendrébéogo","match_name":"Y. Tiendrébéogo","common_name":"Yaël Tiendrébéogo","date_of_birth":"2001-04-25","place_of_birth":"","country_of_birth":"Burkina Faso","nationality":"Burkina Faso","country_of_birth_area_id":"39","nationality_area_id":"39","gender":"male","height":"176","weight":"76","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/292938.png","last_updated":"2019-08-08 14:49:16","membership":{"membership_id":"2846996","team_id":"24906","team_name":"Burkina Faso U20","short_name":"Burkina U20","team_area_name":"Burkina Faso","team_area_id":"39","start_date":"2018-05-01","end_date":"2019-02-28","role":"player","active":"no","last_updated":"2019-08-08 14:49:16"}},{"people_id":"292953","first_name":"Virgil Seydou","last_name":"Marquis","match_name":"S. Marquis","common_name":"Seydou Marquis","date_of_birth":"1999-01-24","place_of_birth":"Paris","country_of_birth":"France","nationality":"Burkina Faso","country_of_birth_area_id":"76","nationality_area_id":"39","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/292953.png","last_updated":"2019-08-08 14:49:04","membership":{"membership_id":"2847031","team_id":"24906","team_name":"Burkina Faso U20","short_name":"Burkina U20","team_area_name":"Burkina Faso","team_area_id":"39","start_date":"2018-05-01","end_date":"2019-02-28","role":"player","active":"no","last_updated":"2019-08-08 14:49:04"}},{"people_id":"285779","first_name":"Sekou Seva Eifa Ulrich","last_name":"Tall","match_name":"S. Tall","common_name":"Sekou Tall","date_of_birth":"1999-04-12","place_of_birth":"","country_of_birth":"Burkina Faso","nationality":"Burkina Faso","country_of_birth_area_id":"39","nationality_area_id":"39","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/285779.png","last_updated":"2019-08-08 14:48:53","membership":{"membership_id":"2847013","team_id":"24906","team_name":"Burkina Faso U20","short_name":"Burkina U20","team_area_name":"Burkina Faso","team_area_id":"39","start_date":"2018-05-01","end_date":"2019-02-28","role":"player","active":"no","last_updated":"2019-08-08 14:48:53"}},{"people_id":"182111","first_name":"Salifou","last_name":"Diarrassouba","match_name":"S. Diarrassouba","common_name":"Salifou Diarrassouba","date_of_birth":"2001-12-20","place_of_birth":"","country_of_birth":"Burkina Faso","nationality":"Burkina Faso","country_of_birth_area_id":"39","nationality_area_id":"39","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 14:48:42","membership":{"membership_id":"2846995","team_id":"24906","team_name":"Burkina Faso U20","short_name":"Burkina U20","team_area_name":"Burkina Faso","team_area_id":"39","start_date":"2018-05-01","end_date":"2019-02-28","role":"player","active":"no","last_updated":"2019-08-08 14:48:42"}},{"people_id":"274744","first_name":"Pierre Landry","last_name":"Kaboré","match_name":"P. Kaboré","common_name":"Pierre Kaboré","date_of_birth":"2001-07-05","place_of_birth":"","country_of_birth":"Burkina Faso","nationality":"Burkina Faso","country_of_birth_area_id":"39","nationality_area_id":"39","gender":"male","height":"183","weight":"71","foot":"left","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/274744.png","last_updated":"2019-08-08 14:48:30","membership":{"membership_id":"2846994","team_id":"24906","team_name":"Burkina Faso U20","short_name":"Burkina U20","team_area_name":"Burkina Faso","team_area_id":"39","start_date":"2018-07-01","end_date":"2019-02-28","role":"player","active":"no","last_updated":"2019-08-08 14:48:30"}},{"people_id":"292983","first_name":"Moubarack","last_name":"Compaoré","match_name":"M. Compaoré","common_name":"Moubarack Compaoré","date_of_birth":"2002-09-24","place_of_birth":"","country_of_birth":"Burkina Faso","nationality":"Burkina Faso","country_of_birth_area_id":"39","nationality_area_id":"39","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/292983.png","last_updated":"2019-08-08 14:48:20","membership":{"membership_id":"3006581","team_id":"24906","team_name":"Burkina Faso U20","short_name":"Burkina U20","team_area_name":"Burkina Faso","team_area_id":"39","start_date":"2019-02-01","end_date":"2019-02-28","role":"player","active":"no","last_updated":"2019-08-08 14:48:20"}},{"people_id":"275166","first_name":"Kouamé Jean Fiacre","last_name":"Botué","match_name":"K. Botué","common_name":"Kouamé Botué","date_of_birth":"2002-08-07","place_of_birth":"","country_of_birth":"Burkina Faso","nationality":"Burkina Faso","country_of_birth_area_id":"39","nationality_area_id":"39","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/275166.png","last_updated":"2019-08-08 14:48:07","membership":{"membership_id":"2846993","team_id":"24906","team_name":"Burkina Faso U20","short_name":"Burkina U20","team_area_name":"Burkina Faso","team_area_id":"39","start_date":"2018-07-01","end_date":"2019-02-28","role":"player","active":"no","last_updated":"2019-08-08 14:48:07"}},{"people_id":"245849","first_name":"Ibrahim","last_name":"Saré","match_name":"I. Saré","common_name":"Ibrahim Saré","date_of_birth":"2000-12-31","place_of_birth":"","country_of_birth":"Burkina Faso","nationality":"Burkina Faso","country_of_birth_area_id":"39","nationality_area_id":"39","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/245849.png","last_updated":"2019-08-08 14:47:56","membership":{"membership_id":"3006572","team_id":"24906","team_name":"Burkina Faso U20","short_name":"Burkina U20","team_area_name":"Burkina Faso","team_area_id":"39","start_date":"2019-02-01","end_date":"2019-02-28","role":"player","active":"no","last_updated":"2019-08-08 14:47:56"}},{"people_id":"300901","first_name":"Ibrahim","last_name":"Bancé","match_name":"I. Bancé","common_name":"Ibrahim Bancé","date_of_birth":"2001-01-15","place_of_birth":"Krouffian","country_of_birth":"Côte d’Ivoire","nationality":"Burkina Faso","country_of_birth_area_id":"60","nationality_area_id":"39","gender":"male","height":"175","weight":"60","foot":"left","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/300901.png","last_updated":"2019-08-08 14:47:45","membership":{"membership_id":"3006568","team_id":"24906","team_name":"Burkina Faso U20","short_name":"Burkina U20","team_area_name":"Burkina Faso","team_area_id":"39","start_date":"2019-02-01","end_date":"2019-02-28","role":"player","active":"no","last_updated":"2019-08-08 14:47:45"}},{"people_id":"292945","first_name":"Gilbert","last_name":"Koné","match_name":"G. Koné","common_name":"Gilbert Koné","date_of_birth":"2000-12-31","place_of_birth":"","country_of_birth":"Burkina Faso","nationality":"Burkina Faso","country_of_birth_area_id":"39","nationality_area_id":"39","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/292945.png","last_updated":"2019-08-08 14:47:31","membership":{"membership_id":"2847022","team_id":"24906","team_name":"Burkina Faso U20","short_name":"Burkina U20","team_area_name":"Burkina Faso","team_area_id":"39","start_date":"2018-05-01","end_date":"2019-02-28","role":"player","active":"no","last_updated":"2019-08-08 14:47:31"}},{"people_id":"304346","first_name":"Benodo Ghislain","last_name":"Nikiéma","match_name":"G. Nikiéma","common_name":"Ghislain Nikiéma","date_of_birth":"2002-10-11","place_of_birth":"","country_of_birth":"Burkina Faso","nationality":"Burkina Faso","country_of_birth_area_id":"39","nationality_area_id":"39","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/304346.png","last_updated":"2019-08-08 14:47:20","membership":{"membership_id":"3006578","team_id":"24906","team_name":"Burkina Faso U20","short_name":"Burkina U20","team_area_name":"Burkina Faso","team_area_id":"39","start_date":"2019-02-01","end_date":"2019-02-28","role":"player","active":"no","last_updated":"2019-08-08 14:47:20"}},{"people_id":"219172","first_name":"Killian","last_name":"Sardella","match_name":"K. Sardella","common_name":"Killian Sardella","date_of_birth":"2002-05-02","place_of_birth":"","country_of_birth":"Belgium","nationality":"Belgium","country_of_birth_area_id":"27","nationality_area_id":"27","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/219172.png","last_updated":"2019-08-08 14:45:59","membership":{"membership_id":"3200339","team_id":"860","team_name":"RSC Anderlecht","short_name":"Anderlecht","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:45:59"}},{"people_id":"331469","first_name":"Crispaldinho","last_name":"Chubaka Rhukengane","match_name":"Dinho","common_name":"Dinho","date_of_birth":"1996-12-10","place_of_birth":"","country_of_birth":"Burundi","nationality":"Burundi","country_of_birth_area_id":"40","nationality_area_id":"40","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 14:45:06"},{"people_id":"292949","first_name":"Mohamed Abib","last_name":"Tapsoba","match_name":"A. Tapsoba","common_name":"Abib Tapsoba","date_of_birth":"2000-01-01","place_of_birth":"","country_of_birth":"Burkina Faso","nationality":"Burkina Faso","country_of_birth_area_id":"39","nationality_area_id":"39","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/292949.png","last_updated":"2019-08-08 14:44:35","membership":{"membership_id":"2847028","team_id":"24906","team_name":"Burkina Faso U20","short_name":"Burkina U20","team_area_name":"Burkina Faso","team_area_id":"39","start_date":"2018-05-01","end_date":"2019-02-28","role":"player","active":"no","last_updated":"2019-08-08 14:44:35"}},{"people_id":"238909","first_name":"Abdoul Karim","last_name":"Komi","match_name":"A. Komi","common_name":"Abdoul Karim Komi","date_of_birth":"2002-03-26","place_of_birth":"","country_of_birth":"Burkina Faso","nationality":"Burkina Faso","country_of_birth_area_id":"39","nationality_area_id":"39","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/238909.png","last_updated":"2019-08-08 14:43:49","membership":{"membership_id":"3006567","team_id":"24906","team_name":"Burkina Faso U20","short_name":"Burkina U20","team_area_name":"Burkina Faso","team_area_id":"39","start_date":"2019-02-01","end_date":"2019-02-28","role":"player","active":"no","last_updated":"2019-08-08 14:43:49"}},{"people_id":"195793","first_name":"Lucas","last_name":"Silva Melo","match_name":"Tuta","common_name":"Tuta","date_of_birth":"1999-07-04","place_of_birth":"São Paulo, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 14:43:20","membership":[{"membership_id":"3202316","team_id":"3071","team_name":"KV Kortrijk","short_name":"KV Kortrijk","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 09:33:43"},{"membership_id":"3046535","team_id":"521","team_name":"Eintracht Frankfurt","short_name":"Frankfurt","team_area_name":"Germany","team_area_id":"80","start_date":"2019-01-31","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 09:33:08"}]},{"people_id":"283641","first_name":"Abdoul Fessal","last_name":"Tapsoba","match_name":"A. Tapsoba","common_name":"Abdoul Fessal Tapsoba","date_of_birth":"2001-08-23","place_of_birth":"Port-Bouët","country_of_birth":"Côte d’Ivoire","nationality":"Burkina Faso","country_of_birth_area_id":"60","nationality_area_id":"39","gender":"male","height":"177","weight":"69","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/283641.png","last_updated":"2019-08-08 14:43:19","membership":{"membership_id":"2846997","team_id":"24906","team_name":"Burkina Faso U20","short_name":"Burkina U20","team_area_name":"Burkina Faso","team_area_id":"39","start_date":"2018-05-01","end_date":"2019-02-28","role":"player","active":"no","last_updated":"2019-08-08 14:43:19"}},{"people_id":"111182","first_name":"Marco Túlio","last_name":"Oliveira Lemos","match_name":"Marco Túlio","common_name":"Marco Túlio","date_of_birth":"1998-03-13","place_of_birth":"Belo Horizonte, MG","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"177","weight":"","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-08 14:42:42","membership":[{"membership_id":"3201772","team_id":"17596","team_name":"KSV Roeselare","short_name":"KSV Roeselare","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:42:26"},{"membership_id":"3087810","team_id":"18447","team_name":"Sporting Clube de Portugal B","short_name":"SC Portugal B","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-08 14:42:42"}]},{"people_id":"90083","first_name":"Sansan Hassamy","last_name":"Dah","match_name":"S. Dah","common_name":"Sansan Hassamy Dah","date_of_birth":"1994-01-08","place_of_birth":"","country_of_birth":"Burkina Faso","nationality":"Burkina Faso","country_of_birth_area_id":"39","nationality_area_id":"39","gender":"male","height":"182","weight":"75","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 14:38:26","membership":{"membership_id":"3203700","team_id":"16630","team_name":"OC Khouribga","short_name":"OC Khouribga","team_area_name":"Morocco","team_area_id":"133","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:38:26"}},{"people_id":"1667","first_name":"Ben Amed Djibril","last_name":"Zidnaba","match_name":"D. Zidnaba","common_name":"Djibril Zidnaba","date_of_birth":"1994-02-20","place_of_birth":"Ouagadougou","country_of_birth":"Burkina Faso","nationality":"Burkina Faso","country_of_birth_area_id":"39","nationality_area_id":"39","gender":"male","height":"184","weight":"78","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/1667.png","last_updated":"2019-08-08 14:36:18","membership":[{"membership_id":"3203699","team_id":"28147","team_name":"Sport Benfica e Castelo Branco","short_name":"Castelo Branco","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:36:18"},{"membership_id":"2759516","team_id":"1556","team_name":"CD Trofense","short_name":"Trofense","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-13","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 14:35:51"}]},{"people_id":"21649","first_name":"Martin","last_name":"Mikkelsen","match_name":"M. Mikkelsen","common_name":"Martin Mikkelsen","date_of_birth":"1986-04-29","place_of_birth":"Aarhus","country_of_birth":"Denmark","nationality":"Denmark","country_of_birth_area_id":"61","nationality_area_id":"61","gender":"male","height":"182","weight":"79","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/21649.png","last_updated":"2019-08-08 14:32:33","membership":[{"membership_id":"3203698","team_id":"18504","team_name":"FC Fredericia","short_name":"FC Fredericia","team_area_name":"Denmark","team_area_id":"61","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:32:33"},{"membership_id":"25152","team_id":"18510","team_name":"Hobro IK","short_name":"Hobro","team_area_name":"Denmark","team_area_id":"61","start_date":"2014-07-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 14:32:22"}]},{"people_id":"48889","first_name":"Indy","last_name":"Groothuizen","match_name":"I. Groothuizen","common_name":"Indy Groothuizen","date_of_birth":"1996-07-22","place_of_birth":"Alkmaar","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"male","height":"190","weight":"88","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 14:28:09","membership":[{"membership_id":"3203697","team_id":"18507","team_name":"Vejle BK","short_name":"Vejle BK","team_area_name":"Denmark","team_area_id":"61","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:28:09"},{"membership_id":"1350888","team_id":"999","team_name":"ADO Den Haag","short_name":"ADO Den Haag","team_area_name":"Netherlands","team_area_id":"138","start_date":"2017-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 14:27:57"}]},{"people_id":"333478","first_name":"Kenneth Skov","last_name":"Nielsen","match_name":"KENNETH NIELSEN","common_name":"Kenneth Skov Nielsen","date_of_birth":"1991-05-30","place_of_birth":"","country_of_birth":"Denmark","nationality":"Denmark","country_of_birth_area_id":"61","nationality_area_id":"61","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 14:23:23","membership":{"membership_id":"3203696","team_id":"18903","team_name":"Skive IK","short_name":"Skive IK","team_area_name":"Denmark","team_area_id":"61","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:23:23"}},{"people_id":"73560","first_name":"Enock","last_name":"Kwateng","match_name":"E. Kwateng","common_name":"Enock Kwateng","date_of_birth":"1997-04-30","place_of_birth":"Mantes-la-Jolie","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"183","weight":"75","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/73560.png","last_updated":"2019-08-08 14:21:24","membership":[{"membership_id":"3167749","team_id":"577","team_name":"FC Girondins de Bordeaux","short_name":"Bordeaux","team_area_name":"France","team_area_id":"76","start_date":"2019-06-11","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:21:16"},{"membership_id":"411818","team_id":"22700","team_name":"France U19","short_name":"France U19","team_area_name":"France","team_area_id":"76","start_date":"2015-07-01","end_date":"2016-07-31","role":"player","active":"no","last_updated":"2019-08-08 14:21:24"},{"membership_id":"177438","team_id":"594","team_name":"FC Nantes","short_name":"FC Nantes","team_area_name":"France","team_area_id":"76","start_date":"2015-07-01","end_date":"2019-06-10","role":"player","active":"no","last_updated":"2019-08-08 14:21:16"},{"membership_id":"1374596","team_id":"24281","team_name":"FC Nantes 2","short_name":"FC Nantes 2","team_area_name":"France","team_area_id":"76","start_date":"2014-07-01","end_date":"2019-06-10","role":"player","active":"no","last_updated":"2019-08-08 14:21:24"}]},{"people_id":"15567","first_name":"Paul","last_name":"Baysse","match_name":"P. Baysse","common_name":"Paul Baysse","date_of_birth":"1988-05-18","place_of_birth":"Bordeaux","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"184","weight":"85","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/15567.png","last_updated":"2019-08-08 14:20:42","membership":[{"membership_id":"3168225","team_id":"577","team_name":"FC Girondins de Bordeaux","short_name":"Bordeaux","team_area_name":"France","team_area_id":"76","start_date":"2019-06-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:20:42"},{"membership_id":"2746428","team_id":"596","team_name":"SM Caen","short_name":"SM Caen","team_area_name":"France","team_area_id":"76","start_date":"2018-08-13","end_date":"2019-05-31","role":"player","active":"no","last_updated":"2019-08-08 14:20:42"}]},{"people_id":"15486","first_name":"Edson André","last_name":"Sitoe","match_name":"Mexer","common_name":"Mexer","date_of_birth":"1988-09-08","place_of_birth":"Maputo","country_of_birth":"Mozambique","nationality":"Mozambique","country_of_birth_area_id":"134","nationality_area_id":"134","gender":"male","height":"181","weight":"74","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/15486.png","last_updated":"2019-08-08 14:20:23","membership":[{"membership_id":"3167734","team_id":"577","team_name":"FC Girondins de Bordeaux","short_name":"Bordeaux","team_area_name":"France","team_area_id":"76","start_date":"2019-06-11","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:20:23"},{"membership_id":"18703","team_id":"578","team_name":"Stade Rennais FC 1901","short_name":"Stade Rennais","team_area_name":"France","team_area_id":"76","start_date":"2014-07-01","end_date":"2019-06-10","role":"player","active":"no","last_updated":"2019-08-08 14:20:23"}]},{"people_id":"2384","first_name":"Laurent","last_name":"Koscielny","match_name":"L. Koscielny","common_name":"Laurent Koscielny","date_of_birth":"1985-09-10","place_of_birth":"Tulle","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"186","weight":"75","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/2384.png","last_updated":"2019-08-08 14:19:47","membership":[{"membership_id":"3202372","team_id":"577","team_name":"FC Girondins de Bordeaux","short_name":"Bordeaux","team_area_name":"France","team_area_id":"76","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:12:34"},{"membership_id":"2857545","team_id":"18866","team_name":"Arsenal FC U21","short_name":"Arsenal U21","team_area_name":"England","team_area_id":"68","start_date":"2018-10-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:12:34"},{"membership_id":"2850837","team_id":"28094","team_name":"Arsenal FC U23","short_name":"Arsenal","team_area_name":"England","team_area_id":"68","start_date":"2018-10-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:12:34"},{"membership_id":"9237","team_id":"467","team_name":"Arsenal FC","short_name":"Arsenal","team_area_name":"England","team_area_id":"68","start_date":"2010-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-08 14:19:47"}]},{"people_id":"150821","first_name":"Aurélien Djani","last_name":"Tchouameni","match_name":"A. Tchouameni","common_name":"Aurélien Tchouameni","date_of_birth":"2000-01-27","place_of_birth":"Rouen","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"185","weight":"75","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/150821.png","last_updated":"2019-08-08 14:18:37","membership":{"membership_id":"1363975","team_id":"33662","team_name":"FC Girondins de Bordeaux U19","short_name":"Bordeaux U19","team_area_name":"France","team_area_id":"76","start_date":"2017-09-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 14:18:37"}},{"people_id":"271787","first_name":"Albert Nicolas","last_name":"Lottin","match_name":"A. Lottin","common_name":"Albert Lottin","date_of_birth":"2001-08-29","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"181","weight":"75","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 14:18:27"},{"people_id":"333477","first_name":"Sebastian","last_name":"Blynov","match_name":"S. Blynov","common_name":"Sebastian Blynov","date_of_birth":"2000-12-24","place_of_birth":"","country_of_birth":"Denmark","nationality":"Denmark","country_of_birth_area_id":"61","nationality_area_id":"61","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 14:18:08","membership":{"membership_id":"3203695","team_id":"18902","team_name":"FC Roskilde","short_name":"FC Roskilde","team_area_name":"Denmark","team_area_id":"61","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:18:08"}},{"people_id":"115348","first_name":"Gaëtan","last_name":"Poussin","match_name":"G. Poussin","common_name":"Gaëtan Poussin","date_of_birth":"1999-01-13","place_of_birth":"Le Mans","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"184","weight":"82","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/115348.png","last_updated":"2019-08-08 14:16:52","membership":{"membership_id":"1363955","team_id":"33662","team_name":"FC Girondins de Bordeaux U19","short_name":"Bordeaux U19","team_area_name":"France","team_area_id":"76","start_date":"2017-09-20","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-08 14:16:52"}},{"people_id":"96564","first_name":"Yassin","last_name":"Fekir","match_name":"Y. Fekir","common_name":"Yassin Fekir","date_of_birth":"1997-05-05","place_of_birth":"Lyon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"170","weight":"65","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 14:11:45","membership":[{"membership_id":"3203694","team_id":"25328","team_name":"Betis Deportivo Balompié","short_name":"Betis B","team_area_name":"Spain","team_area_id":"176","start_date":"2019-07-23","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:11:45"},{"membership_id":"2984269","team_id":"576","team_name":"Olympique Lyonnais","short_name":"Olympique Lyon","team_area_name":"France","team_area_id":"76","start_date":"2018-10-01","end_date":"2019-07-22","role":"player","active":"no","last_updated":"2019-08-08 14:11:45"},{"membership_id":"1009282","team_id":"25103","team_name":"Olympique Lyonnais 2","short_name":"Lyon 2","team_area_name":"France","team_area_id":"76","start_date":"2016-01-01","end_date":"2019-07-22","role":"player","active":"no","last_updated":"2019-08-08 14:11:45"}]},{"people_id":"207759","first_name":"Ousseynou","last_name":"Ndiaye","match_name":"O. Ndiaye","common_name":"Ousseynou Ndiaye","date_of_birth":"1998-11-24","place_of_birth":"Dakar","country_of_birth":"Senegal","nationality":"Senegal","country_of_birth_area_id":"166","nationality_area_id":"166","gender":"male","height":"185","weight":"","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/207759.png","last_updated":"2019-08-08 14:10:59","membership":{"membership_id":"2832707","team_id":"576","team_name":"Olympique Lyonnais","short_name":"Olympique Lyon","team_area_name":"France","team_area_id":"76","start_date":"2018-08-01","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-08 14:10:59"}},{"people_id":"16525","first_name":"Jérémy Michel","last_name":"Morel","match_name":"J. Morel","common_name":"Jérémy Morel","date_of_birth":"1984-04-02","place_of_birth":"Lorient","country_of_birth":"France","nationality":"Madagascar","country_of_birth_area_id":"76","nationality_area_id":"121","gender":"male","height":"172","weight":"71","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/16525.png","last_updated":"2019-08-08 14:10:16","membership":[{"membership_id":"3075246","team_id":"25103","team_name":"Olympique Lyonnais 2","short_name":"Lyon 2","team_area_name":"France","team_area_id":"76","start_date":"2019-04-15","end_date":"2019-05-31","role":"player","active":"no","last_updated":"2019-08-08 14:10:16"},{"membership_id":"173751","team_id":"576","team_name":"Olympique Lyonnais","short_name":"Olympique Lyon","team_area_name":"France","team_area_id":"76","start_date":"2015-08-01","end_date":"2019-05-31","role":"player","active":"no","last_updated":"2019-08-08 14:10:16"}]},{"people_id":"207924","first_name":"Boubacar","last_name":"Fofana","match_name":"B. Fofana","common_name":"Boubacar Fofana","date_of_birth":"1998-09-07","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 14:08:52","membership":[{"membership_id":"3166729","team_id":"25103","team_name":"Olympique Lyonnais 2","short_name":"Lyon 2","team_area_name":"France","team_area_id":"76","start_date":"2019-06-11","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:08:52"},{"membership_id":"2991301","team_id":"611","team_name":"GFC Ajaccio","short_name":"GFC Ajaccio","team_area_name":"France","team_area_id":"76","start_date":"2019-01-07","end_date":"2019-06-10","role":"player","active":"no","last_updated":"2019-08-08 14:08:52"}]},{"people_id":"161818","first_name":"Jean Lucas","last_name":"de Souza Oliveira","match_name":"Jean Lucas","common_name":"Jean Lucas","date_of_birth":"1998-06-22","place_of_birth":"Rio de Janeiro, RJ","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"181","weight":"78","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 14:07:25","membership":[{"membership_id":"3167342","team_id":"576","team_name":"Olympique Lyonnais","short_name":"Olympique Lyon","team_area_name":"France","team_area_id":"76","start_date":"2019-06-21","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:07:25"},{"membership_id":"3015250","team_id":"1048","team_name":"Santos FC","short_name":"Santos","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-02-05","end_date":"2019-06-20","role":"player","active":"no","last_updated":"2019-08-08 14:07:25"}]},{"people_id":"46266","first_name":"Youssouf","last_name":"Koné","match_name":"Y. Koné","common_name":"Youssouf Koné","date_of_birth":"1995-07-05","place_of_birth":"Bamako","country_of_birth":"Mali","nationality":"Mali","country_of_birth_area_id":"125","nationality_area_id":"125","gender":"male","height":"174","weight":"71","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/46266.png","last_updated":"2019-08-08 14:06:32","membership":{"membership_id":"3170655","team_id":"576","team_name":"Olympique Lyonnais","short_name":"Olympique Lyon","team_area_name":"France","team_area_id":"76","start_date":"2019-07-03","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:06:32"}},{"people_id":"3377","first_name":"Ciprian Anton","last_name":"Tătăruşanu","match_name":"C. Tătăruşanu","common_name":"Ciprian Tătăruşanu","date_of_birth":"1986-02-09","place_of_birth":"Bucureşti","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"male","height":"194","weight":"89","foot":"both","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3377.png","last_updated":"2019-08-08 14:05:58","membership":[{"membership_id":"3167343","team_id":"576","team_name":"Olympique Lyonnais","short_name":"Olympique Lyon","team_area_name":"France","team_area_id":"76","start_date":"2019-06-13","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:05:58"},{"membership_id":"1338947","team_id":"594","team_name":"FC Nantes","short_name":"FC Nantes","team_area_name":"France","team_area_id":"76","start_date":"2017-09-01","end_date":"2019-05-31","role":"player","active":"no","last_updated":"2019-08-08 14:05:58"}]},{"people_id":"12163","first_name":"Moussa","last_name":"Dembélé","match_name":"M. Dembélé","common_name":"Moussa Dembélé","date_of_birth":"1996-07-12","place_of_birth":"Pontoise","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"183","weight":"74","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12163.png","last_updated":"2019-08-08 14:05:11"},{"people_id":"96563","first_name":"Houssem","last_name":"Aouar","match_name":"H. Aouar","common_name":"Houssem Aouar","date_of_birth":"1998-06-30","place_of_birth":"Lyon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"70","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/96563.png","last_updated":"2019-08-08 14:04:26","membership":{"membership_id":"256680","team_id":"24050","team_name":"Olympique Lyonnais U19","short_name":"Olympique Lyon","team_area_name":"France","team_area_id":"76","start_date":"2015-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 14:04:26"}},{"people_id":"242257","first_name":"Slobodan ","last_name":"Perisic","match_name":"S. Perisic","common_name":"Slobodan Perisic","date_of_birth":"2000-10-04","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 14:04:11","membership":[{"membership_id":"3203693","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:04:11"},{"membership_id":"2634573","team_id":"15959","team_name":"OFK Titograd","short_name":"Titograd","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-03-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-08 13:58:00"}]},{"people_id":"200483","first_name":"Milivoje","last_name":"Mrdak","match_name":"M. Mrdak","common_name":"Milivoje Mrdak","date_of_birth":"1993-02-17","place_of_birth":"Pljevlja","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"191","weight":"87","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 14:01:21","membership":[{"membership_id":"3203692","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 14:01:21"},{"membership_id":"2989979","team_id":"15977","team_name":"FK Jedinstvo Bijelo Polje","short_name":"Jedinstvo BP","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-01-03","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 14:01:12"}]},{"people_id":"241032","first_name":"Ivan ","last_name":"Vasovic","match_name":"I. Vasovic","common_name":"Ivan Vasovic","date_of_birth":"1996-11-11","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 13:59:15","membership":{"membership_id":"3203691","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:59:15"}},{"people_id":"268649","first_name":"Cheikh Ahmet Tidian","last_name":"Niasse","match_name":"C. Niasse","common_name":"Cheikh Niasse","date_of_birth":"2000-01-19","place_of_birth":"Gossas","country_of_birth":"Senegal","nationality":"Senegal","country_of_birth_area_id":"166","nationality_area_id":"166","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 13:54:18","membership":{"membership_id":"2990178","team_id":"575","team_name":"Lille OSC","short_name":"Lille","team_area_name":"France","team_area_id":"76","start_date":"2019-01-01","end_date":"2019-04-30","role":"player","active":"no","last_updated":"2019-08-08 13:54:18"}},{"people_id":"15419","first_name":"Farès","last_name":"Bahlouli","match_name":"F. Bahlouli","common_name":"Farès Bahlouli","date_of_birth":"1995-04-08","place_of_birth":"Lyon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"181","weight":"78","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/15419.png","last_updated":"2019-08-08 13:54:18","membership":{"membership_id":"1143104","team_id":"575","team_name":"Lille OSC","short_name":"Lille","team_area_name":"France","team_area_id":"76","start_date":"2017-01-31","end_date":"2018-04-30","role":"player","active":"no","last_updated":"2019-08-08 13:54:18"}},{"people_id":"140870","first_name":"Timothy Tarpeh","last_name":"Weah","match_name":"T. Weah","common_name":"Tim Weah","date_of_birth":"2000-02-22","place_of_birth":"New York, NY","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"male","height":"185","weight":"67","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/140870.png","last_updated":"2019-08-08 13:53:08","membership":[{"membership_id":"3166719","team_id":"575","team_name":"Lille OSC","short_name":"Lille","team_area_name":"France","team_area_id":"76","start_date":"2019-06-30","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:53:08"},{"membership_id":"3165913","team_id":"574","team_name":"Paris Saint-Germain FC","short_name":"PSG","team_area_name":"France","team_area_id":"76","start_date":"2019-05-11","end_date":"2019-06-29","role":"player","active":"no","last_updated":"2019-08-08 13:53:08"},{"membership_id":"2990326","team_id":"1504","team_name":"Celtic FC","short_name":"Celtic","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-01-07","end_date":"2019-05-10","role":"player","active":"no","last_updated":"2019-08-08 13:53:08"}]},{"people_id":"83095","first_name":"Edis","last_name":"Mulalić","match_name":"E. Mulalić","common_name":"Edis Mulalić","date_of_birth":"1975-10-23","place_of_birth":"Sarajevo","country_of_birth":"Bosnia and Herzegovina","nationality":"Bosnia and Herzegovina","country_of_birth_area_id":"33","nationality_area_id":"33","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-08 13:52:11","membership":{"membership_id":"3203690","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-08 13:52:11"}},{"people_id":"90013","first_name":"Victor James","last_name":"Osimhen","match_name":"V. Osimhen","common_name":"Victor Osimhen","date_of_birth":"1998-12-29","place_of_birth":"Lagos","country_of_birth":"Nigeria","nationality":"Nigeria","country_of_birth_area_id":"144","nationality_area_id":"144","gender":"male","height":"185","weight":"77","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/90013.png","last_updated":"2019-08-08 13:52:01","membership":{"membership_id":"3198075","team_id":"575","team_name":"Lille OSC","short_name":"Lille","team_area_name":"France","team_area_id":"76","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:52:01"}},{"people_id":"15431","first_name":"Yassine","last_name":"Benzia","match_name":"Y. Benzia","common_name":"Yassine Benzia","date_of_birth":"1994-09-08","place_of_birth":"Saint-Aubin-lès-Elbeuf","country_of_birth":"France","nationality":"Algeria","country_of_birth_area_id":"76","nationality_area_id":"10","gender":"male","height":"179","weight":"71","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/15431.png","last_updated":"2019-08-08 13:51:31","membership":[{"membership_id":"3165595","team_id":"575","team_name":"Lille OSC","short_name":"Lille","team_area_name":"France","team_area_id":"76","start_date":"2019-06-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:51:31"},{"membership_id":"2755380","team_id":"1080","team_name":"Fenerbahçe SK","short_name":"Fenerbahçe","team_area_name":"Turkey","team_area_id":"196","start_date":"2018-08-31","end_date":"2019-05-31","role":"player","active":"no","last_updated":"2019-08-08 13:51:31"}]},{"people_id":"97884","first_name":"Yusuf","last_name":"Yazıcı","match_name":"Y. Yazıcı","common_name":"Yusuf Yazıcı","date_of_birth":"1997-01-29","place_of_birth":"Trabzon","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"183","weight":"78","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 13:51:08","membership":[{"membership_id":"3201475","team_id":"575","team_name":"Lille OSC","short_name":"Lille","team_area_name":"France","team_area_id":"76","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:35:20"},{"membership_id":"259204","team_id":"1081","team_name":"Trabzonspor","short_name":"Trabzonspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2015-12-01","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-08 13:51:08"}]},{"people_id":"333476","first_name":"Aleksa","last_name":"Golubović","match_name":"A. Golubović","common_name":"Aleksa Golubović","date_of_birth":"","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 13:50:25","membership":{"membership_id":"3203689","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:50:25"}},{"people_id":"67052","first_name":"Reinildo Isnard","last_name":"Mandava","match_name":"Reinildo","common_name":"Reinildo","date_of_birth":"1994-01-21","place_of_birth":"Beira","country_of_birth":"Mozambique","nationality":"Mozambique","country_of_birth_area_id":"134","nationality_area_id":"134","gender":"male","height":"180","weight":"65","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/67052.png","last_updated":"2019-08-08 13:49:58","membership":{"membership_id":"3005568","team_id":"575","team_name":"Lille OSC","short_name":"Lille","team_area_name":"France","team_area_id":"76","start_date":"2019-01-31","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:49:58"}},{"people_id":"333475","first_name":"Jakša","last_name":"Bajčetić","match_name":"J. Bajčetić","common_name":"Jakša Bajčetić","date_of_birth":"","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 13:49:18","membership":{"membership_id":"3203688","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:49:18"}},{"people_id":"220644","first_name":"Domagoj","last_name":"Bradarić","match_name":"D. Bradarić","common_name":"Domagoj Bradarić","date_of_birth":"1999-12-10","place_of_birth":"Split","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"178","weight":"74","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-08 13:48:13","membership":{"membership_id":"2615405","team_id":"1495","team_name":"HNK Hajduk Split","short_name":"Hajduk Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2018-02-01","end_date":"2019-07-18","role":"player","active":"no","last_updated":"2019-08-08 13:48:13"}},{"people_id":"32008","first_name":"Velizar","last_name":"Janketić","match_name":"V. Janketić","common_name":"Velizar Janketić","date_of_birth":"1996-11-15","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 13:47:50","membership":[{"membership_id":"3203687","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:47:50"},{"membership_id":"2990768","team_id":"15963","team_name":"OFK Petrovac","short_name":"Petrovac","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-01-05","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 13:47:29"}]},{"people_id":"73594","first_name":"Vule","last_name":"Vujacic","match_name":"V. Vujacic","common_name":"Vule Vujacic","date_of_birth":"1988-03-20","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 13:46:57","membership":[{"membership_id":"3203686","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:46:57"},{"membership_id":"2626158","team_id":"15954","team_name":"FK Dečić Tuzi","short_name":"Dečić","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-01-23","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 13:46:48"}]},{"people_id":"167366","first_name":"Saad","last_name":"Agouzoul","match_name":"Saad Agouzoul","common_name":"Saad Agouzoul","date_of_birth":"1997-08-10","place_of_birth":"Marrakesh","country_of_birth":"Morocco","nationality":"Morocco","country_of_birth_area_id":"133","nationality_area_id":"133","gender":"male","height":"191","weight":"75","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-08 13:46:26","membership":{"membership_id":"1144140","team_id":"11507","team_name":"Kawkab AC","short_name":"Kawkab AC","team_area_name":"Morocco","team_area_id":"133","start_date":"2017-01-01","end_date":"2019-07-10","role":"player","active":"no","last_updated":"2019-08-08 13:46:26"}},{"people_id":"57184","first_name":"Ermin","last_name":"Seratlić","match_name":"E. Seratlić","common_name":"Ermin Seratlić","date_of_birth":"1990-08-21","place_of_birth":"Podgorica","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"187","weight":"79","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 13:46:19","membership":[{"membership_id":"3203685","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:46:19"},{"membership_id":"2707073","team_id":"26346","team_name":"OFK Mladost Lješkopolje","short_name":"Lješkopolje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2017-09-02","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 13:46:08"}]},{"people_id":"28833","first_name":"Leonardo Cesar","last_name":"Jardim","match_name":"Leonardo","common_name":"Leonardo","date_of_birth":"1995-03-20","place_of_birth":"Ribeirão Preto, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"188","weight":"74","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/28833.png","last_updated":"2019-08-08 13:45:55","membership":{"membership_id":"3185493","team_id":"575","team_name":"Lille OSC","short_name":"Lille","team_area_name":"France","team_area_id":"76","start_date":"2019-07-13","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:45:55"}},{"people_id":"111572","first_name":"Luiz","last_name":"de Araújo Guimarães Neto","match_name":"Luiz Araújo","common_name":"Luiz Araújo","date_of_birth":"1996-06-02","place_of_birth":"Taquanritinga","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"175","weight":"70","foot":"left","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/111572.png","last_updated":"2019-08-08 13:45:30"},{"people_id":"220988","first_name":"Marko","last_name":"Krasić","match_name":"M. Krasić","common_name":"Marko Krasić","date_of_birth":"1985-12-01","place_of_birth":"Kragujevac","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"183","weight":"76","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 13:45:25","membership":[{"membership_id":"3203684","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:45:25"},{"membership_id":"2766432","team_id":"16230","team_name":"Kwoon Chung Southern","short_name":"Southern","team_area_name":"Hong Kong","team_area_id":"91","start_date":"2018-08-31","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 13:45:15"}]},{"people_id":"148979","first_name":"Predrag","last_name":"Kašćelan","match_name":"P. Kašćelan","common_name":"Predrag Kašćelan","date_of_birth":"1990-06-30","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"183","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-08 13:44:33","membership":[{"membership_id":"3203683","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:44:33"},{"membership_id":"2738361","team_id":"15962","team_name":"OFK Grbalj Radanovici","short_name":"Grbalj","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-07-09","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 13:44:23"}]},{"people_id":"121751","first_name":"Gabriel","last_name":"dos Santos Magalhães","match_name":"Gabriel","common_name":"Gabriel","date_of_birth":"1997-12-19","place_of_birth":"São Paulo, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"190","weight":"78","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/121751.png","last_updated":"2019-08-08 13:44:30"},{"people_id":"16204","first_name":"Igor","last_name":"Ćuković","match_name":"I. Ćuković","common_name":"Igor Ćuković","date_of_birth":"1993-06-06","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 13:43:45","membership":[{"membership_id":"3203682","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:43:45"},{"membership_id":"3020926","team_id":"18608","team_name":"1. SC Znojmo","short_name":"Znojmo","team_area_name":"Czech Republic","team_area_id":"59","start_date":"2019-01-24","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 13:43:06"}]},{"people_id":"351010","first_name":"Branislav","last_name":"Ružić","match_name":"B. Ružić","common_name":"Branislav Ružić","date_of_birth":"1989-04-02","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 13:42:21","membership":[{"membership_id":"3203681","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:42:21"},{"membership_id":"3197086","team_id":"18831","team_name":"NK Zvijezda Gradačac","short_name":"Gradačac","team_area_name":"Bosnia and Herzegovina","team_area_id":"33","start_date":"2019-02-16","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 13:41:55"}]},{"people_id":"95173","first_name":"Sébastien","last_name":"Cibois","match_name":"S. Cibois","common_name":"Sébastien Cibois","date_of_birth":"1998-03-02","place_of_birth":"Argenteuil","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"192","weight":"83","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 13:37:43","membership":{"membership_id":"2609888","team_id":"574","team_name":"Paris Saint-Germain FC","short_name":"PSG","team_area_name":"France","team_area_id":"76","start_date":"2018-01-01","end_date":"2019-05-31","role":"player","active":"no","last_updated":"2019-08-08 13:37:43"}},{"people_id":"95199","first_name":"Metehan","last_name":"Güçlü","match_name":"M. Güçlü","common_name":"Metehan Güçlü","date_of_birth":"1999-04-02","place_of_birth":"Montfermeil","country_of_birth":"France","nationality":"Turkey","country_of_birth_area_id":"76","nationality_area_id":"196","gender":"male","height":"182","weight":"73","foot":"left","position":"Attacker","player_picture":"","last_updated":"2019-08-08 13:37:33","membership":{"membership_id":"3068990","team_id":"574","team_name":"Paris Saint-Germain FC","short_name":"PSG","team_area_name":"France","team_area_id":"76","start_date":"2019-04-01","end_date":"2019-04-30","role":"player","active":"no","last_updated":"2019-08-08 13:37:33"}},{"people_id":"207891","first_name":"Isaac","last_name":"Hemans Arday","match_name":"I. Hemans Arday","common_name":"Isaac Hemans Arday","date_of_birth":"1996-12-26","place_of_birth":"Conakry","country_of_birth":"Guinea","nationality":"Ghana","country_of_birth_area_id":"86","nationality_area_id":"81","gender":"male","height":"168","weight":"","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 13:37:22","membership":{"membership_id":"3068989","team_id":"574","team_name":"Paris Saint-Germain FC","short_name":"PSG","team_area_name":"France","team_area_id":"76","start_date":"2019-04-01","end_date":"2019-04-30","role":"player","active":"no","last_updated":"2019-08-08 13:37:22"}},{"people_id":"95194","first_name":"Azzeddine","last_name":"Toufiqui","match_name":"A. Toufiqui","common_name":"Azzeddine Toufiqui","date_of_birth":"1999-04-25","place_of_birth":"Caen","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 13:37:12","membership":{"membership_id":"3010656","team_id":"574","team_name":"Paris Saint-Germain FC","short_name":"PSG","team_area_name":"France","team_area_id":"76","start_date":"2019-02-01","end_date":"2019-02-28","role":"player","active":"no","last_updated":"2019-08-08 13:37:12"}},{"people_id":"144656","first_name":"Mitchel","last_name":"Bakker","match_name":"M. Bakker","common_name":"Mitchel Bakker","date_of_birth":"2000-06-20","place_of_birth":"","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/144656.png","last_updated":"2019-08-08 13:35:53","membership":[{"membership_id":"3203680","team_id":"24280","team_name":"Paris Saint-Germain FC 2","short_name":"PSG 2","team_area_name":"France","team_area_id":"76","start_date":"2019-06-11","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:35:53"},{"membership_id":"2608443","team_id":"863","team_name":"AFC Ajax","short_name":"Ajax","team_area_name":"Netherlands","team_area_id":"138","start_date":"2018-01-31","end_date":"2019-06-10","role":"player","active":"no","last_updated":"2019-08-08 13:35:53"},{"membership_id":"1592088","team_id":"2376","team_name":"Jong Ajax","short_name":"Jong Ajax","team_area_name":"Netherlands","team_area_id":"138","start_date":"2017-10-01","end_date":"2019-06-10","role":"player","active":"no","last_updated":"2019-08-08 13:35:53"},{"membership_id":"953261","team_id":"24068","team_name":"AFC Ajax U19","short_name":"AFC Ajax","team_area_name":"Netherlands","team_area_id":"138","start_date":"2016-08-01","end_date":"2019-06-10","role":"player","active":"no","last_updated":"2019-08-08 13:35:53"}]},{"people_id":"113196","first_name":"Marcin","last_name":"Bułka","match_name":"M. Bułka","common_name":"Marcin Bułka","date_of_birth":"1999-10-04","place_of_birth":"Płock","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"198","weight":"87","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/113196.png","last_updated":"2019-08-08 13:34:24"},{"people_id":"219655","first_name":"Romaric","last_name":"Yapi","match_name":"R. Yapi","common_name":"Romaric Yapi","date_of_birth":"2000-07-13","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 13:22:59","membership":[{"membership_id":"3203673","team_id":"510","team_name":"Brighton & Hove Albion FC","short_name":"Brighton Hove","team_area_name":"England","team_area_id":"68","start_date":"2019-08-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:22:59"},{"membership_id":"2681075","team_id":"24280","team_name":"Paris Saint-Germain FC 2","short_name":"PSG 2","team_area_name":"France","team_area_id":"76","start_date":"2018-04-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 13:22:59"},{"membership_id":"1637732","team_id":"22460","team_name":"Paris Saint-Germain FC U19","short_name":"PSG U19","team_area_name":"France","team_area_id":"76","start_date":"2017-10-20","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 13:22:59"}]},{"people_id":"26833","first_name":"Ruben","last_name":"Aguilar","match_name":"R. Aguilar","common_name":"Ruben Aguilar","date_of_birth":"1993-04-26","place_of_birth":"Grenoble","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"172","weight":"70","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/26833.png","last_updated":"2019-08-08 13:10:34","membership":[{"membership_id":"3203667","team_id":"595","team_name":"AS Monaco FC","short_name":"AS Monaco","team_area_name":"Monaco","team_area_id":"253","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:10:34"},{"membership_id":"1292244","team_id":"573","team_name":"Montpellier HSC","short_name":"Montpellier","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-08 13:10:34"}]},{"people_id":"16583","first_name":"Jérémie","last_name":"Porsan-Clemente","match_name":"J. Porsan-Clemente","common_name":"Jérémie Porsan-Clemente","date_of_birth":"1997-12-16","place_of_birth":"Schoelcher","country_of_birth":"Martinique","nationality":"France","country_of_birth_area_id":"229","nationality_area_id":"76","gender":"male","height":"178","weight":"73","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/16583.png","last_updated":"2019-08-08 13:09:50","membership":[{"membership_id":"1292245","team_id":"573","team_name":"Montpellier HSC","short_name":"Montpellier","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2018-11-30","role":"player","active":"no","last_updated":"2019-08-08 13:09:40"},{"membership_id":"1360492","team_id":"24307","team_name":"Montpellier HSC 2","short_name":"Montpellier 2","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 13:09:50"}]},{"people_id":"15415","first_name":"Jordan","last_name":"Ferri","match_name":"J. Ferri","common_name":"Jordan Ferri","date_of_birth":"1992-03-12","place_of_birth":"Cavaillon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"172","weight":"70","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/15415.png","last_updated":"2019-08-08 13:08:00","membership":[{"membership_id":"3167347","team_id":"573","team_name":"Montpellier HSC","short_name":"Montpellier","team_area_name":"France","team_area_id":"76","start_date":"2019-06-20","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:08:00"},{"membership_id":"3203666","team_id":"576","team_name":"Olympique Lyonnais","short_name":"Olympique Lyon","team_area_name":"France","team_area_id":"76","start_date":"2019-06-01","end_date":"2019-06-19","role":"player","active":"no","last_updated":"2019-08-08 13:08:00"},{"membership_id":"2850219","team_id":"602","team_name":"Nîmes Olympique","short_name":"Nîmes Ol.","team_area_name":"France","team_area_id":"76","start_date":"2018-11-22","end_date":"2019-05-31","role":"player","active":"no","last_updated":"2019-08-08 13:08:00"}]},{"people_id":"26823","first_name":"Téji","last_name":"Savanier","match_name":"T. Savanier","common_name":"Téji Savanier","date_of_birth":"1991-12-22","place_of_birth":"Montpellier","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"171","weight":"62","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/26823.png","last_updated":"2019-08-08 13:07:06","membership":[{"membership_id":"3167690","team_id":"573","team_name":"Montpellier HSC","short_name":"Montpellier","team_area_name":"France","team_area_id":"76","start_date":"2019-07-02","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:07:06"},{"membership_id":"186861","team_id":"602","team_name":"Nîmes Olympique","short_name":"Nîmes Ol.","team_area_name":"France","team_area_id":"76","start_date":"2015-08-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-08 13:07:06"}]},{"people_id":"52393","first_name":"Arnaud","last_name":"Souquet","match_name":"A. Souquet","common_name":"Arnaud Souquet","date_of_birth":"1992-02-12","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"180","weight":"70","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/52393.png","last_updated":"2019-08-08 13:06:40","membership":[{"membership_id":"3203665","team_id":"573","team_name":"Montpellier HSC","short_name":"Montpellier","team_area_name":"France","team_area_id":"76","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:06:40"},{"membership_id":"2755208","team_id":"1488","team_name":"KAA Gent","short_name":"KAA Gent","team_area_name":"Belgium","team_area_id":"27","start_date":"2018-08-31","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-08 13:06:40"}]},{"people_id":"212663","first_name":"Matis","last_name":"Carvalho","match_name":"M. Carvalho","common_name":"Matis Carvalho","date_of_birth":"1999-04-28","place_of_birth":"Toulouse","country_of_birth":"France","nationality":"Portugal","country_of_birth_area_id":"76","nationality_area_id":"156","gender":"male","height":"185","weight":"76","foot":"left","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 13:06:00","membership":{"membership_id":"3203664","team_id":"573","team_name":"Montpellier HSC","short_name":"Montpellier","team_area_name":"France","team_area_id":"76","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 13:06:00"}},{"people_id":"94959","first_name":"Joshua","last_name":"Grant","match_name":"J. Grant","common_name":"Joshua Grant","date_of_birth":"1998-10-11","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 12:48:16","membership":[{"membership_id":"3203656","team_id":"1477","team_name":"Plymouth Argyle FC","short_name":"Plymouth Arg","team_area_name":"England","team_area_id":"68","start_date":"2019-08-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:48:16"},{"membership_id":"3203655","team_id":"471","team_name":"Chelsea FC","short_name":"Chelsea","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 12:48:16"},{"membership_id":"2991750","team_id":"18075","team_name":"Yeovil Town FC","short_name":"Yeovil Town","team_area_name":"England","team_area_id":"68","start_date":"2019-01-11","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:47:37"}]},{"people_id":"133772","first_name":"Turan","last_name":"Sahin","match_name":"T. Sahin","common_name":"Turan Sahin","date_of_birth":"1984-01-13","place_of_birth":"","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 12:48:10","membership":{"membership_id":"609788","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:48:10"}},{"people_id":"133770","first_name":"Timo","last_name":"Wagner","match_name":"T. Wagner","common_name":"Timo Wagner","date_of_birth":"1996-10-02","place_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","player_picture":"","last_updated":"2019-08-08 12:48:10","membership":{"membership_id":"609786","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:48:10"}},{"people_id":"133767","first_name":"Nedzad","last_name":"Plavci","match_name":"N. Plavci","common_name":"Nedzad Plavci","date_of_birth":"1988-11-04","place_of_birth":"","country_of_birth":"Serbia","nationality":"Germany","country_of_birth_area_id":"224","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:48:10","membership":{"membership_id":"609783","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:48:10"}},{"people_id":"81708","first_name":"Yanick","last_name":"Haag","match_name":"Y. Haag","common_name":"Yanick Haag","date_of_birth":"1995-06-10","place_of_birth":"Ludwigshafen","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"181","weight":"74","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:48:10","membership":{"membership_id":"2736389","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:48:10"}},{"people_id":"133761","first_name":"Mario","last_name":"Ketterer","match_name":"M. Ketterer","common_name":"Mario Ketterer","date_of_birth":"1983-03-08","place_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","player_picture":"","last_updated":"2019-08-08 12:47:20","membership":{"membership_id":"609777","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:47:20"}},{"people_id":"133744","first_name":"Manuel","last_name":"Stark","match_name":"M. Stark","common_name":"Manuel Stark","date_of_birth":"1989-05-06","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"174","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:47:20","membership":{"membership_id":"609731","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:47:20"}},{"people_id":"148960","first_name":"Jonas","last_name":"Huchler","match_name":"J. Huchler","common_name":"Jonas Huchler","date_of_birth":"1998-04-01","place_of_birth":"Tettnang","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"185","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 12:46:40","membership":{"membership_id":"2732969","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:46:40"}},{"people_id":"133794","first_name":"Frederick","last_name":"Bruno","match_name":"F. Bruno","common_name":"Frederick Bruno","date_of_birth":"1995-06-05","place_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","player_picture":"","last_updated":"2019-08-08 12:46:40","membership":{"membership_id":"610427","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2016-08-10","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:46:40"}},{"people_id":"133759","first_name":"Gian Luca","last_name":"Reho","match_name":"G. Reho","common_name":"Gian Luca Reho","date_of_birth":"1992-09-09","place_of_birth":"","country_of_birth":"Switzerland","nationality":"Switzerland","country_of_birth_area_id":"185","nationality_area_id":"185","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 12:46:40","membership":{"membership_id":"609775","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:46:40"}},{"people_id":"133751","first_name":"Daniel","last_name":"Miletic","match_name":"D. Miletic","common_name":"Daniel Miletic","date_of_birth":"1978-08-03","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 12:45:42","membership":{"membership_id":"609767","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2009-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:45:42"}},{"people_id":"133750","first_name":"Christian","last_name":"Mendes Cavalcanti","match_name":"C. Mendes","common_name":"Christian Mendes","date_of_birth":"1972-12-23","place_of_birth":"","country_of_birth":"Brazil","nationality":"Austria","country_of_birth_area_id":"35","nationality_area_id":"20","gender":"male","height":"188","weight":"75","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 12:45:42","membership":{"membership_id":"609766","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:45:42"}},{"people_id":"133562","first_name":"Jago","last_name":"Marić","match_name":"J. Marić","common_name":"Jago Marić","date_of_birth":"1979-02-03","place_of_birth":"","country_of_birth":"Bosnia and Herzegovina","nationality":"Bosnia and Herzegovina","country_of_birth_area_id":"33","nationality_area_id":"33","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:44:29"},{"people_id":"81707","first_name":"Patrick","last_name":"Haag ","match_name":"P. Haag","common_name":"Patrick Haag","date_of_birth":"1990-03-09","place_of_birth":"Ludwigshafen","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"181","weight":"74","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:43:28","membership":{"membership_id":"3203649","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:43:28"}},{"people_id":"24969","first_name":"Steven","last_name":"Ukoh","match_name":"S. Ukoh","common_name":"Steven Ukoh","date_of_birth":"1991-06-19","place_of_birth":"","country_of_birth":"Switzerland","nationality":"Nigeria","country_of_birth_area_id":"185","nationality_area_id":"144","gender":"male","height":"177","weight":"70","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:42:55","membership":[{"membership_id":"3203647","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:42:55"},{"membership_id":"3203646","team_id":"23004","team_name":"FC Solothurn","short_name":"FC Solothurn","team_area_name":"Switzerland","team_area_id":"185","start_date":"2019-01-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:42:55"},{"membership_id":"3203645","team_id":"2264","team_name":"FC La Chaux-de-Fonds","short_name":"Chaux-de-Fonds","team_area_name":"Switzerland","team_area_id":"185","start_date":"2018-07-09","end_date":"2019-01-14","role":"player","active":"no","last_updated":"2019-08-08 12:42:55"},{"membership_id":"3203644","team_id":"23004","team_name":"FC Solothurn","short_name":"FC Solothurn","team_area_name":"Switzerland","team_area_id":"185","start_date":"2017-09-30","end_date":"2018-07-08","role":"player","active":"no","last_updated":"2019-08-08 12:42:55"},{"membership_id":"28669","team_id":"2267","team_name":"FC Biel-Bienne","short_name":"FC Biel-Bienne","team_area_name":"Switzerland","team_area_id":"185","start_date":"2012-01-01","end_date":"2016-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:42:55"}]},{"people_id":"202406","first_name":"Dawid","last_name":"Wolny","match_name":"D. Wolny","common_name":"Dawid Wolny","date_of_birth":"1994-07-28","place_of_birth":"Opole","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:42:20","membership":[{"membership_id":"3203642","team_id":"36756","team_name":"KS Skra Częstochowa","short_name":"Skra","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-17","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:42:20"},{"membership_id":"1325094","team_id":"23141","team_name":"MKS Kluczbork","short_name":"Kluczbork","team_area_name":"Poland","team_area_id":"155","start_date":"2017-07-01","end_date":"2018-07-24","role":"player","active":"no","last_updated":"2019-08-08 12:42:08"}]},{"people_id":"333474","first_name":"Pietro","last_name":"Morreale","match_name":"P. Morreale","common_name":"Pietro Morreale","date_of_birth":"1999-05-07","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:41:54","membership":{"membership_id":"3203641","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:41:54"}},{"people_id":"73529","first_name":"Valentin","last_name":"Vochatzer","match_name":"V. Vochatzer","common_name":"Valentin Vochatzer","date_of_birth":"1995-02-03","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"179","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 12:41:07","membership":[{"membership_id":"3203638","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:41:07"},{"membership_id":"177301","team_id":"22887","team_name":"SSV Reutlingen 05","short_name":"SSV Reutlingen","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"2016-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:41:00"}]},{"people_id":"333473","first_name":"Flamur","last_name":"Berisha","match_name":"F. Berisha","common_name":"Flamur Berisha","date_of_birth":"1999-11-22","place_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","player_picture":"","last_updated":"2019-08-08 12:40:32","membership":{"membership_id":"3203637","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:40:32"}},{"people_id":"333472","first_name":"Leo","last_name":"Benz","match_name":"L. Benz","common_name":"Leo Benz","date_of_birth":"","place_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","player_picture":"","last_updated":"2019-08-08 12:39:42","membership":{"membership_id":"3203635","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:39:42"}},{"people_id":"333471","first_name":"Keven","last_name":"Feger","match_name":"K. Feger","common_name":"Keven Feger","date_of_birth":"1991-01-14","place_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":"Defender","player_picture":"","last_updated":"2019-08-08 12:39:15","membership":{"membership_id":"3203633","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:39:15"}},{"people_id":"333470","first_name":"Nico","last_name":"Tadic","match_name":"N. Tadic","common_name":"Nico Tadic","date_of_birth":"","place_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","player_picture":"","last_updated":"2019-08-08 12:38:26","membership":{"membership_id":"3203631","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:38:26"}},{"people_id":"72768","first_name":"Saheed","last_name":"Mustapha","match_name":"S. Mustapha","common_name":"Saheed Mustapha","date_of_birth":"1994-07-13","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"189","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 12:37:56","membership":{"membership_id":"3203630","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2019-01-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:37:56"}},{"people_id":"333469","first_name":"Jannik","last_name":"Beha","match_name":"J. Beha","common_name":"Jannik Beha","date_of_birth":"1992-06-01","place_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","player_picture":"","last_updated":"2019-08-08 12:37:26","membership":{"membership_id":"3203628","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:37:26"}},{"people_id":"333468","first_name":"Marcel","last_name":"Bender","match_name":"M. Bender","common_name":"Marcel Bender","date_of_birth":"1996-05-11","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 12:36:39","membership":{"membership_id":"3203625","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2019-01-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:36:39"}},{"people_id":"325330","first_name":"Andrea","last_name":"Hoxha","match_name":"A. Hoxha","common_name":"Andrea Hoxha","date_of_birth":"1999-09-28","place_of_birth":"","country_of_birth":"Albania","nationality":"Albania","country_of_birth_area_id":"9","nationality_area_id":"9","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 12:35:50","membership":{"membership_id":"3203622","team_id":"27271","team_name":"FC 08 Villingen","short_name":"Villingen","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:35:50"}},{"people_id":"73712","first_name":"Lars","last_name":"Schäfer","match_name":"L. Schäfer","common_name":"Lars Schäfer","date_of_birth":"1982-08-27","place_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","player_picture":"","last_updated":"2019-08-08 12:34:15","membership":[{"membership_id":"3203621","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2017-10-27","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-08 12:34:15"},{"membership_id":"177873","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:33:06"}]},{"people_id":"73721","first_name":"Sebastian","last_name":"Ting","match_name":"S. Ting","common_name":"Sebastian Ting","date_of_birth":"1989-01-31","place_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","player_picture":"","last_updated":"2019-08-08 12:33:06","membership":{"membership_id":"177882","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:33:06"}},{"people_id":"73718","first_name":"Pascal","last_name":"Meschak","match_name":"P. Meschak","common_name":"Pascal Meschak","date_of_birth":"1988-07-10","place_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","player_picture":"","last_updated":"2019-08-08 12:33:06","membership":{"membership_id":"177879","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:33:06"}},{"people_id":"73716","first_name":"Meliani","last_name":"Saim","match_name":"M. Saim","common_name":"Meliani Saim","date_of_birth":"1993-10-31","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 12:33:06","membership":{"membership_id":"177877","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:33:06"}},{"people_id":"73715","first_name":"Michael","last_name":"Kohns","match_name":"M. Kohns","common_name":"Michael Kohns","date_of_birth":"1995-03-06","place_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","player_picture":"","last_updated":"2019-08-08 12:33:06","membership":{"membership_id":"177876","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:33:06"}},{"people_id":"73714","first_name":"Marc","last_name":"Inhestern","match_name":"M. Inhestern","common_name":"Marc Inhestern","date_of_birth":"1994-09-18","place_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","player_picture":"","last_updated":"2019-08-08 12:33:06","membership":{"membership_id":"177875","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:33:06"}},{"people_id":"73713","first_name":"Marcel","last_name":"Ewertz","match_name":"M. Ewertz","common_name":"Marcel Ewertz","date_of_birth":"1993-10-21","place_of_birth":"Niersbach","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"176","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:33:06","membership":{"membership_id":"177874","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"2015-12-31","role":"player","active":"no","last_updated":"2019-08-08 12:33:06"}},{"people_id":"73707","first_name":"Fabian","last_name":"Helbig","match_name":"F. Helbig","common_name":"Fabian Helbig","date_of_birth":"1992-12-18","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 12:33:06","membership":{"membership_id":"177854","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:33:06"}},{"people_id":"73706","first_name":"Daniel","last_name":"Ternes","match_name":"D. Ternes","common_name":"Daniel Ternes","date_of_birth":"1992-07-22","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 12:31:27","membership":{"membership_id":"177853","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:31:27"}},{"people_id":"73704","first_name":"Deniz","last_name":"Siga","match_name":"D. Siga","common_name":"Deniz Siga","date_of_birth":"1989-02-01","place_of_birth":"","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 12:31:27","membership":{"membership_id":"177852","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"2016-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:31:27"}},{"people_id":"73703","first_name":"Daniel","last_name":"Schraps","match_name":"D. Schraps","common_name":"Daniel Schraps","date_of_birth":"1984-07-06","place_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","player_picture":"","last_updated":"2019-08-08 12:31:27","membership":{"membership_id":"177851","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:31:27"}},{"people_id":"73702","first_name":"Daniel","last_name":"Braun","match_name":"D. Braun","common_name":"Daniel Braun","date_of_birth":"1993-01-23","place_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","player_picture":"","last_updated":"2019-08-08 12:31:27","membership":{"membership_id":"177837","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:31:27"}},{"people_id":"73699","first_name":"Andreas","last_name":"Sicken","match_name":"A. Sicken","common_name":"Andreas Sicken","date_of_birth":"1980-12-23","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 12:31:27","membership":{"membership_id":"177834","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"2016-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:31:27"}},{"people_id":"333467","first_name":"Oliver","last_name":"Mennicke","match_name":"O. Mennicke","common_name":"Oliver Mennicke","date_of_birth":"","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 12:30:16","membership":{"membership_id":"3203617","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:30:16"}},{"people_id":"333466","first_name":"Peter","last_name":"Schädler","match_name":"P. Schädler","common_name":"Peter Schädler","date_of_birth":"1996-02-14","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 12:29:46","membership":{"membership_id":"3203616","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:29:46"}},{"people_id":"333465","first_name":"Marco","last_name":"Unnerstall","match_name":"M. Unnerstall","common_name":"Marco Unnerstall","date_of_birth":"1993-07-28","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"172","weight":"","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-08 12:29:02","membership":{"membership_id":"3203615","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2017-01-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:29:02"}},{"people_id":"348799","first_name":"Jakub","last_name":"Jarecki","match_name":"J. Jarecki","common_name":"Jakub Jarecki","date_of_birth":"1995-09-15","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 12:28:12","membership":[{"membership_id":"3203614","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:28:12"},{"membership_id":"2744607","team_id":"18533","team_name":"FC Etzella Ettelbruck","short_name":"Etzella","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:28:12"}]},{"people_id":"333464","first_name":"Leon","last_name":"Backes","match_name":"L. Backes","common_name":"Leon Backes","date_of_birth":"","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"181","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:27:34","membership":{"membership_id":"3203612","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:27:34"}},{"people_id":"153395","first_name":"Nico","last_name":"Kieren","match_name":"N. Kieren","common_name":"Nico Kieren","date_of_birth":"1999-07-05","place_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","player_picture":"","last_updated":"2019-08-08 12:27:00","membership":[{"membership_id":"3203610","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:27:00"},{"membership_id":"953287","team_id":"27986","team_name":"SV Eintracht 05 Trier U19","short_name":"Trier U19","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:26:55"}]},{"people_id":"333463","first_name":"Niklas","last_name":"Lames","match_name":"N. Lames","common_name":"Niklas Lames","date_of_birth":"1997-08-11","place_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","player_picture":"","last_updated":"2019-08-08 12:26:20","membership":{"membership_id":"3203608","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:26:20"}},{"people_id":"333462","first_name":"Nico","last_name":"Toppmöller","match_name":"N. Toppmöller","common_name":"Nico Toppmöller","date_of_birth":"1989-12-06","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"193","weight":"","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:25:35","membership":{"membership_id":"3203607","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:25:35"}},{"people_id":"333461","first_name":"Lucas","last_name":"Lautwein","match_name":"L. Lautwein","common_name":"Lucas Lautwein","date_of_birth":"2000-07-12","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"177","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:24:50","membership":{"membership_id":"3203606","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:24:50"}},{"people_id":"153407","first_name":"Daniel","last_name":"Littau","match_name":"D. Littau","common_name":"Daniel Littau","date_of_birth":"1998-09-27","place_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","player_picture":"","last_updated":"2019-08-08 12:24:10","membership":[{"membership_id":"3203605","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:24:10"},{"membership_id":"953341","team_id":"27986","team_name":"SV Eintracht 05 Trier U19","short_name":"Trier U19","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:24:01"}]},{"people_id":"73711","first_name":"Kader","last_name":"Touré","match_name":"K. Touré","common_name":"Kader Touré","date_of_birth":"1995-05-15","place_of_birth":"","country_of_birth":"Côte d’Ivoire","nationality":"Côte d’Ivoire","country_of_birth_area_id":"60","nationality_area_id":"60","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:23:42"},{"people_id":"333460","first_name":"Kai","last_name":"Bernard","match_name":"K. Bernard","common_name":"Kai Bernard","date_of_birth":"1998-07-09","place_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","player_picture":"","last_updated":"2019-08-08 12:23:20","membership":{"membership_id":"3203604","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2018-01-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:23:20"}},{"people_id":"153396","first_name":"Lucas","last_name":"Abend","match_name":"L. Abend","common_name":"Lucas Abend","date_of_birth":"1998-09-03","place_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","player_picture":"","last_updated":"2019-08-08 12:22:42","membership":[{"membership_id":"3203603","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:22:42"},{"membership_id":"953288","team_id":"27986","team_name":"SV Eintracht 05 Trier U19","short_name":"Trier U19","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:22:36"}]},{"people_id":"348623","first_name":"Michael","last_name":"Dingels","match_name":"M. Dingels","common_name":"Michael Dingels","date_of_birth":"1986-01-04","place_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","player_picture":"","last_updated":"2019-08-08 12:22:04","membership":[{"membership_id":"3203602","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:22:04"},{"membership_id":"49177","team_id":"2215","team_name":"SV Eintracht 05 Trier","short_name":"Trier","team_area_name":"Germany","team_area_id":"80","start_date":"2008-08-15","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:22:04"}]},{"people_id":"333459","first_name":"Marcel","last_name":"Giwer","match_name":"M. Giwer","common_name":"Marcel Giwer","date_of_birth":"","place_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","player_picture":"","last_updated":"2019-08-08 12:21:42","membership":{"membership_id":"3203601","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:21:42"}},{"people_id":"333458","first_name":"Maximilian","last_name":"Düpre","match_name":"M. Düpre","common_name":"Maximilian Düpre","date_of_birth":"1997-04-08","place_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","player_picture":"","last_updated":"2019-08-08 12:21:10","membership":{"membership_id":"3203600","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:21:10"}},{"people_id":"333457","first_name":"Marvin","last_name":"Munzel","match_name":"M. Munzel","common_name":"Marvin Munzel","date_of_birth":"2000-09-02","place_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","player_picture":"","last_updated":"2019-08-08 12:20:29","membership":{"membership_id":"3203599","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:20:29"}},{"people_id":"333456","first_name":"Tim","last_name":"Kieren","match_name":"T. Kieren","common_name":"Tim Kieren","date_of_birth":"2000-09-23","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 12:19:53","membership":{"membership_id":"3203598","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:19:53"}},{"people_id":"333455","first_name":"Simon","last_name":"Schmitt","match_name":"S. Schmitt","common_name":"Simon Schmitt","date_of_birth":"1991-01-08","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 12:19:20","membership":{"membership_id":"3203597","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2014-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:19:20"}},{"people_id":"348843","first_name":"Dominik","last_name":"Thömmes","match_name":"D. Thömmes","common_name":"Dominik Thömmes","date_of_birth":"1996-07-12","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 12:18:43","membership":{"membership_id":"3203596","team_id":"23109","team_name":"FSV Salmrohr","short_name":"Salmrohr","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:18:43"}},{"people_id":"333454","first_name":"Tobias","last_name":"Nebe","match_name":"T. Nebe","common_name":"Tobias Nebe","date_of_birth":"1982-01-11","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-08 12:17:22","membership":{"membership_id":"3203595","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-08 12:17:22"}},{"people_id":"333453","first_name":"Thomas","last_name":"Müller","match_name":"T. Müller","common_name":"Thomas Müller","date_of_birth":"1991-05-02","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 12:16:39","membership":{"membership_id":"3203594","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:16:39"}},{"people_id":"333452","first_name":"Sinan","last_name":"Üstün","match_name":"S. Üstün","common_name":"Sinan Üstün","date_of_birth":"1996-06-14","place_of_birth":"Kassel","country_of_birth":"Germany","nationality":"Turkey","country_of_birth_area_id":"80","nationality_area_id":"196","gender":"male","height":"173","weight":"","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-08 12:16:00","membership":{"membership_id":"3203593","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:16:00"}},{"people_id":"333451","first_name":"André","last_name":"Schmitt","match_name":"A. Schmitt","common_name":"André Schmitt","date_of_birth":"1996-03-12","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-08 12:15:16","membership":{"membership_id":"3203592","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:15:16"}},{"people_id":"101775","first_name":"Nico","last_name":"Möller","match_name":"N. Möller","common_name":"Nico Möller","date_of_birth":"1998-02-04","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"176","weight":"","foot":"both","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:14:41","membership":{"membership_id":"3203591","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:14:41"}},{"people_id":"333450","first_name":"Manuel","last_name":"Pforr","match_name":"M. Pforr","common_name":"Manuel Pforr","date_of_birth":"1989-01-03","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"176","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:14:19","membership":{"membership_id":"3203590","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2012-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:14:19"}},{"people_id":"333449","first_name":"Jonas","last_name":"Springer","match_name":"J. Springer","common_name":"Jonas Springer","date_of_birth":"1994-09-02","place_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","player_picture":"","last_updated":"2019-08-08 12:13:45","membership":{"membership_id":"3203589","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:13:45"}},{"people_id":"333448","first_name":"Nico","last_name":"Schrader","match_name":"N. Schrader","common_name":"Nico Schrader","date_of_birth":"1989-07-01","place_of_birth":"Osterode","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","player_picture":"","last_updated":"2019-08-08 12:13:05","membership":{"membership_id":"3203588","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2010-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:13:05"}},{"people_id":"333447","first_name":"Fatih","last_name":"Üstün","match_name":"F. Üstün","common_name":"Fatih Üstün","date_of_birth":"1996-05-09","place_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","player_picture":"","last_updated":"2019-08-08 12:12:32","membership":{"membership_id":"3203587","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:12:32"}},{"people_id":"206768","first_name":"Laurin","last_name":"Unzicker","match_name":"L. Unzicker","common_name":"Laurin Unzicker","date_of_birth":"1998-01-12","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"176","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:11:53","membership":[{"membership_id":"3203586","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:11:53"},{"membership_id":"1339152","team_id":"19497","team_name":"KSV Hessen Kassel","short_name":"Hessen Kassel","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:11:47"}]},{"people_id":"333446","first_name":"Okan","last_name":"Gül","match_name":"O. Gül","common_name":"Okan Gül","date_of_birth":"1992-07-14","place_of_birth":"Kassel","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","player_picture":"","last_updated":"2019-08-08 12:11:27","membership":{"membership_id":"3203585","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:11:27"}},{"people_id":"20356","first_name":"Emil Henry Kristoffer","last_name":"Krafth","match_name":"E. Krafth","common_name":"Emil Krafth","date_of_birth":"1994-08-02","place_of_birth":"Stockholm","country_of_birth":"Sweden","nationality":"Sweden","country_of_birth_area_id":"184","nationality_area_id":"184","gender":"male","height":"181","weight":"72","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/20356.png","last_updated":"2019-08-08 12:11:07","membership":[{"membership_id":"3203584","team_id":"466","team_name":"Newcastle United FC","short_name":"Newcastle","team_area_name":"England","team_area_id":"68","start_date":"2019-08-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:11:07"},{"membership_id":"3168278","team_id":"801","team_name":"Bologna FC 1909","short_name":"Bologna","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 12:11:07"}]},{"people_id":"333445","first_name":"Torben","last_name":"Ludwig","match_name":"T. Ludwig","common_name":"Torben Ludwig","date_of_birth":"1999-10-30","place_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","player_picture":"","last_updated":"2019-08-08 12:10:51","membership":{"membership_id":"3203583","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:10:51"}},{"people_id":"333444","first_name":"Munkyu","last_name":"Seo","match_name":"Seo Munkyu","common_name":"Seo Munkyu","date_of_birth":"","place_of_birth":"","country_of_birth":"Korea Republic","nationality":"Korea Republic","country_of_birth_area_id":"107","nationality_area_id":"107","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:10:13","membership":{"membership_id":"3203582","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:10:13"}},{"people_id":"333443","first_name":"Florian","last_name":"Heussner","match_name":"F. Heussner","common_name":"Florian Heussner","date_of_birth":"1987-11-30","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"175","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-08 12:09:33","membership":{"membership_id":"3203581","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:09:33"}},{"people_id":"75241","first_name":"Dino","last_name":"Kardović","match_name":"D. Kardović","common_name":"Dino Kardović","date_of_birth":"1996-08-04","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"174","weight":"65","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 12:08:54","membership":{"membership_id":"3203580","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2019-08-02","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:08:19"}},{"people_id":"333442","first_name":"Janik","last_name":"Szczygiel","match_name":"J. Szczygiel","common_name":"Janik Szczygiel","date_of_birth":"1996-03-24","place_of_birth":"","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"176","weight":"","foot":"both","position":"Defender","player_picture":"","last_updated":"2019-08-08 12:07:47","membership":{"membership_id":"3203579","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:07:47"}},{"people_id":"333441","first_name":"Patrick","last_name":"Krengel","match_name":"P. Krengel","common_name":"Patrick Krengel","date_of_birth":"1996-01-22","place_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":"Defender","player_picture":"","last_updated":"2019-08-08 12:07:05","membership":{"membership_id":"3203578","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:07:05"}},{"people_id":"333440","first_name":"Daniel","last_name":"Borgardt","match_name":"D. Borgardt","common_name":"Daniel Borgardt","date_of_birth":"1992-04-25","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"189","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-08 12:06:18","membership":{"membership_id":"3203577","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2011-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:06:18"}},{"people_id":"333439","first_name":"Felix","last_name":"Schäfer","match_name":"F. Schäfer","common_name":"Felix Schäfer","date_of_birth":"1995-07-22","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"192","weight":"","foot":"both","position":"Defender","player_picture":"","last_updated":"2019-08-08 12:05:45","membership":{"membership_id":"3203576","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:05:45"}},{"people_id":"333438","first_name":"Mario","last_name":"Wolf","match_name":"M. Wolf","common_name":"Mario Wolf","date_of_birth":"1998-01-24","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"190","weight":"","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-08 12:05:14","membership":{"membership_id":"3203575","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2007-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:05:14"}},{"people_id":"75281","first_name":"Niklas","last_name":"Künzel","match_name":"N. Künzel","common_name":"Niklas Künzel","date_of_birth":"1996-07-18","place_of_birth":"Kassel","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"187","weight":"78","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/75281.png","last_updated":"2019-08-08 12:04:42","membership":[{"membership_id":"3203574","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:04:42"},{"membership_id":"588723","team_id":"19497","team_name":"KSV Hessen Kassel","short_name":"Hessen Kassel","team_area_name":"Germany","team_area_id":"80","start_date":"2016-08-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-08 12:04:36"}]},{"people_id":"333437","first_name":"Berke","last_name":"Durak","match_name":"B. Durak","common_name":"Berke Durak","date_of_birth":"2000-02-23","place_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","player_picture":"","last_updated":"2019-08-08 12:04:16","membership":{"membership_id":"3203573","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:04:16"}},{"people_id":"333436","first_name":"Maximilian","last_name":"Blahout","match_name":"M. Blahout","common_name":"Maximilian Blahout","date_of_birth":"1996-04-09","place_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","player_picture":"","last_updated":"2019-08-08 12:03:37","membership":{"membership_id":"3203572","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:03:37"}},{"people_id":"333435","first_name":"Pascal","last_name":"Bielert","match_name":"P. Bielert","common_name":"Pascal Bielert","date_of_birth":"1995-07-27","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 12:02:57","membership":{"membership_id":"3203571","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2015-08-31","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:02:57"}},{"people_id":"333434","first_name":"Max","last_name":"Annemüller","match_name":"M. Annemüller","common_name":"Max Annemüller","date_of_birth":"","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 12:02:24","membership":{"membership_id":"3203570","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:02:24"}},{"people_id":"333433","first_name":"Bendikt","last_name":"Saul","match_name":"B. Saul","common_name":"Benedikt Saul","date_of_birth":"2001-08-29","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 12:01:51","membership":{"membership_id":"3203569","team_id":"19498","team_name":"KSV Baunatal","short_name":"Baunatal","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:01:51"}},{"people_id":"200624","first_name":"Key","last_name":"Riebau","match_name":"K. Riebau","common_name":"Key Riebau","date_of_birth":"1990-05-12","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-08 11:57:45","membership":{"membership_id":"3203568","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-08 11:57:45"}},{"people_id":"333432","first_name":"Marvin","last_name":"Osei","match_name":"M. Osei","common_name":"Marvin Osei","date_of_birth":"1990-11-25","place_of_birth":"Delmenhorst","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 11:57:24","membership":{"membership_id":"3203567","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:57:24"}},{"people_id":"333431","first_name":"Robert","last_name":"Plichta","match_name":"R. Plichta","common_name":"Robert Plichta","date_of_birth":"1989-11-15","place_of_birth":"Oldenburg","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 11:56:42","membership":{"membership_id":"3203566","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:56:42"}},{"people_id":"333430","first_name":"Marco","last_name":"Prießner","match_name":"M. Prießner","common_name":"Marco Prießner","date_of_birth":"1992-03-08","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 11:55:54","membership":{"membership_id":"3203565","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2017-01-27","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:55:54"}},{"people_id":"333429","first_name":"Oliver","last_name":"Rauh","match_name":"O. Rauh","common_name":"Oliver Rauh","date_of_birth":"1993-06-01","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 11:55:10","membership":{"membership_id":"3203564","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:55:10"}},{"people_id":"333428","first_name":"Steven","last_name":"Müller-Rautenberg","match_name":"S. Müller-Rautenberg","common_name":"Steven Müller-Rautenberg","date_of_birth":"1993-05-25","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"186","weight":"","foot":"both","position":"Attacker","player_picture":"","last_updated":"2019-08-08 11:54:32","membership":{"membership_id":"3203563","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:54:32"}},{"people_id":"333427","first_name":"Emiljano","last_name":"Mjeshtri","match_name":"E. Mjeshtri","common_name":"Emiljano Mjeshtri","date_of_birth":"1999-11-24","place_of_birth":"","country_of_birth":"Albania","nationality":"Albania","country_of_birth_area_id":"9","nationality_area_id":"9","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 11:53:45","membership":{"membership_id":"3203562","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:53:45"}},{"people_id":"333426","first_name":"Devin","last_name":"Isik","match_name":"D. Isik","common_name":"Devin Isik","date_of_birth":"","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 11:52:59","membership":{"membership_id":"3203561","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:52:59"}},{"people_id":"181683","first_name":"Davel Rodney","last_name":"Mayela","match_name":"R. Mayela","common_name":"Rodney Mayela","date_of_birth":"1996-01-29","place_of_birth":"Brazzaville","country_of_birth":"Congo","nationality":"France","country_of_birth_area_id":"52","nationality_area_id":"76","gender":"male","height":"183","weight":"74","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/181683.png","last_updated":"2019-08-08 11:52:55","membership":[{"membership_id":"2724171","team_id":"639","team_name":"US Boulogne Côte d'Opale","short_name":"US Boulogne","team_area_name":"France","team_area_id":"76","start_date":"2018-06-16","end_date":"2019-08-08","role":"player","active":"no","last_updated":"2019-08-08 11:52:55"},{"membership_id":"2844942","team_id":"31212","team_name":"US Boulogne Côte d'Opale 2","short_name":"US Boulogne 2","team_area_name":"France","team_area_id":"76","start_date":"2018-06-16","end_date":"2019-08-08","role":"player","active":"no","last_updated":"2019-08-08 11:52:55"}]},{"people_id":"333425","first_name":"Musa","last_name":"Karli","match_name":"M. Karli","common_name":"Musa Karli","date_of_birth":"1990-01-27","place_of_birth":"Delmenhorst","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","player_picture":"","last_updated":"2019-08-08 11:52:21","membership":{"membership_id":"3203560","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2014-08-31","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:52:21"}},{"people_id":"84624","first_name":"Jonathan","last_name":"Leko","match_name":"J. Leko","common_name":"Jonathan Leko","date_of_birth":"1999-04-24","place_of_birth":"Kinshasa","country_of_birth":"Congo DR","nationality":"England","country_of_birth_area_id":"53","nationality_area_id":"68","gender":"male","height":"182","weight":"77","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/84624.png","last_updated":"2019-08-08 11:52:14","membership":[{"membership_id":"3203559","team_id":"501","team_name":"Charlton Athletic FC","short_name":"Charlton Athl","team_area_name":"England","team_area_id":"68","start_date":"2019-08-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:52:14"},{"membership_id":"2826673","team_id":"28057","team_name":"West Bromwich Albion FC U21","short_name":"West Bromwich","team_area_name":"England","team_area_id":"68","start_date":"2018-08-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 11:52:14"},{"membership_id":"2601410","team_id":"28115","team_name":"West Bromwich Albion FC U23","short_name":"West Brom","team_area_name":"England","team_area_id":"68","start_date":"2018-01-15","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 11:52:14"}]},{"people_id":"333424","first_name":"Thade","last_name":"Hein","match_name":"T. Hein","common_name":"Thade Hein","date_of_birth":"1998-12-05","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"187","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 11:51:47","membership":{"membership_id":"3203558","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:51:47"}},{"people_id":"333423","first_name":"Tom","last_name":"Schmidt","match_name":"T. Schmidt","common_name":"Tom Schmidt","date_of_birth":"1999-02-23","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 11:51:08","membership":{"membership_id":"3203557","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:51:08"}},{"people_id":"80808","first_name":"Nick","last_name":"Köster","match_name":"N. Köster","common_name":"Nick Köster","date_of_birth":"1991-09-27","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"177","weight":"","foot":"both","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 11:50:01","membership":[{"membership_id":"3203556","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:50:01"},{"membership_id":"199936","team_id":"19464","team_name":"BV Cloppenburg","short_name":"BV Cloppenburg","team_area_name":"Germany","team_area_id":"80","start_date":"2014-08-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-08 11:49:55"}]},{"people_id":"333422","first_name":"Keisuke","last_name":"Morikami","match_name":"K. Morikami","common_name":"Keisuke Morikami","date_of_birth":"1992-05-06","place_of_birth":"","country_of_birth":"Japan","nationality":"Japan","country_of_birth_area_id":"102","nationality_area_id":"102","gender":"male","height":"183","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 11:49:31","membership":{"membership_id":"3203555","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-16","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:49:31"}},{"people_id":"333421","first_name":"Marek","last_name":"Janssen","match_name":"M. Janssen","common_name":"Marek Janssen","date_of_birth":"1997-04-15","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 11:48:42","membership":{"membership_id":"3203554","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:48:42"}},{"people_id":"333420","first_name":"Stefan","last_name":"Bruns","match_name":"S. Bruns","common_name":"Stefan Bruns","date_of_birth":"1991-01-05","place_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","player_picture":"","last_updated":"2019-08-08 11:47:46","membership":{"membership_id":"3203553","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2014-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:47:46"}},{"people_id":"333419","first_name":"Thomas","last_name":"Mutlu","match_name":"T. Mutlu","common_name":"Thomas Mutlu","date_of_birth":"1990-08-03","place_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","player_picture":"","last_updated":"2019-08-08 11:47:13","membership":{"membership_id":"3203552","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2013-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:47:13"}},{"people_id":"333418","first_name":"Jan-Niklas","last_name":"Wiese","match_name":"J. Wiese","common_name":"Jan-Niklas Wiese","date_of_birth":"","place_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","player_picture":"","last_updated":"2019-08-08 11:46:18","membership":{"membership_id":"3203551","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-10","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:46:18"}},{"people_id":"333417","first_name":"Kevin","last_name":"Radke","match_name":"K. Radke","common_name":"Kevin Radke","date_of_birth":"","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"174","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:45:41","membership":{"membership_id":"3203550","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2013-01-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:45:41"}},{"people_id":"37005","first_name":"Kane","last_name":"Hemmings","match_name":"K. Hemmings","common_name":"Kane Hemmings","date_of_birth":"1991-04-08","place_of_birth":"Burton upon Trent","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"185","weight":"80","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/37005.png","last_updated":"2019-08-08 11:45:16","membership":[{"membership_id":"3203549","team_id":"1512","team_name":"Dundee FC","short_name":"Dundee FC","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:45:16"},{"membership_id":"2711907","team_id":"484","team_name":"Notts County FC","short_name":"Notts County","team_area_name":"England","team_area_id":"68","start_date":"2018-07-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 11:45:16"}]},{"people_id":"333416","first_name":"Dennis","last_name":"Mooy","match_name":"D. Mooy","common_name":"Dennis Mooy","date_of_birth":"1991-03-29","place_of_birth":"Oldenburg","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"173","weight":"","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:44:24","membership":{"membership_id":"3203548","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:44:24"}},{"people_id":"200623","first_name":"Julian","last_name":"Harings","match_name":"J. Harings","common_name":"Julian Harings","date_of_birth":"1990-12-29","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"183","weight":"","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:43:48","membership":{"membership_id":"3203543","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2019-01-11","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:43:48"}},{"people_id":"140881","first_name":"Dominic","last_name":"Thompson","match_name":"D. Thompson","common_name":"Dominic Thompson","date_of_birth":"2000-07-26","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:43:48","membership":[{"membership_id":"3203545","team_id":"500","team_name":"Brentford FC","short_name":"Brentford","team_area_name":"England","team_area_id":"68","start_date":"2019-08-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:43:48"},{"membership_id":"2819963","team_id":"28094","team_name":"Arsenal FC U23","short_name":"Arsenal","team_area_name":"England","team_area_id":"68","start_date":"2018-10-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 11:43:48"},{"membership_id":"2837820","team_id":"18866","team_name":"Arsenal FC U21","short_name":"Arsenal U21","team_area_name":"England","team_area_id":"68","start_date":"2018-07-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 11:43:48"},{"membership_id":"778380","team_id":"24041","team_name":"Arsenal FC U19","short_name":"Arsenal FC","team_area_name":"England","team_area_id":"68","start_date":"2016-09-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 11:43:48"}]},{"people_id":"122121","first_name":"Sam","last_name":"Field","match_name":"S. Field","common_name":"Sam Field","date_of_birth":"1998-05-08","place_of_birth":"Dudley","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"177","weight":"77","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/122121.png","last_updated":"2019-08-08 11:43:48","membership":[{"membership_id":"3203547","team_id":"501","team_name":"Charlton Athletic FC","short_name":"Charlton Athl","team_area_name":"England","team_area_id":"68","start_date":"2019-08-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:43:48"},{"membership_id":"1341192","team_id":"28115","team_name":"West Bromwich Albion FC U23","short_name":"West Brom","team_area_name":"England","team_area_id":"68","start_date":"2017-09-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 11:43:48"},{"membership_id":"1354822","team_id":"28057","team_name":"West Bromwich Albion FC U21","short_name":"West Bromwich","team_area_name":"England","team_area_id":"68","start_date":"2017-09-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 11:43:48"}]},{"people_id":"65493","first_name":"Ádam","last_name":"Nagy","match_name":"Á. Nagy","common_name":"Ádam Nagy","date_of_birth":"1995-06-17","place_of_birth":"Budapest","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"179","weight":"75","foot":"both","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/65493.png","last_updated":"2019-08-08 11:43:48","membership":[{"membership_id":"3203546","team_id":"488","team_name":"Bristol City FC","short_name":"Bristol City","team_area_name":"England","team_area_id":"68","start_date":"2019-08-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:43:48"},{"membership_id":"427949","team_id":"801","team_name":"Bologna FC 1909","short_name":"Bologna","team_area_name":"Italy","team_area_id":"100","start_date":"2016-07-14","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 11:43:48"}]},{"people_id":"4653","first_name":"Massimo Corey","last_name":"Luongo","match_name":"M. Luongo","common_name":"Massimo Luongo","date_of_birth":"1992-09-25","place_of_birth":"Paddington, NSW","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"176","weight":"76","foot":"both","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/4653.png","last_updated":"2019-08-08 11:43:48","membership":[{"membership_id":"3203544","team_id":"485","team_name":"Sheffield Wednesday FC","short_name":"Sheffield Wed","team_area_name":"England","team_area_id":"68","start_date":"2019-08-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:43:48"},{"membership_id":"175241","team_id":"468","team_name":"Queens Park Rangers FC","short_name":"QPR","team_area_name":"England","team_area_id":"68","start_date":"2015-07-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 11:43:48"}]},{"people_id":"133874","first_name":"Malte","last_name":"Seemann","match_name":"M. Seemann","common_name":"Malte Seemann","date_of_birth":"1994-05-15","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133874.png","last_updated":"2019-08-08 11:42:49","membership":[{"membership_id":"3203541","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:42:49"},{"membership_id":"612698","team_id":"19048","team_name":"Bremer SV","short_name":"Bremer SV","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 11:42:43"}]},{"people_id":"333415","first_name":"Niklas Max","last_name":"Göretzlehner","match_name":"N. Göretzlehner","common_name":"Niklas Göretzlehner","date_of_birth":"1999-02-21","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 11:42:19","membership":{"membership_id":"3203538","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:42:19"}},{"people_id":"333414","first_name":"Florian","last_name":"Urbainski","match_name":"F. Urbainski","common_name":"Florian Urbainski","date_of_birth":"1989-10-07","place_of_birth":"Delmenhorst","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 11:41:35","membership":{"membership_id":"3203536","team_id":"31565","team_name":"SV Atlas Delmenhorst","short_name":"SV Atlas","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:41:35"}},{"people_id":"333413","first_name":"Kristian","last_name":"Arambasic","match_name":"K. Arambasic","common_name":"Kristian Arambasic","date_of_birth":"1977-08-05","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-08 11:39:29","membership":{"membership_id":"3203531","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-08 11:39:29"}},{"people_id":"333412","first_name":"Dennis","last_name":"Ahrens","match_name":"D. Ahrens","common_name":"Dennis Ahrens","date_of_birth":"1999-10-02","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 11:38:35","membership":{"membership_id":"3203530","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:38:35"}},{"people_id":"333411","first_name":"Amadou","last_name":"Sarr","match_name":"A. Sarr","common_name":"Amadou Sarr","date_of_birth":"1999-09-22","place_of_birth":"","country_of_birth":"Gabon","nationality":"Gabon","country_of_birth_area_id":"77","nationality_area_id":"77","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 11:38:00","membership":{"membership_id":"3203529","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:38:00"}},{"people_id":"333410","first_name":"Affamefuna-Michael","last_name":"Ifeadigo","match_name":"A. Ifeadigo","common_name":"Affamefuna-Michael Ifeadigo","date_of_birth":"1996-07-19","place_of_birth":"","country_of_birth":"Nigeria","nationality":"Germany","country_of_birth_area_id":"144","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 11:36:55","membership":{"membership_id":"3203528","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:36:55"}},{"people_id":"73377","first_name":"Florenz","last_name":"Aziri","match_name":"F. Aziri","common_name":"Florent Aziri","date_of_birth":"1988-09-03","place_of_birth":"Mitrovica","country_of_birth":"Kosovo","nationality":"Germany","country_of_birth_area_id":"249","nationality_area_id":"80","gender":"male","height":"170","weight":"","foot":"both","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/73377.png","last_updated":"2019-08-08 11:35:41","membership":[{"membership_id":"3203527","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:35:41"},{"membership_id":"2747343","team_id":"31554","team_name":"BSC Hastedt","short_name":"Hastedt","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-08 11:35:41"}]},{"people_id":"333409","first_name":"Tom","last_name":"Trebin","match_name":"T. Trebin","common_name":"Tom Trebin","date_of_birth":"1997-09-15","place_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","player_picture":"","last_updated":"2019-08-08 11:34:53","membership":{"membership_id":"3203526","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:34:53"}},{"people_id":"333408","first_name":"Nick","last_name":"Enghardt","match_name":"N. Enghardt","common_name":"Nick Enghardt","date_of_birth":"1995-06-20","place_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","player_picture":"","last_updated":"2019-08-08 11:34:15","membership":{"membership_id":"3203525","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:34:15"}},{"people_id":"101407","first_name":"Leander","last_name":"Wasmus","match_name":"L. Wasmus","common_name":"Leander Wasmus","date_of_birth":"1997-05-01","place_of_birth":"","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","player_picture":"","last_updated":"2019-08-08 11:33:33","membership":{"membership_id":"3203524","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:33:33"}},{"people_id":"333407","first_name":"Gwanwoo","last_name":"Kang","match_name":"Kang Gwanwoo","common_name":"Kang Gwanwoo","date_of_birth":"1995-12-19","place_of_birth":"","country_of_birth":"Korea Republic","nationality":"Korea Republic","country_of_birth_area_id":"107","nationality_area_id":"107","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:33:05","membership":{"membership_id":"3203523","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2018-01-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:33:05"}},{"people_id":"333406","first_name":"Tim","last_name":"Kreutzträger","match_name":"T. Kreutzträger","common_name":"Tim Kreutzträger","date_of_birth":"1993-10-09","place_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","player_picture":"","last_updated":"2019-08-08 11:32:08","membership":{"membership_id":"3203522","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:32:08"}},{"people_id":"73373","first_name":"Boris","last_name":"Koweschnikow","match_name":"B. Koweschnikow","common_name":"Boris Koweschnikow","date_of_birth":"1991-06-19","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"180","weight":"","foot":"both","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/73373.png","last_updated":"2019-08-08 11:31:20","membership":[{"membership_id":"3203521","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:31:20"},{"membership_id":"3203520","team_id":"31554","team_name":"BSC Hastedt","short_name":"Hastedt","team_area_name":"Germany","team_area_id":"80","start_date":"2018-01-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-08 11:31:20"},{"membership_id":"176564","team_id":"19048","team_name":"Bremer SV","short_name":"Bremer SV","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"2017-12-31","role":"player","active":"no","last_updated":"2019-08-08 11:31:20"}]},{"people_id":"333405","first_name":"Artur","last_name":"Degtjarenko","match_name":"A. Degtjarenko","common_name":"Artur Degtjarenko","date_of_birth":"","place_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","player_picture":"","last_updated":"2019-08-08 11:30:38","membership":{"membership_id":"3203519","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:30:38"}},{"people_id":"333404","first_name":"Daniel","last_name":"Block","match_name":"D. Block","common_name":"Daniel Block","date_of_birth":"1990-09-21","place_of_birth":"","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","player_picture":"","last_updated":"2019-08-08 11:29:12","membership":{"membership_id":"3203518","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:29:12"}},{"people_id":"333403","first_name":"Lars","last_name":"Tyca","match_name":"L. Tyca","common_name":"Lars Tyca","date_of_birth":"1994-05-16","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"184","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:28:25","membership":{"membership_id":"3203517","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:28:25"}},{"people_id":"333402","first_name":"Deniz Mehmet","last_name":"Kolodziej","match_name":"D. Kolodziej","common_name":"Deniz Kolodziej","date_of_birth":"1997-03-21","place_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","player_picture":"","last_updated":"2019-08-08 11:27:48","membership":{"membership_id":"3203516","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:27:48"}},{"people_id":"52838","first_name":"Changil","last_name":"Park","match_name":"Park Changil","common_name":"Park Changil","date_of_birth":"1996-01-19","place_of_birth":"","country_of_birth":"Korea Republic","nationality":"Korea Republic","country_of_birth_area_id":"107","nationality_area_id":"107","gender":"male","height":"175","weight":"68","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/52838.png","last_updated":"2019-08-08 11:27:02","membership":{"membership_id":"3203514","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2018-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:27:02"}},{"people_id":"333401","first_name":"Claas Ole","last_name":"Bauer","match_name":"C. Bauer","common_name":"Claas Bauer","date_of_birth":"1993-06-18","place_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","player_picture":"","last_updated":"2019-08-08 11:26:25","membership":{"membership_id":"3203513","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:26:25"}},{"people_id":"73376","first_name":"Denis","last_name":"Nukic","match_name":"D. Nukic","common_name":"Denis Nukic","date_of_birth":"1987-04-21","place_of_birth":"","country_of_birth":"Bosnia and Herzegovina","nationality":"Bosnia and Herzegovina","country_of_birth_area_id":"33","nationality_area_id":"33","gender":"male","height":"185","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/73376.png","last_updated":"2019-08-08 11:25:41","membership":[{"membership_id":"3203512","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2018-01-10","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:25:41"},{"membership_id":"176568","team_id":"19048","team_name":"Bremer SV","short_name":"Bremer SV","team_area_name":"Germany","team_area_id":"80","start_date":"2015-07-01","end_date":"2018-01-09","role":"player","active":"no","last_updated":"2019-08-08 11:25:34"}]},{"people_id":"333400","first_name":"Nils","last_name":"Göcke","match_name":"N. Göcke","common_name":"Nils Göcke","date_of_birth":"1987-08-12","place_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","player_picture":"","last_updated":"2019-08-08 11:25:10","membership":{"membership_id":"3203511","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:25:10"}},{"people_id":"209930","first_name":"Geoffrey","last_name":"Marie-Louise","match_name":"G. Marie-Louise","common_name":"Geoffrey Marie-Louise","date_of_birth":"1992-01-16","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"198","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:24:37","membership":{"membership_id":"2724656","team_id":"37159","team_name":"C' Chartres Football","short_name":"C' Chartres","team_area_name":"France","team_area_id":"76","start_date":"2018-07-14","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:24:37"}},{"people_id":"499644","first_name":"Anthony","last_name":"Baron","match_name":"A. Baron","common_name":"Anthony Baron","date_of_birth":"1992-12-29","place_of_birth":"","country_of_birth":"France","nationality":"Guadeloupe","country_of_birth_area_id":"76","nationality_area_id":"227","gender":"male","height":"182","weight":"80","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:24:21","membership":{"membership_id":"3168500","team_id":"37159","team_name":"C' Chartres Football","short_name":"C' Chartres","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"2019-07-04","role":"player","active":"no","last_updated":"2019-08-08 11:24:21"}},{"people_id":"333399","first_name":"Jonas","last_name":"Horsch","match_name":"J. Horsch","common_name":"Jonas Horsch","date_of_birth":"1998-09-06","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 11:24:09","membership":{"membership_id":"3203510","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:24:09"}},{"people_id":"333398","first_name":"Hannes","last_name":"Frerichs","match_name":"H. Frerichs","common_name":"Hannes Frerichs","date_of_birth":"1994-06-13","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"190","weight":"","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 11:23:29","membership":{"membership_id":"3203509","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:23:29"}},{"people_id":"52379","first_name":"Pierre","last_name":"Perou","match_name":"P. Perou","common_name":"Pierre Perou","date_of_birth":"1991-12-19","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 11:23:18","membership":[{"membership_id":"3203508","team_id":"37159","team_name":"C' Chartres Football","short_name":"C' Chartres","team_area_name":"France","team_area_id":"76","start_date":"2019-07-19","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:23:18"},{"membership_id":"1377306","team_id":"20085","team_name":"Blois Football 41","short_name":"Blois Foot 41","team_area_name":"France","team_area_id":"76","start_date":"2016-07-01","end_date":"2019-07-19","role":"player","active":"no","last_updated":"2019-08-08 11:23:18"}]},{"people_id":"333397","first_name":"Marco","last_name":"Behrens","match_name":"M. Behrens","common_name":"Marco Behrens","date_of_birth":"1987-12-26","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 11:22:56","membership":{"membership_id":"3203507","team_id":"28219","team_name":"FC Oberneuland","short_name":"Oberneuland","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:22:56"}},{"people_id":"523180","first_name":"Malhory","last_name":"Noc","match_name":"M. Noc","common_name":"Malhory Noc","date_of_birth":"1998-01-09","place_of_birth":"","country_of_birth":"Guadeloupe","nationality":"France","country_of_birth_area_id":"227","nationality_area_id":"76","gender":"male","height":"176","weight":"71","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 11:21:49","membership":[{"membership_id":"3203506","team_id":"37159","team_name":"C' Chartres Football","short_name":"C' Chartres","team_area_name":"France","team_area_id":"76","start_date":"2019-07-26","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:21:49"},{"membership_id":"2820560","team_id":"31200","team_name":"Stade Brestois 29 2","short_name":"Brest 2","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-07-26","role":"player","active":"no","last_updated":"2019-08-08 11:21:49"}]},{"people_id":"252209","first_name":"Miguel Simão","last_name":"Ferreira Gomes Pipo","match_name":"Simão Pipo","common_name":"Simão Pipo","date_of_birth":"1999-06-21","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 11:19:00","membership":{"membership_id":"2686814","team_id":"3065","team_name":"CD Tondela","short_name":"Tondela","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-05-01","end_date":"2018-08-22","role":"player","active":"no","last_updated":"2019-08-08 11:19:00"}},{"people_id":"158364","first_name":"Thomas","last_name":"Leveque","match_name":"T. Leveque","common_name":"Thomas Leveque","date_of_birth":"1995-09-18","place_of_birth":"Sète","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:18:46"},{"people_id":"38589","first_name":"Miguel Ângelo","last_name":"Batista","match_name":"Miguel Batista","common_name":"Miguel Batista","date_of_birth":"1995-08-06","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"185","weight":"95","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38589.png","last_updated":"2019-08-08 11:18:43","membership":{"membership_id":"43026","team_id":"3065","team_name":"CD Tondela","short_name":"Tondela","team_area_name":"Portugal","team_area_id":"156","start_date":"2014-07-01","end_date":"2017-08-04","role":"player","active":"no","last_updated":"2019-08-08 11:18:43"}},{"people_id":"510791","first_name":"Oualid","last_name":"Orinel","match_name":"O. Orinel","common_name":"Oualid Orinel","date_of_birth":"1990-06-03","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 11:18:42","membership":[{"membership_id":"3136336","team_id":"632","team_name":"FC Sète 34","short_name":"Sète","team_area_name":"France","team_area_id":"76","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:22:57"},{"membership_id":"1409256","team_id":"3017","team_name":"USM Endoume Catalans","short_name":"Endoume Catala","team_area_name":"France","team_area_id":"76","start_date":"2017-06-18","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 11:23:04"}]},{"people_id":"207908","first_name":"Marvin Son","last_name":"Gueheo Djetou","match_name":"M. Gueheo","common_name":"Marvin Gueheo","date_of_birth":"1989-01-06","place_of_birth":"Alfortville","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"179","weight":"71","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 11:18:39"},{"people_id":"281356","first_name":"Hakim","last_name":"Moussi","match_name":"H. Moussi","common_name":"Hakim Moussi","date_of_birth":"1998-09-25","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/281356.png","last_updated":"2019-08-08 11:18:33"},{"people_id":"158359","first_name":"Floris","last_name":"Isola","match_name":"F. Isola","common_name":"Floris Isola","date_of_birth":"1991-10-31","place_of_birth":"Sète","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"71","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/158359.png","last_updated":"2019-08-08 11:18:32"},{"people_id":"76105","first_name":"Jorge Filipe","last_name":"Oliveira Fernandes","match_name":"Jorge Fernandes","common_name":"Jorge Fernandes","date_of_birth":"1997-04-02","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"193","weight":"84","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:17:57","membership":[{"membership_id":"3203505","team_id":"1121","team_name":"Kasımpaşa SK","short_name":"Kasımpaşa","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-06-17","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:17:57"},{"membership_id":"2609401","team_id":"3065","team_name":"CD Tondela","short_name":"Tondela","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-02-01","end_date":"2019-06-16","role":"player","active":"no","last_updated":"2019-08-08 11:17:57"}]},{"people_id":"193514","first_name":"João Vasco","last_name":"Lima Santos de Miranda","match_name":"João Vasco","common_name":"João Vasco","date_of_birth":"1994-12-26","place_of_birth":"Viana do Castelo","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"180","weight":"","foot":"both","position":"Attacker","player_picture":"","last_updated":"2019-08-08 11:15:27","membership":[{"membership_id":"3203504","team_id":"3065","team_name":"CD Tondela","short_name":"Tondela","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:15:27"},{"membership_id":"3203503","team_id":"28147","team_name":"Sport Benfica e Castelo Branco","short_name":"Castelo Branco","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-23","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 11:15:27"},{"membership_id":"3203502","team_id":"3065","team_name":"CD Tondela","short_name":"Tondela","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2018-07-22","role":"player","active":"no","last_updated":"2019-08-08 11:15:09"},{"membership_id":"2588876","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-01-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:38:20"}]},{"people_id":"285390","first_name":"Ryan","last_name":"Bessis","match_name":"R. Bessis","common_name":"Ryan Bessis","date_of_birth":"1998-02-19","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/285390.png","last_updated":"2019-08-08 11:14:31","membership":{"membership_id":"2826521","team_id":"632","team_name":"FC Sète 34","short_name":"Sète","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-08 11:14:31"}},{"people_id":"158348","first_name":"Théo","last_name":"Sanchez","match_name":"T. Sanchez","common_name":"Théo Sanchez","date_of_birth":"1998-01-29","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/158348.png","last_updated":"2019-08-08 11:14:11","membership":{"membership_id":"1013804","team_id":"632","team_name":"FC Sète 34","short_name":"Sète","team_area_name":"France","team_area_id":"76","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-08 11:14:11"}},{"people_id":"75602","first_name":"Jonathan Josué","last_name":"Rubio Toro","match_name":"J. Toro","common_name":"Jonathan Toro","date_of_birth":"1996-10-21","place_of_birth":"San Pedro Sula, Cortés","country_of_birth":"Honduras","nationality":"Honduras","country_of_birth_area_id":"90","nationality_area_id":"90","gender":"male","height":"174","weight":"71","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 11:14:01","membership":[{"membership_id":"3203501","team_id":"3065","team_name":"CD Tondela","short_name":"Tondela","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-19","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:14:01"},{"membership_id":"3203499","team_id":"761","team_name":"SD Huesca","short_name":"Huesca","team_area_name":"Spain","team_area_id":"176","start_date":"2019-07-01","end_date":"2019-07-18","role":"player","active":"no","last_updated":"2019-08-08 11:14:01"},{"membership_id":"3007940","team_id":"1478","team_name":"AA Coimbra","short_name":"AA Coimbra","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 11:13:45"}]},{"people_id":"278837","first_name":"Hicham","last_name":"Ezzine","match_name":"H. Ezzine","common_name":"Hicham Ezzine","date_of_birth":"1992-01-27","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/278837.png","last_updated":"2019-08-08 11:13:46","membership":[{"membership_id":"3203500","team_id":"20035","team_name":"RCO Agde","short_name":"Agde","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:13:46"},{"membership_id":"2768096","team_id":"632","team_name":"FC Sète 34","short_name":"Sète","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-08 11:13:46"}]},{"people_id":"207351","first_name":"Franck","last_name":"Minvielle","match_name":"F. Minvielle","common_name":"Franck Minvielle","date_of_birth":"1992-05-01","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:13:10","membership":[{"membership_id":"3203498","team_id":"20035","team_name":"RCO Agde","short_name":"Agde","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:13:10"},{"membership_id":"1343570","team_id":"632","team_name":"FC Sète 34","short_name":"Sète","team_area_name":"France","team_area_id":"76","start_date":"2016-12-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-08 11:13:10"}]},{"people_id":"247309","first_name":"Richard Alexandre","last_name":"Birkheun Rodrigues","match_name":"Richard","common_name":"Richard","date_of_birth":"1999-10-11","place_of_birth":"Barão de Cocais, MG","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"177","weight":"70","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 11:12:54","membership":{"membership_id":"3196187","team_id":"28935","team_name":"SC Internacional U20","short_name":"","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-07-09","end_date":"2019-07-15","role":"player","active":"no","last_updated":"2019-08-08 11:12:54"}},{"people_id":"62426","first_name":"José Luis","last_name":"García Vayá","match_name":"Pepelu","common_name":"Pepelu","date_of_birth":"1998-08-11","place_of_birth":"Denia","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/62426.png","last_updated":"2019-08-08 11:11:38","membership":{"membership_id":"2713422","team_id":"728","team_name":"Levante UD","short_name":"Levante","team_area_name":"Spain","team_area_id":"176","start_date":"2018-07-01","end_date":"2019-07-25","role":"player","active":"no","last_updated":"2019-08-08 11:11:38"}},{"people_id":"96567","first_name":"Klery","last_name":"Serber","match_name":"K. Serber","common_name":"Klery Serber","date_of_birth":"1998-07-03","place_of_birth":"Lyon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"172","weight":"68","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 11:11:23","membership":[{"membership_id":"3203497","team_id":"632","team_name":"FC Sète 34","short_name":"Sète","team_area_name":"France","team_area_id":"76","start_date":"2019-07-18","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:11:23"},{"membership_id":"1360996","team_id":"25098","team_name":"Nîmes Olympique 2","short_name":"Nîmes Ol. 2","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-18","role":"player","active":"no","last_updated":"2019-08-08 11:11:23"}]},{"people_id":"332157","first_name":"Pedro Augusto","last_name":"Borges da Costa","match_name":"Pedro Augusto","common_name":"Pedro Augusto","date_of_birth":"1997-03-03","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 11:10:37","membership":[{"membership_id":"3199592","team_id":"3065","team_name":"CD Tondela","short_name":"Tondela","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-29","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:10:37"},{"membership_id":"3203496","team_id":"28982","team_name":"São Paulo FC U20","short_name":"São Paulo U20","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-07-01","end_date":"2019-07-28","role":"player","active":"no","last_updated":"2019-08-08 11:10:37"}]},{"people_id":"113644","first_name":"Mohamed","last_name":"Hamzaoui","match_name":"M. Hamzaoui","common_name":"Mohamed Hamzaoui","date_of_birth":"1993-03-06","place_of_birth":"","country_of_birth":"Morocco","nationality":"Morocco","country_of_birth_area_id":"133","nationality_area_id":"133","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/113644.png","last_updated":"2019-08-08 11:10:23","membership":[{"membership_id":"3203495","team_id":"632","team_name":"FC Sète 34","short_name":"Sète","team_area_name":"France","team_area_id":"76","start_date":"2019-08-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:10:23"},{"membership_id":"1354402","team_id":"20034","team_name":"Vendée Fontenay Foot","short_name":"Fontenay","team_area_name":"France","team_area_id":"76","start_date":"2017-07-16","end_date":"2018-08-08","role":"player","active":"no","last_updated":"2019-08-08 11:10:23"}]},{"people_id":"333396","first_name":"Manuel","last_name":"Sánchez García","match_name":"M. Sánchez","common_name":"Manuel Sánchez","date_of_birth":"1996-03-24","place_of_birth":"Osuna","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"183","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:09:40","membership":[{"membership_id":"3203494","team_id":"3065","team_name":"CD Tondela","short_name":"Tondela","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-02","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:09:37"},{"membership_id":"3203493","team_id":"24273","team_name":"Sevilla AC","short_name":"Sevilla AC","team_area_name":"Spain","team_area_id":"176","start_date":"2018-07-14","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 11:09:30"},{"membership_id":"3203492","team_id":"39284","team_name":"Cádiz CF B","short_name":"Cádiz CF B","team_area_name":"Spain","team_area_id":"176","start_date":"2018-01-09","end_date":"2018-07-13","role":"player","active":"no","last_updated":"2019-08-08 11:09:17"}]},{"people_id":"72380","first_name":"Kevin","last_name":"Mondziaou Zinga","match_name":"K. Mondziaou Zinga","common_name":"Kevin Mondziaou Zinga","date_of_birth":"1997-05-01","place_of_birth":"Brazzaville","country_of_birth":"Congo","nationality":"France","country_of_birth_area_id":"52","nationality_area_id":"76","gender":"male","height":"178","weight":"68","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-08 11:07:22"},{"people_id":"332154","first_name":"João Paulo","last_name":"Marques Gonçalves","match_name":"Jota Gonçalves","common_name":"Jota Gonçalves","date_of_birth":"2000-06-17","place_of_birth":"Espinho","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"186","weight":"76","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:06:35"},{"people_id":"38426","first_name":"Bruno","last_name":"Wilson","match_name":"Bruno Wilson","common_name":"Bruno Wilson","date_of_birth":"1996-12-27","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:06:01","membership":{"membership_id":"289150","team_id":"18445","team_name":"Sporting Clube de Braga B","short_name":"SC Braga B","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-01-31","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 11:06:01"}},{"people_id":"2556","first_name":"Philipe","last_name":"Sampaio Azevedo","match_name":"Philipe Sampaio","common_name":"Philipe Sampaio","date_of_birth":"1994-11-11","place_of_birth":"São Paulo, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"191","weight":"89","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/2556.png","last_updated":"2019-08-08 11:04:57","membership":{"membership_id":"2752823","team_id":"1557","team_name":"CD Feirense","short_name":"CD Feirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-27","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 11:04:57"}},{"people_id":"28152","first_name":"Cédric","last_name":"Gonçalves","match_name":"C. Gonçalves","common_name":"Cédric Gonçalves","date_of_birth":"1993-08-06","place_of_birth":"Beaumont","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"68","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/28152.png","last_updated":"2019-08-08 11:04:13","membership":[{"membership_id":"3203491","team_id":"624","team_name":"AS Angoulême-Charente","short_name":"Angoulême","team_area_name":"France","team_area_id":"76","start_date":"2019-07-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 11:04:13"},{"membership_id":"2162282","team_id":"18325","team_name":"ÉFC Fréjus Saint-Raphaël","short_name":"Étoile FC FSR","team_area_name":"France","team_area_id":"76","start_date":"2017-11-20","end_date":"2019-07-08","role":"player","active":"no","last_updated":"2019-08-08 11:04:13"}]},{"people_id":"274381","first_name":"Gonçalo Bento","last_name":"Soares Cardoso","match_name":"Gonçalo Cardoso","common_name":"Gonçalo Cardoso","date_of_birth":"2000-10-21","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:03:18","membership":[{"membership_id":"3202356","team_id":"496","team_name":"West Ham United FC","short_name":"West Ham","team_area_name":"England","team_area_id":"68","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:06:12"},{"membership_id":"2755904","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-09-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:06:12"}]},{"people_id":"510502","first_name":"Quentin","last_name":"Leroy","match_name":"Q. Leroy","common_name":"Quentin Leroy","date_of_birth":"1988-04-06","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"172","weight":"67","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:02:30"},{"people_id":"510492","first_name":"Julien","last_name":"Logeais","match_name":"J. Logeais","common_name":"Julien Logeais","date_of_birth":"1982-04-12","place_of_birth":"Angoulême","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"180","weight":"76","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 11:02:24"},{"people_id":"510504","first_name":"Alain","last_name":"Moges","match_name":"A. Moges","common_name":"Alain Moges","date_of_birth":"1992-07-22","place_of_birth":"Cayenne","country_of_birth":"French Guiana","nationality":"French Guiana","country_of_birth_area_id":"231","nationality_area_id":"231","gender":"male","height":"190","weight":"90","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 11:02:12"},{"people_id":"510508","first_name":"Adonis Stevens","last_name":"De Body","match_name":"A. De Body","common_name":"Adonis Stevens De Body","date_of_birth":"1989-07-13","place_of_birth":"Abidjan","country_of_birth":"Côte d’Ivoire","nationality":"Côte d’Ivoire","country_of_birth_area_id":"60","nationality_area_id":"60","gender":"male","height":"182","weight":"74","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 11:02:11"},{"people_id":"510507","first_name":"Alexandre","last_name":"Da Cunha","match_name":"A. Da Cunha","common_name":"Alexandre Da Cunha","date_of_birth":"1989-01-09","place_of_birth":"Soyaux","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"65","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 11:02:10"},{"people_id":"181802","first_name":"Tomás Mascarenhas Lemos ","last_name":"Reymão Nogueira","match_name":"Tomás Reymão","common_name":"Tomás Reymão","date_of_birth":"1998-07-14","place_of_birth":"Lisboa","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"188","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:55:53","membership":{"membership_id":"3203490","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:55:49"}},{"people_id":"207785","first_name":"Vasco","last_name":"Paciência","match_name":"Vasco Paciência","common_name":"Vasco Paciência","date_of_birth":"2000-03-23","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:54:44","membership":[{"membership_id":"3203489","team_id":"18448","team_name":"Sport Lisboa e Benfica B","short_name":"SL Benfica B","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-24","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:54:44"},{"membership_id":"2751268","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-17","end_date":"2019-01-23","role":"player","active":"no","last_updated":"2019-08-08 10:54:44"}]},{"people_id":"41994","first_name":"Fábio Samuel","last_name":"Amorim Silva","match_name":"Samu","common_name":"Samu","date_of_birth":"1996-04-21","place_of_birth":"Santa Maria da Feira","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"168","weight":"60","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41994.png","last_updated":"2019-08-08 10:53:48","membership":[{"membership_id":"3203488","team_id":"1567","team_name":"FC Vizela","short_name":"Vizela","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:53:48"},{"membership_id":"1294748","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 10:53:48"}]},{"people_id":"56798","first_name":"Raphael","last_name":"da Silva Arruda","match_name":"Raphael Silva","common_name":"Raphael Silva","date_of_birth":"1992-04-20","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"193","weight":"84","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:53:18","membership":[{"membership_id":"3203487","team_id":"1263","team_name":"Al Faisaly FC","short_name":"Al Faisaly","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-07-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:53:18"},{"membership_id":"2742161","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-02","end_date":"2019-05-31","role":"player","active":"no","last_updated":"2019-08-08 10:53:18"}]},{"people_id":"155821","first_name":"Illan Stéphane","last_name":"Meslier","match_name":"I. Meslier","common_name":"Illan Meslier","date_of_birth":"2000-03-02","place_of_birth":"Lorient","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"193","weight":"74","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/155821.png","last_updated":"2019-08-08 10:52:50","membership":[{"membership_id":"3203485","team_id":"497","team_name":"Leeds United AFC","short_name":"Leeds United","team_area_name":"England","team_area_id":"68","start_date":"2019-08-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:52:50"},{"membership_id":"2728511","team_id":"589","team_name":"FC Lorient","short_name":"Lorient","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 10:52:50"},{"membership_id":"984653","team_id":"28786","team_name":"FC Lorient 2","short_name":"Lorient 2","team_area_name":"France","team_area_id":"76","start_date":"2016-07-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 10:52:50"}]},{"people_id":"155674","first_name":"Tyler","last_name":"Magloire","match_name":"T. Magloire","common_name":"Tyler Magloire","date_of_birth":"1998-12-21","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:52:50","membership":[{"membership_id":"3203486","team_id":"21333","team_name":"Rochdale Town FC","short_name":"","team_area_name":"England","team_area_id":"68","start_date":"2019-08-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:52:50"},{"membership_id":"3023678","team_id":"458","team_name":"Blackburn Rovers FC","short_name":"Blackburn Rov","team_area_name":"England","team_area_id":"68","start_date":"2019-03-06","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 10:52:50"},{"membership_id":"983055","team_id":"28107","team_name":"Blackburn Rovers FC U23","short_name":"Blackburn Rov","team_area_name":"England","team_area_id":"68","start_date":"2016-08-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 10:52:50"}]},{"people_id":"63999","first_name":"Matheus","last_name":"da Cunha Gomes","match_name":"Matheus Índio","common_name":"Matheus Índio","date_of_birth":"1996-02-28","place_of_birth":"Rio de Janeiro, RJ","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"179","weight":"68","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/63999.png","last_updated":"2019-08-08 10:52:25","membership":{"membership_id":"2735027","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-02","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 10:52:25"}},{"people_id":"28980","first_name":"Jubal","last_name":"Rocha Mendes Junior","match_name":"Jubal","common_name":"Jubal","date_of_birth":"1993-08-29","place_of_birth":"Inhuma","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"190","weight":"79","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/28980.png","last_updated":"2019-08-08 10:52:03","membership":[{"membership_id":"3203484","team_id":"2310","team_name":"FC Arouca","short_name":"Arouca","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:52:03"},{"membership_id":"3005185","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-31","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 10:52:03"}]},{"people_id":"132199","first_name":"João Carlos","last_name":"Araújo Fonseca Silva","match_name":"João Talocha","common_name":"João Talocha","date_of_birth":"1989-08-30","place_of_birth":"Vila Nova de Famalicão","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"180","weight":"75","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/132199.png","last_updated":"2019-08-08 10:51:29","membership":[{"membership_id":"3203483","team_id":"1833","team_name":"PAE APS Atromitos Athína","short_name":"PAE Atromitos","team_area_name":"Greece","team_area_id":"82","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:51:24"},{"membership_id":"582715","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-07-01","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-08 10:51:24"}]},{"people_id":"54423","first_name":"Gabriel","last_name":"Nunes da Cunha","match_name":"Gabriel","common_name":"Gabriel","date_of_birth":"1994-07-11","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:47:56","membership":{"membership_id":"2742170","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-02-14","role":"player","active":"no","last_updated":"2019-08-08 10:47:56"}},{"people_id":"29350","first_name":"Federico Matías","last_name":"Falcone","match_name":"F. Falcone","common_name":"Federico Falcone","date_of_birth":"1990-12-21","place_of_birth":"Rosario","country_of_birth":"Argentina","nationality":"Argentina","country_of_birth_area_id":"16","nationality_area_id":"16","gender":"male","height":"185","weight":"80","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:47:30","membership":{"membership_id":"2727381","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-18","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 10:47:30"}},{"people_id":"37949","first_name":"Assis","last_name":"Giovanaz","match_name":"Assis","common_name":"Assis","date_of_birth":"1989-10-04","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"191","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 10:47:05","membership":{"membership_id":"1294772","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 10:47:05"}},{"people_id":"155362","first_name":"Yapo","last_name":"N'Chobi","match_name":"Y. N'Chobi","common_name":"Yapo N'Chobi","date_of_birth":"1995-11-17","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"177","weight":"76","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:46:34"},{"people_id":"511707","first_name":"Vincent","last_name":"Fourneuf","match_name":"V. Fourneuf","common_name":"Vincent Fourneuf","date_of_birth":"1982-10-13","place_of_birth":"Puteaux","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"183","weight":"70","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:46:32"},{"people_id":"532366","first_name":"Omar","last_name":"Berrezkami","match_name":"O. Berrezkami","common_name":"Omar Berrezkami","date_of_birth":"1995-12-18","place_of_birth":"Rouen","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"172","weight":"65","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:46:28"},{"people_id":"511389","first_name":"Mahamadou","last_name":"Diarra","match_name":"M. Diarra","common_name":"Mahamadou Diarra","date_of_birth":"1994-03-11","place_of_birth":"Saint-Denis","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"188","weight":"78","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:46:24"},{"people_id":"510474","first_name":"Mustapha","last_name":"Benzia","match_name":"M. Benzia","common_name":"Mustapha Benzia","date_of_birth":"1990-08-16","place_of_birth":"Rouen","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:46:23"},{"people_id":"511570","first_name":"Kevin","last_name":"Franc","match_name":"K. Franc","common_name":"Kevin Franc","date_of_birth":"1995-03-06","place_of_birth":"Rouen","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"183","weight":"79","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:46:21"},{"people_id":"510477","first_name":"Jason","last_name":"Gibon","match_name":"J. Gibon","common_name":"Jason Gibon","date_of_birth":"1993-05-07","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"179","weight":"76","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:46:19"},{"people_id":"145796","first_name":"José","last_name":"Dembi","match_name":"J. Dembi","common_name":"José Dembi","date_of_birth":"1995-02-21","place_of_birth":"Pointe-à-Pitre","country_of_birth":"Guadeloupe","nationality":"Guadeloupe","country_of_birth_area_id":"227","nationality_area_id":"227","gender":"male","height":"184","weight":"75","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:46:18"},{"people_id":"283944","first_name":"Issakha","last_name":"Anne","match_name":"I. Anne","common_name":"Issakha Anne","date_of_birth":"1996-11-19","place_of_birth":"Dakar","country_of_birth":"Senegal","nationality":"Senegal","country_of_birth_area_id":"166","nationality_area_id":"166","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:46:17"},{"people_id":"72175","first_name":"Cassiano","last_name":"Dias Moreira","match_name":"Cassiano","common_name":"Cassiano","date_of_birth":"1989-06-16","place_of_birth":"Porto Alegre, RS","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"184","weight":"79","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:46:16","membership":[{"membership_id":"3203482","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-29","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:46:16"},{"membership_id":"3021688","team_id":"21271","team_name":"CS Alagoano","short_name":"Alagoano","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-02-08","end_date":"2019-07-28","role":"player","active":"no","last_updated":"2019-08-08 10:46:16"}]},{"people_id":"52139","first_name":"Gauthier","last_name":"Bernard","match_name":"G. Bernard","common_name":"Gauthier Bernard","date_of_birth":"1991-08-10","place_of_birth":"Rouen","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"176","weight":"75","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:46:16"},{"people_id":"283943","first_name":"Clovis","last_name":"Gonel","match_name":"C. Gonel","common_name":"Clovis Gonel","date_of_birth":"1994-10-17","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"187","weight":"82","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:46:13"},{"people_id":"207311","first_name":"Albert Archi","last_name":"Fataki","match_name":"A. Fataki","common_name":"Albert Fataki","date_of_birth":"1989-05-25","place_of_birth":"Toulouse","country_of_birth":"France","nationality":"Congo DR","country_of_birth_area_id":"76","nationality_area_id":"53","gender":"male","height":"185","weight":"78","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:46:06"},{"people_id":"133557","first_name":"Heriberto Moreno","last_name":"Borges Tavares","match_name":"Heriberto Tavares","common_name":"Heriberto Tavares","date_of_birth":"1997-02-19","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"178","weight":"74","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:44:43","membership":{"membership_id":"3196946","team_id":"18448","team_name":"Sport Lisboa e Benfica B","short_name":"SL Benfica B","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"2019-07-15","role":"player","active":"no","last_updated":"2019-08-08 10:44:43"}},{"people_id":"162222","first_name":"Paulo Lucas","last_name":"Santos de Paula","match_name":"Paulinho","common_name":"Paulinho","date_of_birth":"1997-01-08","place_of_birth":"Rio de Janeiro, RJ","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:43:42","membership":{"membership_id":"1340899","team_id":"18447","team_name":"Sporting Clube de Portugal B","short_name":"SC Portugal B","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 10:43:42"}},{"people_id":"171245","first_name":"Fernando David","last_name":"Cardozo Paniagua","match_name":"F. Cardozo","common_name":"Fernando Cardozo","date_of_birth":"2001-02-08","place_of_birth":"","country_of_birth":"Paraguay","nationality":"Paraguay","country_of_birth_area_id":"152","nationality_area_id":"152","gender":"male","height":"172","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:43:30","membership":[{"membership_id":"3203481","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:43:30"},{"membership_id":"1260853","team_id":"1050","team_name":"Club Olimpia","short_name":"Club Olimpia","team_area_name":"Paraguay","team_area_id":"152","start_date":"2017-04-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 10:43:30"}]},{"people_id":"103886","first_name":"Walter David","last_name":"Clar Fritz","match_name":"W. Clar","common_name":"Walter Clar","date_of_birth":"1994-09-27","place_of_birth":"","country_of_birth":"Paraguay","nationality":"Paraguay","country_of_birth_area_id":"152","nationality_area_id":"152","gender":"male","height":"","weight":"","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:42:17","membership":[{"membership_id":"3203480","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:42:17"},{"membership_id":"2997967","team_id":"17833","team_name":"Club Sol de América","short_name":"Sol de América","team_area_name":"Paraguay","team_area_id":"152","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 10:42:17"}]},{"people_id":"123020","first_name":"Marlon","last_name":"Rodrigues Xavier","match_name":"Marlon","common_name":"Marlon","date_of_birth":"1997-05-20","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"173","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:41:25","membership":[{"membership_id":"3203479","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:41:25"},{"membership_id":"1303927","team_id":"1376","team_name":"Fluminense FC","short_name":"Fluminense","team_area_name":"Brazil","team_area_id":"35","start_date":"2017-07-10","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-08 10:41:25"}]},{"people_id":"5900","first_name":"Ricardo Miguel","last_name":"Moreira da Costa","match_name":"Ricardo Costa","common_name":"Ricardo Costa","date_of_birth":"1981-05-16","place_of_birth":"Vila Nova de Gaia","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"183","weight":"80","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5900.png","last_updated":"2019-08-08 10:40:36","membership":[{"membership_id":"3203478","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:40:36"},{"membership_id":"2744035","team_id":"3065","team_name":"CD Tondela","short_name":"Tondela","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-10","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 10:40:36"}]},{"people_id":"67495","first_name":"Gustavo Alfonso","last_name":"Dulanto Sanguinetti","match_name":"G. Dulanto","common_name":"Gustavo Dulanto ","date_of_birth":"1995-09-05","place_of_birth":"","country_of_birth":"Peru","nationality":"Peru","country_of_birth_area_id":"153","nationality_area_id":"153","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/67495.png","last_updated":"2019-08-08 10:39:42","membership":{"membership_id":"2605406","team_id":"17816","team_name":"Real Garcilaso","short_name":"Real Garcilaso","team_area_name":"Peru","team_area_id":"153","start_date":"2018-01-01","end_date":"2019-07-04","role":"player","active":"no","last_updated":"2019-08-08 10:39:42"}},{"people_id":"55519","first_name":"Lucas","last_name":"de Lima Tagliapietra","match_name":"Lucas Tagliapietra","common_name":"Lucas Tagliapietra","date_of_birth":"1990-11-05","place_of_birth":"Alegrete, RS","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"194","weight":"90","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/55519.png","last_updated":"2019-08-08 10:39:30","membership":[{"membership_id":"3203477","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-10","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:39:30"},{"membership_id":"2720339","team_id":"16425","team_name":"Al Batin Club","short_name":"Al Batin Club","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2018-07-12","end_date":"2019-07-09","role":"player","active":"no","last_updated":"2019-08-08 10:39:30"}]},{"people_id":"104437","first_name":"Hueglo","last_name":"dos Santos Neris","match_name":"Neris","common_name":"Neris","date_of_birth":"1992-06-17","place_of_birth":"Tucuruí, PA","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"190","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:38:20","membership":[{"membership_id":"2742160","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-11","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:38:20"},{"membership_id":"3203476","team_id":"32147","team_name":"Barra FC","short_name":"Barra FC","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-07-01","end_date":"2018-07-10","role":"player","active":"no","last_updated":"2019-08-08 10:38:20"}]},{"people_id":"333395","first_name":"Jaheim","last_name":"Faustin","match_name":"J. Faustin","common_name":"Jaheim Faustin","date_of_birth":"2004-11-11","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:36:50","membership":{"membership_id":"3203475","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:36:50"}},{"people_id":"333394","first_name":"Jaheim","last_name":"Marshall","match_name":"J. Marshall","common_name":"Jaheim Marshall","date_of_birth":"2004-03-09","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:35:48","membership":{"membership_id":"3203474","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:35:48"}},{"people_id":"333393","first_name":"Molik","last_name":"Khan","match_name":"M. Khan","common_name":"Molik Khan","date_of_birth":"2004-04-08","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:34:40","membership":{"membership_id":"3203473","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:34:40"}},{"people_id":"113510","first_name":"Malik","last_name":"M'Tir","match_name":"M. M'Tir","common_name":"Malik M'Tir","date_of_birth":"1987-03-25","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"78","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:33:58"},{"people_id":"333392","first_name":"Nathaniel","last_name":"James","match_name":"N. James","common_name":"Nathaniel James","date_of_birth":"2004-06-17","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:33:28","membership":{"membership_id":"3203472","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:33:28"}},{"people_id":"333391","first_name":"Olavio","last_name":"Fernandes Pinho Gomes","match_name":"O. Gomes","common_name":"Olavio Gomes","date_of_birth":"1996-07-08","place_of_birth":"","country_of_birth":"Guinea-Bissau","nationality":"Guinea-Bissau","country_of_birth_area_id":"87","nationality_area_id":"87","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:32:54","membership":[{"membership_id":"3203469","team_id":"619","team_name":"FC Mulhouse","short_name":"Mulhouse","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:27:52"},{"membership_id":"3203470","team_id":"28200","team_name":"Mortágua FC","short_name":"Mortágua","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-08 10:28:30"}]},{"people_id":"157862","first_name":"Mehdi","last_name":"Bouhabila","match_name":"M. Bouhabila","common_name":"Mehdi Bouhabila","date_of_birth":"1997-06-29","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:30:29"},{"people_id":"156744","first_name":"Hermann-Dieter","last_name":"Baka","match_name":"H. Baka","common_name":"Hermann-Dieter Baka","date_of_birth":"1992-08-14","place_of_birth":"Colombes","country_of_birth":"France","nationality":"Côte d’Ivoire","country_of_birth_area_id":"76","nationality_area_id":"60","gender":"male","height":"195","weight":"85","foot":"both","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:30:23"},{"people_id":"157873","first_name":"Gorgui Assane","last_name":"Diouf","match_name":"G. Diouf","common_name":"Gorgui Assane Diouf","date_of_birth":"1990-09-23","place_of_birth":"","country_of_birth":"Senegal","nationality":"Senegal","country_of_birth_area_id":"166","nationality_area_id":"166","gender":"male","height":"187","weight":"75","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:30:22"},{"people_id":"211653","first_name":"Franck Leopold","last_name":"Essomba Tchoungui","match_name":"F. Essomba","common_name":"Franck Essomba","date_of_birth":"1987-02-09","place_of_birth":"Douala","country_of_birth":"Cameroon","nationality":"Cameroon","country_of_birth_area_id":"42","nationality_area_id":"42","gender":"male","height":"176","weight":"76","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:30:21"},{"people_id":"87082","first_name":"Enric","last_name":"Maureta Oliver","match_name":"Enric Maureta","common_name":"Enric Maureta Oliver","date_of_birth":"1985-02-28","place_of_birth":"","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"183","weight":"72","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:30:20"},{"people_id":"207945","first_name":"Enzo","last_name":"Bonaso","match_name":"E. Bonaso","common_name":"Enzo Bonaso","date_of_birth":"1999-04-02","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"187","weight":"78","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 10:30:16"},{"people_id":"61635","first_name":"Albian Afrim","last_name":"Ajeti","match_name":"A. Ajeti","common_name":"Albian Ajeti","date_of_birth":"1997-02-26","place_of_birth":"Basel","country_of_birth":"Switzerland","nationality":"Switzerland","country_of_birth_area_id":"185","nationality_area_id":"185","gender":"male","height":"184","weight":"75","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/61635.png","last_updated":"2019-08-08 10:28:49","membership":[{"membership_id":"3203471","team_id":"496","team_name":"West Ham United FC","short_name":"West Ham","team_area_name":"England","team_area_id":"68","start_date":"2019-08-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:28:49"},{"membership_id":"1414583","team_id":"1486","team_name":"FC Basel 1893","short_name":"Basel","team_area_name":"Switzerland","team_area_id":"185","start_date":"2017-10-02","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 10:28:49"}]},{"people_id":"333390","first_name":"Hydyr","last_name":"Ýakubow","match_name":"H. Ýakubow","common_name":"Hydyr Ýakubow","date_of_birth":"","place_of_birth":"","country_of_birth":"Turkmenistan","nationality":"Turkmenistan","country_of_birth_area_id":"197","nationality_area_id":"197","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-08 10:25:12","membership":{"membership_id":"3203468","team_id":"14505","team_name":"Şagadam FK","short_name":"Şagadam","team_area_name":"Turkmenistan","team_area_id":"197","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:25:12"}},{"people_id":"333389","first_name":"Dantaye","last_name":"Gilbert","match_name":"D. Gilbert","common_name":"Dantaye Gilbert","date_of_birth":"2004-12-03","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:20:57","membership":{"membership_id":"3203467","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:20:57"}},{"people_id":"333388","first_name":"Kassidy","last_name":"Davidson","match_name":"K. Davidson","common_name":"Kassidy Davidson","date_of_birth":"2004-09-13","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:19:57","membership":{"membership_id":"3203466","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:19:57"}},{"people_id":"148289","first_name":"Farez","last_name":"Brahmia","match_name":"F. Brahmia","common_name":"Farez Brahmia","date_of_birth":"1990-01-24","place_of_birth":"Saint-Louis","country_of_birth":"France","nationality":"Algeria","country_of_birth_area_id":"76","nationality_area_id":"10","gender":"male","height":"173","weight":"66","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:19:02","membership":[{"membership_id":"3203465","team_id":"619","team_name":"FC Mulhouse","short_name":"Mulhouse","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:19:02"},{"membership_id":"2749028","team_id":"20061","team_name":"US Sarre-Union","short_name":"Sarre-Union","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-08 10:19:02"}]},{"people_id":"333387","first_name":"Tyrik","last_name":"Trotman","match_name":"T. Trotman","common_name":"Tyrik Trotman","date_of_birth":"2004-01-21","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:18:47","membership":{"membership_id":"3203464","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:18:47"}},{"people_id":"311477","first_name":"Adrienne","last_name":"Jordan","match_name":"A. Jordan","common_name":"Adrienne Jordan","date_of_birth":"1994-01-30","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"163","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:18:11","membership":[{"membership_id":"3203463","team_id":"29319","team_name":"Birmingham City LFC","short_name":"Birmingham","team_area_name":"England","team_area_id":"68","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:18:11"},{"membership_id":"3046126","team_id":"39863","team_name":"Atalanta Mozzanica","short_name":"Atalanta Moz.","team_area_name":"Italy","team_area_id":"100","start_date":"2018-10-30","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:18:11"}]},{"people_id":"169918","first_name":"George","last_name":"Johnston","match_name":"G. Johnston","common_name":"George Johnston","date_of_birth":"1998-09-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:18:11","membership":[{"membership_id":"3203461","team_id":"866","team_name":"Feyenoord Rotterdam","short_name":"Feyenoord","team_area_name":"Netherlands","team_area_id":"138","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:18:11"},{"membership_id":"1344452","team_id":"18752","team_name":"Liverpool FC U19","short_name":"","team_area_name":"England","team_area_id":"68","start_date":"2017-09-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:18:11"},{"membership_id":"1179851","team_id":"28099","team_name":"Liverpool FC U23","short_name":"Liverpool","team_area_name":"England","team_area_id":"68","start_date":"2017-02-18","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:18:11"}]},{"people_id":"159913","first_name":"Sam","last_name":"Stubbs","match_name":"S. Stubbs","common_name":"Sam Stubbs","date_of_birth":"1998-11-20","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:18:11","membership":[{"membership_id":"3203460","team_id":"1521","team_name":"Hamilton Academical FC","short_name":"Hamilton Ac.","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:18:11"},{"membership_id":"3203457","team_id":"486","team_name":"Middlesbrough FC","short_name":"Middlesbrough","team_area_name":"England","team_area_id":"68","start_date":"2019-07-07","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:18:11"},{"membership_id":"3004934","team_id":"484","team_name":"Notts County FC","short_name":"Notts County","team_area_name":"England","team_area_id":"68","start_date":"2019-01-31","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 10:15:58"}]},{"people_id":"140718","first_name":"Nathaniel","last_name":"Phillips","match_name":"N. Phillips","common_name":"Nathaniel Phillips","date_of_birth":"1997-03-21","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:18:11","membership":[{"membership_id":"3203462","team_id":"523","team_name":"VfB Stuttgart","short_name":"Stuttgart","team_area_name":"Germany","team_area_id":"80","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:18:11"},{"membership_id":"774863","team_id":"28099","team_name":"Liverpool FC U23","short_name":"Liverpool","team_area_name":"England","team_area_id":"68","start_date":"2016-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:18:11"}]},{"people_id":"333386","first_name":"Isaiah","last_name":"Thompson","match_name":"I. Thompson","common_name":"Isaiah Thompson","date_of_birth":"2004-02-18","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:17:38","membership":{"membership_id":"3203459","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:17:38"}},{"people_id":"107682","first_name":"Dawn","last_name":"St. Rose","match_name":"D. St. Rose","common_name":"Dawn St. Rose","date_of_birth":"2004-07-31","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:16:29","membership":[{"membership_id":"3203458","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:16:29"},{"membership_id":"299397","team_id":"25174","team_name":"Grand Turk United FC","short_name":"Grand Turk Utd","team_area_name":"Turks and Caicos Islands","team_area_id":"198","start_date":"2016-01-01","end_date":"2016-12-31","role":"player","active":"no","last_updated":"2019-08-08 10:16:14"}]},{"people_id":"101421","first_name":"Jojo","last_name":"Wollacott","match_name":"J. Wollacott","common_name":"Jojo Wollacott","date_of_birth":"1996-09-08","place_of_birth":"Bristol","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"190","weight":"80","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/101421.png","last_updated":"2019-08-08 10:15:58","membership":[{"membership_id":"3203456","team_id":"19560","team_name":"Forest Green Rovers FC","short_name":"Forest GR","team_area_name":"England","team_area_id":"68","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:15:58"},{"membership_id":"2598377","team_id":"488","team_name":"Bristol City FC","short_name":"Bristol City","team_area_name":"England","team_area_id":"68","start_date":"2018-01-09","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:15:58"}]},{"people_id":"62412","first_name":"Francisco José","last_name":"Villalba Rodrigo","match_name":"Fran Villalba","common_name":"Fran Villalba","date_of_birth":"1998-05-11","place_of_birth":"Valencia","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"168","weight":"65","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/62412.png","last_updated":"2019-08-08 10:15:58","membership":[{"membership_id":"3203455","team_id":"478","team_name":"Birmingham City FC","short_name":"Birmingham","team_area_name":"England","team_area_id":"68","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:15:58"},{"membership_id":"3203453","team_id":"722","team_name":"Valencia CF","short_name":"Valencia","team_area_name":"Spain","team_area_id":"176","start_date":"2019-07-07","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:15:58"},{"membership_id":"2720591","team_id":"756","team_name":"CD Numancia","short_name":"Numancia","team_area_name":"Spain","team_area_id":"176","start_date":"2018-07-12","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 10:14:45"}]},{"people_id":"333385","first_name":"Tristan","last_name":"Stafford","match_name":"T. Stafford","common_name":"Tristan Stafford","date_of_birth":"2004-06-18","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:15:28","membership":{"membership_id":"3203454","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:15:28"}},{"people_id":"76805","first_name":"Pedro Miguel","last_name":"Pereira","match_name":"Pedro Pereira","common_name":"Pedro Pereira","date_of_birth":"1998-01-22","place_of_birth":"Lisboa","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"174","weight":"70","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/76805.png","last_updated":"2019-08-08 10:14:45","membership":[{"membership_id":"3203452","team_id":"488","team_name":"Bristol City FC","short_name":"Bristol City","team_area_name":"England","team_area_id":"68","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:14:45"},{"membership_id":"3203449","team_id":"1548","team_name":"Sport Lisboa e Benfica","short_name":"SL Benfica","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:14:45"},{"membership_id":"2607246","team_id":"803","team_name":"Genoa CFC","short_name":"Genoa","team_area_name":"Italy","team_area_id":"100","start_date":"2018-01-24","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 10:13:22"}]},{"people_id":"333384","first_name":"Jaron","last_name":"Pascall","match_name":"J. Pascall","common_name":"Jaron Pascall","date_of_birth":"2004-01-21","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:14:21","membership":{"membership_id":"3203451","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:14:21"}},{"people_id":"333383","first_name":"Moussa","last_name":"Diarra","match_name":"M. Diarra","common_name":"Moussa Diarra","date_of_birth":"1999-03-19","place_of_birth":"","country_of_birth":"Mali","nationality":"Mali","country_of_birth_area_id":"125","nationality_area_id":"125","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:13:30","membership":{"membership_id":"3203450","team_id":"616","team_name":"FC Martigues","short_name":"Martigues","team_area_name":"France","team_area_id":"76","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:13:30"}},{"people_id":"155536","first_name":"Anfernee","last_name":"Dijksteel","match_name":"A. Dijksteel","common_name":"Anfernee Dijksteel","date_of_birth":"1996-10-27","place_of_birth":"","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:13:22","membership":[{"membership_id":"3203446","team_id":"486","team_name":"Middlesbrough FC","short_name":"Middlesbrough","team_area_name":"England","team_area_id":"68","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:13:22"},{"membership_id":"973142","team_id":"501","team_name":"Charlton Athletic FC","short_name":"Charlton Athl","team_area_name":"England","team_area_id":"68","start_date":"2016-10-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:13:22"}]},{"people_id":"63024","first_name":"Layton","last_name":"Ndukwu","match_name":"L. Ndukwu","common_name":"Layton Ndukwu","date_of_birth":"1998-09-07","place_of_birth":"Leicester","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"177","weight":"75","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/63024.png","last_updated":"2019-08-08 10:13:22","membership":[{"membership_id":"3203448","team_id":"13925","team_name":"Southend United FC","short_name":"Southend Utd","team_area_name":"England","team_area_id":"68","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:13:22"},{"membership_id":"1329537","team_id":"1482","team_name":"Leicester City FC U21","short_name":"Leicester U21","team_area_name":"England","team_area_id":"68","start_date":"2017-08-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:13:22"},{"membership_id":"147192","team_id":"28098","team_name":"Leicester City FC U23","short_name":"Leicester City","team_area_name":"England","team_area_id":"68","start_date":"2016-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:13:22"},{"membership_id":"779202","team_id":"28303","team_name":"Leicester City FC U19","short_name":"Leicester U19","team_area_name":"England","team_area_id":"68","start_date":"2016-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:13:22"},{"membership_id":"781850","team_id":"28497","team_name":"Leicester City FC U18","short_name":"Leicester U18","team_area_name":"England","team_area_id":"68","start_date":"2016-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:13:22"}]},{"people_id":"26791","first_name":"Ibrahim","last_name":"Amadou","match_name":"I. Amadou","common_name":"Ibrahim Amadou","date_of_birth":"1993-04-06","place_of_birth":"Douala","country_of_birth":"Cameroon","nationality":"France","country_of_birth_area_id":"42","nationality_area_id":"76","gender":"male","height":"183","weight":"81","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/26791.png","last_updated":"2019-08-08 10:13:22","membership":[{"membership_id":"3203444","team_id":"477","team_name":"Norwich City FC","short_name":"Norwich","team_area_name":"England","team_area_id":"68","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:13:22"},{"membership_id":"2735896","team_id":"731","team_name":"Sevilla FC","short_name":"Sevilla FC","team_area_name":"Spain","team_area_id":"176","start_date":"2018-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:13:22"}]},{"people_id":"4103","first_name":"Carl","last_name":"Jenkinson","match_name":"C. Jenkinson","common_name":"Carl Jenkinson","date_of_birth":"1992-02-08","place_of_birth":"Buckhurst Hill","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"185","weight":"77","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/4103.png","last_updated":"2019-08-08 10:13:22","membership":[{"membership_id":"3203447","team_id":"481","team_name":"Nottingham Forest FC","short_name":"Nottingham For","team_area_name":"England","team_area_id":"68","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:13:22"},{"membership_id":"3066591","team_id":"28094","team_name":"Arsenal FC U23","short_name":"Arsenal","team_area_name":"England","team_area_id":"68","start_date":"2019-03-25","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:13:22"},{"membership_id":"2712714","team_id":"467","team_name":"Arsenal FC","short_name":"Arsenal","team_area_name":"England","team_area_id":"68","start_date":"2018-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:13:22"}]},{"people_id":"3135","first_name":"Daniel Nii Tackie Mensah","last_name":"Welbeck","match_name":"D. Welbeck","common_name":"Danny Welbeck","date_of_birth":"1990-11-26","place_of_birth":"Manchester","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"185","weight":"73","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3135.png","last_updated":"2019-08-08 10:13:22","membership":[{"membership_id":"3203445","team_id":"511","team_name":"Watford FC","short_name":"Watford","team_area_name":"England","team_area_id":"68","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:13:22"},{"membership_id":"1179821","team_id":"28094","team_name":"Arsenal FC U23","short_name":"Arsenal","team_area_name":"England","team_area_id":"68","start_date":"2017-02-15","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-08 10:13:22"}]},{"people_id":"333382","first_name":"Deshawn","last_name":"Brown","match_name":"D. Brown","common_name":"Deshawn Brown","date_of_birth":"2004-01-01","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:13:07","membership":{"membership_id":"3203443","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:13:07"}},{"people_id":"333381","first_name":"Christian","last_name":"Bailey","match_name":"C. Bailey","common_name":"Christian Bailey","date_of_birth":"2004-05-14","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:11:56","membership":{"membership_id":"3203442","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:11:56"}},{"people_id":"333380","first_name":"Kanye","last_name":"Lazarus","match_name":"K. Lazarus","common_name":"Kanye Lazarus","date_of_birth":"2004-08-01","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 10:10:46","membership":{"membership_id":"3203441","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:10:46"}},{"people_id":"201766","first_name":"Zachary ","last_name":"Welch","match_name":"Z. Welch","common_name":"Zachary Welch","date_of_birth":"2002-06-04","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:09:24","membership":{"membership_id":"1323093","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 10:09:24"}},{"people_id":"201759","first_name":"Randy ","last_name":"Antoine","match_name":"R. Antoine","common_name":"Randy Antoine","date_of_birth":"2002-08-23","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:09:02","membership":{"membership_id":"1323086","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 10:09:02"}},{"people_id":"201757","first_name":"Marc ","last_name":"Wharfe","match_name":"M. Wharfe","common_name":"Marc Wharfe","date_of_birth":"2002-05-25","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:08:51","membership":{"membership_id":"1323084","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 10:08:51"}},{"people_id":"201752","first_name":"Kernel ","last_name":"La Fon","match_name":"K. La Fon","common_name":"Kernel La Fon","date_of_birth":"2003-01-11","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 10:08:40","membership":{"membership_id":"1323079","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 10:08:40"}},{"people_id":"201767","first_name":"Justin ","last_name":"Araujo-Wilson","match_name":"J. Araujo-Wilson","common_name":"Justin Araujo-Wilson","date_of_birth":"2002-08-26","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:08:26","membership":{"membership_id":"1323094","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 10:08:26"}},{"people_id":"201760","first_name":"Josiah ","last_name":"Edwards","match_name":"J. Edwards","common_name":"Josiah Edwards","date_of_birth":"2003-03-17","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:08:15","membership":{"membership_id":"1323087","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 10:08:15"}},{"people_id":"201758","first_name":"Josiah ","last_name":"Allen","match_name":"J. Allen","common_name":"Josiah Allen","date_of_birth":"2002-01-10","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:08:05","membership":{"membership_id":"1323085","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 10:08:05"}},{"people_id":"201769","first_name":"Jean-Heim ","last_name":"McFee","match_name":"J. McFee","common_name":"Jean-Heim McFee","date_of_birth":"2002-03-01","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:07:53","membership":{"membership_id":"1323096","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 10:07:53"}},{"people_id":"201764","first_name":"Jaiye ","last_name":"Sheppard","match_name":"J. Sheppard","common_name":"Jaiye Sheppard","date_of_birth":"2002-02-16","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:07:42","membership":{"membership_id":"1323091","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 10:07:42"}},{"people_id":"201753","first_name":"Jahiem ","last_name":"Wickham","match_name":"J. Wickham","common_name":"Jahiem Wickham","date_of_birth":"2003-02-26","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 10:07:30","membership":{"membership_id":"1323080","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 10:07:30"}},{"people_id":"201763","first_name":"Jabari ","last_name":"Lee","match_name":"J. Lee","common_name":"Jabari Lee","date_of_birth":"2002-08-23","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:07:20","membership":{"membership_id":"1323090","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 10:07:20"}},{"people_id":"201762","first_name":"Ezekiel ","last_name":"Kesar","match_name":"E. Kesar","common_name":"Ezekiel Kesar","date_of_birth":"2002-03-27","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:07:08","membership":{"membership_id":"1323089","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 10:07:08"}},{"people_id":"201754","first_name":"Darian ","last_name":"Bradshaw","match_name":"D. Bradshaw","common_name":"Darian Bradshaw","date_of_birth":"2003-05-20","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:06:54","membership":{"membership_id":"1323081","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 10:06:54"}},{"people_id":"157923","first_name":"Adama","last_name":"Diakité","match_name":"A. Diakité","common_name":"Adama Diakité","date_of_birth":"1991-03-07","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 10:06:52","membership":[{"membership_id":"3203440","team_id":"616","team_name":"FC Martigues","short_name":"Martigues","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:06:52"},{"membership_id":"1365945","team_id":"31210","team_name":"Entente Feignies Aulnoye FC","short_name":"Feignies AFC","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-08 10:06:52"}]},{"people_id":"201756","first_name":"Cephas ","last_name":"St. Rose","match_name":"C. St. Rose","common_name":"Cephas St. Rose","date_of_birth":"2002-02-21","place_of_birth":"","country_of_birth":"Colombia","nationality":"Trinidad and Tobago","country_of_birth_area_id":"51","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:06:41","membership":{"membership_id":"1323083","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 10:06:41"}},{"people_id":"201755","first_name":"Antonio ","last_name":"Chee Ting","match_name":"A. Chee Ting","common_name":"Antonio Chee Ting","date_of_birth":"2002-02-25","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:06:26","membership":{"membership_id":"1323082","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 10:06:26"}},{"people_id":"201761","first_name":"Adriel ","last_name":"George","match_name":"A. George","common_name":"Adriel George","date_of_birth":"2002-09-10","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 10:06:05","membership":{"membership_id":"1323088","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 10:06:05"}},{"people_id":"147992","first_name":"Anderson Banvo Amon","last_name":"Aka","match_name":"A. Aka","common_name":"Anderson Banvo Aka","date_of_birth":"1994-02-04","place_of_birth":"Montfermeil","country_of_birth":"France","nationality":"Côte d’Ivoire","country_of_birth_area_id":"76","nationality_area_id":"60","gender":"male","height":"185","weight":"82","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/147992.png","last_updated":"2019-08-08 10:05:52","membership":[{"membership_id":"3203439","team_id":"616","team_name":"FC Martigues","short_name":"Martigues","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:05:52"},{"membership_id":"2705733","team_id":"18938","team_name":"Jeanne d'Arc de Drancy","short_name":"JA Drancy","team_area_name":"France","team_area_id":"76","start_date":"2018-06-09","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-08 10:05:52"}]},{"people_id":"333379","first_name":"Tristan","last_name":"Edwards","match_name":"T. Edwards","common_name":"Tristan Edwards","date_of_birth":"2004-07-07","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 10:05:49","membership":{"membership_id":"3203438","team_id":"24920","team_name":"Trinidad and Tobago U15","short_name":"Trinidad U15","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 10:05:49"}},{"people_id":"6768","first_name":"Foued","last_name":"Kadir","match_name":"F. Kadir","common_name":"Foued Kadir","date_of_birth":"1983-12-05","place_of_birth":"Martigues","country_of_birth":"France","nationality":"Algeria","country_of_birth_area_id":"76","nationality_area_id":"10","gender":"male","height":"179","weight":"73","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/6768.png","last_updated":"2019-08-08 10:03:37"},{"people_id":"333378","first_name":"Opher","last_name":"Fabian","match_name":"O. Fabian","common_name":"Opher Fabian","date_of_birth":"","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-08 10:03:29","membership":{"membership_id":"3203437","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-08 10:03:29"}},{"people_id":"159065","first_name":"Samir","last_name":"Belloumou","match_name":"S. Belloumou","common_name":"Samir Belloumou","date_of_birth":"1994-05-02","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159065.png","last_updated":"2019-08-08 10:02:09"},{"people_id":"52158","first_name":"Mathieu","last_name":"Saidou","match_name":"M. Saidou","common_name":"Mathieu Saidou","date_of_birth":"1994-10-11","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 10:01:47"},{"people_id":"299326","first_name":"Martial","last_name":"Caserta","match_name":"M. Caserta","common_name":"Martial Caserta","date_of_birth":"1999-06-17","place_of_birth":"Martigues","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"185","weight":"76","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 09:59:42"},{"people_id":"158333","first_name":"Anthony","last_name":"Cabon","match_name":"A. Cabon","common_name":"Anthony Cabon","date_of_birth":"1992-08-09","place_of_birth":"Martigues","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/158333.png","last_updated":"2019-08-08 09:59:28"},{"people_id":"333377","first_name":"Omer","last_name":"Sulimani","match_name":"O. Sulimani","common_name":"Omer Sulimani","date_of_birth":"2004-09-02","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 09:59:02","membership":{"membership_id":"3203436","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:59:02"}},{"people_id":"333376","first_name":"Liad","last_name":"Ramot","match_name":"L. Ramot","common_name":"Liad Ramot","date_of_birth":"2004-04-22","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 09:57:47","membership":{"membership_id":"3203435","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:57:47"}},{"people_id":"333375","first_name":"Niv","last_name":"Huber","match_name":"N. Huber","common_name":"Niv Huber","date_of_birth":"2004-06-29","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 09:56:42","membership":{"membership_id":"3203434","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:56:42"}},{"people_id":"66690","first_name":"Ben Salim","last_name":"Boina","match_name":"B. Boina","common_name":"Ben Salim Boina","date_of_birth":"1991-07-19","place_of_birth":"Marseille","country_of_birth":"France","nationality":"Comoros","country_of_birth_area_id":"76","nationality_area_id":"232","gender":"male","height":"176","weight":"66","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/66690.png","last_updated":"2019-08-08 09:56:04","membership":[{"membership_id":"3203433","team_id":"616","team_name":"FC Martigues","short_name":"Martigues","team_area_name":"France","team_area_id":"76","start_date":"2019-07-26","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:56:04"},{"membership_id":"2724004","team_id":"20051","team_name":"Athlético Marseille","short_name":"Athlético MS","team_area_name":"France","team_area_id":"76","start_date":"2018-07-07","end_date":"2019-07-26","role":"player","active":"no","last_updated":"2019-08-08 09:56:04"}]},{"people_id":"333374","first_name":"Adam","last_name":"Mahamed","match_name":"A. Mahamed","common_name":"Adam Mahamed","date_of_birth":"2004-10-14","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 09:55:39","membership":{"membership_id":"3203432","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:55:39"}},{"people_id":"333373","first_name":"Eitan","last_name":"Mahalal","match_name":"E. Mahalal","common_name":"Eitan Mahalal","date_of_birth":"2004-05-01","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 09:54:30","membership":{"membership_id":"3203431","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:54:30"}},{"people_id":"333372","first_name":"Ariel","last_name":"Lugassi","match_name":"A. Lugassi","common_name":"Ariel Lugassi","date_of_birth":"2004-11-24","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 09:53:20","membership":{"membership_id":"3203430","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:53:20"}},{"people_id":"333371","first_name":"Bar","last_name":"Lin","match_name":"B. Lin","common_name":"Bar Lin","date_of_birth":"2004-08-08","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 09:52:11","membership":{"membership_id":"3203429","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:52:11"}},{"people_id":"211128","first_name":"Lilian","last_name":"Fournier","match_name":"L. Fournier","common_name":"Lilian Fournier","date_of_birth":"1998-05-18","place_of_birth":"Forbach","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"178","weight":"74","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 09:49:32"},{"people_id":"84196","first_name":"Giorgi","last_name":"Jobava","match_name":"G. Jobava","common_name":"Giorgi Jobava","date_of_birth":"1997-04-01","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"172","weight":"68","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/84196.png","last_updated":"2019-08-08 09:49:26"},{"people_id":"333370","first_name":"Liam","last_name":"Hermesh","match_name":"L. Hermesh","common_name":"Liam Hermesh","date_of_birth":"2004-03-12","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 09:48:18","membership":{"membership_id":"3203428","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:48:18"}},{"people_id":"333369","first_name":"Oscar","last_name":"Gluh","match_name":"O. Gluh","common_name":"Oscar Gluh","date_of_birth":"2004-06-03","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 09:47:04","membership":{"membership_id":"3203427","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:47:04"}},{"people_id":"227129","first_name":"Bajram","last_name":"Capnagaj","match_name":"B. Capnagaj","common_name":"Bajram Capnagaj","date_of_birth":"1999-03-29","place_of_birth":"Shkodra","country_of_birth":"Albania","nationality":"Albania","country_of_birth_area_id":"9","nationality_area_id":"9","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 09:45:50"},{"people_id":"333368","first_name":"Shaked","last_name":"Zaidenberg","match_name":"S. Zaidenberg","common_name":"Shaked Zaidenberg","date_of_birth":"2004-01-06","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 09:45:36","membership":{"membership_id":"3203426","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:45:36"}},{"people_id":"141258","first_name":"Stacy Kinyamba","last_name":"Misiatu Nzumbi","match_name":"S. Misiatu","common_name":"Stacy Misiatu","date_of_birth":"1997-07-17","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/141258.png","last_updated":"2019-08-08 09:43:05","membership":[{"membership_id":"3203425","team_id":"612","team_name":"CS Sedan Ardennes","short_name":"Sedan Ardennes","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:43:05"},{"membership_id":"1333642","team_id":"23009","team_name":"KVK Westhoek","short_name":"KVK Westhoek","team_area_name":"Belgium","team_area_id":"27","start_date":"2017-06-15","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-08 09:43:05"}]},{"people_id":"36239","first_name":"Raphaël","last_name":"Calvet","match_name":"R. Calvet","common_name":"Raphaël Calvet","date_of_birth":"1994-02-07","place_of_birth":"Auxerre","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"185","weight":"80","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-08 09:41:47","membership":{"membership_id":"3203424","team_id":"612","team_name":"CS Sedan Ardennes","short_name":"Sedan Ardennes","team_area_name":"France","team_area_id":"76","start_date":"2019-07-19","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:41:47"}},{"people_id":"333367","first_name":"Jwad","last_name":"Kadah","match_name":"J. Kadah","common_name":"Jwad Kadah","date_of_birth":"2004-01-22","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 09:38:01","membership":{"membership_id":"3203423","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:38:01"}},{"people_id":"255188","first_name":"Matthew","last_name":"Cox","match_name":"M. Cox","common_name":"Matthew Cox","date_of_birth":"1999-01-08","place_of_birth":"Nice","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"170","weight":"61","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 09:36:59","membership":[{"membership_id":"3203421","team_id":"31227","team_name":"RC Grasse","short_name":"RC Grasse","team_area_name":"France","team_area_id":"76","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:36:36"},{"membership_id":"2696208","team_id":"28869","team_name":"OGC de Nice Côte d'Azur 2","short_name":"OGC Nice 2","team_area_name":"France","team_area_id":"76","start_date":"2016-01-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 09:36:36"}]},{"people_id":"333366","first_name":"Ofek","last_name":"Geller","match_name":"O. Geller","common_name":"Ofek Geller","date_of_birth":"2004-06-21","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 09:36:47","membership":{"membership_id":"3203422","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:36:47"}},{"people_id":"113478","first_name":"Christopher","last_name":"Lina","match_name":"C. Lina","common_name":"Christopher Lina","date_of_birth":"1994-01-06","place_of_birth":"Chartres","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/113478.png","last_updated":"2019-08-08 09:35:42","membership":[{"membership_id":"3203420","team_id":"19040","team_name":"AS Poissy Football","short_name":"Poissy","team_area_name":"France","team_area_id":"76","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:35:42"},{"membership_id":"2758697","team_id":"20089","team_name":"FC Fleury 91","short_name":"FC Fleury 91","team_area_name":"France","team_area_id":"76","start_date":"2018-06-08","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 09:35:42"}]},{"people_id":"333365","first_name":"Illay","last_name":"Feingold","match_name":"I. Feingold","common_name":"Illay Feingold","date_of_birth":"2004-08-23","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 09:35:26","membership":{"membership_id":"3203419","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:35:26"}},{"people_id":"244321","first_name":"Maxime","last_name":"Allione","match_name":"M. Allione","common_name":"Maxime Allione","date_of_birth":"2000-03-17","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 09:34:54","membership":{"membership_id":"3203418","team_id":"28803","team_name":"Hyères FC","short_name":"Hyères FC","team_area_name":"France","team_area_id":"76","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:34:54"}},{"people_id":"333364","first_name":"Tom","last_name":"Driham","match_name":"T. Driham","common_name":"Tom Driham","date_of_birth":"2004-03-25","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 09:34:17","membership":{"membership_id":"3203417","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:34:17"}},{"people_id":"158392","first_name":"Nicolas","last_name":"Decugis","match_name":"N. Decugis","common_name":"Nicolas Decugis","date_of_birth":"1983-10-11","place_of_birth":"Hyères","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"183","weight":"77","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 09:32:58","membership":{"membership_id":"1013940","team_id":"28803","team_name":"Hyères FC","short_name":"Hyères FC","team_area_name":"France","team_area_id":"76","start_date":"2002-07-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 09:32:58"}},{"people_id":"333363","first_name":"Amit","last_name":"Bazis","match_name":"A. Bazis","common_name":"Amit Bazis","date_of_birth":"2004-03-05","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 09:32:40","membership":{"membership_id":"3203416","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:32:40"}},{"people_id":"45628","first_name":"Baptiste","last_name":"Gainnet","match_name":"B. Gainnet","common_name":"Baptiste Gainnet","date_of_birth":"1993-04-01","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 09:32:30","membership":{"membership_id":"1343578","team_id":"28803","team_name":"Hyères FC","short_name":"Hyères FC","team_area_name":"France","team_area_id":"76","start_date":"2015-07-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 09:32:30"}},{"people_id":"158943","first_name":"Cyril","last_name":"Manas","match_name":"C. Manas","common_name":"Cyril Manas","date_of_birth":"1990-06-30","place_of_birth":"Toulon","country_of_birth":"France","nationality":"Reunion","country_of_birth_area_id":"76","nationality_area_id":"223","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 09:32:00","membership":{"membership_id":"2705993","team_id":"28803","team_name":"Hyères FC","short_name":"Hyères FC","team_area_name":"France","team_area_id":"76","start_date":"2018-06-09","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 09:32:00"}},{"people_id":"333362","first_name":"Amiran","last_name":"Abu Zeid","match_name":"A. Abu Zeid","common_name":"Amiran Abu Zeid","date_of_birth":"2004-03-23","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 09:31:35","membership":{"membership_id":"3203415","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:31:35"}},{"people_id":"158390","first_name":"Thomas","last_name":"Bellay","match_name":"T. Bellay","common_name":"Thomas Bellay","date_of_birth":"1991-04-10","place_of_birth":"Toulon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"176","weight":"66","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 09:31:30","membership":{"membership_id":"2705997","team_id":"28803","team_name":"Hyères FC","short_name":"Hyères FC","team_area_name":"France","team_area_id":"76","start_date":"2018-06-09","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-08 09:31:30"}},{"people_id":"141289","first_name":"Cyril","last_name":"Chevreuil","match_name":"C. Chevreuil","common_name":"Cyril Chevreuil","date_of_birth":"1991-10-20","place_of_birth":"Rotterdam","country_of_birth":"Netherlands","nationality":"France","country_of_birth_area_id":"138","nationality_area_id":"76","gender":"male","height":"188","weight":"79","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/141289.png","last_updated":"2019-08-08 09:30:42","membership":{"membership_id":"2744705","team_id":"28803","team_name":"Hyères FC","short_name":"Hyères FC","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 09:30:42"}},{"people_id":"113751","first_name":"Simon","last_name":"Gbegnon Amoussou","match_name":"S. Gbegnon","common_name":"Simon Gbegnon","date_of_birth":"1992-10-27","place_of_birth":"Nantes","country_of_birth":"France","nationality":"Togo","country_of_birth_area_id":"76","nationality_area_id":"192","gender":"male","height":"188","weight":"75","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/113751.png","last_updated":"2019-08-08 09:30:18","membership":{"membership_id":"1312751","team_id":"630","team_name":"AS Béziers","short_name":"Béziers","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 09:30:18"}},{"people_id":"246022","first_name":"Alexandre","last_name":"Cantelou","match_name":"A. Cantelou","common_name":"Alexandre Cantelou","date_of_birth":"1996-01-02","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"181","weight":"74","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 09:29:45","membership":{"membership_id":"2834383","team_id":"28803","team_name":"Hyères FC","short_name":"Hyères FC","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-08 09:29:26"}},{"people_id":"158402","first_name":"Mohamed","last_name":"Ouchmid","match_name":"M. Ouchmid","common_name":"Mohamed Ouchmid","date_of_birth":"1992-06-30","place_of_birth":"Fréjus","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"70","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/158402.png","last_updated":"2019-08-08 09:28:35","membership":[{"membership_id":"3203414","team_id":"28803","team_name":"Hyères FC","short_name":"Hyères FC","team_area_name":"France","team_area_id":"76","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:28:19"},{"membership_id":"2699945","team_id":"18325","team_name":"ÉFC Fréjus Saint-Raphaël","short_name":"Étoile FC FSR","team_area_name":"France","team_area_id":"76","start_date":"2018-05-23","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 09:28:19"}]},{"people_id":"333361","first_name":"Roei","last_name":"Goffer","match_name":"R. Goffer","common_name":"Roei Goffer","date_of_birth":"2004-06-21","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 09:01:55","membership":{"membership_id":"3203413","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:01:55"}},{"people_id":"333360","first_name":"Nitai","last_name":"Greis","match_name":"N. Greis","common_name":"Nitai Greis","date_of_birth":"2004-07-08","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 09:00:32","membership":{"membership_id":"3203412","team_id":"42082","team_name":"Israel U15","short_name":"Israel U15","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 09:00:32"}},{"people_id":"312775","first_name":"Patrick ","last_name":"Mocka","match_name":"P. Mocka","common_name":"Patrick Mocka","date_of_birth":"","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-08 08:53:29","membership":{"membership_id":"3203411","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-08 08:53:29"}},{"people_id":"333359","first_name":"Jonathan","last_name":"Fulrad-Cristere","match_name":"J. Fulrad-Cristere","common_name":"Jonathan Fulrad-Cristere","date_of_birth":"2004-09-28","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 08:52:20","membership":{"membership_id":"3203410","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:52:20"}},{"people_id":"333358","first_name":"Calixio","last_name":"Flanders","match_name":"C. Flanders","common_name":"Calixio Flanders","date_of_birth":"2004-08-17","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 08:51:00","membership":{"membership_id":"3203409","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:51:00"}},{"people_id":"333357","first_name":"Lohann","last_name":"Connor","match_name":"L. Connor","common_name":"Lohann Connor","date_of_birth":"2005-04-15","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 08:49:46","membership":{"membership_id":"3203408","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:49:46"}},{"people_id":"333356","first_name":"Jonathan","last_name":"Baly-Conner","match_name":"J. Baly-Conner","common_name":"Jonathan Baly-Conner","date_of_birth":"2004-02-23","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 08:48:33","membership":{"membership_id":"3203407","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:48:33"}},{"people_id":"333355","first_name":"Sebastien","last_name":"Venthqu-Dumaine","match_name":"S. Venthqu-Dumaine","common_name":"Sebastien Venthqu-Dumaine","date_of_birth":"2004-12-23","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 08:47:20","membership":{"membership_id":"3203406","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:47:20"}},{"people_id":"333354","first_name":"Sebastien","last_name":"Stephen","match_name":"S. Stephen","common_name":"Sebastien Stephen","date_of_birth":"2005-03-15","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 08:45:59","membership":{"membership_id":"3203404","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:45:59"}},{"people_id":"333353","first_name":"Andre","last_name":"Richardson","match_name":"A. Richardson","common_name":"Andre Richardson","date_of_birth":"2005-09-19","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 08:44:38","membership":{"membership_id":"3203402","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:44:38"}},{"people_id":"333352","first_name":"Hugo","last_name":"Placaud","match_name":"H. Placaud","common_name":"Hugo Placaud","date_of_birth":"2004-06-11","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 08:43:25","membership":{"membership_id":"3203401","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:43:25"}},{"people_id":"333351","first_name":"Victor","last_name":"Pierre-Louis","match_name":"V. Pierre-Louis","common_name":"Victor Pierre-Louis","date_of_birth":"2004-10-14","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 08:42:05","membership":{"membership_id":"3203400","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:42:05"}},{"people_id":"333350","first_name":"Enzo","last_name":"Fremondiere","match_name":"E. Fremondiere","common_name":"Enzo Fremondiere","date_of_birth":"2004-03-05","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 08:40:22","membership":{"membership_id":"3203398","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:40:22"}},{"people_id":"333349","first_name":"Romalli","last_name":"Chilin","match_name":"R. Chilin","common_name":"Romalli Chilin","date_of_birth":"2005-09-30","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 08:38:53","membership":{"membership_id":"3203397","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:38:53"}},{"people_id":"333348","first_name":"Delano","last_name":"Benjamin","match_name":"D. Benjamin","common_name":"Delano Benjamin","date_of_birth":"2005-01-06","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 08:37:36","membership":{"membership_id":"3203396","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:37:36"}},{"people_id":"333347","first_name":"Noha","last_name":"Mauvais","match_name":"N. Mauvais","common_name":"Noha Mauvais","date_of_birth":"2004-07-21","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 08:36:21","membership":{"membership_id":"3203395","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:36:21"}},{"people_id":"333346","first_name":"Robert","last_name":"Javois","match_name":"R. Javois","common_name":"Robert Javois","date_of_birth":"2004-05-14","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 08:35:08","membership":{"membership_id":"3203394","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:35:08"}},{"people_id":"333345","first_name":"Ugo","last_name":"Dabricot","match_name":"U. Dabricot","common_name":"Ugo Dabricot","date_of_birth":"2005-01-11","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 08:33:47","membership":{"membership_id":"3203393","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:33:47"}},{"people_id":"333344","first_name":"Jerome","last_name":"Brooks","match_name":"J. Brooks","common_name":"Jerome Brooks","date_of_birth":"2004-08-03","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 08:32:42","membership":{"membership_id":"3203392","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:32:42"}},{"people_id":"333343","first_name":"Bervirson","last_name":"Bellevue","match_name":"B. Bellevue","common_name":"Bervirson Bellevue","date_of_birth":"2004-01-27","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 08:31:26","membership":{"membership_id":"3203391","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:31:26"}},{"people_id":"201721","first_name":"Thomas ","last_name":"Maccow","match_name":"T. Maccow","common_name":"Thomas Maccow","date_of_birth":"2002-03-17","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 08:29:31","membership":{"membership_id":"1323043","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 08:29:31"}},{"people_id":"201723","first_name":"Thierry ","last_name":"Seguin","match_name":"T. Seguin","common_name":"Thierry Seguin","date_of_birth":"2003-06-07","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 08:28:46","membership":{"membership_id":"1323045","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 08:28:46"}},{"people_id":"201727","first_name":"Ryan Lucas","last_name":"Louis","match_name":"R. Louis","common_name":"Ryan Louis","date_of_birth":"2002-05-12","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 08:28:31","membership":{"membership_id":"1323049","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 08:28:31"}},{"people_id":"201728","first_name":"Romario ","last_name":"Chillin","match_name":"R. Chillin","common_name":"Romario Chillin","date_of_birth":"2002-09-02","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 08:28:17","membership":{"membership_id":"1323050","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 08:28:17"}},{"people_id":"201731","first_name":"Nicolas ","last_name":"Lake","match_name":"N. Lake","common_name":"Nicolas Lake","date_of_birth":"2002-12-21","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 08:27:59","membership":{"membership_id":"1323053","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 08:27:59"}},{"people_id":"201717","first_name":"Mathias ","last_name":"Bijou","match_name":"M. Bijou","common_name":"Mathias Bijou","date_of_birth":"2002-11-11","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 08:27:20","membership":{"membership_id":"1323039","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 08:27:20"}},{"people_id":"201725","first_name":"Loïc","last_name":"Cheron","match_name":"L. Cheron","common_name":"Loïc Cheron","date_of_birth":"2002-04-26","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 08:26:57","membership":{"membership_id":"1323047","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 08:26:57"}},{"people_id":"201715","first_name":"Gabriel Honore","last_name":"Paines","match_name":"G. Paines","common_name":"Gabriel Paines","date_of_birth":"2002-04-03","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 08:26:05","membership":{"membership_id":"1323037","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 08:26:05"}},{"people_id":"201729","first_name":"Claudio ","last_name":"Dorville","match_name":"C. Dorville","common_name":"Claudio Dorville","date_of_birth":"2002-10-07","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 08:25:38","membership":{"membership_id":"1323051","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-08 08:25:38"}},{"people_id":"333342","first_name":"Stevendy","last_name":"Saintil","match_name":"S. Saintil","common_name":"Stevendy Saintil","date_of_birth":"2005-09-26","place_of_birth":"","country_of_birth":"Saint Martin","nationality":"Saint Martin","country_of_birth_area_id":"228","nationality_area_id":"228","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 08:25:23","membership":{"membership_id":"3203390","team_id":"25042","team_name":"Saint-Martin U15","short_name":"St-Martin U15","team_area_name":"Saint Martin","team_area_id":"228","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 08:25:23"}},{"people_id":"24610","first_name":"Rick","last_name":"Karsdorp","match_name":"R. Karsdorp","common_name":"Rick Karsdorp","date_of_birth":"1995-02-11","place_of_birth":"Schoonhoven","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"male","height":"186","weight":"78","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/24610.png","last_updated":"2019-08-08 07:30:56","membership":[{"membership_id":"3203386","team_id":"866","team_name":"Feyenoord Rotterdam","short_name":"Feyenoord","team_area_name":"Netherlands","team_area_id":"138","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 07:30:56"},{"membership_id":"1294686","team_id":"791","team_name":"AS Roma","short_name":"Roma","team_area_name":"Italy","team_area_id":"100","start_date":"2017-07-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 07:30:56"}]},{"people_id":"20355","first_name":"Ema","last_name":"Boateng","match_name":"E. Boateng","common_name":"Ema Boateng","date_of_birth":"1994-01-17","place_of_birth":"","country_of_birth":"Ghana","nationality":"Ghana","country_of_birth_area_id":"81","nationality_area_id":"81","gender":"male","height":"167","weight":"70","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/20355.png","last_updated":"2019-08-08 07:30:37","membership":[{"membership_id":"3203385","team_id":"2083","team_name":"D.C. United SC","short_name":"D.C. United","team_area_name":"United States","team_area_id":"203","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 07:30:37"},{"membership_id":"306264","team_id":"1483","team_name":"Los Angeles Galaxy","short_name":"LA Galaxy","team_area_name":"United States","team_area_id":"203","start_date":"2016-02-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 07:30:37"}]},{"people_id":"2593","first_name":"Víctor","last_name":"Camarasa Ferrando","match_name":"Víctor Camarasa","common_name":"Víctor Camarasa","date_of_birth":"1994-05-28","place_of_birth":"Meliana","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"183","weight":"76","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/2593.png","last_updated":"2019-08-08 07:29:58","membership":[{"membership_id":"3203384","team_id":"508","team_name":"Crystal Palace FC","short_name":"Crystal Palace","team_area_name":"England","team_area_id":"68","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 07:29:58"},{"membership_id":"3203383","team_id":"735","team_name":"Real Betis Balompié","short_name":"Real Betis","team_area_name":"Spain","team_area_id":"176","start_date":"2019-07-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 07:29:58"},{"membership_id":"2738310","team_id":"495","team_name":"Cardiff City FC","short_name":"Cardiff","team_area_name":"Wales","team_area_id":"209","start_date":"2018-08-09","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 07:29:45"}]},{"people_id":"13426","first_name":"Ola","last_name":"Williams Kamara","match_name":"O. Kamara","common_name":"Ola Kamara","date_of_birth":"1989-10-15","place_of_birth":"Oslo","country_of_birth":"Norway","nationality":"Norway","country_of_birth_area_id":"146","nationality_area_id":"146","gender":"male","height":"184","weight":"81","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/13426.png","last_updated":"2019-08-08 07:29:05","membership":[{"membership_id":"3203382","team_id":"2083","team_name":"D.C. United SC","short_name":"D.C. United","team_area_name":"United States","team_area_id":"203","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 07:29:05"},{"membership_id":"3019119","team_id":"1444","team_name":"Shenzhen FC","short_name":"Shenzhen FC","team_area_name":"China PR","team_area_id":"49","start_date":"2019-03-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 07:29:05"}]},{"people_id":"58511","first_name":"Joshua Jon","last_name":"Cullen","match_name":"J. Cullen","common_name":"Josh Cullen","date_of_birth":"1996-04-07","place_of_birth":"Southend-on-Sea","country_of_birth":"England","nationality":"Republic of Ireland","country_of_birth_area_id":"68","nationality_area_id":"98","gender":"male","height":"175","weight":"70","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/58511.png","last_updated":"2019-08-08 07:28:42","membership":[{"membership_id":"3203381","team_id":"501","team_name":"Charlton Athletic FC","short_name":"Charlton Athl","team_area_name":"England","team_area_id":"68","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 07:28:42"},{"membership_id":"3203380","team_id":"496","team_name":"West Ham United FC","short_name":"West Ham","team_area_name":"England","team_area_id":"68","start_date":"2019-05-31","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 07:28:42"},{"membership_id":"2754648","team_id":"501","team_name":"Charlton Athletic FC","short_name":"Charlton Athl","team_area_name":"England","team_area_id":"68","start_date":"2018-08-30","end_date":"2019-05-31","role":"player","active":"no","last_updated":"2019-08-08 07:28:31"}]},{"people_id":"36205","first_name":"Scott Andrew","last_name":"Hogan","match_name":"S. Hogan","common_name":"Scott Hogan","date_of_birth":"1992-04-13","place_of_birth":"London","country_of_birth":"England","nationality":"Republic of Ireland","country_of_birth_area_id":"68","nationality_area_id":"98","gender":"male","height":"178","weight":"68","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/36205.png","last_updated":"2019-08-08 07:27:58","membership":[{"membership_id":"3203379","team_id":"470","team_name":"Stoke City FC","short_name":"Stoke","team_area_name":"England","team_area_id":"68","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 07:27:58"},{"membership_id":"3203378","team_id":"461","team_name":"Aston Villa FC","short_name":"Aston Villa","team_area_name":"England","team_area_id":"68","start_date":"2019-05-31","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 07:27:58"},{"membership_id":"3004554","team_id":"480","team_name":"Sheffield United FC","short_name":"Sheffield Utd","team_area_name":"England","team_area_id":"68","start_date":"2019-01-31","end_date":"2019-05-31","role":"player","active":"no","last_updated":"2019-08-08 07:27:47"}]},{"people_id":"38046","first_name":"Joao Pedro","last_name":"Cavaco Cancelo","match_name":"João Cancelo","common_name":"João Cancelo","date_of_birth":"1994-05-27","place_of_birth":"Barreiro","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"180","weight":"66","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38046.png","last_updated":"2019-08-08 07:27:30","membership":[{"membership_id":"3203377","team_id":"464","team_name":"Manchester City FC","short_name":"Man City","team_area_name":"England","team_area_id":"68","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 07:27:30"},{"membership_id":"2746353","team_id":"786","team_name":"Juventus FC","short_name":"Juve","team_area_name":"Italy","team_area_id":"100","start_date":"2018-07-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 07:27:30"}]},{"people_id":"41588","first_name":"Danilo Luiz","last_name":"da Silva","match_name":"Danilo","common_name":"Danilo","date_of_birth":"1991-07-15","place_of_birth":"Bicas","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"184","weight":"73","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41588.png","last_updated":"2019-08-08 07:27:02","membership":[{"membership_id":"3203376","team_id":"786","team_name":"Juventus FC","short_name":"Juve","team_area_name":"Italy","team_area_id":"100","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 07:27:02"},{"membership_id":"1304017","team_id":"464","team_name":"Manchester City FC","short_name":"Man City","team_area_name":"England","team_area_id":"68","start_date":"2017-07-23","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 07:27:02"}]},{"people_id":"15386","first_name":"Djibril ","last_name":"Sidibé","match_name":"D. Sidibé","common_name":"Djibril Sidibé","date_of_birth":"1992-07-29","place_of_birth":"Troyes","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"184","weight":"81","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/15386.png","last_updated":"2019-08-08 07:26:15","membership":[{"membership_id":"3203375","team_id":"473","team_name":"Everton FC","short_name":"Everton","team_area_name":"England","team_area_id":"68","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 07:26:15"},{"membership_id":"409944","team_id":"595","team_name":"AS Monaco FC","short_name":"AS Monaco","team_area_name":"Monaco","team_area_id":"253","start_date":"2016-07-09","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 07:26:15"}]},{"people_id":"5406","first_name":"George Alexandru","last_name":"Puşcaş","match_name":"G. Puşcaş","common_name":"George Puşcaş","date_of_birth":"1996-04-08","place_of_birth":"Marghita","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"male","height":"187","weight":"80","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5406.png","last_updated":"2019-08-08 07:25:51","membership":[{"membership_id":"3203374","team_id":"517","team_name":"Reading FC","short_name":"Reading","team_area_name":"England","team_area_id":"68","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 07:25:51"},{"membership_id":"3203373","team_id":"788","team_name":"FC Internazionale Milano","short_name":"Inter","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 07:25:51"},{"membership_id":"2739353","team_id":"802","team_name":"US Città di Palermo","short_name":"Palermo","team_area_name":"Italy","team_area_id":"100","start_date":"2018-08-08","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 07:25:34"}]},{"people_id":"16511","first_name":"Brice","last_name":"Samba","match_name":"B. Samba","common_name":"Brice Samba","date_of_birth":"1994-04-25","place_of_birth":"Linzolo","country_of_birth":"Congo","nationality":"France","country_of_birth_area_id":"52","nationality_area_id":"76","gender":"male","height":"186","weight":"79","foot":"left","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/16511.png","last_updated":"2019-08-08 07:25:10","membership":[{"membership_id":"3203372","team_id":"481","team_name":"Nottingham Forest FC","short_name":"Nottingham For","team_area_name":"England","team_area_id":"68","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 07:25:10"},{"membership_id":"1292056","team_id":"596","team_name":"SM Caen","short_name":"SM Caen","team_area_name":"France","team_area_id":"76","start_date":"2017-06-30","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 07:25:10"}]},{"people_id":"171187","first_name":"Paul Brian","last_name":"Rodríguez Bravo","match_name":"B. Rodríguez","common_name":"Brian Rodríguez","date_of_birth":"2000-05-20","place_of_birth":"Tranqueras","country_of_birth":"Uruguay","nationality":"Uruguay","country_of_birth_area_id":"204","nationality_area_id":"204","gender":"male","height":"178","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 07:24:41","membership":[{"membership_id":"3203371","team_id":"25244","team_name":"Los Angeles FC","short_name":"Los Angeles FC","team_area_name":"United States","team_area_id":"203","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 07:24:41"},{"membership_id":"2626353","team_id":"17542","team_name":"CA Peñarol","short_name":"Peñarol","team_area_name":"Uruguay","team_area_id":"204","start_date":"2018-02-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 07:24:41"}]},{"people_id":"2488","first_name":"James","last_name":"McCarthy","match_name":"J. McCarthy","common_name":"James McCarthy","date_of_birth":"1990-11-12","place_of_birth":"Glasgow","country_of_birth":"Scotland","nationality":"Republic of Ireland","country_of_birth_area_id":"165","nationality_area_id":"98","gender":"male","height":"180","weight":"72","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/2488.png","last_updated":"2019-08-08 07:24:21","membership":[{"membership_id":"3203370","team_id":"508","team_name":"Crystal Palace FC","short_name":"Crystal Palace","team_area_name":"England","team_area_id":"68","start_date":"2019-08-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 07:24:21"},{"membership_id":"2837225","team_id":"28097","team_name":"Everton FC U23","short_name":"Everton","team_area_name":"England","team_area_id":"68","start_date":"2018-10-01","end_date":"2019-08-08","role":"player","active":"no","last_updated":"2019-08-08 07:24:21"},{"membership_id":"3165","team_id":"473","team_name":"Everton FC","short_name":"Everton","team_area_name":"England","team_area_id":"68","start_date":"2013-09-02","end_date":"2019-08-08","role":"player","active":"no","last_updated":"2019-08-08 07:24:21"}]},{"people_id":"12321","first_name":"Kevin","last_name":"Trapp","match_name":"K. Trapp","common_name":"Kevin Trapp","date_of_birth":"1990-09-08","place_of_birth":"Merzig","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":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12321.png","last_updated":"2019-08-08 07:23:04","membership":[{"membership_id":"3203369","team_id":"521","team_name":"Eintracht Frankfurt","short_name":"Frankfurt","team_area_name":"Germany","team_area_id":"80","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 07:23:04"},{"membership_id":"3165587","team_id":"574","team_name":"Paris Saint-Germain FC","short_name":"PSG","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 07:23:04"}]},{"people_id":"330238","first_name":"Myhan","last_name":"Hippolyte","match_name":"M. Hippolyte","common_name":"Myron Hippolyte","date_of_birth":"","place_of_birth":"","country_of_birth":"St. Lucia","nationality":"St. Lucia","country_of_birth_area_id":"179","nationality_area_id":"179","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-08 06:44:45"},{"people_id":"333330","first_name":"Swanne","last_name":"Donnelly","match_name":"S. Donnelly","common_name":"Swanne Donnelly","date_of_birth":"","place_of_birth":"","country_of_birth":"St. Lucia","nationality":"St. Lucia","country_of_birth_area_id":"179","nationality_area_id":"179","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-08 06:21:14","membership":{"membership_id":"3203368","team_id":"37898","team_name":"Vieux Fort North","short_name":"Vieux Fort N","team_area_name":"St. Lucia","team_area_id":"179","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 06:21:14"}},{"people_id":"333329","first_name":"Leonel","last_name":"Castillo Tomás","match_name":"L. Castillo","common_name":"Leonel Castillo","date_of_birth":"2000-12-14","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 04:08:12","membership":{"membership_id":"3203367","team_id":"19061","team_name":"Potros UAEM","short_name":"Potros UAEM","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 04:08:12"}},{"people_id":"333328","first_name":"Omar","last_name":"Ramírez","match_name":"O. Ramírez","common_name":"Omar Ramírez","date_of_birth":"2001-11-23","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 04:07:11","membership":{"membership_id":"3203366","team_id":"19061","team_name":"Potros UAEM","short_name":"Potros UAEM","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 04:07:11"}},{"people_id":"333327","first_name":"Jesús","last_name":"Fuentes","match_name":"J. Fuentes","common_name":"Jesús Fuentes","date_of_birth":"2000-01-09","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 04:05:18","membership":{"membership_id":"3203365","team_id":"19061","team_name":"Potros UAEM","short_name":"Potros UAEM","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 04:05:18"}},{"people_id":"333326","first_name":"Adrián","last_name":"Justo Canto","match_name":"A. Justo","common_name":"Adrián Justo","date_of_birth":"1994-06-06","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 04:03:51","membership":{"membership_id":"3203364","team_id":"19061","team_name":"Potros UAEM","short_name":"Potros UAEM","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 04:03:51"}},{"people_id":"333325","first_name":"Sergio Alexis","last_name":"Velázquez Covarrubias","match_name":"S. Velázquez","common_name":"Sergio Velázquez","date_of_birth":"1999-03-04","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 04:02:10","membership":{"membership_id":"3203363","team_id":"18767","team_name":"Atlético San Luis","short_name":"San Luis","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 04:02:10"}},{"people_id":"333324","first_name":"Mario Alberto","last_name":"Serrano Manecera","match_name":"M. Serrano","common_name":"Mario Serrano","date_of_birth":"2001-10-14","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 03:59:19","membership":{"membership_id":"3203362","team_id":"18768","team_name":"Club Celaya FC","short_name":"Celaya","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:59:19"}},{"people_id":"333323","first_name":"Edgar Omar","last_name":"Reyes Quintero","match_name":"E. Reyes","common_name":"Edgar Reyes","date_of_birth":"1999-04-23","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 03:58:16","membership":{"membership_id":"3203361","team_id":"18768","team_name":"Club Celaya FC","short_name":"Celaya","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:58:16"}},{"people_id":"30039","first_name":"Alejandro","last_name":"Molina Núñez","match_name":"A. Molina","common_name":"Alejandro Molina","date_of_birth":"1988-07-21","place_of_birth":"Ensenada","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"177","weight":"76","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 03:55:47","membership":{"membership_id":"3203360","team_id":"2081","team_name":"Dorados de Sinaloa","short_name":"Dorados","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:55:47"}},{"people_id":"30551","first_name":"Martín Alexander","last_name":"Abundiz Aldana","match_name":"M. Abundiz","common_name":"Martín Abundiz","date_of_birth":"1996-04-10","place_of_birth":"Guadalajara, Jalisco","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"180","weight":"75","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 03:54:27","membership":[{"membership_id":"3203359","team_id":"19061","team_name":"Potros UAEM","short_name":"Potros UAEM","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:54:27"},{"membership_id":"2725999","team_id":"18768","team_name":"Club Celaya FC","short_name":"Celaya","team_area_name":"Mexico","team_area_id":"129","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 03:54:20"}]},{"people_id":"129511","first_name":"Iván","last_name":"Zamora Esquivel","match_name":"I. Zamora","common_name":"Iván Zamora","date_of_birth":"1996-01-11","place_of_birth":"Toluca","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"167","weight":"59","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 03:54:01","membership":[{"membership_id":"3203358","team_id":"19061","team_name":"Potros UAEM","short_name":"Potros UAEM","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:54:01"},{"membership_id":"2723114","team_id":"2063","team_name":"Atlante FC","short_name":"Atlante","team_area_name":"Mexico","team_area_id":"129","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 03:53:53"}]},{"people_id":"266197","first_name":"Jonathan Alonzo","last_name":"Esparza","match_name":"J. Esparza","common_name":"Jonathan Esparza","date_of_birth":"1999-07-09","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"172","weight":"75","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 03:53:30","membership":[{"membership_id":"3203357","team_id":"18768","team_name":"Club Celaya FC","short_name":"Celaya","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:53:30"},{"membership_id":"2745990","team_id":"18765","team_name":"Alebrijes de Oaxaca","short_name":"Oaxaca","team_area_name":"Mexico","team_area_id":"129","start_date":"2018-08-17","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 03:53:21"}]},{"people_id":"34736","first_name":"Pablo Timoteo","last_name":"De Miranda","match_name":"P. De Miranda","common_name":"Pablo De Miranda","date_of_birth":"1986-02-24","place_of_birth":"Comodoro Rivadaria","country_of_birth":"Argentina","nationality":"Argentina","country_of_birth_area_id":"16","nationality_area_id":"16","gender":"male","height":"186","weight":"77","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-08 03:53:14","membership":[{"membership_id":"3203356","team_id":"18768","team_name":"Club Celaya FC","short_name":"Celaya","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:53:14"},{"membership_id":"2988355","team_id":"17797","team_name":"CSyD Carlos A. Mannucci","short_name":"Mannucci","team_area_name":"Peru","team_area_id":"153","start_date":"2019-01-02","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 03:53:07"}]},{"people_id":"266199","first_name":"Vladimir","last_name":"Moragrega Soto","match_name":"Moragregra","common_name":"Vladimir Moragregra","date_of_birth":"1998-07-26","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"182","weight":"70","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 03:52:39","membership":[{"membership_id":"3203355","team_id":"2081","team_name":"Dorados de Sinaloa","short_name":"Dorados","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:52:39"},{"membership_id":"2726067","team_id":"18765","team_name":"Alebrijes de Oaxaca","short_name":"Oaxaca","team_area_name":"Mexico","team_area_id":"129","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 03:52:32"}]},{"people_id":"81524","first_name":"Enzo Damián","last_name":"Maidana","match_name":"E. Maidana","common_name":"Enzo Maidana","date_of_birth":"1988-01-13","place_of_birth":"San Miguel de Tucumán","country_of_birth":"Argentina","nationality":"Argentina","country_of_birth_area_id":"16","nationality_area_id":"16","gender":"male","height":"187","weight":"75","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-08 03:34:42","membership":[{"membership_id":"3203354","team_id":"18053","team_name":"Club Nacional Potosí","short_name":"Nac. Potosí","team_area_name":"Bolivia","team_area_id":"32","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:34:42"},{"membership_id":"2999463","team_id":"2106","team_name":"CAR Independiente del Valle","short_name":"Independiente","team_area_name":"Ecuador","team_area_id":"65","start_date":"2019-01-14","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-08 03:34:35"}]},{"people_id":"59370","first_name":"Tevin Wilford","last_name":"Gamboa","match_name":"T. Gamboa","common_name":"Tevin Gamboa","date_of_birth":"1993-01-22","place_of_birth":"Dangriga","country_of_birth":"Belize","nationality":"Belize","country_of_birth_area_id":"28","nationality_area_id":"28","gender":"male","height":"178","weight":"66","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/59370.png","last_updated":"2019-08-08 03:32:52","membership":{"membership_id":"2848205","team_id":"15201","team_name":"Belmopan Bandits FSC","short_name":"Bandits FSC","team_area_name":"Belize","team_area_id":"28","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:32:52"}},{"people_id":"145186","first_name":"Szabolcs","last_name":"Németh","match_name":"S. Németh","common_name":"Szabolcs Németh","date_of_birth":"1981-09-17","place_of_birth":"Szombathely","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-08 03:20:19","membership":[{"membership_id":"3203353","team_id":"25264","team_name":"Dorogi FC","short_name":"Dorogi FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-08 03:20:19"},{"membership_id":"2822387","team_id":"37741","team_name":"Illés Akadémia","short_name":"Illés Akadémia","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-09-01","end_date":"2019-05-30","role":"coach","active":"no","last_updated":"2019-08-08 03:20:05"}]},{"people_id":"144670","first_name":"Botond","last_name":"Terbe","match_name":"B. Terbe","common_name":"Botond Terbe","date_of_birth":"2000-04-19","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 03:18:44","membership":{"membership_id":"3203352","team_id":"21998","team_name":"Vasas FC","short_name":"Vasas","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:18:44"}},{"people_id":"134397","first_name":"Bálint","last_name":"Szmola","match_name":"B. Szmola","common_name":"Bálint Szmola","date_of_birth":"2000-04-01","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 03:18:10","membership":[{"membership_id":"3203351","team_id":"21998","team_name":"Vasas FC","short_name":"Vasas","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:18:10"},{"membership_id":"2676974","team_id":"22455","team_name":"FC Augsburg U19","short_name":"Augsburg U19","team_area_name":"Germany","team_area_id":"80","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 03:18:03"}]},{"people_id":"131292","first_name":"László","last_name":"Tóth","match_name":"L. Tóth","common_name":"László Tóth","date_of_birth":"1995-07-07","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 03:16:29","membership":[{"membership_id":"3203350","team_id":"21998","team_name":"Vasas FC","short_name":"Vasas","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:16:29"},{"membership_id":"2733191","team_id":"26411","team_name":"Kazincbarcika SC","short_name":"Kazincbarcika","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 03:16:22"}]},{"people_id":"70923","first_name":"Ádám","last_name":"Viczián","match_name":"A. Viczián","common_name":"Ádám Viczián","date_of_birth":"1995-11-24","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 03:15:35","membership":[{"membership_id":"3203349","team_id":"21998","team_name":"Vasas FC","short_name":"Vasas","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:15:35"},{"membership_id":"166224","team_id":"23083","team_name":"Békéscsabai 1912 Előre","short_name":"Békéscsabai","team_area_name":"Hungary","team_area_id":"92","start_date":"2011-05-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 03:15:27"}]},{"people_id":"76977","first_name":"Mátyás","last_name":"Gál","match_name":"M. Gál","common_name":"Mátyás Gál","date_of_birth":"1992-03-18","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"184","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 03:15:11","membership":[{"membership_id":"3203348","team_id":"21998","team_name":"Vasas FC","short_name":"Vasas","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:15:11"},{"membership_id":"244811","team_id":"22175","team_name":"BFC Siófok","short_name":"BFC Siófok","team_area_name":"Hungary","team_area_id":"92","start_date":"2015-08-28","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 03:15:01"}]},{"people_id":"32253","first_name":"Ivan","last_name":"Rados","match_name":"I. Rados","common_name":"Ivan Rados","date_of_birth":"1984-02-21","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 03:14:47","membership":[{"membership_id":"3203347","team_id":"21998","team_name":"Vasas FC","short_name":"Vasas","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-23","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:14:47"},{"membership_id":"36333","team_id":"18893","team_name":"Diósgyőri VTK","short_name":"Diósgyőri","team_area_name":"Hungary","team_area_id":"92","start_date":"2013-07-01","end_date":"2019-07-22","role":"player","active":"no","last_updated":"2019-08-08 03:14:39"}]},{"people_id":"333322","first_name":"Vince Tóbiás","last_name":"Nyíri","match_name":"V. Nyíri","common_name":"Vince Nyíri","date_of_birth":"2001-06-27","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 03:13:47","membership":{"membership_id":"3203346","team_id":"25264","team_name":"Dorogi FC","short_name":"Dorogi FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:13:47"}},{"people_id":"333321","first_name":"Ádám Pál","last_name":"Németh","match_name":"A. Németh","common_name":"Ádám Németh","date_of_birth":"2000-06-01","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 03:12:46","membership":{"membership_id":"3203345","team_id":"25264","team_name":"Dorogi FC","short_name":"Dorogi FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:12:46"}},{"people_id":"295274","first_name":"Vilmos","last_name":"Borsos","match_name":"V. Borsos","common_name":"Vilmos Borsos","date_of_birth":"2000-09-21","place_of_birth":"Szigetszentmiklós","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"188","weight":"","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 03:11:48","membership":[{"membership_id":"3203344","team_id":"25264","team_name":"Dorogi FC","short_name":"Dorogi FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-09","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:11:48"},{"membership_id":"3011934","team_id":"22554","team_name":"Budaörsi SC 1924","short_name":"Budaörsi SC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 03:11:41"}]},{"people_id":"77081","first_name":"Gergely","last_name":"Délczeg","match_name":"G. Délczeg","common_name":"Gergely Délczeg","date_of_birth":"1987-08-09","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"189","weight":"","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-08 03:11:25","membership":{"membership_id":"3203343","team_id":"25264","team_name":"Dorogi FC","short_name":"Dorogi FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:11:25"}},{"people_id":"135249","first_name":"Dárius","last_name":"Csillag","match_name":"D. Csillag","common_name":"Dárius Csillag","date_of_birth":"1995-01-29","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"188","weight":"","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 03:11:10","membership":[{"membership_id":"3203342","team_id":"25264","team_name":"Dorogi FC","short_name":"Dorogi FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:11:10"},{"membership_id":"2733103","team_id":"19026","team_name":"Vác FC","short_name":"Vác FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 03:11:02"}]},{"people_id":"295273","first_name":"Botond","last_name":"Földi","match_name":"B. Földi","common_name":"Botond Földi","date_of_birth":"2001-08-12","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 03:10:50","membership":[{"membership_id":"3203341","team_id":"25264","team_name":"Dorogi FC","short_name":"Dorogi FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:10:50"},{"membership_id":"3009821","team_id":"14447","team_name":"Ceglédi VSE","short_name":"Ceglédi","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 03:10:43"}]},{"people_id":"130434","first_name":"Ádám","last_name":"Albert","match_name":"A. Albert","common_name":"Ádám Albert","date_of_birth":"1990-10-16","place_of_birth":"Budapest","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 03:10:13","membership":[{"membership_id":"3203340","team_id":"25264","team_name":"Dorogi FC","short_name":"Dorogi FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 03:10:13"},{"membership_id":"1309183","team_id":"20435","team_name":"Soroksár SC 1905","short_name":"Soroksár","team_area_name":"Hungary","team_area_id":"92","start_date":"2017-07-01","end_date":"2018-12-30","role":"player","active":"no","last_updated":"2019-08-08 03:10:04"}]},{"people_id":"333320","first_name":"Huber Axel","last_name":"López Castro","match_name":"H. López","common_name":"Huber López","date_of_birth":"1994-09-07","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 02:41:11","membership":{"membership_id":"3203339","team_id":"15411","team_name":"CDS Vida","short_name":"CDS Vida","team_area_name":"Honduras","team_area_id":"90","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 02:41:11"}},{"people_id":"333319","first_name":"Jesús Manuel","last_name":"Rivera Benítez","match_name":"J. Rivera","common_name":"Jesús Rivera","date_of_birth":"1992-04-25","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 02:30:46","membership":{"membership_id":"3203338","team_id":"15411","team_name":"CDS Vida","short_name":"CDS Vida","team_area_name":"Honduras","team_area_id":"90","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 02:30:46"}},{"people_id":"333316","first_name":"Caleb","last_name":"Kiner","match_name":"C. Kiner","common_name":"Caleb Kiner","date_of_birth":"2000-09-20","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 02:14:30","membership":{"membership_id":"3203337","team_id":"25846","team_name":"Portland Timbers 2","short_name":"Timbers 2","team_area_name":"United States","team_area_id":"203","start_date":"2019-03-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 02:14:30"}},{"people_id":"304745","first_name":"Támas","last_name":"Géringer","match_name":"T. Géringer","common_name":"Támas Géringer","date_of_birth":"1999-05-19","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 02:12:23","membership":[{"membership_id":"3203336","team_id":"26411","team_name":"Kazincbarcika SC","short_name":"Kazincbarcika","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 02:12:23"},{"membership_id":"3008305","team_id":"18893","team_name":"Diósgyőri VTK","short_name":"Diósgyőri","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 02:12:16"}]},{"people_id":"131275","first_name":"Tibor","last_name":"Oldal","match_name":"T. Oldal","common_name":"Tibor Oldal","date_of_birth":"1995-01-26","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 02:11:36","membership":[{"membership_id":"3203335","team_id":"26411","team_name":"Kazincbarcika SC","short_name":"Kazincbarcika","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 02:11:36"},{"membership_id":"2731281","team_id":"14447","team_name":"Ceglédi VSE","short_name":"Ceglédi","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-24","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 02:11:28"}]},{"people_id":"132251","first_name":"István","last_name":"Berki","match_name":"I. Berki","common_name":"István Berki","date_of_birth":"1994-02-01","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 02:11:11","membership":[{"membership_id":"3203334","team_id":"26411","team_name":"Kazincbarcika SC","short_name":"Kazincbarcika","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 02:11:11"},{"membership_id":"2725799","team_id":"23483","team_name":"Balmaz Kamilla Gyógyfürdő","short_name":"Balmaz Kamilla","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-17","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 02:11:02"}]},{"people_id":"158305","first_name":"Bence","last_name":"Harangozó","match_name":"B. Harangozó","common_name":"Bence Harangozó","date_of_birth":"1999-03-22","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/158305.png","last_updated":"2019-08-08 02:10:37","membership":[{"membership_id":"3203333","team_id":"26411","team_name":"Kazincbarcika SC","short_name":"Kazincbarcika","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-02","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 02:10:37"},{"membership_id":"1012974","team_id":"23482","team_name":"Soproni VSE","short_name":"Soproni VSE","team_area_name":"Hungary","team_area_id":"92","start_date":"2016-09-14","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-08 02:10:19"}]},{"people_id":"134003","first_name":"András","last_name":"Farkas","match_name":"A. Farkas","common_name":"András Farkas","date_of_birth":"1992-12-03","place_of_birth":"Kecskemét","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"183","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 02:09:57","membership":[{"membership_id":"3203332","team_id":"26411","team_name":"Kazincbarcika SC","short_name":"Kazincbarcika","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 02:09:57"},{"membership_id":"616003","team_id":"14447","team_name":"Ceglédi VSE","short_name":"Ceglédi","team_area_name":"Hungary","team_area_id":"92","start_date":"2015-07-24","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 02:09:49"}]},{"people_id":"139556","first_name":"László","last_name":"Horváth","match_name":"L. Horváth","common_name":"László Horváth","date_of_birth":"1988-02-23","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 02:09:19","membership":[{"membership_id":"3203331","team_id":"26411","team_name":"Kazincbarcika SC","short_name":"Kazincbarcika","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 02:09:19"},{"membership_id":"2729384","team_id":"1479","team_name":"MTK Budapest FC","short_name":"MTK Budapest","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 02:09:11"}]},{"people_id":"333315","first_name":"Botond","last_name":"Pócsik","match_name":"B. Pócsik","common_name":"Botond Pócsik","date_of_birth":"2000-10-22","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 02:07:45","membership":{"membership_id":"3203330","team_id":"20435","team_name":"Soroksár SC 1905","short_name":"Soroksár","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 02:07:45"}},{"people_id":"71004","first_name":"Oscar Javier","last_name":"Móvil Castillo","match_name":"O. Móvil","common_name":"Oscar Móvil","date_of_birth":"1987-05-01","place_of_birth":"Riohacha","country_of_birth":"Colombia","nationality":"Colombia","country_of_birth_area_id":"51","nationality_area_id":"51","gender":"male","height":"180","weight":"76","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-08 02:06:38","membership":[{"membership_id":"3203329","team_id":"15417","team_name":"CD Real Sociedad de Tocoa","short_name":"Real Sociedad","team_area_name":"Honduras","team_area_id":"90","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 02:06:38"},{"membership_id":"2773453","team_id":"15011","team_name":"O&M FC","short_name":"O&M FC","team_area_name":"Dominican Republic","team_area_id":"64","start_date":"2018-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 02:05:55"}]},{"people_id":"19436","first_name":"Matija","last_name":"Mišić","match_name":"M. Mišić","common_name":"Matija Mišić","date_of_birth":"1992-01-30","place_of_birth":"Županja","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"174","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 02:02:52","membership":[{"membership_id":"3203328","team_id":"20435","team_name":"Soroksár SC 1905","short_name":"Soroksár","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 02:02:52"},{"membership_id":"1307319","team_id":"19039","team_name":"Kisvárda Master Good","short_name":"Kisvárda MG","team_area_name":"Hungary","team_area_id":"92","start_date":"2017-07-19","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 02:02:43"}]},{"people_id":"144677","first_name":"András Mátyás","last_name":"Csonka","match_name":"A. Csonka","common_name":"András Mátyás Csonka","date_of_birth":"2000-05-01","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/144677.png","last_updated":"2019-08-08 02:02:27","membership":[{"membership_id":"3203327","team_id":"20435","team_name":"Soroksár SC 1905","short_name":"Soroksár","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 02:02:27"},{"membership_id":"1255243","team_id":"18727","team_name":"Ferencvárosi TC","short_name":"Ferencváros","team_area_name":"Hungary","team_area_id":"92","start_date":"2017-03-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 02:02:20"}]},{"people_id":"97236","first_name":"Zsombor","last_name":"Takács","match_name":"Z. Takács","common_name":"Zsombor Takács","date_of_birth":"1999-02-22","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 02:02:05","membership":[{"membership_id":"3203326","team_id":"20435","team_name":"Soroksár SC 1905","short_name":"Soroksár","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-24","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 02:02:05"},{"membership_id":"1328612","team_id":"18727","team_name":"Ferencvárosi TC","short_name":"Ferencváros","team_area_name":"Hungary","team_area_id":"92","start_date":"2017-08-25","end_date":"2019-07-23","role":"player","active":"no","last_updated":"2019-08-08 02:01:55"}]},{"people_id":"333314","first_name":"João Pedro","last_name":"Ramos Borges Sousa","match_name":"João Pedro Sousa","common_name":"João Pedro Sousa","date_of_birth":"1971-08-04","place_of_birth":"Luanda","country_of_birth":"Angola","nationality":"Portugal","country_of_birth_area_id":"13","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-08 01:55:01","membership":{"membership_id":"3203325","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-08 01:55:01"}},{"people_id":"38227","first_name":"Raphael Gregorio","last_name":"Guzzo","match_name":"Raphael Guzzo","common_name":"Raphael Guzzo","date_of_birth":"1995-01-06","place_of_birth":"","country_of_birth":"Brazil","nationality":"Portugal","country_of_birth_area_id":"35","nationality_area_id":"156","gender":"male","height":"177","weight":"69","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:53:22","membership":[{"membership_id":"3203324","team_id":"1564","team_name":"GD Chaves","short_name":"Chaves","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-02","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:53:22"},{"membership_id":"2749128","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:53:22"}]},{"people_id":"199425","first_name":"Pathé","last_name":"Ciss","match_name":"P. Ciss","common_name":"Pathé Ciss","date_of_birth":"1994-03-16","place_of_birth":"","country_of_birth":"Senegal","nationality":"Senegal","country_of_birth_area_id":"166","nationality_area_id":"166","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:52:55","membership":[{"membership_id":"3203323","team_id":"1561","team_name":"CF União da Madeira","short_name":"União Madeira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:52:55"},{"membership_id":"2773297","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:52:55"}]},{"people_id":"197933","first_name":"Nuno de Borja","last_name":"Serafim Castro","match_name":"Nuno Castro","common_name":"Nuno Castro","date_of_birth":"1994-12-08","place_of_birth":"Viana do Castelo","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 01:52:20","membership":{"membership_id":"1311973","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2018-02-11","role":"player","active":"no","last_updated":"2019-08-08 01:52:20"}},{"people_id":"33268","first_name":"João Pedro","last_name":"Moreira Mendes","match_name":"Mendes","common_name":"Mendes","date_of_birth":"1988-03-22","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 01:51:42","membership":[{"membership_id":"3203322","team_id":"24087","team_name":"Lusitânia FC Lourosa","short_name":"Lusitânia FCL","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-16","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:51:42"},{"membership_id":"182055","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-08-01","end_date":"2019-01-15","role":"player","active":"no","last_updated":"2019-08-08 01:51:42"}]},{"people_id":"38058","first_name":"Luís Carlos","last_name":"Rocha Rodrigues","match_name":"Luís Rocha","common_name":"Luís Rocha","date_of_birth":"1986-08-13","place_of_birth":"Guimarães","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"186","weight":"85","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-08 01:50:18","membership":[{"membership_id":"3203321","team_id":"3064","team_name":"SC Farense","short_name":"Farense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-03","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:50:18"},{"membership_id":"3011387","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-02-01","end_date":"2019-08-02","role":"player","active":"no","last_updated":"2019-08-08 01:50:18"}]},{"people_id":"96154","first_name":"Koffi Franck","last_name":"Kouao","match_name":"K. Kouao","common_name":"Koffi Franck Kouao","date_of_birth":"1998-05-20","place_of_birth":"","country_of_birth":"Côte d’Ivoire","nationality":"Côte d’Ivoire","country_of_birth_area_id":"60","nationality_area_id":"60","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 01:49:41","membership":[{"membership_id":"3203320","team_id":"1567","team_name":"FC Vizela","short_name":"Vizela","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:49:41"},{"membership_id":"2727453","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:49:41"}]},{"people_id":"98080","first_name":"Jorge Javier","last_name":"Moreira Pereira","match_name":"Jorge Pereira","common_name":"Jorge Pereira","date_of_birth":"1998-03-10","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:48:56","membership":{"membership_id":"1363763","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2018-08-31","role":"player","active":"no","last_updated":"2019-08-08 01:48:56"}},{"people_id":"98520","first_name":"Eduardo","last_name":"Gonzaga Mendes Santos","match_name":"Eduardo Santos","common_name":"Eduardo Santos","date_of_birth":"1997-11-28","place_of_birth":"São Paulo, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 01:48:29","membership":[{"membership_id":"3203319","team_id":"28930","team_name":"Fluminense FC U20","short_name":"","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:48:29"},{"membership_id":"2773550","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-09-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:48:29"}]},{"people_id":"138205","first_name":"Bernard Patrick","last_name":"Ashley-Seal","match_name":"B. Ashley-Seal","common_name":"Bernard Ashley-Seal","date_of_birth":"1998-11-21","place_of_birth":"London","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 01:47:51","membership":[{"membership_id":"3203318","team_id":"28117","team_name":"Wolverhampton Wanderers FC U23","short_name":"Wolverhampton","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:47:51"},{"membership_id":"3011385","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-23","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:47:51"}]},{"people_id":"306514","first_name":"Sebastián","last_name":"Martínez Vidrio","match_name":"S. Martínez","common_name":"Sebastián Martínez","date_of_birth":"2001-01-06","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 01:47:27","membership":{"membership_id":"3016202","team_id":"2064","team_name":"CD Guadalajara","short_name":"Guadalajara","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-02-15","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:47:27"}},{"people_id":"65507","first_name":"Alhassane","last_name":"Sylla","match_name":"A. Sylla","common_name":"Alhassane Sylla","date_of_birth":"1995-08-24","place_of_birth":"","country_of_birth":"Senegal","nationality":"Senegal","country_of_birth_area_id":"166","nationality_area_id":"166","gender":"male","height":"177","weight":"","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/65507.png","last_updated":"2019-08-08 01:47:15","membership":[{"membership_id":"3203317","team_id":"1561","team_name":"CF União da Madeira","short_name":"União Madeira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:47:15"},{"membership_id":"2825719","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-10-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:47:15"}]},{"people_id":"18731","first_name":"Bobby","last_name":"Shuttleworth","match_name":"B. Shuttleworth","common_name":"Bobby Shuttleworth","date_of_birth":"1987-05-13","place_of_birth":"Tonawanda, NY","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"male","height":"188","weight":"88","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/18731.png","last_updated":"2019-08-08 01:46:23","membership":[{"membership_id":"3203147","team_id":"15789","team_name":"Minnesota United FC","short_name":"Minnesota U","team_area_name":"United States","team_area_id":"203","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:46:23"},{"membership_id":"1199180","team_id":"15789","team_name":"Minnesota United FC","short_name":"Minnesota U","team_area_name":"United States","team_area_id":"203","start_date":"2017-02-15","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"90199","first_name":"Antonio","last_name":"Martínez López","match_name":"Toni Martínez","common_name":"Toni Martínez","date_of_birth":"1997-06-30","place_of_birth":"Murcia","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"177","weight":"77","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/90199.png","last_updated":"2019-08-08 01:46:20","membership":[{"membership_id":"3203316","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-22","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:45:43"},{"membership_id":"3145068","team_id":"28116","team_name":"West Ham United FC U23","short_name":"West Ham U23","team_area_name":"England","team_area_id":"68","start_date":"2019-06-16","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:46:20"},{"membership_id":"3006699","team_id":"754","team_name":"CD Lugo","short_name":"Lugo","team_area_name":"Spain","team_area_id":"176","start_date":"2019-01-28","end_date":"2019-06-15","role":"player","active":"no","last_updated":"2019-08-08 01:46:20"}]},{"people_id":"274072","first_name":"Edson Ricardo","last_name":"Martínez García","match_name":"Edson Martínez","common_name":"Edson Martínez","date_of_birth":"1999-07-28","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"167","weight":"62","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:45:48","membership":{"membership_id":"2753386","team_id":"2071","team_name":"Club Santos Laguna","short_name":"Santos Laguna","team_area_name":"Mexico","team_area_id":"129","start_date":"2018-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:45:48"}},{"people_id":"289597","first_name":"Alan Eduardo","last_name":"Torres Villanueva","match_name":"A. Torres","common_name":"Alan Torres","date_of_birth":"2000-02-19","place_of_birth":"Guadalajara, Jalisco","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"174","weight":"60","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:45:35","membership":{"membership_id":"3016201","team_id":"2064","team_name":"CD Guadalajara","short_name":"Guadalajara","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-01-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:45:35"}},{"people_id":"289595","first_name":"Gilberto","last_name":"Sepúlveda López","match_name":"G. Sepúlveda","common_name":"Gilberto Sepúlveda","date_of_birth":"1999-02-04","place_of_birth":"Guasave, Sinaloa","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"180","weight":"78","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-08 01:45:28","membership":{"membership_id":"2850282","team_id":"2064","team_name":"CD Guadalajara","short_name":"Guadalajara","team_area_name":"Mexico","team_area_id":"129","start_date":"2018-11-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:45:28"}},{"people_id":"62123","first_name":"Nicolás Javier","last_name":"Schiappacasse Oliva","match_name":"N. Schiappacase","common_name":"Nicolás Schiappacase","date_of_birth":"1999-01-12","place_of_birth":"Montevideo","country_of_birth":"Uruguay","nationality":"Uruguay","country_of_birth_area_id":"204","nationality_area_id":"204","gender":"male","height":"180","weight":"73","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-08 01:44:44","membership":{"membership_id":"3017450","team_id":"793","team_name":"Parma Calcio 1913","short_name":"Parma","team_area_name":"Italy","team_area_id":"100","start_date":"2019-01-31","end_date":"2019-07-17","role":"player","active":"no","last_updated":"2019-08-08 01:44:44"}},{"people_id":"4404","first_name":"Diogo António","last_name":"Cupido Gonçalves","match_name":"Diogo Gonçalves","common_name":"Diogo Gonçalves","date_of_birth":"1997-02-06","place_of_birth":"Almodôvar","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"176","weight":"66","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-08 01:44:07","membership":{"membership_id":"3165543","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:53:15"}},{"people_id":"97587","first_name":"Óttar Magnús","last_name":"Karlsson","match_name":"Ó. Karlsson","common_name":"Óttar Karlsson","date_of_birth":"1997-02-21","place_of_birth":"","country_of_birth":"Iceland","nationality":"Iceland","country_of_birth_area_id":"93","nationality_area_id":"93","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/97587.png","last_updated":"2019-08-08 01:43:56","membership":[{"membership_id":"3203315","team_id":"18805","team_name":"KF Víkingur","short_name":"Víkingur","team_area_name":"Iceland","team_area_id":"93","start_date":"2019-07-31","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:43:56"},{"membership_id":"3053082","team_id":"1294","team_name":"Mjällby AIF","short_name":"Mjällby AIF","team_area_name":"Sweden","team_area_id":"184","start_date":"2019-01-01","end_date":"2019-07-30","role":"player","active":"no","last_updated":"2019-08-08 01:43:48"}]},{"people_id":"55531","first_name":"Gonçalo Rosa","last_name":"Gonçalves Pereira Rodrigues","match_name":"Guga Rodrigues","common_name":"Guga Rodrigues","date_of_birth":"1997-07-18","place_of_birth":"Faro","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"167","weight":"59","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:42:42","membership":[{"membership_id":"3203314","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:42:42"},{"membership_id":"2992436","team_id":"1844","team_name":"Panaitolikόs GFS","short_name":"Panaitolikόs","team_area_name":"Greece","team_area_id":"82","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:42:35"},{"membership_id":"412179","team_id":"22710","team_name":"Portugal U19","short_name":"Portugal U19","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-10-01","end_date":"2016-07-31","role":"player","active":"no","last_updated":"2019-08-08 01:42:42"}]},{"people_id":"274246","first_name":"Pedro António Pereira","last_name":"Gonçalves","match_name":"Pedro Gonçalves","common_name":"Pedro Gonçalves","date_of_birth":"1998-06-28","place_of_birth":"Chaves","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"173","weight":"66","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:41:56","membership":{"membership_id":"1325261","team_id":"459","team_name":"Wolverhampton Wanderers FC","short_name":"Wolverhampton","team_area_name":"England","team_area_id":"68","start_date":"2017-08-01","end_date":"2018-09-30","role":"player","active":"no","last_updated":"2019-08-08 01:41:34"}},{"people_id":"130941","first_name":"Henry Geovanny","last_name":"Alvarenga Ramírez","match_name":"H. Alvarenga","common_name":"Henry Alvarenga","date_of_birth":"1990-05-15","place_of_birth":"San Salvador","country_of_birth":"El Salvador","nationality":"El Salvador","country_of_birth_area_id":"67","nationality_area_id":"67","gender":"male","height":"170","weight":"73","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:41:49","membership":[{"membership_id":"3203313","team_id":"25129","team_name":"Sonsonate FC","short_name":"Sonsonate","team_area_name":"El Salvador","team_area_id":"67","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:41:49"},{"membership_id":"542037","team_id":"15114","team_name":"AD Chalatenango","short_name":"Chalatenango","team_area_name":"El Salvador","team_area_id":"67","start_date":"2015-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:39:27"}]},{"people_id":"140348","first_name":"Gustavo Enrique Giordano Amaro ","last_name":"Assunção da Silva","match_name":"Gustavo Assunção","common_name":"Gustavo Assunção","date_of_birth":"2000-03-30","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:40:50","membership":[{"membership_id":"3203312","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:40:50"},{"membership_id":"3063810","team_id":"727","team_name":"Club Atlético de Madrid","short_name":"Atleti","team_area_name":"Spain","team_area_id":"176","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:40:50"},{"membership_id":"769272","team_id":"24034","team_name":"Club Atlético de Madrid U19","short_name":"Atlético U19","team_area_name":"Spain","team_area_id":"176","start_date":"2016-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:40:50"}]},{"people_id":"277638","first_name":"João Caiado","last_name":"Vaz Dias","match_name":"J. Vaz Dias","common_name":"João Caiado","date_of_birth":"1999-04-20","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:39:35","membership":[{"membership_id":"3203311","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-02","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:39:35"},{"membership_id":"2765366","team_id":"28117","team_name":"Wolverhampton Wanderers FC U23","short_name":"Wolverhampton","team_area_name":"England","team_area_id":"68","start_date":"2018-09-13","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-08 01:39:35"}]},{"people_id":"115521","first_name":"Lawrence","last_name":"Ofori","match_name":"L. Ofori","common_name":"Lawrence Ofori","date_of_birth":"1998-06-28","place_of_birth":"","country_of_birth":"Ghana","nationality":"Ghana","country_of_birth_area_id":"81","nationality_area_id":"81","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:38:23","membership":[{"membership_id":"3203310","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:38:23"},{"membership_id":"3011080","team_id":"1557","team_name":"CD Feirense","short_name":"CD Feirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:38:23"}]},{"people_id":"181917","first_name":"Fodé","last_name":"Konaté","match_name":"F. Konaté","common_name":"Fodé Konaté","date_of_birth":"2000-12-02","place_of_birth":"","country_of_birth":"Mali","nationality":"Mali","country_of_birth_area_id":"125","nationality_area_id":"125","gender":"male","height":"172","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/181917.png","last_updated":"2019-08-08 01:37:52","membership":[{"membership_id":"3203309","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-02-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:37:52"},{"membership_id":"3006477","team_id":"15583","team_name":"AS Bamako","short_name":"AS Bamako","team_area_name":"Mali","team_area_id":"125","start_date":"2018-01-01","end_date":"2019-01-31","role":"player","active":"no","last_updated":"2019-08-08 01:37:52"}]},{"people_id":"272278","first_name":"Alejandro","last_name":"Centelles Plaza","match_name":"Álex Centelles","common_name":"Álex Centelles","date_of_birth":"1999-08-30","place_of_birth":"Valencia","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"185","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 01:36:08","membership":[{"membership_id":"3203308","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:36:08"},{"membership_id":"3012898","team_id":"722","team_name":"Valencia CF","short_name":"Valencia","team_area_name":"Spain","team_area_id":"176","start_date":"2019-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:36:08"}]},{"people_id":"103601","first_name":"Josh","last_name":"Tymon","match_name":"J. Tymon","common_name":"Josh Tymon","date_of_birth":"1999-05-22","place_of_birth":"Kingston upon Hull","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"175","weight":"74","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/103601.png","last_updated":"2019-08-08 01:35:22","membership":[{"membership_id":"3203307","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-17","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:35:22"},{"membership_id":"2993900","team_id":"470","team_name":"Stoke City FC","short_name":"Stoke","team_area_name":"England","team_area_id":"68","start_date":"2019-01-01","end_date":"2019-07-16","role":"player","active":"no","last_updated":"2019-08-08 01:35:22"},{"membership_id":"2758114","team_id":"28048","team_name":"Stoke City FC U21","short_name":"Stoke City U21","team_area_name":"England","team_area_id":"68","start_date":"2018-08-01","end_date":"2019-07-16","role":"player","active":"no","last_updated":"2019-08-08 01:35:22"},{"membership_id":"2713701","team_id":"28113","team_name":"Stoke City FC U23","short_name":"Stoke City","team_area_name":"England","team_area_id":"68","start_date":"2018-07-01","end_date":"2019-07-16","role":"player","active":"no","last_updated":"2019-08-08 01:35:22"}]},{"people_id":"34415","first_name":"Riccieli Eduardo","last_name":"da Silva Junior","match_name":"Riccieli","common_name":"Riccieli","date_of_birth":"1998-09-17","place_of_birth":"São Paulo, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 01:34:48","membership":[{"membership_id":"3203306","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-23","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:34:48"},{"membership_id":"1081971","team_id":"28962","team_name":"Mirassol FC U20","short_name":"","team_area_name":"Brazil","team_area_id":"35","start_date":"2016-06-01","end_date":"2019-07-22","role":"player","active":"no","last_updated":"2019-08-08 01:34:48"},{"membership_id":"1143698","team_id":"23095","team_name":"Mirassol FC","short_name":"Mirassol","team_area_name":"Brazil","team_area_id":"35","start_date":"2016-06-01","end_date":"2019-07-22","role":"player","active":"no","last_updated":"2019-08-08 01:34:48"}]},{"people_id":"333313","first_name":"Luis Antonio","last_name":"Figueroa","match_name":"L. Figueroa","common_name":"Luis Figueroa","date_of_birth":"","place_of_birth":"","country_of_birth":"El Salvador","nationality":"El Salvador","country_of_birth_area_id":"67","nationality_area_id":"67","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:34:33","membership":{"membership_id":"3203305","team_id":"15109","team_name":"AD Isidro Metapán","short_name":"Isidro Metapán","team_area_name":"El Salvador","team_area_id":"67","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:34:33"}},{"people_id":"189805","first_name":"Patrick William","last_name":"Sá de Oliveira","match_name":"Patrick","common_name":"Patrick","date_of_birth":"1997-06-03","place_of_birth":"São Leopoldo, RS","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"188","weight":"78","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-08 01:33:38","membership":[{"membership_id":"3203304","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-25","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:33:34"},{"membership_id":"3019877","team_id":"17754","team_name":"Vila Nova FC","short_name":"Vila Nova FC","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-01","end_date":"2019-07-24","role":"player","active":"no","last_updated":"2019-08-08 01:33:34"}]},{"people_id":"333312","first_name":"José Gregorio","last_name":"Murcia Valle","match_name":"J. Murcia","common_name":"José Murcia","date_of_birth":"1997-10-21","place_of_birth":"","country_of_birth":"El Salvador","nationality":"El Salvador","country_of_birth_area_id":"67","nationality_area_id":"67","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 01:31:57","membership":{"membership_id":"3203303","team_id":"15109","team_name":"AD Isidro Metapán","short_name":"Isidro Metapán","team_area_name":"El Salvador","team_area_id":"67","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:31:57"}},{"people_id":"76098","first_name":"Thibang Sindile","last_name":"Theophilus Phete","match_name":"T. Phete","common_name":"Thibang Phete","date_of_birth":"1994-04-04","place_of_birth":"Kimberley, Northern Cape","country_of_birth":"South Africa","nationality":"South Africa","country_of_birth_area_id":"175","nationality_area_id":"175","gender":"male","height":"168","weight":"77","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/76098.png","last_updated":"2019-08-08 01:31:43","membership":[{"membership_id":"3203302","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:31:43"},{"membership_id":"186215","team_id":"19270","team_name":"Vitória SC B","short_name":"Vitória SC B","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:31:43"}]},{"people_id":"171060","first_name":"Petricio Nehuén","last_name":"Pérez","match_name":"N. Pérez","common_name":"Nehuén Pérez","date_of_birth":"2000-06-24","place_of_birth":"","country_of_birth":"Argentina","nationality":"Argentina","country_of_birth_area_id":"16","nationality_area_id":"16","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 01:30:58","membership":[{"membership_id":"3203301","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-10","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:30:58"},{"membership_id":"3044751","team_id":"727","team_name":"Club Atlético de Madrid","short_name":"Atleti","team_area_name":"Spain","team_area_id":"176","start_date":"2019-03-20","end_date":"2019-07-09","role":"player","active":"no","last_updated":"2019-08-08 01:30:58"}]},{"people_id":"333311","first_name":"Francisco Amorim","last_name":"Almeida","match_name":"Chicão","common_name":"Chicão","date_of_birth":"2000-07-10","place_of_birth":"Vila Nova de Milfontes","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"185","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:29:55","membership":{"membership_id":"3203300","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-24","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:29:55"}},{"people_id":"163397","first_name":"Vitor Caetano","last_name":"Ferreira","match_name":"Vitor Caetano","common_name":"Vitor Caetano","date_of_birth":"1999-07-01","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"190","weight":"72","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 01:28:14","membership":[{"membership_id":"3203299","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:28:14"},{"membership_id":"2709574","team_id":"1375","team_name":"Figueirense FC","short_name":"Figueirense","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-06-01","end_date":"2019-07-04","role":"player","active":"no","last_updated":"2019-08-08 01:28:14"},{"membership_id":"1087484","team_id":"287","team_name":"Figueirense FC U20","short_name":"Figueirense","team_area_name":"Brazil","team_area_id":"35","start_date":"2017-01-02","end_date":"2019-07-04","role":"player","active":"no","last_updated":"2019-08-08 01:28:14"}]},{"people_id":"33265","first_name":"José Lionn","last_name":"Barbosa de Lucena","match_name":"Lionn","common_name":"Lionn","date_of_birth":"1989-01-29","place_of_birth":"Fortaleza, CE","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"184","weight":"77","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-08 01:27:32","membership":[{"membership_id":"3203298","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:27:32"},{"membership_id":"2837189","team_id":"1564","team_name":"GD Chaves","short_name":"Chaves","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-09-17","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:27:32"}]},{"people_id":"212536","first_name":"Hugo","last_name":"Domingos Gomes","match_name":"Hugo Gomes","common_name":"Hugo Gomes","date_of_birth":"1995-01-04","place_of_birth":"Campo Grande","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 01:26:45"},{"people_id":"231362","first_name":"Lucas","last_name":"Queiroz Cantero","match_name":"Luquinha","common_name":"Luquinha","date_of_birth":"2000-10-03","place_of_birth":"Primeiro de Maio","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:18:25","membership":[{"membership_id":"3203293","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:06:55"},{"membership_id":"3031056","team_id":"22344","team_name":"Londrina EC","short_name":"Londrina EC","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:06:55"},{"membership_id":"2593099","team_id":"329","team_name":"Londrina EC U20","short_name":"Londrina EC","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:06:55"}]},{"people_id":"161330","first_name":"Igor","last_name":"Neves Valencio","match_name":"Igor Neves","common_name":"Igor Neves","date_of_birth":"1998-07-13","place_of_birth":"São Paulo, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 01:18:12","membership":[{"membership_id":"3203286","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-04","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:57:16"},{"membership_id":"1331207","team_id":"31969","team_name":"São Paulo FC B","short_name":"São Paulo FC B","team_area_name":"Brazil","team_area_id":"35","start_date":"2016-10-15","end_date":"2017-12-31","role":"player","active":"no","last_updated":"2019-08-08 00:56:50"}]},{"people_id":"41941","first_name":"Wellington ","last_name":"Nascimento Carvalho","match_name":"Wellington ","common_name":"Wellington ","date_of_birth":"1992-11-21","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"182","weight":"73","foot":"both","position":"Attacker","player_picture":"","last_updated":"2019-08-08 01:17:53","membership":{"membership_id":"1310264","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:17:53"}},{"people_id":"38505","first_name":"Theodoros Ryuki","last_name":"Kamekura Panagopoulos","match_name":"Ryuki","common_name":"Theo Japa","date_of_birth":"1995-07-31","place_of_birth":"","country_of_birth":"Japan","nationality":"Brazil","country_of_birth_area_id":"102","nationality_area_id":"35","gender":"male","height":"179","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:17:30","membership":{"membership_id":"42945","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2014-07-11","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:17:30"}},{"people_id":"270381","first_name":"Taofiq","last_name":"Jibril","match_name":"T. Jibril","common_name":"Taofiq Jibril","date_of_birth":"1998-04-23","place_of_birth":"","country_of_birth":"Nigeria","nationality":"Nigeria","country_of_birth_area_id":"144","nationality_area_id":"144","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 01:16:49","membership":[{"membership_id":"3203297","team_id":"14073","team_name":"Valadares Gaia FC","short_name":"Valadares","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-29","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:16:43"},{"membership_id":"2742324","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:16:49"}]},{"people_id":"98269","first_name":"Paulo Estrela","last_name":"Moreira Alves","match_name":"Paulo Estrela","common_name":"Paulo Estrela Moreira","date_of_birth":"1999-02-20","place_of_birth":"Paços de Ferreira","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"167","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:16:05","membership":[{"membership_id":"3201828","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:47:06"},{"membership_id":"2632289","team_id":"18449","team_name":"FC Porto B","short_name":"FC Porto B","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-03-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:16:05"},{"membership_id":"259679","team_id":"24045","team_name":"FC Porto U19","short_name":"Porto U19","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-09-01","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-08 01:15:42"}]},{"people_id":"290445","first_name":"Nedeljko","last_name":"Stojisic","match_name":"N. Stojisic","common_name":"Nedeljko Stojisic","date_of_birth":"1997-09-25","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 01:15:18","membership":{"membership_id":"2840819","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-11-01","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-08 01:15:18"}},{"people_id":"161828","first_name":"João Pedro","last_name":"Vilardi Pinto","match_name":"João Pedro Pepê","common_name":"João Pedro Pepê","date_of_birth":"1998-01-06","place_of_birth":"Rio de Janeiro, RJ","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:14:56","membership":[{"membership_id":"3203296","team_id":"28929","team_name":"CR Flamengo U20","short_name":"","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:14:56"},{"membership_id":"2840833","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-14","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:14:56"}]},{"people_id":"235770","first_name":"Jamerson","last_name":"Santos de Jesus","match_name":"Jamerson","common_name":"Jamerson","date_of_birth":"1998-09-09","place_of_birth":"Salvador, BA","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 01:14:27","membership":{"membership_id":"2989430","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-01","end_date":"2019-01-31","role":"player","active":"no","last_updated":"2019-08-08 01:14:27"}},{"people_id":"316510","first_name":"Fali","last_name":"Candé","match_name":"Fali Candé","common_name":"Fali Candé","date_of_birth":"1998-01-24","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"184","weight":"","foot":"left","position":"Attacker","player_picture":"","last_updated":"2019-08-08 01:14:04","membership":{"membership_id":"3071372","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-04-01","end_date":"2019-04-30","role":"player","active":"no","last_updated":"2019-08-08 01:14:04"}},{"people_id":"65555","first_name":"Chidera","last_name":"Ezeh","match_name":"C. Ezeh","common_name":"Chidera Ezeh","date_of_birth":"1997-10-02","place_of_birth":"","country_of_birth":"Nigeria","nationality":"Nigeria","country_of_birth_area_id":"144","nationality_area_id":"144","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/65555.png","last_updated":"2019-08-08 01:13:48","membership":{"membership_id":"2752448","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-04-30","role":"player","active":"no","last_updated":"2019-08-08 01:13:48"}},{"people_id":"332848","first_name":"Sérgio Assis","last_name":"Capitango Fernando Santos","match_name":"Sérgio Santos","common_name":"Sérgio Santos","date_of_birth":"1998-10-02","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 01:13:12","membership":{"membership_id":"3201832","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:50:00"}},{"people_id":"332846","first_name":"Norberto","last_name":"Bercique Gomes Betuncal","match_name":"Beto","common_name":"Beto","date_of_birth":"1998-01-31","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 01:12:53","membership":{"membership_id":"3201827","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:46:08"}},{"people_id":"118441","first_name":"Hiroki","last_name":"Sugajima","match_name":"H. Sugajima","common_name":"Hiroki Sugajima","date_of_birth":"1995-05-11","place_of_birth":"Tōkyō","country_of_birth":"Japan","nationality":"Japan","country_of_birth_area_id":"102","nationality_area_id":"102","gender":"male","height":"177","weight":"66","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 01:12:05","membership":{"membership_id":"3203295","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:12:05"}},{"people_id":"63964","first_name":"Iury Lirio","last_name":"Freitas de Castilho","match_name":"Iury","common_name":"Iury","date_of_birth":"1995-09-06","place_of_birth":"Rio de Janeiro, RJ","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"183","weight":"71","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/63964.png","last_updated":"2019-08-08 01:11:02","membership":[{"membership_id":"3201813","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-17","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:10:34"},{"membership_id":"3203294","team_id":"1742","team_name":"Al Nasr SC","short_name":"Al Nasr","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-07-01","end_date":"2019-07-16","role":"player","active":"no","last_updated":"2019-08-08 01:11:02"},{"membership_id":"3001552","team_id":"16431","team_name":"Al Fayha Saudi Club","short_name":"Al Fayha Club","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-01-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:11:02"}]},{"people_id":"55161","first_name":"Marlos","last_name":"Moreno Durán","match_name":"M. Moreno","common_name":"Marlos Moreno","date_of_birth":"1996-09-20","place_of_birth":"Medellín","country_of_birth":"Colombia","nationality":"Colombia","country_of_birth_area_id":"51","nationality_area_id":"51","gender":"male","height":"171","weight":"66","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/55161.png","last_updated":"2019-08-08 01:07:28","membership":[{"membership_id":"3201816","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:31:41"},{"membership_id":"3196318","team_id":"28100","team_name":"Manchester City FC U23","short_name":"Man City","team_area_name":"England","team_area_id":"68","start_date":"2019-06-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-06 19:31:18"}]},{"people_id":"75644","first_name":"Fernando Armando","last_name":"Armando dos Santos","match_name":"Fernando Armando","common_name":"Fernando dos Santos","date_of_birth":"1994-09-11","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:05:32","membership":[{"membership_id":"3203292","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:05:32"},{"membership_id":"2747981","team_id":"1560","team_name":"FC Penafiel","short_name":"Penafiel","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-06","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:05:32"},{"membership_id":"3203291","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2018-08-05","role":"player","active":"no","last_updated":"2019-08-08 01:05:09"}]},{"people_id":"130919","first_name":"Jorge Daniel","last_name":"Abreu Vilela","match_name":"Jorge Vilela","common_name":"Jorge Vilela","date_of_birth":"1996-03-16","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:04:09","membership":[{"membership_id":"3203290","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:03:58"},{"membership_id":"541828","team_id":"19269","team_name":"SC Freamunde","short_name":"SC Freamunde","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:03:51"}]},{"people_id":"117990","first_name":"Rômulo","last_name":"da Silva Machado","match_name":"Rômulo","common_name":"Rômulo","date_of_birth":"1996-01-10","place_of_birth":"Cascavel, PR","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"180","weight":"76","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:03:02","membership":[{"membership_id":"3201810","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:25:29"},{"membership_id":"3082284","team_id":"22344","team_name":"Londrina EC","short_name":"Londrina EC","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-04-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:03:02"}]},{"people_id":"265489","first_name":"Stephen Oyebolaji","last_name":"Payne","match_name":"S. Payne","common_name":"Stephen Oyebolaji Payne","date_of_birth":"1997-06-16","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 01:02:36","membership":[{"membership_id":"3203289","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:02:36"},{"membership_id":"2727207","team_id":"1565","team_name":"Varzim SC","short_name":"Varzim SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:02:36"}]},{"people_id":"163923","first_name":"Felipe","last_name":"Vieira Augusto","match_name":"Felipe","common_name":"Felipe","date_of_birth":"1999-05-04","place_of_birth":"Cruzeiro do Oeste, PR","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"177","weight":"70","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-08 01:02:01","membership":[{"membership_id":"3203288","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:02:01"},{"membership_id":"1090101","team_id":"329","team_name":"Londrina EC U20","short_name":"Londrina EC","team_area_name":"Brazil","team_area_id":"35","start_date":"2017-01-02","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:02:01"},{"membership_id":"1129499","team_id":"22344","team_name":"Londrina EC","short_name":"Londrina EC","team_area_name":"Brazil","team_area_id":"35","start_date":"2016-12-08","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:02:01"}]},{"people_id":"118460","first_name":"Koki","last_name":"Anzai","match_name":"K. Anzai","common_name":"Koki Anzai","date_of_birth":"1995-05-31","place_of_birth":"Hyōgo","country_of_birth":"Japan","nationality":"Japan","country_of_birth_area_id":"102","nationality_area_id":"102","gender":"male","height":"172","weight":"64","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/118460.png","last_updated":"2019-08-08 01:00:38","membership":[{"membership_id":"3201805","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-17","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:00:38"},{"membership_id":"2612212","team_id":"1152","team_name":"Kashima Antlers","short_name":"Kashima","team_area_name":"Japan","team_area_id":"102","start_date":"2018-01-01","end_date":"2019-07-16","role":"player","active":"no","last_updated":"2019-08-08 01:00:38"}]},{"people_id":"162040","first_name":"Rodrigo","last_name":"dos Santos de Freitas","match_name":"Rodrigo","common_name":"Rodrigo","date_of_birth":"1998-06-17","place_of_birth":"Salvador, BA","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 01:00:23","membership":[{"membership_id":"3203287","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 01:00:23"},{"membership_id":"2759018","team_id":"1044","team_name":"São Paulo FC","short_name":"São Paulo","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:00:23"},{"membership_id":"1072879","team_id":"28982","team_name":"São Paulo FC U20","short_name":"São Paulo U20","team_area_name":"Brazil","team_area_id":"35","start_date":"2016-08-10","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:00:23"},{"membership_id":"1304279","team_id":"31969","team_name":"São Paulo FC B","short_name":"São Paulo FC B","team_area_name":"Brazil","team_area_id":"35","start_date":"2016-08-10","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 01:00:23"}]},{"people_id":"167355","first_name":"Willyan","last_name":"da Silva Rocha","match_name":"Willyan","common_name":"Willyan","date_of_birth":"1995-01-27","place_of_birth":"São Paulo, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"186","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 00:59:15","membership":[{"membership_id":"3201808","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:23:02"},{"membership_id":"1311347","team_id":"27954","team_name":"CD Cova da Piedade","short_name":"Cova Piedade","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:59:15"}]},{"people_id":"115246","first_name":"Everson","last_name":"Bispo Pereira","match_name":"Everson","common_name":"Everson","date_of_birth":"1997-07-24","place_of_birth":"Salvador, BA","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"187","weight":"67","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 00:58:34","membership":[{"membership_id":"3201819","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-03","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:58:34"},{"membership_id":"341789","team_id":"1369","team_name":"EC Bahia","short_name":"Bahia","team_area_name":"Brazil","team_area_id":"35","start_date":"2015-07-01","end_date":"2019-07-02","role":"player","active":"no","last_updated":"2019-08-08 00:58:34"}]},{"people_id":"98074","first_name":"Ricardo","last_name":"Mangas","match_name":"Ricardo Mangas","common_name":"Ricardo Mangas","date_of_birth":"1998-03-19","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 00:50:06","membership":{"membership_id":"2713676","team_id":"1559","team_name":"CD Aves","short_name":"Aves","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-08 00:50:06"}},{"people_id":"306184","first_name":"Miguel Ângelo","last_name":"Almeida Vieira Tavares","match_name":"Miguel Tavares","common_name":"Miguel Tavares","date_of_birth":"1998-08-29","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 00:49:46"},{"people_id":"130912","first_name":"Marco António","last_name":"Garcia Pinto","match_name":"Marco Pinto","common_name":"Marco Pinto","date_of_birth":"1988-03-22","place_of_birth":"Lisboa","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"178","weight":"65","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 00:49:24","membership":[{"membership_id":"3203285","team_id":"28182","team_name":"GS Loures","short_name":"Loures","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:49:24"},{"membership_id":"541716","team_id":"1559","team_name":"CD Aves","short_name":"Aves","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-07-01","end_date":"2018-09-30","role":"player","active":"no","last_updated":"2019-08-08 00:49:15"}]},{"people_id":"29116","first_name":"Marcelo","last_name":"Machado dos Santos","match_name":"Marcelo","common_name":"Marcelo","date_of_birth":"1994-05-29","place_of_birth":"Santo Amaro","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"181","weight":"68","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 00:48:46","membership":[{"membership_id":"3203284","team_id":"16511","team_name":"Maccabi Tel Aviv FC","short_name":"Maccabi TA","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:48:46"},{"membership_id":"3005171","team_id":"1559","team_name":"CD Aves","short_name":"Aves","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-31","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:48:46"}]},{"people_id":"269575","first_name":"Le","last_name":"Tong","match_name":"L. Tong","common_name":"Le Tong","date_of_birth":"1993-04-29","place_of_birth":"","country_of_birth":"China PR","nationality":"China PR","country_of_birth_area_id":"49","nationality_area_id":"49","gender":"male","height":"174","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 00:47:53","membership":{"membership_id":"2738579","team_id":"1559","team_name":"CD Aves","short_name":"Aves","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-02-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:47:53"}},{"people_id":"113906","first_name":"Kevin","last_name":"Owusu Asare","match_name":"K. Owusu Asare","common_name":"Kevin Owusu","date_of_birth":"1997-04-24","place_of_birth":"","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 00:42:15","membership":{"membership_id":"2726370","team_id":"2492","team_name":"AFC Ajax Amateurs","short_name":"AFC Ajax Am.","team_area_name":"Netherlands","team_area_id":"138","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:42:15"}},{"people_id":"312162","first_name":"José Carlos","last_name":"Moreira Varela","match_name":"José Varela","common_name":"José Varela","date_of_birth":"1997-09-15","place_of_birth":"","country_of_birth":"Cape Verde Islands","nationality":"Cape Verde Islands","country_of_birth_area_id":"44","nationality_area_id":"44","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 00:41:29","membership":{"membership_id":"3046603","team_id":"1559","team_name":"CD Aves","short_name":"Aves","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-03-01","end_date":"2019-05-31","role":"player","active":"no","last_updated":"2019-08-08 00:41:29"}},{"people_id":"104734","first_name":"Jorge Fellipe","last_name":"de Oliveira Figueiro","match_name":"Jorge Fellipe","common_name":"Jorge Fellipe","date_of_birth":"1988-10-27","place_of_birth":"São Gonçalo ","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"195","weight":"83","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-08 00:40:52","membership":[{"membership_id":"3203283","team_id":"16422","team_name":"Damac Saudi Club","short_name":"Damac Club","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:40:52"},{"membership_id":"2607889","team_id":"1559","team_name":"CD Aves","short_name":"Aves","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-01-23","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:40:52"}]},{"people_id":"98082","first_name":"Bruno Miguel","last_name":"Ponces Lourenço","match_name":"Bruno Lourenço","common_name":"Bruno Lourenço","date_of_birth":"1998-02-02","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 00:39:53"},{"people_id":"45865","first_name":"Bruno","last_name":"Gomes de Oliveira Conceiçao","match_name":"Bruno Gomes","common_name":"Bruno Gomes","date_of_birth":"1996-07-19","place_of_birth":"São Paulo, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"182","weight":"75","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/45865.png","last_updated":"2019-08-08 00:39:22","membership":[{"membership_id":"3203282","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:39:22"},{"membership_id":"2769317","team_id":"1559","team_name":"CD Aves","short_name":"Aves","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-09-10","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:39:22"}]},{"people_id":"34397","first_name":"Mehrdad","last_name":"Mohammadi Keshmarzi","match_name":"Mehrdad Mohammadi","common_name":"Mehrdad Mohammadi","date_of_birth":"1993-09-29","place_of_birth":"","country_of_birth":"Iran","nationality":"Iran","country_of_birth_area_id":"96","nationality_area_id":"96","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/34397.png","last_updated":"2019-08-08 00:37:27","membership":[{"membership_id":"3203281","team_id":"1559","team_name":"CD Aves","short_name":"Aves","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:37:27"},{"membership_id":"916686","team_id":"1713","team_name":"Foolad Mobarakeh Sepahan SC","short_name":"Foolad Sepahan","team_area_name":"Iran","team_area_id":"96","start_date":"2016-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:37:27"}]},{"people_id":"30248","first_name":"Peterson Silvino","last_name":"da Cruz","match_name":"Peu","common_name":"Peu","date_of_birth":"1993-04-24","place_of_birth":"Itajaí, SC","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"177","weight":"70","foot":"both","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/30248.png","last_updated":"2019-08-08 00:36:37"},{"people_id":"28807","first_name":"Welinton","last_name":"Junior Ferreira dos Santos","match_name":"Welinton","common_name":"Welinton","date_of_birth":"1993-06-08","place_of_birth":"São José do Rio Preto, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"175","weight":"","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/28807.png","last_updated":"2019-08-08 00:35:22","membership":{"membership_id":"3060922","team_id":"1372","team_name":"Coritiba FBC","short_name":"Coritiba","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-02","end_date":"2019-07-23","role":"player","active":"no","last_updated":"2019-08-08 00:35:22"}},{"people_id":"38425","first_name":"Ruben Daniel","last_name":"Fonseca Macedo","match_name":"Ruben Macedo","common_name":"Ruben Macedo","date_of_birth":"1996-03-09","place_of_birth":"Amarante","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"171","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 00:34:37","membership":{"membership_id":"3203280","team_id":"18449","team_name":"FC Porto B","short_name":"FC Porto B","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"2019-07-03","role":"player","active":"no","last_updated":"2019-08-08 00:34:37"}},{"people_id":"22748","first_name":"Mahmoud Abdelmonem Abdelhamid","last_name":"Soliman","match_name":"Kahraba","common_name":"Kahraba","date_of_birth":"1994-04-13","place_of_birth":"Cairo","country_of_birth":"Egypt","nationality":"Egypt","country_of_birth_area_id":"66","nationality_area_id":"66","gender":"male","height":"182","weight":"76","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/22748.png","last_updated":"2019-08-08 00:34:12","membership":[{"membership_id":"3203279","team_id":"1559","team_name":"CD Aves","short_name":"Aves","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-25","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:34:12"},{"membership_id":"2720795","team_id":"1060","team_name":"Zamalek SC","short_name":"Zamalek","team_area_name":"Egypt","team_area_id":"66","start_date":"2018-07-01","end_date":"2019-07-24","role":"player","active":"no","last_updated":"2019-08-08 00:34:12"}]},{"people_id":"117024","first_name":"Bruno Cesar Xavier","last_name":"Sislo","match_name":"Bruno Xavier","common_name":"Bruno Xavier","date_of_birth":"1996-11-27","place_of_birth":"São Paulo, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 00:33:04","membership":{"membership_id":"1339698","team_id":"1379","team_name":"SC Recife","short_name":"Recife","team_area_name":"Brazil","team_area_id":"35","start_date":"2017-08-21","end_date":"2017-12-31","role":"player","active":"no","last_updated":"2019-08-08 00:33:04"}},{"people_id":"38428","first_name":"Rúben Alexandre","last_name":"Gomes Oliveira","match_name":"Rúben Oliveira","common_name":"Rúben Oliveira","date_of_birth":"1994-12-14","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"170","weight":"66","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 00:30:39","membership":[{"membership_id":"3200140","team_id":"1559","team_name":"CD Aves","short_name":"Aves","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-19","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:30:39"},{"membership_id":"3165736","team_id":"1551","team_name":"Vitória SC","short_name":"Vitória SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"2019-07-18","role":"player","active":"no","last_updated":"2019-08-08 00:30:39"}]},{"people_id":"159156","first_name":"Enzo Alan","last_name":"Zidane Fernández","match_name":"E. Zidane","common_name":"Enzo Zidane","date_of_birth":"1995-03-24","place_of_birth":"Bordeaux","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"184","weight":"80","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159156.png","last_updated":"2019-08-08 00:29:37","membership":{"membership_id":"2721137","team_id":"23758","team_name":"CF Rayo Majadahonda","short_name":"Majadahonda","team_area_name":"Spain","team_area_id":"176","start_date":"2018-07-14","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:29:37"}},{"people_id":"152496","first_name":"Mohamed Cheick-Ali","last_name":"Toure","match_name":"M. Toure","common_name":"Mohamed Cheik Toure","date_of_birth":"1997-03-30","place_of_birth":"Dabou","country_of_birth":"Côte d’Ivoire","nationality":"Côte d’Ivoire","country_of_birth_area_id":"60","nationality_area_id":"60","gender":"male","height":"179","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 00:29:16","membership":[{"membership_id":"3203278","team_id":"1559","team_name":"CD Aves","short_name":"Aves","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:29:16"},{"membership_id":"3203277","team_id":"28166","team_name":"AD Oliveirense","short_name":"AD Oliveirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-08-16","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:29:16"},{"membership_id":"947265","team_id":"783","team_name":"Cultural y Deportiva Leonesa","short_name":"Leonesa","team_area_name":"Spain","team_area_id":"176","start_date":"2016-08-01","end_date":"2017-08-15","role":"player","active":"no","last_updated":"2019-08-08 00:28:49"}]},{"people_id":"112768","first_name":"Eric","last_name":"Veiga","match_name":"E. Veiga","common_name":"Eric Veiga","date_of_birth":"1997-02-18","place_of_birth":"Luxembourg","country_of_birth":"Luxembourg","nationality":"Luxembourg","country_of_birth_area_id":"118","nationality_area_id":"118","gender":"male","height":"182","weight":"72","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 00:28:10","membership":[{"membership_id":"3203276","team_id":"1559","team_name":"CD Aves","short_name":"Aves","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-19","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:28:10"},{"membership_id":"326408","team_id":"19456","team_name":"Eintracht Braunschweig II","short_name":"Braunschweig 2","team_area_name":"Germany","team_area_id":"80","start_date":"2016-03-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:28:10"}]},{"people_id":"274981","first_name":"Leandro da Silva","last_name":"Marques","match_name":"Leandro Marques","common_name":"Leandro Marques","date_of_birth":"2000-02-07","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 00:26:57","membership":{"membership_id":"3203275","team_id":"28205","team_name":"FC Cesarense","short_name":"Cesarense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:26:57"}},{"people_id":"124610","first_name":"Bruno Felipe","last_name":"de Abreu Barbosa","match_name":"Bruninho","common_name":"Bruninho","date_of_birth":"1993-12-16","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"174","weight":"64","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 00:26:04","membership":{"membership_id":"2594064","team_id":"21310","team_name":"Tombense FC","short_name":"Tombense","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:26:04"}},{"people_id":"87826","first_name":"Adi","last_name":"Mehremić","match_name":"A. Mehremić","common_name":"Adi Mehremić","date_of_birth":"1992-04-26","place_of_birth":"Sarajevo","country_of_birth":"Bosnia and Herzegovina","nationality":"Bosnia and Herzegovina","country_of_birth_area_id":"33","nationality_area_id":"33","gender":"male","height":"189","weight":"83","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/87826.png","last_updated":"2019-08-08 00:25:31","membership":[{"membership_id":"3083523","team_id":"346","team_name":"FK Karpaty Lviv U21","short_name":"Karpaty Lv U21","team_area_name":"Ukraine","team_area_id":"201","start_date":"2019-04-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:25:31"},{"membership_id":"2721277","team_id":"916","team_name":"FK Karpaty Lviv","short_name":"Karpaty","team_area_name":"Ukraine","team_area_id":"201","start_date":"2018-07-14","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:25:31"}]},{"people_id":"281029","first_name":"Raphael Aflalo","last_name":"Lopes Martins","match_name":"Raphael Aflalo","common_name":"Raphael Aflalo","date_of_birth":"1996-07-08","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 00:25:16"},{"people_id":"41931","first_name":"Afonso Mendes","last_name":"Ribeiro Figueiredo","match_name":"Afonso Figueiredo","common_name":"Afonso Figueiredo","date_of_birth":"1993-01-06","place_of_birth":"Lisboa","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"170","weight":"64","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41931.png","last_updated":"2019-08-08 00:24:43","membership":{"membership_id":"2727548","team_id":"1545","team_name":"Rio Ave FC","short_name":"Rio Ave","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:24:43"}},{"people_id":"37804","first_name":"Sérgio Gabriel","last_name":"da Silva Andrade","match_name":"Serginho","common_name":"Serginho","date_of_birth":"1982-12-06","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"192","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 00:19:23","membership":[{"membership_id":"3203274","team_id":"1565","team_name":"Varzim SC","short_name":"Varzim SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:19:23"},{"membership_id":"507702","team_id":"1555","team_name":"CD Santa Clara","short_name":"Santa Clara","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:19:23"}]},{"people_id":"27744","first_name":"Martin","last_name":"Chrien","match_name":"M. Chrien","common_name":"Martin Chrien","date_of_birth":"1995-09-08","place_of_birth":"Banská Bystrica","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"male","height":"182","weight":"72","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/27744.png","last_updated":"2019-08-08 00:18:53","membership":[{"membership_id":"3203273","team_id":"18448","team_name":"Sport Lisboa e Benfica B","short_name":"SL Benfica B","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:18:53"},{"membership_id":"2746906","team_id":"1555","team_name":"CD Santa Clara","short_name":"Santa Clara","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-16","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:18:53"}]},{"people_id":"213687","first_name":"Ítalo","last_name":"Montano Cortês","match_name":"I. Cortês","common_name":"Ítalo Cortês","date_of_birth":"1999-05-29","place_of_birth":"","country_of_birth":"Colombia","nationality":"Colombia","country_of_birth_area_id":"51","nationality_area_id":"51","gender":"male","height":"","weight":"","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-08 00:18:16","membership":[{"membership_id":"3203272","team_id":"19269","team_name":"SC Freamunde","short_name":"SC Freamunde","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-09-03","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:18:16"},{"membership_id":"1363786","team_id":"1555","team_name":"CD Santa Clara","short_name":"Santa Clara","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-09-29","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:18:05"}]},{"people_id":"37941","first_name":"Paulo Clemente","last_name":"Ventura Raimundo","match_name":"Clemente","common_name":"Clemente","date_of_birth":"1983-10-14","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"178","weight":"68","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 00:17:15","membership":{"membership_id":"42383","team_id":"1555","team_name":"CD Santa Clara","short_name":"Santa Clara","team_area_name":"Portugal","team_area_id":"156","start_date":"2014-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:17:10"}},{"people_id":"37851","first_name":"Danildo José São Pedro Accioly","last_name":"Filho","match_name":"Accioly","common_name":"Accioly","date_of_birth":"1981-03-30","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"185","weight":"84","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-08 00:16:36","membership":{"membership_id":"42293","team_id":"1555","team_name":"CD Santa Clara","short_name":"Santa Clara","team_area_name":"Portugal","team_area_id":"156","start_date":"2012-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:16:21"}},{"people_id":"201792","first_name":"João Alexandre","last_name":"Oliveira Nunes Henriques","match_name":"João Henriques","common_name":"João Henriques","date_of_birth":"1972-10-31","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-08 00:15:56"},{"people_id":"28157","first_name":"Carlos Alberto","last_name":"Carvalho da Silva Junior","match_name":"Carlos","common_name":"Carlos","date_of_birth":"1995-08-15","place_of_birth":"Santa Luz","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"172","weight":"66","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/28157.png","last_updated":"2019-08-08 00:15:03","membership":{"membership_id":"3010705","team_id":"1545","team_name":"Rio Ave FC","short_name":"Rio Ave","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:15:03"}},{"people_id":"63924","first_name":"Lincoln Henrique","last_name":"Oliveira dos Santos","match_name":"Lincoln","common_name":"Lincoln","date_of_birth":"1998-11-07","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"178","weight":"65","foot":"left","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/63924.png","last_updated":"2019-08-08 00:14:49","membership":[{"membership_id":"3203271","team_id":"1555","team_name":"CD Santa Clara","short_name":"Santa Clara","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:14:49"},{"membership_id":"3048912","team_id":"1047","team_name":"Grêmio FBPA","short_name":"Grêmio","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:14:49"}]},{"people_id":"58087","first_name":"Rafael António","last_name":"Figueiredo Ramos","match_name":"Rafael Ramos","common_name":"Rafael Ramos","date_of_birth":"1995-01-09","place_of_birth":"Santa Marinha","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"170","weight":"70","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/58087.png","last_updated":"2019-08-08 00:13:56","membership":[{"membership_id":"3203270","team_id":"1555","team_name":"CD Santa Clara","short_name":"Santa Clara","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:13:56"},{"membership_id":"2738185","team_id":"990","team_name":"FC Twente '65","short_name":"Twente","team_area_name":"Netherlands","team_area_id":"138","start_date":"2018-08-04","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:13:56"}]},{"people_id":"333310","first_name":"Zaidu","last_name":"Sanusi","match_name":"Z. Sanusi","common_name":"Zaidu Sanusi","date_of_birth":"1997-06-13","place_of_birth":"","country_of_birth":"Nigeria","nationality":"Nigeria","country_of_birth_area_id":"144","nationality_area_id":"144","gender":"male","height":"182","weight":"","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-08 00:13:26","membership":[{"membership_id":"3203269","team_id":"1555","team_name":"CD Santa Clara","short_name":"Santa Clara","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:13:26"},{"membership_id":"3203268","team_id":"24098","team_name":"SC Mirandela","short_name":"Mirandela","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-08","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:13:26"}]},{"people_id":"1549","first_name":"João Ricardo","last_name":"da Silva Afonso","match_name":"João Afonso","common_name":"João Afonso","date_of_birth":"1990-05-28","place_of_birth":"Castelo Branco","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"188","weight":"84","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/1549.png","last_updated":"2019-08-08 00:11:20","membership":{"membership_id":"1295221","team_id":"1551","team_name":"Vitória SC","short_name":"Vitória SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:11:20"}},{"people_id":"111707","first_name":"Rodolfo Amaral","last_name":"Furtado Cardoso","match_name":"Rodolfo Cardoso","common_name":"Rodolfo Furtado","date_of_birth":"1997-10-13","place_of_birth":"Ribeira Grande","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"184","weight":"","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 00:11:06","membership":{"membership_id":"316227","team_id":"1555","team_name":"CD Santa Clara","short_name":"Santa Clara","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-03-01","end_date":"2018-07-31","role":"player","active":"no","last_updated":"2019-08-08 00:11:06"}},{"people_id":"38508","first_name":"André Filipe Magalhães","last_name":"Ribeiro Ferreira","match_name":"André Ferreira","common_name":"André Ferreira","date_of_birth":"1996-05-29","place_of_birth":"Vila Nova de Gaia","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"190","weight":"","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-08 00:09:43"},{"people_id":"38625","first_name":"Rui Filipe","last_name":"Cunha Correia","match_name":"Nené","common_name":"Nené","date_of_birth":"1995-06-10","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"184","weight":"66","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-08 00:08:46","membership":[{"membership_id":"3200064","team_id":"1555","team_name":"CD Santa Clara","short_name":"Santa Clara","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:08:29"},{"membership_id":"3203267","team_id":"1566","team_name":"AD Fafe","short_name":"Fafe","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:08:29"}]},{"people_id":"43441","first_name":"Zakarya","last_name":"Bergdich","match_name":"Z. Bergdich","common_name":"Zakarya Bergdich","date_of_birth":"1989-01-07","place_of_birth":"Compiègne","country_of_birth":"France","nationality":"Morocco","country_of_birth_area_id":"76","nationality_area_id":"133","gender":"male","height":"176","weight":"70","foot":"left","position":"Attacker","player_picture":"","last_updated":"2019-08-08 00:02:56","membership":[{"membership_id":"3203266","team_id":"1096","team_name":"Denizlispor","short_name":"Denizlispor","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-07-29","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 00:02:56"},{"membership_id":"2738708","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-04","end_date":"2019-07-28","role":"player","active":"no","last_updated":"2019-08-08 00:02:56"}]},{"people_id":"41771","first_name":"Tiago David","last_name":"Janeiro Caeiro","match_name":"Tiago Caeiro","common_name":"Tiago Caeiro","date_of_birth":"1984-03-29","place_of_birth":"Vila Franca de Xira","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"192","weight":"83","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41771.png","last_updated":"2019-08-08 00:02:17","membership":{"membership_id":"46411","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2012-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:02:17"}},{"people_id":"38028","first_name":"Pierre Emmanuel","last_name":"Sagna","match_name":"P. Sagna","common_name":"Pierre Sagna","date_of_birth":"1990-08-21","place_of_birth":"Dakar","country_of_birth":"Senegal","nationality":"Senegal","country_of_birth_area_id":"166","nationality_area_id":"166","gender":"male","height":"179","weight":"73","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38028.png","last_updated":"2019-08-08 00:01:12","membership":{"membership_id":"2738715","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-03","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-08 00:01:12"}},{"people_id":"141918","first_name":"Douglas","last_name":"Aurélio","match_name":"Douglas Aurélio","common_name":"Douglas Aurélio","date_of_birth":"1999-03-27","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-08 00:00:08","membership":[{"membership_id":"3011525","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-10","end_date":"2019-05-31","role":"player","active":"no","last_updated":"2019-08-08 00:00:08"},{"membership_id":"3203265","team_id":"37683","team_name":"Os Belenenses Futebol B","short_name":"Belenenses B","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-10","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:59:59"}]},{"people_id":"52059","first_name":"Euciodálcio","last_name":"Gomes","match_name":"Dálcio","common_name":"Dálcio","date_of_birth":"1996-05-22","place_of_birth":"Almada","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"180","weight":"","foot":"left","position":"Attacker","player_picture":"","last_updated":"2019-08-07 23:59:06","membership":[{"membership_id":"3203264","team_id":"1844","team_name":"Panaitolikόs GFS","short_name":"Panaitolikόs","team_area_name":"Greece","team_area_id":"82","start_date":"2019-07-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:59:06"},{"membership_id":"2738699","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:59:06"}]},{"people_id":"28829","first_name":"José Cleylton","last_name":"de Morais dos Santos","match_name":"Cleylton","common_name":"Cleylton","date_of_birth":"1993-03-19","place_of_birth":"Fortaleza, CE","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"190","weight":"83","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 23:58:32","membership":[{"membership_id":"3203263","team_id":"1753","team_name":"Hatta Club","short_name":"Hatta Club","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-07-02","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:58:18"},{"membership_id":"1309033","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-24","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 23:58:18"}]},{"people_id":"81387","first_name":"Celso","last_name":"Casimiro Domingos","match_name":"Celsinho","common_name":"Celsinho","date_of_birth":"1996-07-12","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"177","weight":"64","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 23:57:17","membership":[{"membership_id":"2744026","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-10","end_date":"2018-08-31","role":"player","active":"no","last_updated":"2019-08-07 23:57:17"},{"membership_id":"3203262","team_id":"37683","team_name":"Os Belenenses Futebol B","short_name":"Belenenses B","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-10","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:57:06"}]},{"people_id":"130159","first_name":"Adélcio Hélder","last_name":"Silva Varela","match_name":"Adélcio Varela","common_name":"Adélcio Varela","date_of_birth":"1996-09-22","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 23:56:45","membership":[{"membership_id":"1294694","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2018-11-30","role":"player","active":"no","last_updated":"2019-08-07 23:56:38"},{"membership_id":"3203261","team_id":"37683","team_name":"Os Belenenses Futebol B","short_name":"Belenenses B","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:56:45"}]},{"people_id":"239154","first_name":"Charles-Andréas","last_name":"Brym","match_name":"C. Brym","common_name":"Charles-Andréas Brym","date_of_birth":"1998-08-08","place_of_birth":"Colombes","country_of_birth":"France","nationality":"Togo","country_of_birth_area_id":"76","nationality_area_id":"192","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 23:55:56","membership":[{"membership_id":"3203260","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-29","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:55:56"},{"membership_id":"2617957","team_id":"2176","team_name":"Lille OSC 2","short_name":"Lille OSC 2","team_area_name":"France","team_area_id":"76","start_date":"2018-01-31","end_date":"2019-07-28","role":"player","active":"no","last_updated":"2019-08-07 23:55:56"}]},{"people_id":"38075","first_name":"Diego Francisco","last_name":"Rocha","match_name":"Dieguinho","common_name":"Dieguinho","date_of_birth":"1992-06-07","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"178","weight":"65","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 23:55:05","membership":{"membership_id":"845797","team_id":"27954","team_name":"CD Cova da Piedade","short_name":"Cova Piedade","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-09-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:55:05"}},{"people_id":"156797","first_name":"Imad","last_name":"Faraj","match_name":"I. Faraj","common_name":"Imad Faraj","date_of_birth":"1999-02-11","place_of_birth":"Croix","country_of_birth":"France","nationality":"Morocco","country_of_birth_area_id":"76","nationality_area_id":"133","gender":"male","height":"172","weight":"64","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/156797.png","last_updated":"2019-08-07 23:54:42","membership":[{"membership_id":"3168416","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:54:42"},{"membership_id":"1309680","team_id":"575","team_name":"Lille OSC","short_name":"Lille","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-06","role":"player","active":"no","last_updated":"2019-08-07 23:54:42"},{"membership_id":"997694","team_id":"2176","team_name":"Lille OSC 2","short_name":"Lille OSC 2","team_area_name":"France","team_area_id":"76","start_date":"2016-07-01","end_date":"2019-07-06","role":"player","active":"no","last_updated":"2019-08-07 23:54:42"}]},{"people_id":"132196","first_name":"Bernardo","last_name":"Oliveira Dias","match_name":"B. Dias","common_name":"Bernardo Dias","date_of_birth":"1997-01-04","place_of_birth":"Lisboa","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"178","weight":"70","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/132196.png","last_updated":"2019-08-07 23:54:25","membership":[{"membership_id":"3203259","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:54:25"},{"membership_id":"2716336","team_id":"18448","team_name":"Sport Lisboa e Benfica B","short_name":"SL Benfica B","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-06","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:54:25"}]},{"people_id":"158266","first_name":"Chahreddine","last_name":"Boukholda","match_name":"C. Boukholda","common_name":"Chahreddine Boukholda","date_of_birth":"1996-05-24","place_of_birth":"Marseille","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"179","weight":"60","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 23:52:44","membership":[{"membership_id":"3201736","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-29","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:52:44"},{"membership_id":"1292139","team_id":"2176","team_name":"Lille OSC 2","short_name":"Lille OSC 2","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:52:44"}]},{"people_id":"38116","first_name":"André Alexandre","last_name":"Carreira Sousa","match_name":"André Sousa","common_name":"André Sousa","date_of_birth":"1990-07-09","place_of_birth":"Lisboa","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"181","weight":"78","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38116.png","last_updated":"2019-08-07 23:51:37","membership":{"membership_id":"2746466","team_id":"760","team_name":"Real Sporting de Gijón","short_name":"Gijón","team_area_name":"Spain","team_area_id":"176","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:51:37"}},{"people_id":"111059","first_name":"Simon Alonso","last_name":"Ramírez Cuevas","match_name":"S. Ramírez","common_name":"Simon Ramírez","date_of_birth":"1998-11-03","place_of_birth":"Concepción","country_of_birth":"Chile","nationality":"Chile","country_of_birth_area_id":"48","nationality_area_id":"48","gender":"male","height":"178","weight":"66","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 23:51:09","membership":[{"membership_id":"3200067","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-17","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:51:09"},{"membership_id":"1055244","team_id":"18448","team_name":"Sport Lisboa e Benfica B","short_name":"SL Benfica B","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-01-01","end_date":"2019-07-16","role":"player","active":"no","last_updated":"2019-08-07 23:51:09"}]},{"people_id":"43530","first_name":"Francisco Miguel","last_name":"Varela Martín","match_name":"Francisco Varela","common_name":"Francisco Varela","date_of_birth":"1994-10-26","place_of_birth":"Atarfe","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"170","weight":"68","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/43530.png","last_updated":"2019-08-07 23:50:53","membership":[{"membership_id":"3203258","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-30","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:50:53"},{"membership_id":"2716295","team_id":"23758","team_name":"CF Rayo Majadahonda","short_name":"Majadahonda","team_area_name":"Spain","team_area_id":"176","start_date":"2018-07-06","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:50:53"}]},{"people_id":"75463","first_name":"Hakim","last_name":"Ouro-Sama","match_name":"H. Ouro-Sama","common_name":"Hakim Ouro-Sama","date_of_birth":"1997-12-28","place_of_birth":"","country_of_birth":"Togo","nationality":"Togo","country_of_birth_area_id":"192","nationality_area_id":"192","gender":"male","height":"185","weight":"74","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 23:49:26","membership":[{"membership_id":"3168415","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:49:26"},{"membership_id":"2985332","team_id":"575","team_name":"Lille OSC","short_name":"Lille","team_area_name":"France","team_area_id":"76","start_date":"2018-10-01","end_date":"2019-07-06","role":"player","active":"no","last_updated":"2019-08-07 23:49:26"},{"membership_id":"2735940","team_id":"2176","team_name":"Lille OSC 2","short_name":"Lille OSC 2","team_area_name":"France","team_area_id":"76","start_date":"2018-07-04","end_date":"2019-07-06","role":"player","active":"no","last_updated":"2019-08-07 23:49:26"}]},{"people_id":"197210","first_name":"Eduardo ","last_name":"de Sousa Santos","match_name":"Eduardo Kau","common_name":"Eduardo Kau","date_of_birth":"1999-01-17","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 23:48:35","membership":[{"membership_id":"3200068","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-04","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:48:19"},{"membership_id":"3203257","team_id":"1384","team_name":"Avaí FC","short_name":"Avaí","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:48:35"},{"membership_id":"1308805","team_id":"28935","team_name":"SC Internacional U20","short_name":"","team_area_name":"Brazil","team_area_id":"35","start_date":"2017-07-01","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-07 23:48:26"}]},{"people_id":"81639","first_name":"Kouakou Hervé","last_name":"Koffi","match_name":"H. Koffi","common_name":"Hervé Koffi","date_of_birth":"1996-10-16","place_of_birth":"Bobo-Dioulasso","country_of_birth":"Burkina Faso","nationality":"Burkina Faso","country_of_birth_area_id":"39","nationality_area_id":"39","gender":"male","height":"186","weight":"81","foot":"left","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/81639.png","last_updated":"2019-08-07 23:47:51","membership":[{"membership_id":"3168414","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:47:51"},{"membership_id":"2596166","team_id":"2176","team_name":"Lille OSC 2","short_name":"Lille OSC 2","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-06","role":"player","active":"no","last_updated":"2019-08-07 23:47:51"},{"membership_id":"1308440","team_id":"575","team_name":"Lille OSC","short_name":"Lille","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-06","role":"player","active":"no","last_updated":"2019-08-07 23:47:51"}]},{"people_id":"49338","first_name":"André","last_name":"Campos Moreira","match_name":"André Moreira","common_name":"André Moreira","date_of_birth":"1995-12-02","place_of_birth":"Oporto","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"195","weight":"79","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/49338.png","last_updated":"2019-08-07 23:47:05","membership":{"membership_id":"3200066","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-17","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:47:05"}},{"people_id":"333309","first_name":"Gonçalo","last_name":"Torrão Neves Dias Silva","match_name":"Gonçalo Silva","common_name":"Gonçalo Silva","date_of_birth":"1999-06-01","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 23:44:07","membership":{"membership_id":"3203256","team_id":"1565","team_name":"Varzim SC","short_name":"Varzim SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:44:07"}},{"people_id":"38415","first_name":"Wei ","last_name":"Huang","match_name":"Huang Wei ","common_name":"Huang Wei ","date_of_birth":"1993-10-29","place_of_birth":"","country_of_birth":"China PR","nationality":"China PR","country_of_birth_area_id":"49","nationality_area_id":"49","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 23:31:43","membership":[{"membership_id":"3203255","team_id":"26701","team_name":"Sichuan Annapurna FC","short_name":"Annapurna","team_area_name":"China PR","team_area_id":"49","start_date":"2019-07-25","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:31:43"},{"membership_id":"3002819","team_id":"19270","team_name":"Vitória SC B","short_name":"Vitória SC B","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-25","end_date":"2019-07-24","role":"player","active":"no","last_updated":"2019-08-07 23:31:43"},{"membership_id":"2752809","team_id":"1551","team_name":"Vitória SC","short_name":"Vitória SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-28","end_date":"2019-07-24","role":"player","active":"no","last_updated":"2019-08-07 23:31:43"}]},{"people_id":"38522","first_name":"João Pedro","last_name":"Sousa Silva","match_name":"João Pedro","common_name":"João Pedro","date_of_birth":"1996-11-13","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"185","weight":"75","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 23:30:44","membership":[{"membership_id":"3192755","team_id":"1551","team_name":"Vitória SC","short_name":"Vitória SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:30:28"},{"membership_id":"3203254","team_id":"1556","team_name":"CD Trofense","short_name":"Trofense","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:30:44"},{"membership_id":"200093","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-08-01","end_date":"2018-01-31","role":"player","active":"no","last_updated":"2019-08-07 23:30:44"}]},{"people_id":"132754","first_name":"Francisco Daniel","last_name":"Simões Rodrigues","match_name":"Kiko","common_name":"Kiko","date_of_birth":"1997-02-27","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 23:29:32","membership":[{"membership_id":"3203253","team_id":"1551","team_name":"Vitória SC","short_name":"Vitória SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:29:32"},{"membership_id":"2752225","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:29:32"}]},{"people_id":"43672","first_name":"Ibrahim Blati","last_name":"Touré","match_name":"I. Touré","common_name":"Blati Touré","date_of_birth":"1994-08-04","place_of_birth":"Bouaké","country_of_birth":"Côte d’Ivoire","nationality":"Burkina Faso","country_of_birth_area_id":"60","nationality_area_id":"39","gender":"male","height":"170","weight":"61","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/43672.png","last_updated":"2019-08-07 23:28:29"},{"people_id":"80841","first_name":"Pedro Filipe ","last_name":"Figueiredo Rodrigues","match_name":"Pêpê","common_name":"Pêpê","date_of_birth":"1997-05-20","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 23:27:46","membership":[{"membership_id":"3192753","team_id":"1551","team_name":"Vitória SC","short_name":"Vitória SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-16","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:27:46"},{"membership_id":"3165822","team_id":"1548","team_name":"Sport Lisboa e Benfica","short_name":"SL Benfica","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"2019-07-15","role":"player","active":"no","last_updated":"2019-08-07 23:27:46"}]},{"people_id":"38271","first_name":"Mikel Ndubusi","last_name":"Agu","match_name":"M. Agu","common_name":"Mikel Agu","date_of_birth":"1993-05-27","place_of_birth":"Benin City","country_of_birth":"Nigeria","nationality":"Nigeria","country_of_birth_area_id":"144","nationality_area_id":"144","gender":"male","height":"184","weight":"77","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38271.png","last_updated":"2019-08-07 23:26:12","membership":{"membership_id":"3194263","team_id":"1551","team_name":"Vitória SC","short_name":"Vitória SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-18","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:26:12"}},{"people_id":"161762","first_name":"Lucas","last_name":"Soares de Almeida","match_name":"Lucas Soares","common_name":"Lucas Soares","date_of_birth":"1998-05-04","place_of_birth":"Goiânia, GO","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 23:25:32","membership":{"membership_id":"3203252","team_id":"1573","team_name":"FC Alverca","short_name":"Alverca","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:25:28"}},{"people_id":"38025","first_name":"Víctor Hugo","last_name":"García Hernández","match_name":"V. García","common_name":"Víctor García","date_of_birth":"1994-06-11","place_of_birth":"Cúa","country_of_birth":"Venezuela","nationality":"Venezuela","country_of_birth_area_id":"207","nationality_area_id":"207","gender":"male","height":"175","weight":"70","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38025.png","last_updated":"2019-08-07 23:24:47","membership":[{"membership_id":"3192754","team_id":"1551","team_name":"Vitória SC","short_name":"Vitória SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:24:47"},{"membership_id":"3002826","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:24:47"}]},{"people_id":"171326","first_name":"Valerii","last_name":"Bondarenko","match_name":"V. Bondarenko","common_name":"Valerii Bondarenko","date_of_birth":"1994-02-03","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"male","height":"195","weight":"88","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 23:23:54","membership":[{"membership_id":"3192751","team_id":"1551","team_name":"Vitória SC","short_name":"Vitória SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:23:54"},{"membership_id":"3066756","team_id":"344","team_name":"FK Shakhtar Donetsk U21","short_name":"Shakhtar D U21","team_area_name":"Ukraine","team_area_id":"201","start_date":"2019-04-08","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:23:54"},{"membership_id":"3066750","team_id":"865","team_name":"FK Shakhtar Donetsk","short_name":"Shaktar","team_area_name":"Ukraine","team_area_id":"201","start_date":"2019-01-23","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:23:54"}]},{"people_id":"5479","first_name":"Ola","last_name":"John","match_name":"O. John","common_name":"Ola John","date_of_birth":"1992-05-19","place_of_birth":"Zwedru","country_of_birth":"Liberia","nationality":"Netherlands","country_of_birth_area_id":"114","nationality_area_id":"138","gender":"male","height":"180","weight":"77","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 23:23:13","membership":{"membership_id":"1161508","team_id":"740","team_name":"RC Deportivo La Coruña","short_name":"Deportivo","team_area_name":"Spain","team_area_id":"176","start_date":"2017-02-10","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:23:13"}},{"people_id":"195562","first_name":"Robson Luiz","last_name":"Martins Gomes","match_name":"Robson Gomes","common_name":"Robson Gomes","date_of_birth":"","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"right","position":"","player_picture":"","last_updated":"2019-08-07 23:22:28","membership":{"membership_id":"3203251","team_id":"1388","team_name":"Goiás EC","short_name":"Goiás","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-08-05","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 23:22:28"}},{"people_id":"41917","first_name":"Frederico André","last_name":"Ferrão Venâncio","match_name":"Frederico Venâncio","common_name":"Frederico Venâncio","date_of_birth":"1993-02-04","place_of_birth":"Setúbal","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"186","weight":"76","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41917.png","last_updated":"2019-08-07 23:22:03","membership":{"membership_id":"2716574","team_id":"1550","team_name":"Vitória FC","short_name":"Vitória FC","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2018-07-07","role":"player","active":"no","last_updated":"2019-08-07 23:22:03"}},{"people_id":"41958","first_name":"Miguel Serrano Romão","last_name":"Lázaro","match_name":"Miguel Lázaro","common_name":"Miguel Lázaro","date_of_birth":"1995-04-24","place_of_birth":"Barreiro","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"193","weight":"75","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 23:17:11","membership":[{"membership_id":"3203250","team_id":"1573","team_name":"FC Alverca","short_name":"Alverca","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-03","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:17:11"},{"membership_id":"1295630","team_id":"1550","team_name":"Vitória FC","short_name":"Vitória FC","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-01-02","role":"player","active":"no","last_updated":"2019-08-07 23:17:11"}]},{"people_id":"38043","first_name":"Luís Miguel ","last_name":"Pereira Cortez","match_name":"Luís Cortez","common_name":"Luís Cortez","date_of_birth":"1994-04-18","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 23:16:38","membership":[{"membership_id":"3203249","team_id":"37689","team_name":"Vitória FC B","short_name":"Vitória FC B","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:16:38"},{"membership_id":"2769452","team_id":"1550","team_name":"Vitória FC","short_name":"Vitória FC","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-02","end_date":"2019-04-30","role":"player","active":"no","last_updated":"2019-08-07 23:16:23"}]},{"people_id":"193521","first_name":"Allef","last_name":"de Santos Rodrigues","match_name":"Allef","common_name":"Allef","date_of_birth":"1994-11-04","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 23:15:44","membership":[{"membership_id":"3203248","team_id":"19191","team_name":"FK Baltika Kaliningrad","short_name":"Baltika","team_area_name":"Russia","team_area_id":"160","start_date":"2019-07-29","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:15:44"},{"membership_id":"1295627","team_id":"1550","team_name":"Vitória FC","short_name":"Vitória FC","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:15:44"}]},{"people_id":"182109","first_name":"Khaled ","last_name":"Hachadi","match_name":"K. Hachadi","common_name":"Khaled Hachadi","date_of_birth":"1998-05-03","place_of_birth":"","country_of_birth":"Morocco","nationality":"Morocco","country_of_birth_area_id":"133","nationality_area_id":"133","gender":"male","height":"190","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 23:14:44","membership":{"membership_id":"1268206","team_id":"16630","team_name":"OC Khouribga","short_name":"OC Khouribga","team_area_name":"Morocco","team_area_id":"133","start_date":"2016-10-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:14:18"}},{"people_id":"28873","first_name":"Carlos Vinícius","last_name":"Santos de Jesús","match_name":"Carlinhos","common_name":"Carlinhos","date_of_birth":"1994-06-22","place_of_birth":"Camacan, BA","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"182","weight":"80","foot":"both","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/28873.png","last_updated":"2019-08-07 23:13:11","membership":{"membership_id":"2988912","team_id":"1386","team_name":"Guarani FC","short_name":"Guarani FC","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-03","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:13:11"}},{"people_id":"147224","first_name":"Leandro","last_name":"Vilela Sales Teixeira","match_name":"Leandro Vilela","common_name":"Leandro Vilela","date_of_birth":"1995-06-29","place_of_birth":"Curitiba, PR","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"177","weight":"78","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 23:12:30","membership":{"membership_id":"3007660","team_id":"1385","team_name":"EC Vitória","short_name":"Vitória","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-04","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:12:30"}},{"people_id":"219571","first_name":"Diogo","last_name":"de Leite Sousa","match_name":"Diogo Sousa","common_name":"Diogo Sousa","date_of_birth":"1993-08-08","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"176","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 23:11:49","membership":[{"membership_id":"3203247","team_id":"37689","team_name":"Vitória FC B","short_name":"Vitória FC B","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:11:49"},{"membership_id":"2628749","team_id":"18450","team_name":"UD Oliveirense","short_name":"UD Oliveirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-02-28","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:11:49"}]},{"people_id":"101151","first_name":"Bruno Alberto","last_name":"Langa","match_name":"Bruno Langa","common_name":"Bruno Langa","date_of_birth":"1997-10-31","place_of_birth":"","country_of_birth":"Mozambique","nationality":"Mozambique","country_of_birth_area_id":"134","nationality_area_id":"134","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 23:10:44","membership":[{"membership_id":"3203246","team_id":"1550","team_name":"Vitória FC","short_name":"Vitória FC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:10:44"},{"membership_id":"3203245","team_id":"1589","team_name":"Amora FC","short_name":"Amora","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:10:44"},{"membership_id":"1332351","team_id":"17034","team_name":"CD Maxaquene","short_name":"CD Maxaquene","team_area_name":"Mozambique","team_area_id":"134","start_date":"2017-01-01","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:10:19"}]},{"people_id":"213011","first_name":"João Pedro","last_name":"Pereira Serrão","match_name":"João Serrão","common_name":"João Serrão","date_of_birth":"2000-02-11","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 23:09:37","membership":[{"membership_id":"3203244","team_id":"1550","team_name":"Vitória FC","short_name":"Vitória FC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-23","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:09:37"},{"membership_id":"3017960","team_id":"37954","team_name":"Juventus FC U23","short_name":"Juventus U23","team_area_name":"Italy","team_area_id":"100","start_date":"2019-02-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:09:37"},{"membership_id":"1362578","team_id":"22481","team_name":"Juventus FC U19","short_name":"Juventus U19","team_area_name":"Italy","team_area_id":"100","start_date":"2017-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:09:37"}]},{"people_id":"333308","first_name":"Marlon","last_name":"Harte","match_name":"M. Harte","common_name":"Marlon Harte","date_of_birth":"","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 23:09:04","membership":{"membership_id":"3203243","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 23:09:04"}},{"people_id":"41770","first_name":"João Diogo","last_name":"Serpa Meira","match_name":"João Meira","common_name":"João Meira","date_of_birth":"1987-04-30","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"185","weight":"77","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41770.png","last_updated":"2019-08-07 23:08:17","membership":[{"membership_id":"3203242","team_id":"1550","team_name":"Vitória FC","short_name":"Vitória FC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-27","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:08:17"},{"membership_id":"3005818","team_id":"1796","team_name":"CS Concordia Chiajna","short_name":"Conc Chiajna","team_area_name":"Romania","team_area_id":"159","start_date":"2019-01-30","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 23:08:17"}]},{"people_id":"170337","first_name":"Renaldo","last_name":"Gilkes","match_name":"R. Gilkes","common_name":"Renaldo Gilkes","date_of_birth":"1987-07-01","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 23:07:11","membership":{"membership_id":"1319405","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2017-08-01","end_date":"2017-08-30","role":"coach","active":"no","last_updated":"2019-08-07 23:07:11"}},{"people_id":"333307","first_name":"Johnathan","last_name":"Sealy","match_name":"J. Sealy","common_name":"Johnathan Sealy","date_of_birth":"2004-08-15","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 23:05:35","membership":{"membership_id":"3203241","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:05:35"}},{"people_id":"333306","first_name":"Ryan","last_name":"Lashley","match_name":"R. Lashley","common_name":"Ryan Lashley","date_of_birth":"2004-05-18","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 23:04:20","membership":{"membership_id":"3203239","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:04:20"}},{"people_id":"333305","first_name":"Janash","last_name":"Jaunai","match_name":"J. Jaunai","common_name":"Janash Jaunai","date_of_birth":"2004-02-24","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 23:02:50","membership":{"membership_id":"3203238","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:02:50"}},{"people_id":"333304","first_name":"Colin","last_name":"Griffith","match_name":"C. Griffith","common_name":"Colin Griffith","date_of_birth":"2004-05-11","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 23:01:33","membership":{"membership_id":"3203237","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:01:33"}},{"people_id":"333303","first_name":"Khimani","last_name":"Cox","match_name":"K. Cox","common_name":"Khimani Cox","date_of_birth":"2005-01-14","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 23:00:25","membership":{"membership_id":"3203236","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 23:00:25"}},{"people_id":"177399","first_name":"Sávio Roberto","last_name":"Juliao Figueiredo","match_name":"Sávio","common_name":"Sávio","date_of_birth":"1996-04-30","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:59:36"},{"people_id":"333302","first_name":"Ethan","last_name":"Taylor","match_name":"E. Taylor","common_name":"Ethan Taylor","date_of_birth":"2005-01-09","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:59:17","membership":{"membership_id":"3203235","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:59:17"}},{"people_id":"333301","first_name":"Ethan","last_name":"Squires","match_name":"E. Squires","common_name":"Ethan Squires","date_of_birth":"2005-04-13","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:57:52","membership":{"membership_id":"3203234","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:57:52"}},{"people_id":"333300","first_name":"Aaron","last_name":"Cumberbatch","match_name":"A. Cumberbatch","common_name":"Aaron Cumberbatch","date_of_birth":"2004-01-28","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:56:32","membership":{"membership_id":"3203233","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:56:32"}},{"people_id":"333299","first_name":"Kelon","last_name":"Carrington","match_name":"K. Carrington","common_name":"Kelon Carrington","date_of_birth":"2004-05-09","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:55:20","membership":{"membership_id":"3203232","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:55:20"}},{"people_id":"333298","first_name":"Nadre","last_name":"Butcher","match_name":"N. Butcher","common_name":"Nadre Butcher","date_of_birth":"2004-03-06","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:54:11","membership":{"membership_id":"3203231","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:54:11"}},{"people_id":"333297","first_name":"Shewayne","last_name":"Burke","match_name":"S. Burke","common_name":"Shewayne Burke","date_of_birth":"2004-08-05","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:53:03","membership":{"membership_id":"3203230","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:53:03"}},{"people_id":"333296","first_name":"Zachary","last_name":"Applewhite","match_name":"Z. Applewhite","common_name":"Zachary Applewhite","date_of_birth":"2004-08-20","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:51:55","membership":{"membership_id":"3203229","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:51:55"}},{"people_id":"52113","first_name":"Pedro José","last_name":"Moreira Silva","match_name":"Pedro Silva","common_name":"Pedro Silva","date_of_birth":"1997-02-13","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/52113.png","last_updated":"2019-08-07 22:51:36","membership":{"membership_id":"2731134","team_id":"3065","team_name":"CD Tondela","short_name":"Tondela","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-09","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:51:36"}},{"people_id":"133828","first_name":"Pedro David","last_name":"Rosendo Marques","match_name":"Marques","common_name":"Pedro Marques","date_of_birth":"1998-04-25","place_of_birth":"Lisboa","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"181","weight":"77","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 22:50:46","membership":[{"membership_id":"3203228","team_id":"1013","team_name":"FC Dordrecht","short_name":"Dordrecht","team_area_name":"Netherlands","team_area_id":"138","start_date":"2019-07-19","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:50:46"},{"membership_id":"2860917","team_id":"1549","team_name":"Sporting Clube de Portugal","short_name":"Sporting CP","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-12-01","end_date":"2019-07-18","role":"player","active":"no","last_updated":"2019-08-07 22:50:46"},{"membership_id":"611636","team_id":"18447","team_name":"Sporting Clube de Portugal B","short_name":"SC Portugal B","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-08-01","end_date":"2019-07-18","role":"player","active":"no","last_updated":"2019-08-07 22:50:46"},{"membership_id":"763333","team_id":"28302","team_name":"Sporting Clube de Portugal U19","short_name":"Sporting U19","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-07-01","end_date":"2019-07-18","role":"player","active":"no","last_updated":"2019-08-07 22:50:46"}]},{"people_id":"333295","first_name":"Shay","last_name":"Prescod","match_name":"S. Prescod","common_name":"Shay Prescod","date_of_birth":"2004-03-04","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 22:50:37","membership":{"membership_id":"3203227","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:50:37"}},{"people_id":"333294","first_name":"Kobe","last_name":"Hutson","match_name":"K. Hutson","common_name":"Kobe Hutson","date_of_birth":"2004-04-03","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 22:49:29","membership":{"membership_id":"3203226","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:49:29"}},{"people_id":"24521","first_name":"Nemanja","last_name":"Gudelj","match_name":"N. Gudelj","common_name":"Nemanja Gudelj","date_of_birth":"1991-11-16","place_of_birth":"Beograd","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"177","weight":"73","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/24521.png","last_updated":"2019-08-07 22:49:19","membership":[{"membership_id":"3203225","team_id":"731","team_name":"Sevilla FC","short_name":"Sevilla FC","team_area_name":"Spain","team_area_id":"176","start_date":"2019-07-23","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:49:19"},{"membership_id":"2755960","team_id":"1549","team_name":"Sporting Clube de Portugal","short_name":"Sporting CP","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 22:49:19"}]},{"people_id":"38402","first_name":"Francisco","last_name":"Oliveira Geraldes","match_name":"Chico Geraldes","common_name":"Chico Geraldes","date_of_birth":"1995-04-18","place_of_birth":"Lisboa","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"175","weight":"62","foot":"both","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38402.png","last_updated":"2019-08-07 22:48:30","membership":[{"membership_id":"3192481","team_id":"1834","team_name":"PAE AEK","short_name":"PAE AEK","team_area_name":"Greece","team_area_id":"82","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:48:09"},{"membership_id":"2996112","team_id":"1549","team_name":"Sporting Clube de Portugal","short_name":"Sporting CP","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-12-24","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 22:48:30"},{"membership_id":"2727776","team_id":"521","team_name":"Eintracht Frankfurt","short_name":"Frankfurt","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-27","end_date":"2018-12-23","role":"player","active":"no","last_updated":"2019-08-07 22:48:30"}]},{"people_id":"333293","first_name":"Savejo","last_name":"Blenman","match_name":"S. Blenman","common_name":"Savejo Blenman","date_of_birth":"2004-08-27","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 22:48:16","membership":{"membership_id":"3203224","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:48:16"}},{"people_id":"333292","first_name":"Tyrique","last_name":"Bailey-Edwards","match_name":"T. Bailey-Edwards","common_name":"Tyrique Bailey-Edwards","date_of_birth":"2004-04-21","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 22:47:13","membership":{"membership_id":"3203223","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:47:13"}},{"people_id":"333291","first_name":"Adam","last_name":"Mallalieu","match_name":"A. Mallalieu","common_name":"Adam Mallalieu","date_of_birth":"2004-03-26","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 22:45:35","membership":{"membership_id":"3203221","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:45:35"}},{"people_id":"113605","first_name":"Bruno Lourenço Pinto","last_name":"de Almeida Paz","match_name":"Bruno Paz","common_name":"Bruno Paz","date_of_birth":"1998-04-23","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/113605.png","last_updated":"2019-08-07 22:44:33","membership":[{"membership_id":"2860909","team_id":"1549","team_name":"Sporting Clube de Portugal","short_name":"Sporting CP","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-12-01","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-07 22:44:25"},{"membership_id":"805798","team_id":"28302","team_name":"Sporting Clube de Portugal U19","short_name":"Sporting U19","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-09-01","end_date":"2018-02-28","role":"player","active":"no","last_updated":"2019-08-07 22:44:33"}]},{"people_id":"200339","first_name":"Triston","last_name":"Bancroft","match_name":"T. Bancroft","common_name":"Triston Bancroft","date_of_birth":"2002-08-28","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 22:44:25","membership":{"membership_id":"1319411","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 22:44:25"}},{"people_id":"200346","first_name":"Thierry","last_name":"Gale","match_name":"T. Gale","common_name":"Thierry Gale","date_of_birth":"2002-05-01","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:44:14","membership":{"membership_id":"1319418","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 22:44:14"}},{"people_id":"200342","first_name":"Shaquanie","last_name":"Phillips","match_name":"S. Phillips","common_name":"Shaquanie Phillips","date_of_birth":"2002-07-17","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 22:44:01","membership":{"membership_id":"1319414","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 22:44:01"}},{"people_id":"200348","first_name":"Roshon","last_name":"Gittens","match_name":"R. Gittens","common_name":"Roshon Gittens","date_of_birth":"2002-02-05","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:43:44","membership":{"membership_id":"1319420","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 22:43:44"}},{"people_id":"200343","first_name":"Nathan","last_name":"Skeete","match_name":"N. Skeete","common_name":"Nathan Skeete","date_of_birth":"2002-12-29","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 22:43:13","membership":{"membership_id":"1319415","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 22:43:13"}},{"people_id":"200341","first_name":"Lemar","last_name":"Catlyn","match_name":"L. Catlyn","common_name":"Lemar Catlyn","date_of_birth":"2002-12-06","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 22:42:58","membership":{"membership_id":"1319413","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 22:42:58"}},{"people_id":"200337","first_name":"Joshua","last_name":"James","match_name":"J. James","common_name":"Joshua James","date_of_birth":"2002-11-30","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 22:42:33","membership":{"membership_id":"1319409","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 22:42:33"}},{"people_id":"200347","first_name":"Jaylan","last_name":"Gilkes","match_name":"J. Gilkes","common_name":"Jaylan Gilkes","date_of_birth":"2002-06-28","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:42:17","membership":{"membership_id":"1319419","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 22:42:17"}},{"people_id":"291012","first_name":"Jahmali ","last_name":"Hutson","match_name":"J. Hutson","common_name":"Jahmali Hutson","date_of_birth":"2002-09-20","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:41:58","membership":{"membership_id":"1319421","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 22:41:58"}},{"people_id":"200340","first_name":"Hashim","last_name":"Brewster","match_name":"H. Brewster","common_name":"Hashim Brewster","date_of_birth":"2002-11-26","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 22:41:05","membership":{"membership_id":"1319412","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 22:41:05"}},{"people_id":"200344","first_name":"Ethan","last_name":"Bryan","match_name":"E. Bryan","common_name":"Ethan Bryan","date_of_birth":"2002-04-29","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:40:33","membership":{"membership_id":"1319416","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 22:40:33"}},{"people_id":"200350","first_name":"Devonte","last_name":"Richards","match_name":"D. Richards","common_name":"Devonte Richards","date_of_birth":"2002-09-27","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:40:22","membership":{"membership_id":"1319422","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 22:40:22"}},{"people_id":"200345","first_name":"Axel","last_name":"Funk","match_name":"A. Funk","common_name":"Axel Funk","date_of_birth":"2002-10-30","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:40:11","membership":{"membership_id":"1319417","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 22:40:11"}},{"people_id":"28706","first_name":"Mattheus","last_name":"Andrade Gama de Oliveira","match_name":"Mattheus Oliveira","common_name":"Mattheus Oliveira","date_of_birth":"1994-07-07","place_of_birth":"Rio de Janeiro, RJ","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"182","weight":"70","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/28706.png","last_updated":"2019-08-07 22:40:09","membership":[{"membership_id":"3203220","team_id":"1549","team_name":"Sporting Clube de Portugal","short_name":"Sporting CP","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:40:09"},{"membership_id":"2773340","team_id":"1551","team_name":"Vitória SC","short_name":"Vitória SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 22:40:09"}]},{"people_id":"200338","first_name":"Andre","last_name":"Applewhaite","match_name":"A. Applewhaite","common_name":"Andre Applewhaite","date_of_birth":"2002-06-03","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 22:39:56","membership":{"membership_id":"1319410","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 22:39:56"}},{"people_id":"200352","first_name":"Abiola","last_name":"Grant","match_name":"A. Grant","common_name":"Abiola Grant","date_of_birth":"2002-11-17","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 22:39:43","membership":{"membership_id":"1319424","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 22:39:43"}},{"people_id":"333290","first_name":"Ramario","last_name":"Carter","match_name":"R. Carter","common_name":"Ramario Carter","date_of_birth":"2004-05-22","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","country_of_birth_area_id":"25","nationality_area_id":"25","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 22:39:21","membership":{"membership_id":"3203219","team_id":"24923","team_name":"Barbados U15","short_name":"Barbados U15","team_area_name":"Barbados","team_area_id":"25","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:39:21"}},{"people_id":"141906","first_name":"Daniel Santos","last_name":"Bragança","match_name":"D. Bragança","common_name":"Daniel Bragança","date_of_birth":"1999-05-27","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:38:11","membership":[{"membership_id":"3203218","team_id":"18447","team_name":"Sporting Clube de Portugal B","short_name":"SC Portugal B","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:38:11"},{"membership_id":"2996399","team_id":"3064","team_name":"SC Farense","short_name":"Farense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 22:38:11"}]},{"people_id":"312776","first_name":"Shahairo ","last_name":"Oleana","match_name":"S. Oleana","common_name":"Shahairo Oleana","date_of_birth":"","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 22:37:33","membership":{"membership_id":"3201446","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 22:37:33"}},{"people_id":"323910","first_name":"Webens","last_name":"Italia ","match_name":"W. Italia ","common_name":"Webens Italia ","date_of_birth":"","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 22:34:52","membership":{"membership_id":"3203217","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 22:34:52"}},{"people_id":"201120","first_name":"Gabriel ","last_name":"Michel","match_name":"G. Michel","common_name":"Gabriel Michel","date_of_birth":"1973-10-12","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:34:08","membership":{"membership_id":"1321629","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2017-08-01","end_date":"2017-08-30","role":"coach","active":"no","last_updated":"2019-08-07 22:34:08"}},{"people_id":"333289","first_name":"Shelby","last_name":"Phanor","match_name":"S. Phanor","common_name":"Shelby Phanor","date_of_birth":"2004-12-17","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 22:29:21","membership":{"membership_id":"3203216","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:29:21"}},{"people_id":"333288","first_name":"Wilson","last_name":"Lochard","match_name":"W. Lochard","common_name":"Wilson Lochard","date_of_birth":"2004-03-15","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 22:28:07","membership":{"membership_id":"3203215","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:28:07"}},{"people_id":"333287","first_name":"Wilgene","last_name":"Dambreville","match_name":"W. Dambreville","common_name":"Wilgene Dambreville","date_of_birth":"2004-07-17","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 22:26:57","membership":{"membership_id":"3203214","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:26:57"}},{"people_id":"333286","first_name":"Alexandre","last_name":"Appolon","match_name":"A. Appolon","common_name":"Alexandre Appolon","date_of_birth":"2004-06-14","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 22:25:36","membership":{"membership_id":"3203213","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:25:36"}},{"people_id":"333285","first_name":"Edouard","last_name":"Vorbe","match_name":"E. Vorbe","common_name":"Edouard Vorbe","date_of_birth":"2004-01-03","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:23:55","membership":{"membership_id":"3203212","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:23:55"}},{"people_id":"333284","first_name":"Winceley","last_name":"Necker","match_name":"W. Necker","common_name":"Winceley Necker","date_of_birth":"2004-08-17","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:22:39","membership":{"membership_id":"3203211","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:22:39"}},{"people_id":"333283","first_name":"Denilson","last_name":"Macon","match_name":"D. Macon","common_name":"Denilson Macon","date_of_birth":"2004-03-04","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:21:29","membership":{"membership_id":"3203210","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:21:29"}},{"people_id":"333282","first_name":"Widmison","last_name":"Loute","match_name":"W. Loute","common_name":"Widmison Loute","date_of_birth":"2004-07-28","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:20:18","membership":{"membership_id":"3203209","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:20:18"}},{"people_id":"333281","first_name":"Nicolas","last_name":"Lacombe J","match_name":"N. Lacombe J","common_name":"Nicolas Lacombe J","date_of_birth":"2004-12-16","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:19:06","membership":{"membership_id":"3203208","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:19:06"}},{"people_id":"333280","first_name":"Roosvins","last_name":"Josil","match_name":"R. Josil","common_name":"Roosvins Josil","date_of_birth":"2004-04-01","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:17:34","membership":{"membership_id":"3203207","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:17:34"}},{"people_id":"333279","first_name":"Guiberson","last_name":"Choune","match_name":"G. Choune","common_name":"Guiberson Choune","date_of_birth":"2004-08-21","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:15:57","membership":{"membership_id":"3203206","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:15:57"}},{"people_id":"333278","first_name":"Schnaider","last_name":"Saint-Louis","match_name":"S. Saint-Louis","common_name":"Schnaider Saint-Louis","date_of_birth":"2004-06-18","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 22:14:29","membership":{"membership_id":"3203205","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:14:29"}},{"people_id":"162041","first_name":"Luiz Gustavo","last_name":"Novaes Palhares","match_name":"Luizão","common_name":"Luizão","date_of_birth":"1998-02-20","place_of_birth":"São Paulo, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:09:38","membership":[{"membership_id":"3203204","team_id":"915","team_name":"FK Vorskla Poltava","short_name":"Vorskla","team_area_name":"Ukraine","team_area_id":"201","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:09:38"},{"membership_id":"1311749","team_id":"18449","team_name":"FC Porto B","short_name":"FC Porto B","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 22:09:38"}]},{"people_id":"48949","first_name":"Bruno Edgar","last_name":"Silva Almeida","match_name":"Bruno Ramires","common_name":"Bruno Ramires","date_of_birth":"1994-03-18","place_of_birth":"Salvador, BA","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"189","weight":"83","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/48949.png","last_updated":"2019-08-07 22:07:02","membership":{"membership_id":"3021687","team_id":"21271","team_name":"CS Alagoano","short_name":"Alagoano","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-02-15","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 22:07:02"}},{"people_id":"97821","first_name":"Kirill","last_name":"Orekhov","match_name":"K. Orekhov","common_name":"Kirill Orekhov","date_of_birth":"1999-01-27","place_of_birth":"","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:06:22","membership":{"membership_id":"3065288","team_id":"20358","team_name":"PFK Torpedo Minsk","short_name":"Torpedo","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-02-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 22:06:22"}},{"people_id":"125302","first_name":"Evgheni","last_name":"Oancea","match_name":"E. Oancea","common_name":"Evgheni Oancea","date_of_birth":"1996-01-05","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/125302.png","last_updated":"2019-08-07 22:06:06","membership":[{"membership_id":"3202652","team_id":"20358","team_name":"PFK Torpedo Minsk","short_name":"Torpedo","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-03","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 22:06:06"},{"membership_id":"388914","team_id":"18871","team_name":"FC Sheriff Tiraspol","short_name":"Sheriff","team_area_name":"Moldova","team_area_id":"130","start_date":"2016-05-29","end_date":"2019-08-03","role":"player","active":"no","last_updated":"2019-08-07 15:06:00"}]},{"people_id":"18824","first_name":"Eric","last_name":"Alexander","match_name":"E. Alexander","common_name":"Eric Alexander","date_of_birth":"1988-04-14","place_of_birth":"Portage, MI","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"male","height":"185","weight":"75","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/18824.png","last_updated":"2019-08-07 22:05:21","membership":{"membership_id":"3001334","team_id":"39765","team_name":"FC Cincinnati","short_name":"FC Cincinnati","team_area_name":"United States","team_area_id":"203","start_date":"2018-12-11","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 22:05:21"}},{"people_id":"48224","first_name":"Stivi","last_name":"Frashëri","match_name":"S. Frashëri","common_name":"Stivi Frashëri","date_of_birth":"1990-08-29","place_of_birth":"Korçë","country_of_birth":"Albania","nationality":"Albania","country_of_birth_area_id":"9","nationality_area_id":"9","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/48224.png","last_updated":"2019-08-07 22:04:55","membership":{"membership_id":"1357951","team_id":"3039","team_name":"FK Kukësi","short_name":"Kukësi","team_area_name":"Albania","team_area_id":"9","start_date":"2017-08-21","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 22:04:55"}},{"people_id":"274115","first_name":"Cristian","last_name":"Montes López","match_name":"Cris Montes","common_name":"Cristian Montes López","date_of_birth":"1997-08-10","place_of_birth":"Tenerife","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"","weight":"","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:03:59","membership":[{"membership_id":"3203199","team_id":"26224","team_name":"CF Badalona","short_name":"Badalona","team_area_name":"Spain","team_area_id":"176","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:03:59"},{"membership_id":"2753950","team_id":"18704","team_name":"AS Omonia Lefkosía","short_name":"Omonia","team_area_name":"Cyprus","team_area_id":"58","start_date":"2018-08-23","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 22:03:59"}]},{"people_id":"272148","first_name":"Brahim","last_name":"Dib","match_name":"B. Dib","common_name":"Brahim Dib","date_of_birth":"1993-07-06","place_of_birth":"","country_of_birth":"Algeria","nationality":"Algeria","country_of_birth_area_id":"10","nationality_area_id":"10","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 22:03:59","membership":[{"membership_id":"3203202","team_id":"17240","team_name":"AS Aïn M'lila","short_name":"AS Aïn M'lila","team_area_name":"Algeria","team_area_id":"10","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:03:59"},{"membership_id":"2746932","team_id":"14987","team_name":"NA Hussein Dey","short_name":"NA Hussein Dey","team_area_name":"Algeria","team_area_id":"10","start_date":"2018-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 22:03:59"}]},{"people_id":"267600","first_name":"Daniel","last_name":"Štefulj","match_name":"D. Štefulj","common_name":"Daniel Štefulj","date_of_birth":"1999-11-08","place_of_birth":"Langenhagen","country_of_birth":"Germany","nationality":"Croatia","country_of_birth_area_id":"80","nationality_area_id":"56","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 22:03:59","membership":[{"membership_id":"3203203","team_id":"35124","team_name":"NK Varaždin","short_name":"Varaždin","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:03:59"},{"membership_id":"3191807","team_id":"18557","team_name":"HNK Rijeka","short_name":"Rijeka","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-06-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 22:03:59"}]},{"people_id":"241743","first_name":"Daiki","last_name":"Miya","match_name":"D. Miya","common_name":"Daiki Miya","date_of_birth":"1996-04-01","place_of_birth":"","country_of_birth":"Japan","nationality":"Japan","country_of_birth_area_id":"102","nationality_area_id":"102","gender":"male","height":"186","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/241743.png","last_updated":"2019-08-07 22:03:59","membership":[{"membership_id":"3203201","team_id":"17966","team_name":"FC Mito Holly Hock","short_name":"Holly Hock","team_area_name":"Japan","team_area_id":"102","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:03:59"},{"membership_id":"2632492","team_id":"1147","team_name":"Vissel Kobe","short_name":"Vissel Kobe","team_area_name":"Japan","team_area_id":"102","start_date":"2018-03-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 22:03:59"}]},{"people_id":"220642","first_name":"Haruki","last_name":"Saruta","match_name":"H. Saruta","common_name":"Haruki Saruta","date_of_birth":"1999-04-23","place_of_birth":"","country_of_birth":"Japan","nationality":"Japan","country_of_birth_area_id":"102","nationality_area_id":"102","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/220642.png","last_updated":"2019-08-07 22:03:59","membership":[{"membership_id":"3203200","team_id":"11884","team_name":"Kagoshima United FC","short_name":"Kagoshima Utd","team_area_name":"Japan","team_area_id":"102","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:03:59"},{"membership_id":"2601760","team_id":"1159","team_name":"Kashiwa Reysol","short_name":"Kashiwa Reysol","team_area_name":"Japan","team_area_id":"102","start_date":"2018-01-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 22:03:59"}]},{"people_id":"212995","first_name":"Marco","last_name":"Sala","match_name":"M. Sala","common_name":"Marco Sala","date_of_birth":"1999-06-04","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 22:03:58","membership":[{"membership_id":"3203196","team_id":"19527","team_name":"ACD Virtus Entella","short_name":"Virtus Entella","team_area_name":"Italy","team_area_id":"100","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:03:58"},{"membership_id":"2777330","team_id":"20421","team_name":"SS Arezzo","short_name":"Arezzo","team_area_name":"Italy","team_area_id":"100","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 22:03:58"}]},{"people_id":"145115","first_name":"Andrej","last_name":"Fábry","match_name":"A. Fábry","common_name":"Andrej Fábry","date_of_birth":"1997-03-01","place_of_birth":"","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 22:03:58","membership":[{"membership_id":"3203198","team_id":"18614","team_name":"FC DAC 1904 Dunajská Streda","short_name":"DAC 1904","team_area_name":"Slovakia","team_area_id":"171","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:03:58"},{"membership_id":"2990039","team_id":"878","team_name":"FK Jablonec","short_name":"Jablonec","team_area_name":"Czech Republic","team_area_id":"59","start_date":"2019-01-04","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 22:03:58"}]},{"people_id":"128342","first_name":"Stefan","last_name":"Schimmer","match_name":"S. Schimmer","common_name":"Stefan Schimmer","date_of_birth":"1994-04-28","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 22:03:58","membership":[{"membership_id":"3203197","team_id":"2227","team_name":"1. FC Heidenheim 1846","short_name":"Heidenheim","team_area_name":"Germany","team_area_id":"80","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:03:58"},{"membership_id":"1300314","team_id":"565","team_name":"SpVgg Unterhaching","short_name":"Unterhaching","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 22:03:58"}]},{"people_id":"118893","first_name":"Yuya","last_name":"Yamagishi","match_name":"Y. Yamagishi","common_name":"Yuya Yamagishi","date_of_birth":"1993-08-29","place_of_birth":"Chiba-shi","country_of_birth":"Japan","nationality":"Japan","country_of_birth_area_id":"102","nationality_area_id":"102","gender":"male","height":"183","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/118893.png","last_updated":"2019-08-07 22:03:58","membership":[{"membership_id":"3203195","team_id":"1170","team_name":"Montedio Yamagata","short_name":"Montedio","team_area_name":"Japan","team_area_id":"102","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:03:58"},{"membership_id":"2622192","team_id":"17968","team_name":"FC Gifu","short_name":"FC Gifu","team_area_name":"Japan","team_area_id":"102","start_date":"2018-01-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 22:03:58"}]},{"people_id":"75481","first_name":"Atanas","last_name":"Kabov","match_name":"A. Kabov","common_name":"Atanas Kabov","date_of_birth":"1999-04-11","place_of_birth":"","country_of_birth":"Bulgaria","nationality":"Bulgaria","country_of_birth_area_id":"38","nationality_area_id":"38","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 22:03:58","membership":[{"membership_id":"3203194","team_id":"28228","team_name":"FK Vitosha Bistritsa","short_name":"Vitosha","team_area_name":"Bulgaria","team_area_id":"38","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:03:58"},{"membership_id":"3185227","team_id":"17397","team_name":"PFK Levski Sofia","short_name":"Levski Sofia","team_area_name":"Bulgaria","team_area_id":"38","start_date":"2019-06-14","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 22:03:58"}]},{"people_id":"64005","first_name":"Braian Ezequiel","last_name":"Mansilla","match_name":"B. Mansilla","common_name":"Braian Mansilla","date_of_birth":"1997-04-16","place_of_birth":"Rosario","country_of_birth":"Argentina","nationality":"Argentina","country_of_birth_area_id":"16","nationality_area_id":"16","gender":"male","height":"178","weight":"77","foot":"left","position":"Attacker","player_picture":"","last_updated":"2019-08-07 22:03:58","membership":[{"membership_id":"3203193","team_id":"1550","team_name":"Vitória FC","short_name":"Vitória FC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 22:03:58"},{"membership_id":"3203192","team_id":"1040","team_name":"Racing Club","short_name":"Racing Club","team_area_name":"Argentina","team_area_id":"16","start_date":"2019-07-30","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 22:03:58"},{"membership_id":"3006046","team_id":"2192","team_name":"Gimnasia y Esgrima de La Plata","short_name":"Gimnasia LP","team_area_name":"Argentina","team_area_id":"16","start_date":"2019-01-21","end_date":"2019-07-30","role":"player","active":"no","last_updated":"2019-08-07 21:49:01"}]},{"people_id":"98005","first_name":"Jaime","last_name":"Seoane","match_name":"J. Seoane","common_name":"Jaime Seoane","date_of_birth":"1997-01-22","place_of_birth":"Madrid","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"173","weight":"70","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:49:01","membership":[{"membership_id":"3203189","team_id":"761","team_name":"SD Huesca","short_name":"Huesca","team_area_name":"Spain","team_area_id":"176","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:49:01"},{"membership_id":"2211845","team_id":"720","team_name":"Real Madrid CF","short_name":"Real Madrid","team_area_name":"Spain","team_area_id":"176","start_date":"2017-11-25","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:49:01"},{"membership_id":"259360","team_id":"2172","team_name":"Real Madrid CF U19","short_name":"R. Madrid U19","team_area_name":"Spain","team_area_id":"176","start_date":"2015-10-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:49:01"}]},{"people_id":"84617","first_name":"Raul Jose","last_name":"Asencio Moraes","match_name":"Asencio","common_name":"Asencio","date_of_birth":"1998-05-20","place_of_birth":"Villarreal","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"187","weight":"80","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 21:49:01","membership":[{"membership_id":"3203188","team_id":"834","team_name":"AC Pisa 1909","short_name":"AC Pisa","team_area_name":"Italy","team_area_id":"100","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:49:01"},{"membership_id":"3203182","team_id":"803","team_name":"Genoa CFC","short_name":"Genoa","team_area_name":"Italy","team_area_id":"100","start_date":"2019-06-30","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:49:01"},{"membership_id":"2738235","team_id":"19622","team_name":"Benevento Calcio","short_name":"Benevento","team_area_name":"Italy","team_area_id":"100","start_date":"2018-08-06","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 21:36:26"}]},{"people_id":"65470","first_name":"Michaell Anthony","last_name":"Chirinos Cortez","match_name":"M. Chirinos","common_name":"Michaell Chirinos","date_of_birth":"1995-06-17","place_of_birth":"Yoro, Yoro","country_of_birth":"Honduras","nationality":"Honduras","country_of_birth_area_id":"90","nationality_area_id":"90","gender":"male","height":"165","weight":"67","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/65470.png","last_updated":"2019-08-07 21:49:01","membership":[{"membership_id":"3203190","team_id":"2099","team_name":"Vancouver Whitecaps FC","short_name":"Whitecaps","team_area_name":"Canada","team_area_id":"43","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:49:01"},{"membership_id":"3195270","team_id":"15407","team_name":"CD Olimpia","short_name":"CD Olimpia","team_area_name":"Honduras","team_area_id":"90","start_date":"2019-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:49:01"}]},{"people_id":"63861","first_name":"Luis Felipe","last_name":"Carvalho Silva","match_name":"Felipe Baiano","common_name":"Felipe Baiano","date_of_birth":"1988-12-22","place_of_birth":"Salvador, BA","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:49:01","membership":[{"membership_id":"3203191","team_id":"21292","team_name":"Morrinhos FC","short_name":"","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:49:01"},{"membership_id":"2996478","team_id":"21303","team_name":"AA Caldense","short_name":"AA Caldense","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:49:01"}]},{"people_id":"99836","first_name":"Felipe Henrique José","last_name":"dos Santos","match_name":"Felipe Fumaça","common_name":"Felipe Fumaça","date_of_birth":"1993-07-08","place_of_birth":"Araraquara","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"183","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 21:47:02","membership":[{"membership_id":"3203187","team_id":"22644","team_name":"Anápolis FC","short_name":"Anápolis","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:47:02"},{"membership_id":"3004222","team_id":"22035","team_name":"São Bernardo FC","short_name":"São Bernardo","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-01","end_date":"2019-04-30","role":"player","active":"no","last_updated":"2019-08-07 21:46:40"}]},{"people_id":"89229","first_name":"Jean-Noël Dominique","last_name":"Lingani","match_name":"J. Lingani","common_name":"Jean-Noël Lingani","date_of_birth":"1988-12-12","place_of_birth":"Bobo-Dioulasso","country_of_birth":"Burkina Faso","nationality":"Burkina Faso","country_of_birth_area_id":"39","nationality_area_id":"39","gender":"male","height":"172","weight":"","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:40:31","membership":{"membership_id":"2586712","team_id":"15594","team_name":"Horoya AC","short_name":"Horoya AC","team_area_name":"Guinea","team_area_id":"86","start_date":"2017-09-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 21:35:33"}},{"people_id":"85047","first_name":"Denis Mihai","last_name":"Drăguş","match_name":"D. Drăguş","common_name":"Denis Drăguş","date_of_birth":"1999-07-06","place_of_birth":"Bucureşti","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"male","height":"171","weight":"65","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 21:39:00","membership":[{"membership_id":"3203186","team_id":"3080","team_name":"Royal Standard de Liège","short_name":"Standard Liège","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:38:51"},{"membership_id":"377837","team_id":"18884","team_name":"FC Viitorul Constanţa","short_name":"Viitorul","team_area_name":"Romania","team_area_id":"159","start_date":"2016-05-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-07 21:38:29"}]},{"people_id":"284863","first_name":"Sean","last_name":"Slaven","match_name":"S. Slaven","common_name":"Sean Slaven","date_of_birth":"2001-05-10","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 21:38:21","membership":{"membership_id":"3203185","team_id":"27350","team_name":"Hamilton Academical FC U20","short_name":"Hamilton Acd","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:38:21"}},{"people_id":"288524","first_name":"Marley","last_name":"Redfern","match_name":"M. Redfern","common_name":"Marley Redfern","date_of_birth":"2002-12-13","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:37:50","membership":{"membership_id":"3203184","team_id":"27350","team_name":"Hamilton Academical FC U20","short_name":"Hamilton Acd","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:37:50"}},{"people_id":"333277","first_name":"Liam","last_name":"Harris","match_name":"L. Harris","common_name":"Liam Harris","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:37:19","membership":{"membership_id":"3203183","team_id":"27350","team_name":"Hamilton Academical FC U20","short_name":"Hamilton Acd","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:37:19"}},{"people_id":"300681","first_name":"Iñigo","last_name":"Vicente Elordoy","match_name":"Iñigo Vicente","common_name":"Iñigo Vicente","date_of_birth":"1998-01-06","place_of_birth":"","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"178","weight":"67","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 21:36:26","membership":[{"membership_id":"3203181","team_id":"764","team_name":"CD Mirandés","short_name":"CD Mirandés","team_area_name":"Spain","team_area_id":"176","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:36:26"},{"membership_id":"2991625","team_id":"732","team_name":"Athletic Club","short_name":"Athletic","team_area_name":"Spain","team_area_id":"176","start_date":"2019-01-08","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:36:26"}]},{"people_id":"163979","first_name":"Şahin","last_name":"Şafakoğlu","match_name":"Ş. Şafakoğlu","common_name":"Şahin Şafakoğlu","date_of_birth":"1993-09-21","place_of_birth":"Denizli","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 21:36:26","membership":[{"membership_id":"3203173","team_id":"18288","team_name":"İnegölspor","short_name":"İnegölspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:36:26"},{"membership_id":"2757371","team_id":"1083","team_name":"Samsunspor","short_name":"Samsunspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2018-08-27","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:36:26"}]},{"people_id":"146011","first_name":"Lorenzo","last_name":"Saporetti","match_name":"L. Saporetti","common_name":"Lorenzo Saporetti","date_of_birth":"1996-03-19","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 21:36:26","membership":[{"membership_id":"3203178","team_id":"795","team_name":"Calcio Catania","short_name":"Catania","team_area_name":"Italy","team_area_id":"100","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:36:26"},{"membership_id":"2726764","team_id":"19634","team_name":"AC Renate","short_name":"Renate","team_area_name":"Italy","team_area_id":"100","start_date":"2018-07-17","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 21:36:26"}]},{"people_id":"104971","first_name":"Aleksi","last_name":"Gullsten","match_name":"A. Gullsten","common_name":"Aleksi Gullsten","date_of_birth":"1993-03-22","place_of_birth":"","country_of_birth":"Finland","nationality":"Finland","country_of_birth_area_id":"75","nationality_area_id":"75","gender":"male","height":"172","weight":"62","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/104971.png","last_updated":"2019-08-07 21:36:26","membership":[{"membership_id":"3203175","team_id":"1334","team_name":"IFK Luleå","short_name":"IFK Luleå","team_area_name":"Sweden","team_area_id":"184","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:36:26"},{"membership_id":"2685602","team_id":"1770","team_name":"AC Oulu","short_name":"AC Oulu","team_area_name":"Finland","team_area_id":"75","start_date":"2018-01-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:36:26"}]},{"people_id":"56523","first_name":"Edvinas","last_name":"Kloniūnas","match_name":"E. Kloniūnas","common_name":"Edvinas Kloniūnas","date_of_birth":"1998-06-28","place_of_birth":"","country_of_birth":"Lithuania","nationality":"Lithuania","country_of_birth_area_id":"117","nationality_area_id":"117","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:36:26","membership":[{"membership_id":"3203180","team_id":"20836","team_name":"NK BSK Bijelo Brdo","short_name":"Bijelo Brdo","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:36:26"},{"membership_id":"87401","team_id":"15855","team_name":"FK Kauno Žalgiris","short_name":"Kauno Žalgiris","team_area_name":"Lithuania","team_area_id":"117","start_date":"2015-01-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:36:26"}]},{"people_id":"50282","first_name":"Donashano","last_name":"Malama","match_name":"D. Malama","common_name":"Donashano Malama","date_of_birth":"1991-09-01","place_of_birth":"Chililabombwe","country_of_birth":"Zambia","nationality":"Zambia","country_of_birth_area_id":"211","nationality_area_id":"211","gender":"male","height":"170","weight":"69","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 21:36:26","membership":[{"membership_id":"3203179","team_id":"1464","team_name":"Black Leopards FC","short_name":"Leopards","team_area_name":"South Africa","team_area_id":"175","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:36:26"},{"membership_id":"3007395","team_id":"2134","team_name":"Chippa United FC","short_name":"Chippa United","team_area_name":"South Africa","team_area_id":"175","start_date":"2019-01-27","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:36:26"}]},{"people_id":"26289","first_name":"Ilia","last_name":"Dimitrov","match_name":"I. Dimitrov","common_name":"Ilia Dimitrov","date_of_birth":"1996-07-10","place_of_birth":"","country_of_birth":"Bulgaria","nationality":"Bulgaria","country_of_birth_area_id":"38","nationality_area_id":"38","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 21:36:26","membership":[{"membership_id":"3203176","team_id":"28228","team_name":"FK Vitosha Bistritsa","short_name":"Vitosha","team_area_name":"Bulgaria","team_area_id":"38","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:36:26"},{"membership_id":"3187786","team_id":"17397","team_name":"PFK Levski Sofia","short_name":"Levski Sofia","team_area_name":"Bulgaria","team_area_id":"38","start_date":"2019-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:36:26"}]},{"people_id":"19448","first_name":"Andrej","last_name":"Šimunec","match_name":"A. Šimunec","common_name":"Andrej Šimunec","date_of_birth":"1995-03-02","place_of_birth":"Osijek","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 21:36:26","membership":[{"membership_id":"3203177","team_id":"1559","team_name":"CD Aves","short_name":"Aves","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:36:26"},{"membership_id":"3189379","team_id":"18560","team_name":"NK Osijek","short_name":"Osijek","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-06-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:36:26"}]},{"people_id":"17453","first_name":"Koya","last_name":"Kazama","match_name":"Koya Kazama","common_name":"Koya Kazama","date_of_birth":"1993-04-16","place_of_birth":"","country_of_birth":"Japan","nationality":"Japan","country_of_birth_area_id":"102","nationality_area_id":"102","gender":"male","height":"180","weight":"71","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/17453.png","last_updated":"2019-08-07 21:36:26","membership":[{"membership_id":"3203174","team_id":"17945","team_name":"FC Ryukyu","short_name":"FC Ryukyu","team_area_name":"Japan","team_area_id":"102","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:36:26"},{"membership_id":"332061","team_id":"17968","team_name":"FC Gifu","short_name":"FC Gifu","team_area_name":"Japan","team_area_id":"102","start_date":"2015-07-12","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:36:26"}]},{"people_id":"284866","first_name":"JamieJamie","last_name":"Smith","match_name":"J. Smith","common_name":"Jamie Smith","date_of_birth":"2002-05-08","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 21:36:17","membership":{"membership_id":"3203172","team_id":"27350","team_name":"Hamilton Academical FC U20","short_name":"Hamilton Acd","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:36:17"}},{"people_id":"284868","first_name":"Jay","last_name":"Blair","match_name":"J. Blair","common_name":"Jay Blair","date_of_birth":"2002-08-21","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 21:35:39","membership":{"membership_id":"3203171","team_id":"27350","team_name":"Hamilton Academical FC U20","short_name":"Hamilton Acd","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:35:39"}},{"people_id":"333276","first_name":"Korede","last_name":"Adedoyin","match_name":"K. Adedoyin","common_name":"Korede Adedoyin","date_of_birth":"2000-11-14","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:35:06","membership":{"membership_id":"3203170","team_id":"27350","team_name":"Hamilton Academical FC U20","short_name":"Hamilton Acd","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:35:06"}},{"people_id":"333275","first_name":"Jack","last_name":"Garrad","match_name":"J. Garrad","common_name":"Jack Garrad","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:34:01","membership":{"membership_id":"3203169","team_id":"27350","team_name":"Hamilton Academical FC U20","short_name":"Hamilton Acd","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:34:01"}},{"people_id":"333274","first_name":"Dylan","last_name":"Forrest","match_name":"D. Forrest","common_name":"Dylan Forrest","date_of_birth":"2002-01-14","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:25:45","membership":{"membership_id":"3203168","team_id":"27350","team_name":"Hamilton Academical FC U20","short_name":"Hamilton Acd","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:25:45"}},{"people_id":"155334","first_name":"Will","last_name":"Collar","match_name":"W. Collar","common_name":"Will Collar","date_of_birth":"1997-02-03","place_of_birth":"Horsham, West Sussex","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:20:58","membership":{"membership_id":"3203167","team_id":"27350","team_name":"Hamilton Academical FC U20","short_name":"Hamilton Acd","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:20:58"}},{"people_id":"132082","first_name":"Luke Kevin","last_name":"Southwood","match_name":"L. Southwood","common_name":"Luke Southwood","date_of_birth":"1997-12-06","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"185","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 21:20:49","membership":{"membership_id":"3203166","team_id":"27350","team_name":"Hamilton Academical FC U20","short_name":"Hamilton Acd","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:20:49"}},{"people_id":"199804","first_name":"Jack","last_name":"Breen","match_name":"J. Breen","common_name":"JackBreen","date_of_birth":"1999-06-11","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:20:26","membership":{"membership_id":"3203165","team_id":"27350","team_name":"Hamilton Academical FC U20","short_name":"Hamilton Acd","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:20:26"}},{"people_id":"284869","first_name":"Andrew","last_name":"Winter","match_name":"A. Winter","common_name":"Andrew Winter","date_of_birth":"2002-03-10","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 21:20:04","membership":{"membership_id":"3203164","team_id":"27350","team_name":"Hamilton Academical FC U20","short_name":"Hamilton Acd","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:20:04"}},{"people_id":"284864","first_name":"Charlie","last_name":"Reilly","match_name":"C. Reilly","common_name":"Charlie Reilly","date_of_birth":"2001-12-05","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:19:50","membership":{"membership_id":"3203163","team_id":"27350","team_name":"Hamilton Academical FC U20","short_name":"Hamilton Acd","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:19:50"}},{"people_id":"101433","first_name":"Mehmet","last_name":"Altiparmak","match_name":"M. Altiparmak","common_name":"Mehmet Altiparmak","date_of_birth":"1969-05-01","place_of_birth":"Ankara","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 21:19:22","membership":[{"membership_id":"3203162","team_id":"2311","team_name":"Akhisar Belediye GSK","short_name":"Akhisar","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 21:19:22"},{"membership_id":"2840782","team_id":"18284","team_name":"Gaziantep FK","short_name":"Gaziantep FK","team_area_name":"Turkey","team_area_id":"196","start_date":"2018-10-02","end_date":"2019-05-30","role":"coach","active":"no","last_updated":"2019-08-07 21:18:57"}]},{"people_id":"84784","first_name":"Stephen","last_name":"Craigan","match_name":"S. Craigan","common_name":"Stephen Craigan","date_of_birth":"1976-10-29","place_of_birth":"","country_of_birth":"Northern Ireland","nationality":"Northern Ireland","country_of_birth_area_id":"145","nationality_area_id":"145","gender":"male","height":"183","weight":"79","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 21:17:37","membership":{"membership_id":"597171","team_id":"27351","team_name":"Motherwell FC U20","short_name":"Motherwell U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2016-07-01","end_date":"2018-12-30","role":"coach","active":"no","last_updated":"2019-08-07 21:17:37"}},{"people_id":"333273","first_name":"Maurice Alexander","last_name":"Ross","match_name":"M. Ross","common_name":"Maurice Ross","date_of_birth":"1981-02-03","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 21:16:39","membership":{"membership_id":"3203161","team_id":"27351","team_name":"Motherwell FC U20","short_name":"Motherwell U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-01-01","end_date":"","role":"assistant_coach","active":"yes","last_updated":"2019-08-07 21:16:39"}},{"people_id":"333272","first_name":"Sam","last_name":"Muir","match_name":"S. Muir","common_name":"Sam Muir","date_of_birth":"2002-07-10","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 21:14:24","membership":{"membership_id":"3203160","team_id":"27351","team_name":"Motherwell FC U20","short_name":"Motherwell U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:14:24"}},{"people_id":"333271","first_name":"Matthew","last_name":"McDonald","match_name":"M. McDonald","common_name":"Matthew McDonald","date_of_birth":"2002-08-26","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 21:13:27","membership":{"membership_id":"3203159","team_id":"27351","team_name":"Motherwell FC U20","short_name":"Motherwell U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:13:27"}},{"people_id":"26639","first_name":"Romain","last_name":"Grange","match_name":"R. Grange","common_name":"Romain Grange","date_of_birth":"1988-07-21","place_of_birth":"Châteauroux","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"177","weight":"72","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/26639.png","last_updated":"2019-08-07 21:13:17","membership":[{"membership_id":"3203158","team_id":"603","team_name":"La Berrichonne de Châteauroux","short_name":"Châteauroux","team_area_name":"France","team_area_id":"76","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:13:17"},{"membership_id":"3194773","team_id":"3084","team_name":"Sporting du Pays de Charleroi","short_name":"RSC Charleroi","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-06-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-07 21:11:56"}]},{"people_id":"333270","first_name":"Lewis","last_name":"Robertson","match_name":"L. Robertson","common_name":"Lewis Robertson","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:12:24","membership":{"membership_id":"3203157","team_id":"27351","team_name":"Motherwell FC U20","short_name":"Motherwell U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:12:24"}},{"people_id":"333269","first_name":"Jack","last_name":"Brown","match_name":"J. Brown","common_name":"Jack Brown","date_of_birth":"2002-07-02","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 21:11:30","membership":{"membership_id":"3203156","team_id":"27351","team_name":"Motherwell FC U20","short_name":"Motherwell U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:11:30"}},{"people_id":"229761","first_name":"Jack","last_name":"Brown","match_name":"J. Brown","common_name":"Jack Brown","date_of_birth":"2001-07-27","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 21:10:41","membership":[{"membership_id":"3203155","team_id":"27351","team_name":"Motherwell FC U20","short_name":"Motherwell U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-26","end_date":"2019-07-26","role":"player","active":"no","last_updated":"2019-08-07 21:10:41"},{"membership_id":"2588480","team_id":"1538","team_name":"Inverness Caledonian Thistle FC","short_name":"Inverness Cal.","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-01-01","end_date":"2019-07-25","role":"player","active":"no","last_updated":"2019-08-07 21:09:25"}]},{"people_id":"333268","first_name":"Cole","last_name":"Starrs","match_name":"C. Starrs","common_name":"Cole Starrs","date_of_birth":"2002-04-25","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 21:06:56","membership":{"membership_id":"3203154","team_id":"27351","team_name":"Motherwell FC U20","short_name":"Motherwell U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:06:56"}},{"people_id":"16657","first_name":"Rémy","last_name":"Riou","match_name":"R. Riou","common_name":"Rémy Riou","date_of_birth":"1987-08-06","place_of_birth":"Lyon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"191","weight":"81","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/16657.png","last_updated":"2019-08-07 21:06:01","membership":[{"membership_id":"3203153","team_id":"596","team_name":"SM Caen","short_name":"SM Caen","team_area_name":"France","team_area_id":"76","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:06:01"},{"membership_id":"2742037","team_id":"3084","team_name":"Sporting du Pays de Charleroi","short_name":"RSC Charleroi","team_area_name":"Belgium","team_area_id":"27","start_date":"2018-08-13","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-07 21:03:04"}]},{"people_id":"333267","first_name":"Cameron","last_name":"Williamson","match_name":"C. Williamson","common_name":"Cameron Williamson","date_of_birth":"2003-05-20","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 21:05:29","membership":{"membership_id":"3203152","team_id":"27351","team_name":"Motherwell FC U20","short_name":"Motherwell U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:05:29"}},{"people_id":"142991","first_name":"Bence","last_name":"Szenes","match_name":"B. Szenes","common_name":"Bence Szenes","date_of_birth":"1994-02-02","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 21:04:32","membership":{"membership_id":"3203151","team_id":"19026","team_name":"Vác FC","short_name":"Vác FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:04:32"}},{"people_id":"333266","first_name":"Findlay","last_name":"Cook","match_name":"F. Cook","common_name":"Findlay Cook","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 21:02:13","membership":{"membership_id":"3203150","team_id":"27351","team_name":"Motherwell FC U20","short_name":"Motherwell U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:02:13"}},{"people_id":"350009","first_name":"Borja","last_name":"García Santamaría","match_name":"Borja García","common_name":"Borja García","date_of_birth":"1990-01-07","place_of_birth":"Laredo","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"185","weight":"74","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203143","team_id":"755","team_name":"RC Recreativo de Huelva","short_name":"Huelva","team_area_name":"Spain","team_area_id":"176","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"2756410","team_id":"27995","team_name":"Extremadura UD","short_name":"Extremadura","team_area_name":"Spain","team_area_id":"176","start_date":"2017-08-03","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"349338","first_name":"Umberto","last_name":"Eusepi","match_name":"U. Eusepi","common_name":"Umberto Eusepi","date_of_birth":"1989-01-09","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203138","team_id":"843","team_name":"US Alessandria Calcio 1912","short_name":"Alessandria","team_area_name":"Italy","team_area_id":"100","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"2826323","team_id":"819","team_name":"Novara Calcio","short_name":"Novara","team_area_name":"Italy","team_area_id":"100","start_date":"2018-08-28","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"316365","first_name":"Yegor","last_name":"Bogomolskiy","match_name":"Y. Bogomolskiy","common_name":"Yegor Bogomolskiy","date_of_birth":"2000-06-03","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203135","team_id":"11106","team_name":"FK Dinamo-2 Brest","short_name":"","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"3070349","team_id":"18859","team_name":"FK Dinamo Minsk","short_name":"Dinamo Minsk","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-04-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"309269","first_name":"Soslan","last_name":"Takulov","match_name":"S. Takulov","common_name":"Soslan Takulov","date_of_birth":"1995-04-28","place_of_birth":"","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"178","weight":"70","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203133","team_id":"14835","team_name":"SFK Slutsk","short_name":"SFK Slutsk","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"3025070","team_id":"24283","team_name":"FC Rustavi","short_name":"FC Rustavi","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-01-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"228868","first_name":"Anderson","last_name":"Pereira dos Santos","match_name":"Anderson Canhoto","common_name":"Anderson Canhoto","date_of_birth":"1988-09-29","place_of_birth":"São Paulo, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"173","weight":"68","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203134","team_id":"25193","team_name":"CE Aimoré","short_name":"Aimoré","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"2584975","team_id":"24839","team_name":"Goytacaz FC","short_name":"Goytacaz FC","team_area_name":"Brazil","team_area_id":"35","start_date":"2017-12-12","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"144718","first_name":"Dani Dzhunior","last_name":"Ltaif","match_name":"D. Ltaif","common_name":"Dani Ltaif","date_of_birth":"2000-05-01","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"male","height":"192","weight":"86","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/144718.png","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203131","team_id":"18299","team_name":"SD Eibar","short_name":"Eibar","team_area_name":"Spain","team_area_id":"176","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"1073788","team_id":"345","team_name":"FK Olimpik Donetsk U21","short_name":"Olimpik D U21","team_area_name":"Ukraine","team_area_id":"201","start_date":"2016-11-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"},{"membership_id":"1277855","team_id":"25410","team_name":"FK Olimpik Donetsk U19","short_name":"Olimpik D U19","team_area_name":"Ukraine","team_area_id":"201","start_date":"2016-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"136195","first_name":"Ömer","last_name":"Buğdaycı","match_name":"Ö. Buğdaycı","common_name":"Ömer Buğdaycı","date_of_birth":"1997-10-25","place_of_birth":"Sultanbeyli","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203132","team_id":"32601","team_name":"Karaköprü Belediyespor","short_name":"Karaköprü","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"675366","team_id":"1117","team_name":"Manisaspor","short_name":"Manisaspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2015-09-11","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"81617","first_name":"Sincere Seth","last_name":"Muenfuh","match_name":"S. Muenfuh","common_name":"Sincere Seth Muenfuh","date_of_birth":"1998-04-28","place_of_birth":"","country_of_birth":"Nigeria","nationality":"Nigeria","country_of_birth_area_id":"144","nationality_area_id":"144","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203130","team_id":"1128","team_name":"Boluspor","short_name":"Boluspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"1311295","team_id":"18291","team_name":"Yeni Malatyaspor","short_name":"Y. Malatyaspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2017-07-04","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"79771","first_name":"Lasha","last_name":"Shindagoridze","match_name":"L. Shindagoridze","common_name":"Lasha Shindagoridze","date_of_birth":"1993-01-30","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203149","team_id":"18862","team_name":"FK Shakhtyor Soligorsk","short_name":"Soligorsk","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"2856171","team_id":"9850","team_name":"FC Saburtalo","short_name":"Saburtalo","team_area_name":"Georgia","team_area_id":"79","start_date":"2018-11-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"76088","first_name":"Mirko","last_name":"Carretta","match_name":"M. Carretta","common_name":"Mirko Carretta","date_of_birth":"1990-11-23","place_of_birth":"Gallipoli","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"178","weight":"75","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203141","team_id":"18205","team_name":"Cosenza Calcio","short_name":"Cosenza","team_area_name":"Italy","team_area_id":"100","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"2720328","team_id":"840","team_name":"US Cremonese","short_name":"Cremonese","team_area_name":"Italy","team_area_id":"100","start_date":"2018-07-12","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"43736","first_name":"Osama","last_name":"Malik","match_name":"O. Malik","common_name":"Osama Malik","date_of_birth":"1990-09-30","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"185","weight":"73","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/43736.png","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203146","team_id":"976","team_name":"Perth Glory FC","short_name":"Perth Glory","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"3004079","team_id":"16425","team_name":"Al Batin Club","short_name":"Al Batin Club","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-01-29","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"42911","first_name":"Luca","last_name":"Castiglia","match_name":"L. Castiglia","common_name":"Luca Castiglia","date_of_birth":"1989-03-17","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"174","weight":"73","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203139","team_id":"820","team_name":"Padova Calcio","short_name":"Padova","team_area_name":"Italy","team_area_id":"100","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"3005166","team_id":"824","team_name":"Ternana Calcio","short_name":"Ternana","team_area_name":"Italy","team_area_id":"100","start_date":"2019-01-31","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"32902","first_name":"Vilfor","last_name":"Hysa","match_name":"V. Hysa","common_name":"Vilfor Hysa","date_of_birth":"1989-09-09","place_of_birth":"","country_of_birth":"Albania","nationality":"Albania","country_of_birth_area_id":"9","nationality_area_id":"9","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203136","team_id":"14702","team_name":"KF Drenica","short_name":"Drenica","team_area_name":"Kosovo","team_area_id":"249","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"2729382","team_id":"14714","team_name":"KF Gjilani","short_name":"KF Gjilani","team_area_name":"Kosovo","team_area_id":"249","start_date":"2018-07-20","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"26754","first_name":"Léo","last_name":"Schwechlen","match_name":"L. Schwechlen","common_name":"Léo Schwechlen","date_of_birth":"1989-06-05","place_of_birth":"Montbéliard","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/26754.png","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203137","team_id":"1107","team_name":"Göztepe SK","short_name":"Göztepe SK","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"2741012","team_id":"20730","team_name":"BB Erzurumspor","short_name":"BB Erzurumspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2018-08-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"22904","first_name":"Jan","last_name":"Lecjaks","match_name":"J. Lecjaks","common_name":"Jan Lecjaks","date_of_birth":"1990-08-09","place_of_birth":"Plzeň","country_of_birth":"Czech Republic","nationality":"Czech Republic","country_of_birth_area_id":"59","nationality_area_id":"59","gender":"male","height":"185","weight":"81","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203140","team_id":"18704","team_name":"AS Omonia Lefkosía","short_name":"Omonia","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"2766530","team_id":"18559","team_name":"NK Lokomotiva Zagreb","short_name":"Lok Zagreb","team_area_name":"Croatia","team_area_id":"56","start_date":"2018-08-31","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"18848","first_name":"Felipe","last_name":"Martins Campanholi","match_name":"Felipe Martins","common_name":"Felipe Martins","date_of_birth":"1990-09-30","place_of_birth":"Engenheiro Beltrao","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"171","weight":"67","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/18848.png","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203142","team_id":"36430","team_name":"DC United FC","short_name":"DC United","team_area_name":"Ghana","team_area_id":"81","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"2630838","team_id":"2099","team_name":"Vancouver Whitecaps FC","short_name":"Whitecaps","team_area_name":"Canada","team_area_id":"43","start_date":"2018-03-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"16981","first_name":"Alfredo","last_name":"Ortuño Martínez","match_name":"Ortuño","common_name":"Ortuño","date_of_birth":"1991-01-21","place_of_birth":"","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/16981.png","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203145","team_id":"725","team_name":"Real Oviedo","short_name":"Real Oviedo","team_area_name":"Spain","team_area_id":"176","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"3004034","team_id":"27995","team_name":"Extremadura UD","short_name":"Extremadura","team_area_name":"Spain","team_area_id":"176","start_date":"2019-01-30","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"16220","first_name":"Richard","last_name":"Lásik","match_name":"R. Lásik","common_name":"Richard Lásik","date_of_birth":"1992-08-18","place_of_birth":"Bratislava","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"male","height":"184","weight":"77","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/16220.png","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203144","team_id":"19636","team_name":"SS Teramo Calcio","short_name":"Teramo","team_area_name":"Italy","team_area_id":"100","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"681314","team_id":"838","team_name":"Calcio Avellino SSD","short_name":"Avellino","team_area_name":"Italy","team_area_id":"100","start_date":"2016-08-25","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"4866","first_name":"José Francisco","last_name":"Cevallos Enríquez","match_name":"J. Cevallos","common_name":"José Cevallos","date_of_birth":"1995-01-18","place_of_birth":"Guayaquil","country_of_birth":"Ecuador","nationality":"Ecuador","country_of_birth_area_id":"65","nationality_area_id":"65","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:01:42","membership":[{"membership_id":"3203148","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:01:42"},{"membership_id":"2602656","team_id":"3083","team_name":"KSC Lokeren Oost-Vlaanderen","short_name":"Lokeren OV","team_area_name":"Belgium","team_area_id":"27","start_date":"2018-01-31","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 21:01:42"}]},{"people_id":"333265","first_name":"Adam","last_name":"Kettings","match_name":"A. Kettings","common_name":"Adam Kettings","date_of_birth":"2002-03-18","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 21:00:18","membership":{"membership_id":"3203129","team_id":"27351","team_name":"Motherwell FC U20","short_name":"Motherwell U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 21:00:18"}},{"people_id":"333264","first_name":"Nicky","last_name":"Reid","match_name":"N. Reid","common_name":"Nicky Reid","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 20:57:52","membership":{"membership_id":"3203128","team_id":"21145","team_name":"The Spartans FC","short_name":"Spartans","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:57:52"}},{"people_id":"333263","first_name":"Michael","last_name":"Allan","match_name":"M. Allan","common_name":"Michael Allan","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 20:56:47","membership":{"membership_id":"3203127","team_id":"21145","team_name":"The Spartans FC","short_name":"Spartans","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:56:47"}},{"people_id":"333262","first_name":"Dean","last_name":"Hoskins","match_name":"D. Hoskins","common_name":"Dean Hoskins","date_of_birth":"1986-03-27","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 20:55:51","membership":{"membership_id":"3203126","team_id":"21145","team_name":"The Spartans FC","short_name":"Spartans","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:55:51"}},{"people_id":"333261","first_name":"Christopher","last_name":"Peden","match_name":"C. Peden","common_name":"Christopher Peden","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 20:55:01","membership":{"membership_id":"3203125","team_id":"21145","team_name":"The Spartans FC","short_name":"Spartans","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:55:01"}},{"people_id":"333260","first_name":"Aaron","last_name":"Scott","match_name":"A. Scott","common_name":"Aaron Scott","date_of_birth":"1997-07-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:54:10","membership":{"membership_id":"3203124","team_id":"21145","team_name":"The Spartans FC","short_name":"Spartans","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:54:10"}},{"people_id":"267232","first_name":"Shinji","last_name":"Yamada","match_name":"S. Yamada","common_name":"Shinji Yamada","date_of_birth":"1994-02-24","place_of_birth":"","country_of_birth":"Japan","nationality":"Japan","country_of_birth_area_id":"102","nationality_area_id":"102","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 20:47:47","membership":{"membership_id":"2729975","team_id":"2203","team_name":"BSV Schwarz-Weiß Rehden","short_name":"SW Rehden","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:47:47"}},{"people_id":"322349","first_name":"David","last_name":"Devine","match_name":"D. Devine","common_name":"David Devine","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:40:56","membership":[{"membership_id":"3203123","team_id":"27351","team_name":"Motherwell FC U20","short_name":"Motherwell U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-31","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:40:46"},{"membership_id":"3113553","team_id":"1489","team_name":"Motherwell FC","short_name":"Motherwell FC","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-05-15","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:40:56"}]},{"people_id":"132690","first_name":"Peter","last_name":"Morrison","match_name":"P. Morrison","common_name":"Peter Morrison","date_of_birth":"1998-01-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 20:40:16","membership":[{"membership_id":"3203122","team_id":"27351","team_name":"Motherwell FC U20","short_name":"Motherwell U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:40:16"},{"membership_id":"2765681","team_id":"1525","team_name":"Albion Rovers FC","short_name":"Albion Rovers","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-09-10","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 20:40:05"}]},{"people_id":"148456","first_name":"Ross","last_name":"MacIver","match_name":"R. MacIver","common_name":"Ross MacIver","date_of_birth":"1999-02-28","place_of_birth":"Inverness","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:39:57","membership":[{"membership_id":"3203121","team_id":"27351","team_name":"Motherwell FC U20","short_name":"Motherwell U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:39:57"},{"membership_id":"3010668","team_id":"20022","team_name":"Elgin City FC","short_name":"Elgin City","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 20:39:36"}]},{"people_id":"332981","first_name":"Gregor","last_name":"Woods","match_name":"G. Woods","common_name":"Gregor Woods","date_of_birth":"2001-06-19","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:38:45","membership":[{"membership_id":"3203120","team_id":"21145","team_name":"The Spartans FC","short_name":"Spartans","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:38:45"},{"membership_id":"3202130","team_id":"31623","team_name":"Hibernian FC U20","short_name":"Hibernian U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:38:37"}]},{"people_id":"133029","first_name":"Max","last_name":"Ashmore","match_name":"M. Ashmore","common_name":"Max Ashmore","date_of_birth":"1998-05-26","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:38:26","membership":[{"membership_id":"3203119","team_id":"21145","team_name":"The Spartans FC","short_name":"Spartans","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:38:26"},{"membership_id":"2992404","team_id":"1536","team_name":"Stirling Albion FC","short_name":"Stirling Alb.","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 20:38:17"}]},{"people_id":"139702","first_name":"Aaron","last_name":"Murrell","match_name":"A. Murrell","common_name":"Aaron Murrell","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 20:38:07","membership":[{"membership_id":"3203118","team_id":"21145","team_name":"The Spartans FC","short_name":"Spartans","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:38:07"},{"membership_id":"1126582","team_id":"20023","team_name":"Berwick Rangers FC","short_name":"Berwick","team_area_name":"Scotland","team_area_id":"165","start_date":"2017-01-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 20:37:57"}]},{"people_id":"234058","first_name":"Görkem","last_name":"Bitin","match_name":"G. Bitin","common_name":"Görkem Bitin","date_of_birth":"1998-06-22","place_of_birth":"Balçova","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 20:34:47","membership":[{"membership_id":"3203113","team_id":"18297","team_name":"Kırklarelispor","short_name":"Kırklarelispor","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:34:47"},{"membership_id":"2601529","team_id":"24848","team_name":"Nazilli Belediyespor","short_name":"Nazilli BS","team_area_name":"Turkey","team_area_id":"196","start_date":"2018-01-24","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:34:47"}]},{"people_id":"165105","first_name":"Juan José","last_name":"Nieto Zarzoso","match_name":"Juanjo Nieto","common_name":"Juanjo Nieto","date_of_birth":"1994-10-03","place_of_birth":"Castellón","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"170","weight":"74","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 20:34:47","membership":[{"membership_id":"3203110","team_id":"725","team_name":"Real Oviedo","short_name":"Real Oviedo","team_area_name":"Spain","team_area_id":"176","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:34:47"},{"membership_id":"1337888","team_id":"763","team_name":"Hércules de Alicante CF","short_name":"Hércules","team_area_name":"Spain","team_area_id":"176","start_date":"2017-07-14","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:34:47"}]},{"people_id":"149810","first_name":"Semir","last_name":"Ucar","match_name":"S. Ucar","common_name":"Semir Ucar","date_of_birth":"1998-11-26","place_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","player_picture":"","last_updated":"2019-08-07 20:34:47","membership":[{"membership_id":"3203107","team_id":"1104","team_name":"Adanaspor","short_name":"Adanaspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:34:47"},{"membership_id":"2855769","team_id":"545","team_name":"DSC Arminia Bielefeld","short_name":"Bielefeld","team_area_name":"Germany","team_area_id":"80","start_date":"2018-11-20","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:34:47"},{"membership_id":"1314021","team_id":"31499","team_name":"DSC Arminia Bielefeld II","short_name":"Arminia II","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:34:47"}]},{"people_id":"143969","first_name":"Muharrem","last_name":"Doğan","match_name":"M. Doğan","common_name":"Muharrem Doğan","date_of_birth":"1992-04-04","place_of_birth":"Silivri","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 20:34:47","membership":[{"membership_id":"3203108","team_id":"20727","team_name":"Eyüpspor","short_name":"Eyüpspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:34:47"},{"membership_id":"1335916","team_id":"18292","team_name":"Gümüşhanespor","short_name":"Gümüşhanespor","team_area_name":"Turkey","team_area_id":"196","start_date":"2017-08-18","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:34:47"}]},{"people_id":"143707","first_name":"Reşo","last_name":"Akın","match_name":"R. Akın","common_name":"Reşo Akın","date_of_birth":"1996-10-01","place_of_birth":"Derik","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:34:47","membership":[{"membership_id":"3203115","team_id":"25366","team_name":"Diyarbekirspor","short_name":"Diyarbekirspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:34:47"},{"membership_id":"3193340","team_id":"20720","team_name":"Amedspor","short_name":"Amedspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-07-13","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 20:34:47"}]},{"people_id":"114724","first_name":"Ufukcan","last_name":"Engin","match_name":"U. Engin","common_name":"Ufukcan Engin","date_of_birth":"1999-03-08","place_of_birth":"Çanakkale","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:34:47","membership":[{"membership_id":"3203112","team_id":"24848","team_name":"Nazilli Belediyespor","short_name":"Nazilli BS","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:34:47"},{"membership_id":"2768552","team_id":"10962","team_name":"Silivrispor","short_name":"Silivrispor","team_area_name":"Turkey","team_area_id":"196","start_date":"2018-08-29","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 20:34:47"}]},{"people_id":"111573","first_name":"Pablo Ricardo","last_name":"de Souza","match_name":"Pablo","common_name":"Pablo","date_of_birth":"1991-03-07","place_of_birth":"São Gonçalo ","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"191","weight":"88","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 20:34:47","membership":[{"membership_id":"3203117","team_id":"25193","team_name":"CE Aimoré","short_name":"Aimoré","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:34:47"},{"membership_id":"3040182","team_id":"34229","team_name":"EC São Luiz","short_name":"EC São Luiz","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-12-19","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:34:47"}]},{"people_id":"96976","first_name":"Chen","last_name":"Ozeri","match_name":"C. Ozeri","common_name":"Chen Ozeri","date_of_birth":"1999-05-12","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 20:34:47","membership":[{"membership_id":"3203116","team_id":"18786","team_name":"Maccabi Netanya FC","short_name":"Mac Netanya","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:34:47"},{"membership_id":"3178612","team_id":"16511","team_name":"Maccabi Tel Aviv FC","short_name":"Maccabi TA","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:34:47"}]},{"people_id":"96874","first_name":"Mert","last_name":"Özyıldırım","match_name":"M. Özyıldırım","common_name":"Mert Özyıldırım","date_of_birth":"1995-02-28","place_of_birth":"Yenimahalle","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 20:34:47","membership":[{"membership_id":"3203114","team_id":"28379","team_name":"Van BB","short_name":"Van BB","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:34:47"},{"membership_id":"2746358","team_id":"1090","team_name":"Kayserispor","short_name":"Kayserispor","team_area_name":"Turkey","team_area_id":"196","start_date":"2018-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:34:47"}]},{"people_id":"94042","first_name":"Andrés","last_name":"Pascual Santoja","match_name":"Sito Pascual","common_name":"Sito Pascual","date_of_birth":"1996-11-18","place_of_birth":"Alcoy","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"180","weight":"77","foot":"left","position":"Attacker","player_picture":"","last_updated":"2019-08-07 20:34:47","membership":[{"membership_id":"3203109","team_id":"1835","team_name":"PAE Asteras Tripolis","short_name":"PAE Asteras","team_area_name":"Greece","team_area_id":"82","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:34:47"},{"membership_id":"3076687","team_id":"722","team_name":"Valencia CF","short_name":"Valencia","team_area_name":"Spain","team_area_id":"176","start_date":"2019-01-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:34:47"}]},{"people_id":"68328","first_name":"Edin","last_name":"Murga","match_name":"E. Murga","common_name":"Edin Murga","date_of_birth":"1994-12-21","place_of_birth":"Vicenza","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"183","weight":"","foot":"left","position":"Attacker","player_picture":"","last_updated":"2019-08-07 20:34:47","membership":[{"membership_id":"3203106","team_id":"14456","team_name":"Mosta FC","short_name":"Mosta FC","team_area_name":"Malta","team_area_id":"126","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:34:47"},{"membership_id":"2727603","team_id":"27952","team_name":"FK Tuzla City","short_name":"Tuzla City","team_area_name":"Bosnia and Herzegovina","team_area_id":"33","start_date":"2018-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:34:47"}]},{"people_id":"51854","first_name":"Thomas William","last_name":"Glover","match_name":"T. Glover","common_name":"Tom Glover","date_of_birth":"1997-12-24","place_of_birth":"Hurstville, NSW","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/51854.png","last_updated":"2019-08-07 20:34:47","membership":[{"membership_id":"3203111","team_id":"987","team_name":"Melbourne City FC","short_name":"Melbourne City","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:34:47"},{"membership_id":"3145059","team_id":"28105","team_name":"Tottenham Hotspur FC U23","short_name":"Tottenham","team_area_name":"England","team_area_id":"68","start_date":"2019-06-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:34:47"}]},{"people_id":"28062","first_name":"Charbel","last_name":"Georges","match_name":"C. Georges","common_name":"Charbel Georges","date_of_birth":"1993-09-28","place_of_birth":"","country_of_birth":"Sweden","nationality":"Sweden","country_of_birth_area_id":"184","nationality_area_id":"184","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:34:47","membership":[{"membership_id":"3203105","team_id":"1294","team_name":"Mjällby AIF","short_name":"Mjällby AIF","team_area_name":"Sweden","team_area_id":"184","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:34:47"},{"membership_id":"2617551","team_id":"1333","team_name":"IK Sirius FK","short_name":"IK Sirius","team_area_name":"Sweden","team_area_id":"184","start_date":"2018-01-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:34:47"}]},{"people_id":"201331","first_name":"Mateo","last_name":"Scott","match_name":"M. Scott","common_name":"Mateo Scott","date_of_birth":"2004-06-04","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 20:27:05","membership":{"membership_id":"1322028","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2017-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:27:05"}},{"people_id":"333259","first_name":"Thomas","last_name":"Collins","match_name":"T. Collins","common_name":"Thomas Collins","date_of_birth":"1996-08-27","place_of_birth":"Paisley","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"170","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 20:24:13","membership":{"membership_id":"3203104","team_id":"3640","team_name":"BSC Glasgow FC","short_name":"BSC Glasgow","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:24:13"}},{"people_id":"320493","first_name":"Christopher","last_name":"Louisy","match_name":"C. Louisy","common_name":"Christopher Louisy","date_of_birth":"2005-04-06","place_of_birth":"","country_of_birth":"Turks and Caicos Islands","nationality":"Turks and Caicos Islands","country_of_birth_area_id":"198","nationality_area_id":"198","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 20:23:20","membership":{"membership_id":"3203103","team_id":"24945","team_name":"Turks and Caicos Islands U15","short_name":"TCI U15","team_area_name":"Turks and Caicos Islands","team_area_id":"198","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:22:52"}},{"people_id":"72617","first_name":"Ross","last_name":"McMillan","match_name":"R. McMillan","common_name":"Ross McMillan","date_of_birth":"1982-10-24","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"188","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 20:20:55","membership":{"membership_id":"3203102","team_id":"3640","team_name":"BSC Glasgow FC","short_name":"BSC Glasgow","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:20:55"}},{"people_id":"186535","first_name":"Ross ","last_name":"Lindsay","match_name":"R. Lindsay","common_name":"Ross Lindsay","date_of_birth":"1993-07-29","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 20:20:17","membership":[{"membership_id":"3203101","team_id":"3640","team_name":"BSC Glasgow FC","short_name":"BSC Glasgow","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:20:17"},{"membership_id":"1276786","team_id":"30499","team_name":"Fresno FC U-23","short_name":"Fresno U23","team_area_name":"United States","team_area_id":"203","start_date":"2017-05-01","end_date":"2017-12-31","role":"player","active":"no","last_updated":"2019-08-07 20:20:05"}]},{"people_id":"333258","first_name":"Robbie","last_name":"Duncan","match_name":"R. Duncan","common_name":"Robbie Duncan","date_of_birth":"1994-06-28","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:19:14","membership":{"membership_id":"3203100","team_id":"3640","team_name":"BSC Glasgow FC","short_name":"BSC Glasgow","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:19:14"}},{"people_id":"28164","first_name":"Eduardo Henrique","last_name":"da Silva","match_name":"Eduardo","common_name":"Eduardo","date_of_birth":"1995-05-17","place_of_birth":"Limeira","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"186","weight":"74","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/28164.png","last_updated":"2019-08-07 20:17:52","membership":{"membership_id":"3169421","team_id":"1045","team_name":"SC Internacional","short_name":"Internacional","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-07-01","end_date":"2019-07-02","role":"player","active":"no","last_updated":"2019-08-07 20:17:52"}},{"people_id":"38341","first_name":"Mauro","last_name":"Alves Riquicho","match_name":"Mauro Riquicho","common_name":"Mauro Riquicho","date_of_birth":"1995-04-07","place_of_birth":"Cascais","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"173","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 20:17:07","membership":[{"membership_id":"3203099","team_id":"18447","team_name":"Sporting Clube de Portugal B","short_name":"SC Portugal B","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:17:07"},{"membership_id":"3203097","team_id":"23952","team_name":"Louletano DC","short_name":"Louletano","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-25","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 20:17:07"},{"membership_id":"2731141","team_id":"1549","team_name":"Sporting Clube de Portugal","short_name":"Sporting CP","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-01-24","role":"player","active":"no","last_updated":"2019-08-07 20:16:45"}]},{"people_id":"98089","first_name":"Jamie","last_name":"Hamilton","match_name":"J. Hamilton","common_name":"Jamie Hamilton","date_of_birth":"1995-07-06","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:17:00","membership":{"membership_id":"3203098","team_id":"3640","team_name":"BSC Glasgow FC","short_name":"BSC Glasgow","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:17:00"}},{"people_id":"5609","first_name":"Emiliano","last_name":"Viviano","match_name":"E. Viviano","common_name":"Emiliano Viviano","date_of_birth":"1985-12-01","place_of_birth":"Fiesole","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"195","weight":"89","foot":"left","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5609.png","last_updated":"2019-08-07 20:15:52","membership":[{"membership_id":"3203096","team_id":"1549","team_name":"Sporting Clube de Portugal","short_name":"Sporting CP","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:52"},{"membership_id":"2996476","team_id":"829","team_name":"SPAL 2013","short_name":"SPAL 2013","team_area_name":"Italy","team_area_id":"100","start_date":"2019-01-07","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 20:15:52"}]},{"people_id":"100581","first_name":"Sandro","last_name":"Ferreira Andre","match_name":"Dodô","common_name":"Dodô","date_of_birth":"1987-06-20","place_of_birth":"Aurora, CE","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"177","weight":"80","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203088","team_id":"1128","team_name":"Boluspor","short_name":"Boluspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"2719861","team_id":"1228","team_name":"Qatar SC","short_name":"Qatar SC","team_area_name":"Qatar","team_area_id":"158","start_date":"2018-07-04","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"100303","first_name":"Cabir","last_name":"Coşar","match_name":"C. Coşar","common_name":"Cabir Coşar","date_of_birth":"1988-03-01","place_of_birth":"Erciş","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203087","team_id":"32598","team_name":"Ergene Velimeşespor","short_name":"Ergene Velimeş","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"2997025","team_id":"36861","team_name":"Kırşehir Belediyespor","short_name":"Kırşehir BS","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-01-15","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"76814","first_name":"Darko","last_name":"Lazović","match_name":"D. Lazović","common_name":"Darko Lazović","date_of_birth":"1990-09-15","place_of_birth":"Čačak","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"181","weight":"67","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/76814.png","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203079","team_id":"817","team_name":"Hellas Verona FC","short_name":"Verona","team_area_name":"Italy","team_area_id":"100","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"188009","team_id":"803","team_name":"Genoa CFC","short_name":"Genoa","team_area_name":"Italy","team_area_id":"100","start_date":"2015-08-23","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"76396","first_name":"Francisco Javier","last_name":"García Noblejas Hernanz","match_name":"Javi Noblejas","common_name":"Javi Noblejas","date_of_birth":"1993-03-18","place_of_birth":"Madrid","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"187","weight":"77","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/76396.png","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203085","team_id":"997","team_name":"NAC Breda","short_name":"NAC Breda","team_area_name":"Netherlands","team_area_id":"138","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"2749098","team_id":"760","team_name":"Real Sporting de Gijón","short_name":"Gijón","team_area_name":"Spain","team_area_id":"176","start_date":"2018-08-20","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"75188","first_name":"Galip","last_name":"Güzel","match_name":"G. Güzel","common_name":"Galip Güzel","date_of_birth":"1987-01-10","place_of_birth":"Merzifon","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"170","weight":"68","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203089","team_id":"25367","team_name":"Menemen Belediyespor","short_name":"Menemen Bld","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"3001368","team_id":"1116","team_name":"Osmanlıspor FK","short_name":"Osmanlıspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-01-18","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"68734","first_name":"Dashamir","last_name":"Xhika","match_name":"D. Xhika","common_name":"Dashamir Xhika","date_of_birth":"1989-05-23","place_of_birth":"Tiranë","country_of_birth":"Albania","nationality":"Albania","country_of_birth_area_id":"9","nationality_area_id":"9","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203077","team_id":"3039","team_name":"FK Kukësi","short_name":"Kukësi","team_area_name":"Albania","team_area_id":"9","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"151930","team_id":"18850","team_name":"FK Partizani","short_name":"Partizani","team_area_name":"Albania","team_area_id":"9","start_date":"2014-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"66584","first_name":"Cuthbert Lifasi","last_name":"Malajila","match_name":"C. Malajila","common_name":"Cuthbert Malajila","date_of_birth":"1985-10-03","place_of_birth":"Kadoma","country_of_birth":"Zimbabwe","nationality":"Zimbabwe","country_of_birth_area_id":"212","nationality_area_id":"212","gender":"male","height":"179","weight":"65","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/66584.png","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203081","team_id":"1464","team_name":"Black Leopards FC","short_name":"Leopards","team_area_name":"South Africa","team_area_id":"175","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"1363707","team_id":"1453","team_name":"Mamelodi Sundowns FC","short_name":"Sundowns","team_area_name":"South Africa","team_area_id":"175","start_date":"2017-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"53008","first_name":"Khaled","last_name":"Boukacem","match_name":"K. Boukacem","common_name":"Khaled Boukacem","date_of_birth":"1985-04-24","place_of_birth":"Tissemsilt","country_of_birth":"Algeria","nationality":"Algeria","country_of_birth_area_id":"10","nationality_area_id":"10","gender":"male","height":"190","weight":"77","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203090","team_id":"17264","team_name":"Olympique de Médéa","short_name":"Médéa","team_area_name":"Algeria","team_area_id":"10","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"1502518","team_id":"17207","team_name":"JS Saoura","short_name":"JS Saoura","team_area_name":"Algeria","team_area_id":"10","start_date":"2017-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"45292","first_name":"Dominik","last_name":"Kunca","match_name":"D. Kunca","common_name":"Dominik Kunca","date_of_birth":"1992-03-04","place_of_birth":"Humenné","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"male","height":"172","weight":"71","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/45292.png","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203083","team_id":"2009","team_name":"Motor Lublin","short_name":"Motor Lublin","team_area_name":"Poland","team_area_id":"155","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"3020928","team_id":"18608","team_name":"1. SC Znojmo","short_name":"Znojmo","team_area_name":"Czech Republic","team_area_id":"59","start_date":"2019-02-11","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"43521","first_name":"Edgar Miguel","last_name":"Ié","match_name":"Edgar Ié","common_name":"Edgar Ié","date_of_birth":"1994-05-01","place_of_birth":"Bissau","country_of_birth":"Guinea-Bissau","nationality":"Portugal","country_of_birth_area_id":"87","nationality_area_id":"156","gender":"male","height":"178","weight":"68","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/43521.png","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203091","team_id":"1081","team_name":"Trabzonspor","short_name":"Trabzonspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"3167331","team_id":"575","team_name":"Lille OSC","short_name":"Lille","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"39001","first_name":"Dor","last_name":"Elo","match_name":"D. Elo","common_name":"Dor Elo","date_of_birth":"1993-09-26","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/39001.png","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203095","team_id":"18784","team_name":"Bnei Yehuda Tel Aviv FC","short_name":"Bnei Yehuda TA","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"1305062","team_id":"18732","team_name":"Hapoel Be'er Sheva FC","short_name":"Hapoel BS","team_area_name":"Israel","team_area_id":"99","start_date":"2017-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"35598","first_name":"Chiel","last_name":"Kramer","match_name":"C. Kramer","common_name":"Chiel Kramer","date_of_birth":"1992-01-03","place_of_birth":"","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203092","team_id":"997","team_name":"NAC Breda","short_name":"NAC Breda","team_area_name":"Netherlands","team_area_id":"138","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"546383","team_id":"2378","team_name":"Almere City FC","short_name":"Almere City","team_area_name":"Netherlands","team_area_id":"138","start_date":"2016-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"35506","first_name":"Elvio","last_name":"van Overbeek","match_name":"E. van Overbeek","common_name":"Elvio van Overbeek","date_of_birth":"1994-01-11","place_of_birth":"","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/35506.png","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203093","team_id":"18574","team_name":"Glentoran FC","short_name":"Glentoran","team_area_name":"Northern Ireland","team_area_id":"145","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"3010318","team_id":"1020","team_name":"SC Telstar","short_name":"Telstar","team_area_name":"Netherlands","team_area_id":"138","start_date":"2019-02-07","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"34049","first_name":"Louis","last_name":"Longridge","match_name":"L. Longridge","common_name":"Louis Longridge","date_of_birth":"1991-07-05","place_of_birth":"Glasgow","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"175","weight":"72","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203094","team_id":"1520","team_name":"Falkirk FC","short_name":"Falkirk","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"2721809","team_id":"1530","team_name":"Dunfermline Athletic FC","short_name":"Dunfermline","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"24946","first_name":"Alban","last_name":"Pnishi","match_name":"A. Pnishi","common_name":"Alban Pnishi","date_of_birth":"1990-10-20","place_of_birth":"Genève","country_of_birth":"Switzerland","nationality":"Kosovo","country_of_birth_area_id":"185","nationality_area_id":"249","gender":"male","height":"189","weight":"81","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203086","team_id":"18784","team_name":"Bnei Yehuda Tel Aviv FC","short_name":"Bnei Yehuda TA","team_area_name":"Israel","team_area_id":"99","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"2753665","team_id":"18777","team_name":"Ihoud Bnei Sakhnin FC","short_name":"Bnei Sakhnin","team_area_name":"Israel","team_area_id":"99","start_date":"2018-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"23928","first_name":"İsmail","last_name":"Konuk","match_name":"İ. Konuk","common_name":"İsmail Konuk","date_of_birth":"1988-01-16","place_of_birth":"Denizli","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"187","weight":"83","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203078","team_id":"1128","team_name":"Boluspor","short_name":"Boluspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"2765770","team_id":"1098","team_name":"Adana Demirspor","short_name":"Adana DS","team_area_name":"Turkey","team_area_id":"196","start_date":"2018-09-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"23477","first_name":"Nikolaos","last_name":"Kaltsas","match_name":"N. Kaltsas","common_name":"Nikolaos Kaltsas","date_of_birth":"1989-06-28","place_of_birth":"Veroia","country_of_birth":"Greece","nationality":"Greece","country_of_birth_area_id":"82","nationality_area_id":"82","gender":"male","height":"179","weight":"77","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203080","team_id":"18691","team_name":"AS Anórthosis Famagusta","short_name":"Anórthosis","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"2738329","team_id":"1849","team_name":"Iraklis 1908 PAE","short_name":"Iraklis 1908","team_area_name":"Greece","team_area_id":"82","start_date":"2018-08-07","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"17481","first_name":"Régis","last_name":"dos Santos Silva","match_name":"Régis","common_name":"Régis","date_of_birth":"1989-11-20","place_of_birth":"São Paulo, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"186","weight":"79","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203082","team_id":"25193","team_name":"CE Aimoré","short_name":"Aimoré","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"3049429","team_id":"34229","team_name":"EC São Luiz","short_name":"EC São Luiz","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-12-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"16123","first_name":"Miloš","last_name":"Ostojić","match_name":"M. Ostojić","common_name":"Miloš Ostojić","date_of_birth":"1991-08-03","place_of_birth":"Kosovska Mitrovica","country_of_birth":"Kosovo","nationality":"Serbia","country_of_birth_area_id":"249","nationality_area_id":"224","gender":"male","height":"185","weight":"75","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/16123.png","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203084","team_id":"18824","team_name":"FK Čukarički","short_name":"Čukarički","team_area_name":"Serbia","team_area_id":"224","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"2623876","team_id":"18815","team_name":"FK Napredak Kruševac","short_name":"Kruševac","team_area_name":"Serbia","team_area_id":"224","start_date":"2018-01-22","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"5351","first_name":"Franco Matías","last_name":"Di Santo","match_name":"F. Di Santo","common_name":"Franco Di Santo","date_of_birth":"1989-04-07","place_of_birth":"Mendoza","country_of_birth":"Argentina","nationality":"Argentina","country_of_birth_area_id":"16","nationality_area_id":"16","gender":"male","height":"193","weight":"83","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5351.png","last_updated":"2019-08-07 20:15:14","membership":[{"membership_id":"3203076","team_id":"1370","team_name":"CA Mineiro","short_name":"Mineiro","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:15:14"},{"membership_id":"3008121","team_id":"737","team_name":"Rayo Vallecano de Madrid","short_name":"Rayo Vallecano","team_area_name":"Spain","team_area_id":"176","start_date":"2019-01-31","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 20:15:14"}]},{"people_id":"82992","first_name":"Simon","last_name":"White","match_name":"S. White","common_name":"Simon White","date_of_birth":"1998-10-14","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:14:46","membership":[{"membership_id":"3203075","team_id":"3640","team_name":"BSC Glasgow FC","short_name":"BSC Glasgow","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:14:46"},{"membership_id":"207220","team_id":"1533","team_name":"East Stirlingshire FC","short_name":"East Stirling","team_area_name":"Scotland","team_area_id":"165","start_date":"2015-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 20:14:36"}]},{"people_id":"35940","first_name":"Robbie","last_name":"McNab","match_name":"R. McNab","common_name":"Robbie McNab","date_of_birth":"1996-02-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 20:14:18","membership":[{"membership_id":"3203074","team_id":"3640","team_name":"BSC Glasgow FC","short_name":"BSC Glasgow","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:14:18"},{"membership_id":"2742949","team_id":"1533","team_name":"East Stirlingshire FC","short_name":"East Stirling","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 20:14:08"}]},{"people_id":"194878","first_name":"Michael","last_name":"Anderson","match_name":"M. Anderson","common_name":"Michael Anderson","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 20:13:52","membership":[{"membership_id":"3203073","team_id":"3640","team_name":"BSC Glasgow FC","short_name":"BSC Glasgow","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:13:52"},{"membership_id":"1300137","team_id":"21104","team_name":"East Kilbride FC","short_name":"East Kilbride","team_area_name":"Scotland","team_area_id":"165","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 20:13:43"}]},{"people_id":"72493","first_name":"Jamie","last_name":"McCormack","match_name":"J. McCormack","common_name":"Jamie McCormack","date_of_birth":"1992-02-01","place_of_birth":"Stirling","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"178","weight":"74","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 20:13:29","membership":[{"membership_id":"3203072","team_id":"3640","team_name":"BSC Glasgow FC","short_name":"BSC Glasgow","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:13:29"},{"membership_id":"1295048","team_id":"1533","team_name":"East Stirlingshire FC","short_name":"East Stirling","team_area_name":"Scotland","team_area_id":"165","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 20:13:14"}]},{"people_id":"5699","first_name":"Tiago Abiola Delfim","last_name":"Almeida Ilori","match_name":"Tiago Ilori","common_name":"Tiago Ilori","date_of_birth":"1993-02-26","place_of_birth":"London","country_of_birth":"England","nationality":"Portugal","country_of_birth_area_id":"68","nationality_area_id":"156","gender":"male","height":"189","weight":"80","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5699.png","last_updated":"2019-08-07 20:12:09","membership":{"membership_id":"1082651","team_id":"517","team_name":"Reading FC","short_name":"Reading","team_area_name":"England","team_area_id":"68","start_date":"2017-01-09","end_date":"2019-01-28","role":"player","active":"no","last_updated":"2019-08-07 20:12:09"}},{"people_id":"85285","first_name":"Mohamed Amine","last_name":"Nefzi","match_name":"A. Nefzi","common_name":"Mohamed Amine Nefzi","date_of_birth":"1992-08-08","place_of_birth":"Tunis","country_of_birth":"Tunisia","nationality":"Tunisia","country_of_birth_area_id":"195","nationality_area_id":"195","gender":"male","height":"","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 20:11:20","membership":{"membership_id":"3203071","team_id":"16506","team_name":"CS Hammam-Lif","short_name":"Hammam-Lif","team_area_name":"Tunisia","team_area_id":"195","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:11:20"}},{"people_id":"203094","first_name":"Neil","last_name":"Critchley","match_name":"N. Critchley","common_name":"Neil Critchley","date_of_birth":"1978-10-11","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 20:08:19","membership":{"membership_id":"3203070","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 20:08:19"}},{"people_id":"270069","first_name":"Bruno Miguel Silva do","last_name":"Nascimento","match_name":"Bruno Lage","common_name":"Bruno Lage","date_of_birth":"1976-05-12","place_of_birth":"Setúbal","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 20:05:24","membership":{"membership_id":"2741141","team_id":"18448","team_name":"Sport Lisboa e Benfica B","short_name":"SL Benfica B","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-01-05","role":"coach","active":"no","last_updated":"2019-08-07 20:05:24"}},{"people_id":"14573","first_name":"Saeed Musabbeh Salem Sari","last_name":"Al Menhali","match_name":"Saeed Musabbeh","common_name":"Saeed Musabbeh","date_of_birth":"1994-02-04","place_of_birth":"Abu Dhabi","country_of_birth":"United Arab Emirates","nationality":"United Arab Emirates","country_of_birth_area_id":"202","nationality_area_id":"202","gender":"male","height":"169","weight":"56","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/14573.png","last_updated":"2019-08-07 20:05:12","membership":[{"membership_id":"3203069","team_id":"1756","team_name":"Al Ittihad Kalba SCC","short_name":"Ittihad Kalba","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:05:12"},{"membership_id":"17770","team_id":"1741","team_name":"Al Ain FC","short_name":"Al Ain","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2012-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 20:04:58"}]},{"people_id":"5794","first_name":"Ânderson Luís","last_name":"da Silva","match_name":"Luisão","common_name":"Luisão","date_of_birth":"1981-02-13","place_of_birth":"Amparo","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"192","weight":"81","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5794.png","last_updated":"2019-08-07 20:04:37","membership":{"membership_id":"45896","team_id":"1548","team_name":"Sport Lisboa e Benfica","short_name":"SL Benfica","team_area_name":"Portugal","team_area_id":"156","start_date":"2003-08-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-07 20:04:32"}},{"people_id":"113151","first_name":"João","last_name":"Filipe","match_name":"Jota","common_name":"Jota","date_of_birth":"1999-03-30","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"173","weight":"","foot":"left","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/113151.png","last_updated":"2019-08-07 20:03:12","membership":[{"membership_id":"3119309","team_id":"22761","team_name":"Portugal U20","short_name":"Portugal U20","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-05-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:00:33"},{"membership_id":"2760510","team_id":"18724","team_name":"Portugal U21","short_name":"Portugal U21","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:00:33"},{"membership_id":"1249397","team_id":"22710","team_name":"Portugal U19","short_name":"Portugal U19","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-03-01","end_date":"2018-07-31","role":"player","active":"no","last_updated":"2019-08-07 20:02:43"},{"membership_id":"259474","team_id":"24033","team_name":"Sport Lisboa e Benfica U19","short_name":"Benfica U19","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-09-01","end_date":"2018-10-31","role":"player","active":"no","last_updated":"2019-08-07 20:03:12"}]},{"people_id":"3387","first_name":"Tongo Hamed","last_name":"Doumbia","match_name":"T. Doumbia","common_name":"Tongo Hamed Doumbia","date_of_birth":"1989-06-08","place_of_birth":"Vernon","country_of_birth":"France","nationality":"Mali","country_of_birth_area_id":"76","nationality_area_id":"125","gender":"male","height":"191","weight":"79","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3387.png","last_updated":"2019-08-07 20:02:21","membership":[{"membership_id":"3203068","team_id":"1754","team_name":"Ajman Club","short_name":"Ajman","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 20:02:21"},{"membership_id":"2860262","team_id":"1741","team_name":"Al Ain FC","short_name":"Al Ain","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2018-10-05","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 20:02:10"}]},{"people_id":"16745","first_name":"Jonas","last_name":"Gonçalves Oliveira","match_name":"Jonas","common_name":"Jonas","date_of_birth":"1984-04-01","place_of_birth":"Bebedouro","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"181","weight":"73","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/16745.png","last_updated":"2019-08-07 19:58:33","membership":{"membership_id":"58483","team_id":"1548","team_name":"Sport Lisboa e Benfica","short_name":"SL Benfica","team_area_name":"Portugal","team_area_id":"156","start_date":"2014-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:58:29"}},{"people_id":"152492","first_name":"Bertuğ","last_name":"Bayar","match_name":"B. Bayar","common_name":"Bertuğ Bayar","date_of_birth":"1996-10-31","place_of_birth":"Pendik","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"185","weight":"","foot":"left","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:55:47","membership":[{"membership_id":"3203067","team_id":"2311","team_name":"Akhisar Belediye GSK","short_name":"Akhisar","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:55:47"},{"membership_id":"2762774","team_id":"36860","team_name":"Şile Yıldızspor","short_name":"Şile Yıldız","team_area_name":"Turkey","team_area_id":"196","start_date":"2018-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:55:33"}]},{"people_id":"24317","first_name":"Tolga","last_name":"Ünlü","match_name":"T. Ünlü","common_name":"Tolga Ünlü","date_of_birth":"1989-09-10","place_of_birth":"Erlenbach am Main","country_of_birth":"Germany","nationality":"Turkey","country_of_birth_area_id":"80","nationality_area_id":"196","gender":"male","height":"183","weight":"75","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:54:59","membership":[{"membership_id":"3203066","team_id":"2311","team_name":"Akhisar Belediye GSK","short_name":"Akhisar","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:54:59"},{"membership_id":"1312259","team_id":"20730","team_name":"BB Erzurumspor","short_name":"BB Erzurumspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2017-07-11","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:54:43"}]},{"people_id":"21778","first_name":"Theódór Elmar","last_name":"Bjarnason","match_name":"E. Bjarnason","common_name":"Elmar Bjarnason","date_of_birth":"1987-03-04","place_of_birth":"Reykjavík","country_of_birth":"Iceland","nationality":"Iceland","country_of_birth_area_id":"93","nationality_area_id":"93","gender":"male","height":"179","weight":"71","foot":"both","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/21778.png","last_updated":"2019-08-07 19:54:32","membership":[{"membership_id":"3203065","team_id":"2311","team_name":"Akhisar Belediye GSK","short_name":"Akhisar","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:54:32"},{"membership_id":"2990780","team_id":"18284","team_name":"Gaziantep FK","short_name":"Gaziantep FK","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-01-05","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:54:23"}]},{"people_id":"19596","first_name":"Filip","last_name":"Krovinović","match_name":"F. Krovinović","common_name":"Filip Krovinović","date_of_birth":"1995-08-29","place_of_birth":"Zagreb","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"175","weight":"70","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/19596.png","last_updated":"2019-08-07 19:54:25","membership":{"membership_id":"1294731","team_id":"1548","team_name":"Sport Lisboa e Benfica","short_name":"SL Benfica","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-07-04","role":"player","active":"no","last_updated":"2019-08-07 19:54:25"}},{"people_id":"24270","first_name":"Gökhan","last_name":"Degirmenci","match_name":"G. Degirmenci","common_name":"Gökhan Degirmenci","date_of_birth":"1989-03-21","place_of_birth":"Karşıyaka","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"184","weight":"83","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 19:54:07","membership":[{"membership_id":"3203064","team_id":"2311","team_name":"Akhisar Belediye GSK","short_name":"Akhisar","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:54:07"},{"membership_id":"1319171","team_id":"1128","team_name":"Boluspor","short_name":"Boluspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2017-07-03","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:53:59"}]},{"people_id":"97476","first_name":"Ergin","last_name":"Keleş","match_name":"E. Keleş","common_name":"Ergin Keleş","date_of_birth":"1987-01-01","place_of_birth":"Arsin","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"184","weight":"77","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:53:44","membership":[{"membership_id":"3203063","team_id":"2311","team_name":"Akhisar Belediye GSK","short_name":"Akhisar","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:53:44"},{"membership_id":"2740980","team_id":"1133","team_name":"Giresunspor","short_name":"Giresunspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:53:31"}]},{"people_id":"101063","first_name":"Alperen","last_name":"Babacan","match_name":"A. Babacan","common_name":"Alperen Babacan","date_of_birth":"1997-07-18","place_of_birth":"Denizli","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"185","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:53:19","membership":[{"membership_id":"3203062","team_id":"2311","team_name":"Akhisar Belediye GSK","short_name":"Akhisar","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:53:19"},{"membership_id":"2597399","team_id":"1096","team_name":"Denizlispor","short_name":"Denizlispor","team_area_name":"Turkey","team_area_id":"196","start_date":"2018-01-11","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:53:03"}]},{"people_id":"24223","first_name":"Adem","last_name":"Büyük","match_name":"A. Büyük","common_name":"Adem Büyük","date_of_birth":"1987-08-30","place_of_birth":"Hopa","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"177","weight":"74","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/24223.png","last_updated":"2019-08-07 19:52:53","membership":[{"membership_id":"3203061","team_id":"871","team_name":"Galatasaray SK","short_name":"Galatasaray","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:52:53"},{"membership_id":"1350275","team_id":"18291","team_name":"Yeni Malatyaspor","short_name":"Y. Malatyaspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2017-09-06","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:52:41"}]},{"people_id":"333257","first_name":"Taylor","last_name":"Jones","match_name":"T. Jones","common_name":"Taylor Jones","date_of_birth":"","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:52:23","membership":{"membership_id":"3203060","team_id":"491","team_name":"Oldham Athletic AFC","short_name":"Oldham Athl","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:52:23"}},{"people_id":"42092","first_name":"Mahmood Saeed Ebrahim","last_name":"Al Mas Al Tenaiji","match_name":"Mahmood Al Mas","common_name":"Mahmood Al Mas","date_of_birth":"1983-09-08","place_of_birth":"","country_of_birth":"United Arab Emirates","nationality":"United Arab Emirates","country_of_birth_area_id":"202","nationality_area_id":"202","gender":"male","height":"177","weight":"79","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/42092.png","last_updated":"2019-08-07 19:52:07","membership":{"membership_id":"46738","team_id":"1741","team_name":"Al Ain FC","short_name":"Al Ain","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2011-07-01","end_date":"2017-07-01","role":"player","active":"no","last_updated":"2019-08-07 19:52:07"}},{"people_id":"350565","first_name":"Jhonder Leonel","last_name":"Cádiz Fernández","match_name":"J. Cádiz","common_name":"Jhonder Cádiz","date_of_birth":"1995-07-29","place_of_birth":"Caracas","country_of_birth":"Venezuela","nationality":"Venezuela","country_of_birth_area_id":"207","nationality_area_id":"207","gender":"male","height":"191","weight":"85","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/350565.png","last_updated":"2019-08-07 19:51:50","membership":[{"membership_id":"3203059","team_id":"1548","team_name":"Sport Lisboa e Benfica","short_name":"SL Benfica","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:51:50"},{"membership_id":"2740103","team_id":"1550","team_name":"Vitória FC","short_name":"Vitória FC","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:51:50"}]},{"people_id":"173354","first_name":"Carlos Vinicius","last_name":"Alves Morais","match_name":"Carlos Vinícius","common_name":"Carlos Vinícius","date_of_birth":"1995-03-22","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:51:07"},{"people_id":"227812","first_name":"Florian","last_name":"Gonzales","match_name":"F. Gonzales","common_name":"Florian Gonzales","date_of_birth":"1999-05-12","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:50:36","membership":[{"membership_id":"3203058","team_id":"491","team_name":"Oldham Athletic AFC","short_name":"Oldham Athl","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:50:36"},{"membership_id":"2583136","team_id":"28459","team_name":"AJ Auxerre 2","short_name":"AJ Auxerre 2","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-07 19:50:21"}]},{"people_id":"5244","first_name":"Roman","last_name":"Neustädter","match_name":"R. Neustädter","common_name":"Roman Neustädter","date_of_birth":"1988-02-18","place_of_birth":"Dnipro","country_of_birth":"Ukraine","nationality":"Russia","country_of_birth_area_id":"201","nationality_area_id":"160","gender":"male","height":"190","weight":"83","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5244.png","last_updated":"2019-08-07 19:50:31","membership":{"membership_id":"404089","team_id":"1080","team_name":"Fenerbahçe SK","short_name":"Fenerbahçe","team_area_name":"Turkey","team_area_id":"196","start_date":"2016-07-05","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 19:50:31"}},{"people_id":"17413","first_name":"Caio","last_name":"Lucas Fernandes","match_name":"Caio","common_name":"Caio","date_of_birth":"1994-04-19","place_of_birth":"Araçatuba, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"173","weight":"73","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/17413.png","last_updated":"2019-08-07 19:49:21","membership":[{"membership_id":"3203057","team_id":"1548","team_name":"Sport Lisboa e Benfica","short_name":"SL Benfica","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:49:21"},{"membership_id":"400790","team_id":"1741","team_name":"Al Ain FC","short_name":"Al Ain","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2016-07-02","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:49:21"}]},{"people_id":"333256","first_name":"Ellis","last_name":"Allen","match_name":"E. Allen","common_name":"Ellis Allen","date_of_birth":"","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 19:48:18","membership":{"membership_id":"3203056","team_id":"491","team_name":"Oldham Athletic AFC","short_name":"Oldham Athl","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:48:18"}},{"people_id":"38595","first_name":"Francisco Leonel","last_name":"Lima Silva Machado","match_name":"Chiquinho","common_name":"Chiquinho","date_of_birth":"1995-07-19","place_of_birth":"Santo Tirso","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"174","weight":"66","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:48:03"},{"people_id":"120559","first_name":"Mohammed Ali Shaker Ali","last_name":"Al Mahri","match_name":"Mohammed Ali Shaker","common_name":"Mohammed Ali Shaker","date_of_birth":"1997-04-27","place_of_birth":"Dubayy","country_of_birth":"United Arab Emirates","nationality":"United Arab Emirates","country_of_birth_area_id":"202","nationality_area_id":"202","gender":"male","height":"167","weight":"52","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:47:44","membership":[{"membership_id":"3203055","team_id":"1741","team_name":"Al Ain FC","short_name":"Al Ain","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-06-29","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:47:44"},{"membership_id":"1347957","team_id":"1754","team_name":"Ajman Club","short_name":"Ajman","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2015-07-01","end_date":"2019-06-29","role":"player","active":"no","last_updated":"2019-08-07 19:47:37"}]},{"people_id":"294778","first_name":"Dal","last_name":"Varesanovic","match_name":"D. Varesanovic","common_name":"Dal Varesanovic","date_of_birth":"2001-05-23","place_of_birth":"Wien","country_of_birth":"Austria","nationality":"Croatia","country_of_birth_area_id":"20","nationality_area_id":"56","gender":"male","height":"172","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:45:30","membership":{"membership_id":"3203054","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:45:30"}},{"people_id":"115392","first_name":"Kodjo Fo-Doh","last_name":"Laba","match_name":"K. Laba","common_name":"Kodjo Fo-Doh Laba","date_of_birth":"1992-01-27","place_of_birth":"Lomé","country_of_birth":"Togo","nationality":"Togo","country_of_birth_area_id":"192","nationality_area_id":"192","gender":"male","height":"180","weight":"70","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/115392.png","last_updated":"2019-08-07 19:45:08","membership":[{"membership_id":"3203053","team_id":"1741","team_name":"Al Ain FC","short_name":"Al Ain","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-06-13","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:45:08"},{"membership_id":"847163","team_id":"12932","team_name":"RSB Berkane","short_name":"RSB Berkane","team_area_name":"Morocco","team_area_id":"133","start_date":"2016-08-15","end_date":"2019-06-13","role":"player","active":"no","last_updated":"2019-08-07 19:45:01"}]},{"people_id":"60312","first_name":"Abderrahmane","last_name":"Meziane Bentahar","match_name":"A. Meziane Bentahar","common_name":"Abderrahmane Meziane","date_of_birth":"1994-03-07","place_of_birth":"Médéa","country_of_birth":"Algeria","nationality":"Algeria","country_of_birth_area_id":"10","nationality_area_id":"10","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/60312.png","last_updated":"2019-08-07 19:44:10","membership":[{"membership_id":"3203052","team_id":"1741","team_name":"Al Ain FC","short_name":"Al Ain","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-06-13","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:44:10"},{"membership_id":"696551","team_id":"17216","team_name":"USM Alger","short_name":"USM Alger","team_area_name":"Algeria","team_area_id":"10","start_date":"2016-06-30","end_date":"2019-06-13","role":"player","active":"no","last_updated":"2019-08-07 19:44:03"}]},{"people_id":"42049","first_name":"Mohammed Hilal Khalifa Hilal","last_name":"Al Nuaimi","match_name":"Mohammed Hilal Khalifa","common_name":"Mohammed Hilal Khalifa","date_of_birth":"1995-08-10","place_of_birth":"","country_of_birth":"United Arab Emirates","nationality":"United Arab Emirates","country_of_birth_area_id":"202","nationality_area_id":"202","gender":"male","height":"178","weight":"77","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/42049.png","last_updated":"2019-08-07 19:43:15","membership":[{"membership_id":"3203051","team_id":"1741","team_name":"Al Ain FC","short_name":"Al Ain","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-06-12","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:43:15"},{"membership_id":"46695","team_id":"1754","team_name":"Ajman Club","short_name":"Ajman","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2014-01-01","end_date":"2019-06-12","role":"player","active":"no","last_updated":"2019-08-07 19:43:06"}]},{"people_id":"239271","first_name":"Morgan","last_name":"Boyes","match_name":"M. Boyes","common_name":"Morgan Boyes","date_of_birth":"2001-04-22","place_of_birth":"","country_of_birth":"Wales","nationality":"Wales","country_of_birth_area_id":"209","nationality_area_id":"209","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:42:55","membership":{"membership_id":"3203050","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:42:55"}},{"people_id":"239273","first_name":"Yasser","last_name":"Larouci","match_name":"Y. Larouci","common_name":"Yasser Larouci","date_of_birth":"2001-01-01","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:42:11","membership":{"membership_id":"3203049","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:42:11"}},{"people_id":"81276","first_name":"Tony","last_name":"Gallacher","match_name":"T. Gallacher","common_name":"Tony Gallacher","date_of_birth":"1999-07-23","place_of_birth":"Glasgow","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"173","weight":"66","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:42:01","membership":{"membership_id":"3203048","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:42:01"}},{"people_id":"67948","first_name":"Miguel Ángel","last_name":"Trauco Saavedra","match_name":"M. Trauco","common_name":"Miguel Trauco","date_of_birth":"1992-08-25","place_of_birth":"Tarapoto","country_of_birth":"Peru","nationality":"Peru","country_of_birth_area_id":"153","nationality_area_id":"153","gender":"male","height":"175","weight":"62","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/67948.png","last_updated":"2019-08-07 19:42:00","membership":[{"membership_id":"3203046","team_id":"579","team_name":"AS Saint-Étienne","short_name":"Saint-Étienne","team_area_name":"France","team_area_id":"76","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:42:00"},{"membership_id":"1124450","team_id":"1373","team_name":"CR Flamengo","short_name":"Flamengo","team_area_name":"Brazil","team_area_id":"35","start_date":"2017-01-12","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 19:42:00"}]},{"people_id":"65503","first_name":"Sidy","last_name":"Sarr","match_name":"S. Sarr","common_name":"Sidy Sarr","date_of_birth":"1996-06-05","place_of_birth":"Dakar","country_of_birth":"Senegal","nationality":"Senegal","country_of_birth_area_id":"166","nationality_area_id":"166","gender":"male","height":"196","weight":"82","foot":"left","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/65503.png","last_updated":"2019-08-07 19:42:00","membership":[{"membership_id":"3203045","team_id":"602","team_name":"Nîmes Olympique","short_name":"Nîmes Ol.","team_area_name":"France","team_area_id":"76","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:42:00"},{"membership_id":"3194646","team_id":"603","team_name":"La Berrichonne de Châteauroux","short_name":"Châteauroux","team_area_name":"France","team_area_id":"76","start_date":"2019-06-11","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 19:42:00"}]},{"people_id":"49080","first_name":"Borja","last_name":"López Menéndez","match_name":"Borja López","common_name":"Borja López","date_of_birth":"1994-02-02","place_of_birth":"Gijon","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"191","weight":"79","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/49080.png","last_updated":"2019-08-07 19:42:00","membership":[{"membership_id":"3203047","team_id":"760","team_name":"Real Sporting de Gijón","short_name":"Gijón","team_area_name":"Spain","team_area_id":"176","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:42:00"},{"membership_id":"1296676","team_id":"1495","team_name":"HNK Hajduk Split","short_name":"Hajduk Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2017-07-06","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 19:42:00"}]},{"people_id":"27633","first_name":"Jaromír","last_name":"Zmrhal","match_name":"J. Zmrhal","common_name":"Jaromír Zmrhal","date_of_birth":"1993-08-02","place_of_birth":"Žatec","country_of_birth":"Czech Republic","nationality":"Czech Republic","country_of_birth_area_id":"59","nationality_area_id":"59","gender":"male","height":"189","weight":"76","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/27633.png","last_updated":"2019-08-07 19:42:00","membership":[{"membership_id":"3203044","team_id":"813","team_name":"Brescia Calcio","short_name":"Brescia","team_area_name":"Italy","team_area_id":"100","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:42:00"},{"membership_id":"31573","team_id":"873","team_name":"SK Slavia Praha","short_name":"Slavia Praha","team_area_name":"Czech Republic","team_area_id":"59","start_date":"2012-06-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 19:42:00"}]},{"people_id":"12589","first_name":"Brayan Dennis","last_name":"Angulo Tenorio","match_name":"B. Angulo","common_name":"Brayan Angulo","date_of_birth":"1995-11-30","place_of_birth":"Guayaquil","country_of_birth":"Ecuador","nationality":"Ecuador","country_of_birth_area_id":"65","nationality_area_id":"65","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12589.png","last_updated":"2019-08-07 19:42:00","membership":[{"membership_id":"3203043","team_id":"2061","team_name":"Cruz Azul FC","short_name":"Cruz Azul","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:42:00"},{"membership_id":"14776","team_id":"2102","team_name":"CS Emelec","short_name":"CS Emelec","team_area_name":"Ecuador","team_area_id":"65","start_date":"2013-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 19:42:00"}]},{"people_id":"216991","first_name":"Thomas","last_name":"Clayton","match_name":"T. Clayton","common_name":"Thomas Clayton","date_of_birth":"2000-06-16","place_of_birth":"","country_of_birth":"England","nationality":"Scotland","country_of_birth_area_id":"68","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:41:51","membership":{"membership_id":"3203042","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:41:51"}},{"people_id":"234365","first_name":"Sepp","last_name":"van den Berg","match_name":"S. van den Berg","common_name":"Sepp van den Berg","date_of_birth":"2001-12-20","place_of_birth":"","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:41:39","membership":{"membership_id":"3203041","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:41:39"}},{"people_id":"56134","first_name":"Pedro","last_name":"Chirivella Burgos","match_name":"P. Chirivella","common_name":"Pedro Chirivella","date_of_birth":"1997-05-23","place_of_birth":"Valencia","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"178","weight":"77","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/56134.png","last_updated":"2019-08-07 19:41:28","membership":{"membership_id":"3203040","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:41:28"}},{"people_id":"235211","first_name":"Neco ","last_name":"Williams","match_name":"N. Williams","common_name":"Neco Williams","date_of_birth":"2001-04-13","place_of_birth":"","country_of_birth":"Wales","nationality":"Wales","country_of_birth_area_id":"209","nationality_area_id":"209","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:41:16","membership":{"membership_id":"3203039","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:41:16"}},{"people_id":"313366","first_name":"Jack","last_name":"Bearne","match_name":"J. Bearne","common_name":"Jack Bearne","date_of_birth":"2001-09-15","place_of_birth":"Nottingham","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:41:05","membership":{"membership_id":"3203038","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:41:05"}},{"people_id":"94970","first_name":"Isaac","last_name":"Christie-Davies","match_name":"I. Christie-Davies","common_name":"Isaac Christie-Davies","date_of_birth":"1997-10-18","place_of_birth":"","country_of_birth":"England","nationality":"Wales","country_of_birth_area_id":"68","nationality_area_id":"209","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:40:55","membership":{"membership_id":"3203037","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:40:55"}},{"people_id":"279054","first_name":"Harvey","last_name":"Elliot","match_name":"H. Elliot","common_name":"Harvey Elliot","date_of_birth":"2003-03-04","place_of_birth":"Fulham","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:40:28","membership":[{"membership_id":"3203035","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:39:54"},{"membership_id":"2775040","team_id":"460","team_name":"Fulham FC","short_name":"Fulham","team_area_name":"England","team_area_id":"68","start_date":"2018-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:40:02"},{"membership_id":"2768706","team_id":"32815","team_name":"Fulham FC U21","short_name":"Fulham FC U21","team_area_name":"England","team_area_id":"68","start_date":"2018-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:40:18"},{"membership_id":"2832709","team_id":"28109","team_name":"Fulham FC U23","short_name":"Fulham","team_area_name":"England","team_area_id":"68","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:40:28"}]},{"people_id":"29082","first_name":"Caio","last_name":"Canedo Corrêa","match_name":"Caio","common_name":"Caio","date_of_birth":"1990-08-09","place_of_birth":"Volta Redonda, RJ","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"178","weight":"70","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/29082.png","last_updated":"2019-08-07 19:40:27","membership":[{"membership_id":"3203036","team_id":"1741","team_name":"Al Ain FC","short_name":"Al Ain","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-06-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:40:27"},{"membership_id":"56833","team_id":"1745","team_name":"Al Wasl SC","short_name":"Al Wasl","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2014-09-01","end_date":"2019-06-05","role":"player","active":"no","last_updated":"2019-08-07 19:40:15"}]},{"people_id":"216992","first_name":"Elijah","last_name":"Dixon-Bonner","match_name":"E. Dixon-Bonner","common_name":"Elijah Dixon-Bonner","date_of_birth":"2001-01-01","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/216992.png","last_updated":"2019-08-07 19:39:43","membership":{"membership_id":"3203034","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:39:43"}},{"people_id":"211517","first_name":"Daniel","last_name":"Atherton","match_name":"D. Atherton","common_name":"Daniel Atherton","date_of_birth":"1999-12-18","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 19:39:33","membership":{"membership_id":"3203033","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:39:33"}},{"people_id":"207885","first_name":"Curtis","last_name":"Jones","match_name":"C. Jones","common_name":"Curtis Jones","date_of_birth":"2001-01-30","place_of_birth":"Liverpool","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"185","weight":"72","foot":"both","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:39:15","membership":{"membership_id":"3203032","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:39:15"}},{"people_id":"252099","first_name":"Bobby","last_name":"Duncan","match_name":"B. Duncan","common_name":"Bobby Duncan","date_of_birth":"2001-06-26","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/252099.png","last_updated":"2019-08-07 19:39:04","membership":{"membership_id":"3203031","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:39:04"}},{"people_id":"297242","first_name":"Ben","last_name":"Winterbottom","match_name":"B. Winterbottom","common_name":"Ben Winterbottom","date_of_birth":"2001-07-16","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 19:38:51","membership":[{"membership_id":"3203030","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:38:43"},{"membership_id":"2859518","team_id":"28107","team_name":"Blackburn Rovers FC U23","short_name":"Blackburn Rov","team_area_name":"England","team_area_id":"68","start_date":"2018-12-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:38:51"}]},{"people_id":"281554","first_name":"Kielen","last_name":"Adams","match_name":"K. Adams","common_name":"Kielen Adams","date_of_birth":"","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:38:27","membership":[{"membership_id":"3203029","team_id":"491","team_name":"Oldham Athletic AFC","short_name":"Oldham Athl","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:38:27"},{"membership_id":"2775053","team_id":"490","team_name":"Bradford City AFC","short_name":"Bradford City","team_area_name":"England","team_area_id":"68","start_date":"2018-09-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:38:19"}]},{"people_id":"101676","first_name":"Tiago André","last_name":"Araújo Rodrigues","match_name":"Tiago André","common_name":"Tiago André","date_of_birth":"1997-01-18","place_of_birth":"Vila do Conde","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"177","weight":"69","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/101676.png","last_updated":"2019-08-07 19:38:20","membership":[{"membership_id":"282169","team_id":"1545","team_name":"Rio Ave FC","short_name":"Rio Ave","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-01-15","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-07 19:38:05"},{"membership_id":"3203028","team_id":"37682","team_name":"Rio Ave FC B","short_name":"Rio Ave B","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:38:20"}]},{"people_id":"241212","first_name":"Callum","last_name":"Dolan","match_name":"C. Dolan","common_name":"Callum Dolan","date_of_birth":"2000-10-29","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:38:10","membership":[{"membership_id":"3203027","team_id":"491","team_name":"Oldham Athletic AFC","short_name":"Oldham Athl","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:38:10"},{"membership_id":"2630337","team_id":"28107","team_name":"Blackburn Rovers FC U23","short_name":"Blackburn Rov","team_area_name":"England","team_area_id":"68","start_date":"2018-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:38:02"}]},{"people_id":"114827","first_name":"Adam","last_name":"Lewis","match_name":"A. Lewis","common_name":"Adam Lewis","date_of_birth":"1999-11-08","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/114827.png","last_updated":"2019-08-07 19:37:26","membership":{"membership_id":"3203026","team_id":"10987","team_name":"Liverpool FC U21","short_name":"Liverpool U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:37:26"}},{"people_id":"98699","first_name":"Murilo","last_name":"Oliveira de Freitas","match_name":"Murilo","common_name":"Murilo","date_of_birth":"1996-05-12","place_of_birth":"São José do Rio Preto, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/98699.png","last_updated":"2019-08-07 19:37:21","membership":{"membership_id":"2851530","team_id":"1545","team_name":"Rio Ave FC","short_name":"Rio Ave","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-11-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:37:21"}},{"people_id":"333255","first_name":"Yzzy","last_name":"Taylor","match_name":"Y. aylor","common_name":"Yzzy Taylor","date_of_birth":"","place_of_birth":"","country_of_birth":"Wales","nationality":"Wales","country_of_birth_area_id":"209","nationality_area_id":"209","gender":"female","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 19:37:03","membership":[{"membership_id":"3203024","team_id":"27552","team_name":"Cardiff Met Ladies AFC","short_name":"Cardiff Met","team_area_name":"Wales","team_area_id":"209","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:36:58"},{"membership_id":"3203025","team_id":"27552","team_name":"Cardiff Met Ladies AFC","short_name":"Cardiff Met","team_area_name":"Wales","team_area_id":"209","start_date":"2019-07-01","end_date":"","role":"assistant_coach","active":"yes","last_updated":"2019-08-07 19:37:03"}]},{"people_id":"66624","first_name":"Jacinto","last_name":"Muondo Dala","match_name":"Gelson Dala","common_name":"Gelson Dala","date_of_birth":"1996-07-13","place_of_birth":"","country_of_birth":"Angola","nationality":"Angola","country_of_birth_area_id":"13","nationality_area_id":"13","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/66624.png","last_updated":"2019-08-07 19:36:26","membership":[{"membership_id":"3203023","team_id":"17599","team_name":"Royal Antwerp FC","short_name":"Antwerp FC","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:36:26"},{"membership_id":"3203022","team_id":"1549","team_name":"Sporting Clube de Portugal","short_name":"Sporting CP","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 19:36:26"},{"membership_id":"2587400","team_id":"1545","team_name":"Rio Ave FC","short_name":"Rio Ave","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-01-04","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:36:00"}]},{"people_id":"201858","first_name":"Sophie","last_name":"Hancocks","match_name":"S. Hancocks","common_name":"Sophie Hancocks","date_of_birth":"1996-10-20","place_of_birth":"","country_of_birth":"Wales","nationality":"Wales","country_of_birth_area_id":"209","nationality_area_id":"209","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:34:58","membership":[{"membership_id":"3203021","team_id":"27552","team_name":"Cardiff Met Ladies AFC","short_name":"Cardiff Met","team_area_name":"Wales","team_area_id":"209","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:34:58"},{"membership_id":"1323718","team_id":"31471","team_name":"Swansea City LFC","short_name":"Swansea City","team_area_name":"Wales","team_area_id":"209","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:34:45"}]},{"people_id":"308343","first_name":"Alassana","last_name":"Jatta","match_name":"A. Jatta","common_name":"Alassana Jatta","date_of_birth":"1999-01-12","place_of_birth":"Sukuta","country_of_birth":"Gambia","nationality":"Gambia","country_of_birth_area_id":"78","nationality_area_id":"78","gender":"male","height":"192","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:34:30","membership":[{"membership_id":"3203020","team_id":"18484","team_name":"Viborg FF","short_name":"Viborg FF","team_area_name":"Denmark","team_area_id":"61","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:34:30"},{"membership_id":"3021801","team_id":"15935","team_name":"Paide Linnameeskond","short_name":"Paide","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-01-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 19:34:30"}]},{"people_id":"298822","first_name":"Efecan","last_name":"Barlık","match_name":"E. Barlık","common_name":"Efecan Barlık","date_of_birth":"2003-01-13","place_of_birth":"Yenimahalle","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:34:30","membership":[{"membership_id":"3203019","team_id":"1120","team_name":"Medipol Başakşehir FK","short_name":"Başakşehir","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:34:30"},{"membership_id":"2984017","team_id":"1123","team_name":"Bucaspor","short_name":"Bucaspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2018-12-14","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 19:34:30"}]},{"people_id":"130976","first_name":"Guus","last_name":"Til","match_name":"G. Til","common_name":"Guus Til","date_of_birth":"1997-12-22","place_of_birth":"Amsterdam","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"male","height":"178","weight":"70","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/130976.png","last_updated":"2019-08-07 19:34:30","membership":[{"membership_id":"3203012","team_id":"943","team_name":"FK Spartak Moskva","short_name":"Spartak Moskva","team_area_name":"Russia","team_area_id":"160","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:34:30"},{"membership_id":"879851","team_id":"27748","team_name":"Jong AZ","short_name":"Jong AZ","team_area_name":"Netherlands","team_area_id":"138","start_date":"2016-08-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 19:34:30"},{"membership_id":"542076","team_id":"988","team_name":"AZ","short_name":"AZ","team_area_name":"Netherlands","team_area_id":"138","start_date":"2016-08-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 19:34:30"}]},{"people_id":"122983","first_name":"Dany Mota","last_name":"Carvalho","match_name":"Dany Mota","common_name":"Dany Mota","date_of_birth":"1998-05-02","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:34:30","membership":[{"membership_id":"3203014","team_id":"37954","team_name":"Juventus FC U23","short_name":"Juventus U23","team_area_name":"Italy","team_area_id":"100","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:34:30"},{"membership_id":"382485","team_id":"19527","team_name":"ACD Virtus Entella","short_name":"Virtus Entella","team_area_name":"Italy","team_area_id":"100","start_date":"2016-04-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 19:34:30"}]},{"people_id":"97099","first_name":"Njegoš","last_name":"Petrović","match_name":"N. Petrović","common_name":"Njegoš Petrović","date_of_birth":"1999-07-18","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/97099.png","last_updated":"2019-08-07 19:34:30","membership":[{"membership_id":"3203018","team_id":"869","team_name":"FK Crvena Zvezda","short_name":"Crvena Zvedza","team_area_name":"Serbia","team_area_id":"224","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:34:30"},{"membership_id":"530908","team_id":"18275","team_name":"FK Rad Beograd","short_name":"Rad Beograd","team_area_name":"Serbia","team_area_id":"224","start_date":"2016-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 19:34:30"}]},{"people_id":"68043","first_name":"Visar","last_name":"Musliu","match_name":"V. Musliu","common_name":"Visar Musliu","date_of_birth":"1994-11-13","place_of_birth":"","country_of_birth":"North Macedonia","nationality":"North Macedonia","country_of_birth_area_id":"120","nationality_area_id":"120","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/68043.png","last_updated":"2019-08-07 19:34:30","membership":[{"membership_id":"3203015","team_id":"18889","team_name":"MOL Fehérvár FC","short_name":"Fehérvár","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:34:30"},{"membership_id":"2614372","team_id":"16023","team_name":"KF Shkëndija 79","short_name":"Shkëndija 79","team_area_name":"North Macedonia","team_area_id":"120","start_date":"2018-02-05","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 19:34:30"}]},{"people_id":"51384","first_name":"Ismael","last_name":"Bennacer","match_name":"I. Bennacer","common_name":"Ismael Bennacer","date_of_birth":"1997-12-01","place_of_birth":"Arles","country_of_birth":"France","nationality":"Algeria","country_of_birth_area_id":"76","nationality_area_id":"10","gender":"male","height":"175","weight":"72","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/51384.png","last_updated":"2019-08-07 19:34:30","membership":[{"membership_id":"3203011","team_id":"792","team_name":"AC Milan","short_name":"Milan","team_area_name":"Italy","team_area_id":"100","start_date":"2019-08-04","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:34:30"},{"membership_id":"1323712","team_id":"814","team_name":"Empoli FC","short_name":"Empoli","team_area_name":"Italy","team_area_id":"100","start_date":"2017-08-21","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-07 19:34:30"}]},{"people_id":"30121","first_name":"Darío Ismael","last_name":"Benedetto","match_name":"D. Benedetto","common_name":"Darío Benedetto","date_of_birth":"1990-05-17","place_of_birth":"Berazategui","country_of_birth":"Argentina","nationality":"Argentina","country_of_birth_area_id":"16","nationality_area_id":"16","gender":"male","height":"178","weight":"70","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/30121.png","last_updated":"2019-08-07 19:34:30","membership":[{"membership_id":"3203013","team_id":"582","team_name":"Olympique de Marseille","short_name":"Marseille","team_area_name":"France","team_area_id":"76","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:34:30"},{"membership_id":"409384","team_id":"1036","team_name":"CA Boca Juniors","short_name":"Boca Juniors","team_area_name":"Argentina","team_area_id":"16","start_date":"2016-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 19:34:30"}]},{"people_id":"11526","first_name":"Christian","last_name":"Noboa Tello","match_name":"C. Noboa","common_name":"Christian Noboa","date_of_birth":"1985-04-09","place_of_birth":"Guayaquil","country_of_birth":"Ecuador","nationality":"Ecuador","country_of_birth_area_id":"65","nationality_area_id":"65","gender":"male","height":"181","weight":"74","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/11526.png","last_updated":"2019-08-07 19:34:30","membership":[{"membership_id":"3203017","team_id":"10522","team_name":"FK Sochi","short_name":"FK Sochi","team_area_name":"Russia","team_area_id":"160","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:34:30"},{"membership_id":"2727893","team_id":"785","team_name":"FK Zenit Sankt-Petersburg","short_name":"Zenit","team_area_name":"Russia","team_area_id":"160","start_date":"2018-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 19:34:30"}]},{"people_id":"5475","first_name":"Milan","last_name":"Badelj","match_name":"M. Badelj","common_name":"Milan Badelj","date_of_birth":"1989-02-25","place_of_birth":"Zagreb","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"186","weight":"76","foot":"both","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5475.png","last_updated":"2019-08-07 19:34:30","membership":[{"membership_id":"3203016","team_id":"789","team_name":"ACF Fiorentina","short_name":"Fiorentina","team_area_name":"Italy","team_area_id":"100","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:34:30"},{"membership_id":"2734324","team_id":"790","team_name":"SS Lazio","short_name":"Lazio","team_area_name":"Italy","team_area_id":"100","start_date":"2018-08-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 19:34:30"}]},{"people_id":"6575","first_name":"Fábio Alexandre","last_name":"da Silva Coentrão","match_name":"Fábio Coentrão","common_name":"Fábio Coentrão","date_of_birth":"1988-03-11","place_of_birth":"Vila do Conde","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"178","weight":"66","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/6575.png","last_updated":"2019-08-07 19:34:19","membership":{"membership_id":"2755235","team_id":"1545","team_name":"Rio Ave FC","short_name":"Rio Ave","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-31","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:34:19"}},{"people_id":"333254","first_name":"Micaela","last_name":"Milavec","match_name":"M. Milavec","common_name":"Micaela Milavec","date_of_birth":"1995-09-12","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:34:08","membership":{"membership_id":"3203010","team_id":"27552","team_name":"Cardiff Met Ladies AFC","short_name":"Cardiff Met","team_area_name":"Wales","team_area_id":"209","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:34:08"}},{"people_id":"265080","first_name":"Diogo Emanuel","last_name":"Pinto Teixeira","match_name":"Diogo Teixeira","common_name":"Diogo Teixeira","date_of_birth":"1999-01-20","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:33:53","membership":[{"membership_id":"2986295","team_id":"1545","team_name":"Rio Ave FC","short_name":"Rio Ave","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-12-01","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-07 19:33:40"},{"membership_id":"3203009","team_id":"37682","team_name":"Rio Ave FC B","short_name":"Rio Ave B","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:33:53"}]},{"people_id":"74250","first_name":"Tomislav","last_name":"Štrkalj","match_name":"T. Štrkalj","common_name":"Tomislav Štrkalj","date_of_birth":"1996-08-02","place_of_birth":"Zagreb","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:32:58","membership":[{"membership_id":"3203008","team_id":"1545","team_name":"Rio Ave FC","short_name":"Rio Ave","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:32:58"},{"membership_id":"3006743","team_id":"20870","team_name":"NK Rudeš Zagreb","short_name":"NK Rudeš","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:32:58"}]},{"people_id":"333253","first_name":"Madison","last_name":"Schupbach","match_name":"M. Schupbach","common_name":"Madison Schupbach","date_of_birth":"1996-11-25","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:32:24","membership":{"membership_id":"3203007","team_id":"27552","team_name":"Cardiff Met Ladies AFC","short_name":"Cardiff Met","team_area_name":"Wales","team_area_id":"209","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:32:24"}},{"people_id":"34368","first_name":"Mehdi","last_name":"Taremi","match_name":"M. Taremi","common_name":"Mehdi Taremi","date_of_birth":"1992-07-18","place_of_birth":"Bushehr","country_of_birth":"Iran","nationality":"Iran","country_of_birth_area_id":"96","nationality_area_id":"96","gender":"male","height":"187","weight":"80","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/34368.png","last_updated":"2019-08-07 19:31:34","membership":{"membership_id":"2591424","team_id":"1225","team_name":"Al Gharafa SC","short_name":"Al Gharafa","team_area_name":"Qatar","team_area_id":"158","start_date":"2018-01-09","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:31:34"}},{"people_id":"38048","first_name":"Carlos Manuel","last_name":"Cardoso Mané","match_name":"Carlos Mané","common_name":"Carlos Mané","date_of_birth":"1994-03-11","place_of_birth":"Lisboa","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"172","weight":"66","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38048.png","last_updated":"2019-08-07 19:30:53"},{"people_id":"201862","first_name":"Jodie","last_name":"Passmore","match_name":"J. Passmore","common_name":"Jodie Passmore","date_of_birth":"1992-01-14","place_of_birth":"","country_of_birth":"Wales","nationality":"Wales","country_of_birth_area_id":"209","nationality_area_id":"209","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:30:47","membership":[{"membership_id":"3203006","team_id":"27552","team_name":"Cardiff Met Ladies AFC","short_name":"Cardiff Met","team_area_name":"Wales","team_area_id":"209","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:30:47"},{"membership_id":"1323722","team_id":"31471","team_name":"Swansea City LFC","short_name":"Swansea City","team_area_name":"Wales","team_area_id":"209","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:30:26"}]},{"people_id":"266627","first_name":"Damien","last_name":"Furtado","match_name":"D. Furtado","common_name":"Damien Furtado","date_of_birth":"1997-03-08","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:29:51","membership":[{"membership_id":"3203005","team_id":"1545","team_name":"Rio Ave FC","short_name":"Rio Ave","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:29:51"},{"membership_id":"3002829","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-25","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:29:51"}]},{"people_id":"333252","first_name":"Amy","last_name":"Long","match_name":"A. Long","common_name":"Amy Long","date_of_birth":"1997-07-29","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:29:12","membership":{"membership_id":"3203004","team_id":"27552","team_name":"Cardiff Met Ladies AFC","short_name":"Cardiff Met","team_area_name":"Wales","team_area_id":"209","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:29:12"}},{"people_id":"98077","first_name":"Pedro Miguel","last_name":"Gaspar Amaral","match_name":"Pedro Amaral","common_name":"Pedro Amaral","date_of_birth":"1997-08-25","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:28:09","membership":[{"membership_id":"3179411","team_id":"18448","team_name":"Sport Lisboa e Benfica B","short_name":"SL Benfica B","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"2019-07-04","role":"player","active":"no","last_updated":"2019-08-07 19:28:09"},{"membership_id":"2992431","team_id":"1844","team_name":"Panaitolikόs GFS","short_name":"Panaitolikόs","team_area_name":"Greece","team_area_id":"82","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:28:09"}]},{"people_id":"333251","first_name":"Alexis","last_name":"Rienks","match_name":"A. Rienks","common_name":"Alexis Rienks","date_of_birth":"1996-09-28","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:27:49","membership":{"membership_id":"3203003","team_id":"27552","team_name":"Cardiff Met Ladies AFC","short_name":"Cardiff Met","team_area_name":"Wales","team_area_id":"209","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:27:49"}},{"people_id":"333250","first_name":"Nuša","last_name":"Ladinek","match_name":"N. Ladinek","common_name":"Nuša Ladinek","date_of_birth":"","place_of_birth":"","country_of_birth":"Slovenia","nationality":"Slovenia","country_of_birth_area_id":"172","nationality_area_id":"172","gender":"female","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 19:27:36","membership":{"membership_id":"3203002","team_id":"27544","team_name":"ŽNK Pomurje","short_name":"ŽNK Pomurje","team_area_name":"Slovenia","team_area_id":"172","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 19:27:36"}},{"people_id":"371530","first_name":"Tjaša","last_name":"Tibaut","match_name":"T. Tibaut","common_name":"Tjaša Tibaut","date_of_birth":"1989-02-09","place_of_birth":"","country_of_birth":"Slovenia","nationality":"Slovenia","country_of_birth_area_id":"172","nationality_area_id":"172","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/371530.png","last_updated":"2019-08-07 19:27:13","membership":[{"membership_id":"3203001","team_id":"27544","team_name":"ŽNK Pomurje","short_name":"ŽNK Pomurje","team_area_name":"Slovenia","team_area_id":"172","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:27:13"},{"membership_id":"1323792","team_id":"31466","team_name":"ŽNK Olimpija Ljubljana","short_name":"ŽNK Olimpija","team_area_name":"Slovenia","team_area_id":"172","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 19:27:07"}]},{"people_id":"33110","first_name":"Miguel Fernando","last_name":"Pereira Rodrigues","match_name":"Miguel Rodrigues","common_name":"Miguel Rodrigues","date_of_birth":"1993-03-16","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:26:51","membership":{"membership_id":"3007949","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:26:51"}},{"people_id":"68969","first_name":"Mariusz ","last_name":"Idzik","match_name":"M. Idzik","common_name":"Mariusz Idzik","date_of_birth":"1997-04-01","place_of_birth":"Wrocław","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"187","weight":"75","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/68969.png","last_updated":"2019-08-07 19:25:52","membership":[{"membership_id":"3203000","team_id":"1931","team_name":"KS Ruch Chorzów","short_name":"Ruch Chorzów","team_area_name":"Poland","team_area_id":"155","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:25:52"},{"membership_id":"2633453","team_id":"18454","team_name":"MKS Miedź Legnica","short_name":"Miedź","team_area_name":"Poland","team_area_id":"155","start_date":"2017-09-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 19:25:37"}]},{"people_id":"234678","first_name":"André","last_name":"Oliveira da Silva","match_name":"André Silva","common_name":"André Silva","date_of_birth":"1997-06-03","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:24:53","membership":[{"membership_id":"3202999","team_id":"2310","team_name":"FC Arouca","short_name":"Arouca","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-03","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:24:53"},{"membership_id":"2605095","team_id":"1545","team_name":"Rio Ave FC","short_name":"Rio Ave","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-02-01","end_date":"2019-08-02","role":"player","active":"no","last_updated":"2019-08-07 19:24:53"}]},{"people_id":"333249","first_name":"Mateusz ","last_name":"Bartolewski","match_name":"M. Bartolewski","common_name":"Mateusz Bartolewski","date_of_birth":"1998-01-12","place_of_birth":"","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 19:24:22","membership":{"membership_id":"3202998","team_id":"1931","team_name":"KS Ruch Chorzów","short_name":"Ruch Chorzów","team_area_name":"Poland","team_area_id":"155","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:24:22"}},{"people_id":"268164","first_name":"André Ricardo","last_name":"Ferreira Schutte","match_name":"Schutte","common_name":"Schutte","date_of_birth":"1998-05-21","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:23:55","membership":[{"membership_id":"2733799","team_id":"1545","team_name":"Rio Ave FC","short_name":"Rio Ave","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-01","end_date":"2018-08-31","role":"player","active":"no","last_updated":"2019-08-07 19:23:33"},{"membership_id":"3202997","team_id":"37682","team_name":"Rio Ave FC B","short_name":"Rio Ave B","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:23:55"}]},{"people_id":"333248","first_name":"Ivana","last_name":"Erac","match_name":"I. Erac","common_name":"Ivana Erac","date_of_birth":"1991-10-13","place_of_birth":"","country_of_birth":"Slovenia","nationality":"Slovenia","country_of_birth_area_id":"172","nationality_area_id":"172","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:22:33","membership":{"membership_id":"3202996","team_id":"27544","team_name":"ŽNK Pomurje","short_name":"ŽNK Pomurje","team_area_name":"Slovenia","team_area_id":"172","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:22:33"}},{"people_id":"103206","first_name":"Victor Emanuel","last_name":"Araújo Ferreira","match_name":"Vitó Ferreira","common_name":"Vitó Ferreira","date_of_birth":"1997-09-18","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"180","weight":"70","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/103206.png","last_updated":"2019-08-07 19:22:00","membership":[{"membership_id":"2752673","team_id":"1545","team_name":"Rio Ave FC","short_name":"Rio Ave","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:21:13"},{"membership_id":"287101","team_id":"1545","team_name":"Rio Ave FC","short_name":"Rio Ave","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-01-27","end_date":"2018-01-19","role":"player","active":"no","last_updated":"2019-08-07 19:22:00"}]},{"people_id":"218399","first_name":"Vita","last_name":"Žolek","match_name":"V. Žolek","common_name":"Vita Žolek","date_of_birth":"2002-03-04","place_of_birth":"","country_of_birth":"Slovenia","nationality":"Slovenia","country_of_birth_area_id":"172","nationality_area_id":"172","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:18:49","membership":{"membership_id":"3202995","team_id":"27544","team_name":"ŽNK Pomurje","short_name":"ŽNK Pomurje","team_area_name":"Slovenia","team_area_id":"172","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:18:49"}},{"people_id":"110554","first_name":"Paulo Vítor Fagundes","last_name":"dos Anjos","match_name":"Paulo Vítor","common_name":"Paulo Vítor","date_of_birth":"1988-11-21","place_of_birth":"São Mateus","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"190","weight":"75","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 19:18:48"},{"people_id":"246028","first_name":"Tijana","last_name":"Janković","match_name":"T. Janković","common_name":"Tijana Janković","date_of_birth":"1996-05-19","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:18:33","membership":{"membership_id":"3202994","team_id":"27544","team_name":"ŽNK Pomurje","short_name":"ŽNK Pomurje","team_area_name":"Slovenia","team_area_id":"172","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:18:33"}},{"people_id":"218395","first_name":"Luana","last_name":"Zajmi","match_name":"L. Zajmi","common_name":"Luana Zajmi","date_of_birth":"2002-06-12","place_of_birth":"","country_of_birth":"Slovenia","nationality":"Slovenia","country_of_birth_area_id":"172","nationality_area_id":"172","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:18:28","membership":{"membership_id":"3202993","team_id":"27544","team_name":"ŽNK Pomurje","short_name":"ŽNK Pomurje","team_area_name":"Slovenia","team_area_id":"172","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:18:28"}},{"people_id":"41441","first_name":"Pawel","last_name":"Kieszek","match_name":"P. Kieszek","common_name":"Pawel Kieszek","date_of_birth":"1984-04-16","place_of_birth":"","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"182","weight":"82","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 19:18:19","membership":{"membership_id":"2757325","team_id":"726","team_name":"Málaga CF","short_name":"Málaga","team_area_name":"Spain","team_area_id":"176","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:18:19"}},{"people_id":"202459","first_name":"Ljiljana","last_name":"Gordijan","match_name":"L. Gordijan","common_name":"Ljiljana Gordijan","date_of_birth":"1988-12-28","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 19:18:18","membership":[{"membership_id":"3202992","team_id":"27544","team_name":"ŽNK Pomurje","short_name":"ŽNK Pomurje","team_area_name":"Slovenia","team_area_id":"172","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:18:18"},{"membership_id":"1325190","team_id":"27555","team_name":"KF Vllaznia Shkodër","short_name":"KF Vllaznia","team_area_name":"Albania","team_area_id":"9","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 19:18:11"}]},{"people_id":"218403","first_name":"Kim","last_name":"Juršnik","match_name":"K. Juršnik","common_name":"Kim Juršnik","date_of_birth":"2002-02-18","place_of_birth":"","country_of_birth":"Slovenia","nationality":"Slovenia","country_of_birth_area_id":"172","nationality_area_id":"172","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:18:05","membership":{"membership_id":"3202991","team_id":"27544","team_name":"ŽNK Pomurje","short_name":"ŽNK Pomurje","team_area_name":"Slovenia","team_area_id":"172","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:18:05"}},{"people_id":"218393","first_name":"Kaja","last_name":"Korošec","match_name":"K. Korošec","common_name":"Kaja Korošec","date_of_birth":"2001-11-17","place_of_birth":"","country_of_birth":"Slovenia","nationality":"Slovenia","country_of_birth_area_id":"172","nationality_area_id":"172","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:17:59","membership":{"membership_id":"3202990","team_id":"27544","team_name":"ŽNK Pomurje","short_name":"ŽNK Pomurje","team_area_name":"Slovenia","team_area_id":"172","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:17:59"}},{"people_id":"218388","first_name":"Ines","last_name":"Sok","match_name":"I. Sok","common_name":"Ines Sok","date_of_birth":"2001-10-17","place_of_birth":"","country_of_birth":"Slovenia","nationality":"Slovenia","country_of_birth_area_id":"172","nationality_area_id":"172","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:17:42","membership":{"membership_id":"3202989","team_id":"27544","team_name":"ŽNK Pomurje","short_name":"ŽNK Pomurje","team_area_name":"Slovenia","team_area_id":"172","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:17:42"}},{"people_id":"218390","first_name":"Eva","last_name":"Potočnik","match_name":"E. Potočnik","common_name":"Eva Potočnik","date_of_birth":"2001-06-21","place_of_birth":"","country_of_birth":"Slovenia","nationality":"Slovenia","country_of_birth_area_id":"172","nationality_area_id":"172","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:17:35","membership":{"membership_id":"3202988","team_id":"27544","team_name":"ŽNK Pomurje","short_name":"ŽNK Pomurje","team_area_name":"Slovenia","team_area_id":"172","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:17:35"}},{"people_id":"32999","first_name":"Luka","last_name":"Merdović","match_name":"L. Merdović","common_name":"Luka Merdović","date_of_birth":"1989-03-14","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:17:30","membership":[{"membership_id":"3202987","team_id":"15959","team_name":"OFK Titograd","short_name":"Titograd","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:17:30"},{"membership_id":"1339054","team_id":"15960","team_name":"FK Sutjeska Nikšić","short_name":"Sutjeska Nik","team_area_name":"Montenegro","team_area_id":"225","start_date":"2017-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:17:21"}]},{"people_id":"280584","first_name":"Ema","last_name":"Horvat","match_name":"E. Horvat","common_name":"Ema Horvat","date_of_birth":"2002-06-12","place_of_birth":"","country_of_birth":"Slovenia","nationality":"Slovenia","country_of_birth_area_id":"172","nationality_area_id":"172","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:17:22","membership":{"membership_id":"3202986","team_id":"27544","team_name":"ŽNK Pomurje","short_name":"ŽNK Pomurje","team_area_name":"Slovenia","team_area_id":"172","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:17:22"}},{"people_id":"218398","first_name":"Albina","last_name":"Čizmazija","match_name":"A. Čizmazija","common_name":"Albina Čizmazija","date_of_birth":"2002-03-19","place_of_birth":"","country_of_birth":"Slovenia","nationality":"Slovenia","country_of_birth_area_id":"172","nationality_area_id":"172","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:17:16","membership":{"membership_id":"3202985","team_id":"27544","team_name":"ŽNK Pomurje","short_name":"ŽNK Pomurje","team_area_name":"Slovenia","team_area_id":"172","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:17:16"}},{"people_id":"243818","first_name":"Igor","last_name":"Vukčević","match_name":"I. Vukčević","common_name":"Igor Vukčević","date_of_birth":"1999-11-07","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:16:50","membership":[{"membership_id":"3202984","team_id":"15959","team_name":"OFK Titograd","short_name":"Titograd","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:16:50"},{"membership_id":"2643581","team_id":"15952","team_name":"FK Budućnost Podgorica","short_name":"Budućnost","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:16:40"}]},{"people_id":"316574","first_name":"Rúben Duarte","last_name":"Rendeiro Barros","match_name":"Rúben Rendeiro","common_name":"Rúben Rendeiro ","date_of_birth":"2000-02-01","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"189","weight":"78","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 19:13:27","membership":{"membership_id":"3072423","team_id":"1544","team_name":"Moreirense FC","short_name":"Moreirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-04-01","end_date":"2019-04-30","role":"player","active":"no","last_updated":"2019-08-07 19:13:27"}},{"people_id":"15913","first_name":"Ruben Alexandre","last_name":"Rocha Lima","match_name":"Ruben Lima","common_name":"Ruben Lima","date_of_birth":"1989-10-03","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 19:12:59","membership":{"membership_id":"1295374","team_id":"1544","team_name":"Moreirense FC","short_name":"Moreirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:12:59"}},{"people_id":"64981","first_name":"Ricardo","last_name":"Almeida Ribeiro","match_name":"Ricardo Ribeiro","common_name":"Ricardo Ribeiro","date_of_birth":"1997-05-09","place_of_birth":"Guimarães","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"184","weight":"74","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:12:41","membership":[{"membership_id":"3115291","team_id":"1544","team_name":"Moreirense FC","short_name":"Moreirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-07-18","role":"player","active":"no","last_updated":"2019-08-07 19:12:41"},{"membership_id":"1308963","team_id":"18447","team_name":"Sporting Clube de Portugal B","short_name":"SC Portugal B","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-15","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:12:22"}]},{"people_id":"100167","first_name":"Angelo","last_name":"Pelegrinelli Neto","match_name":"Neto","common_name":"Neto","date_of_birth":"1991-09-02","place_of_birth":"São Paulo, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"181","weight":"68","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/100167.png","last_updated":"2019-08-07 19:11:49","membership":[{"membership_id":"3202983","team_id":"16431","team_name":"Al Fayha Saudi Club","short_name":"Al Fayha Club","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-07-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:11:49"},{"membership_id":"3202982","team_id":"1395","team_name":"AD São Caetano","short_name":"São Caetano","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-07-01","end_date":"2019-07-07","role":"player","active":"no","last_updated":"2019-08-07 19:11:49"},{"membership_id":"581324","team_id":"1544","team_name":"Moreirense FC","short_name":"Moreirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-07-12","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:11:33"}]},{"people_id":"181903","first_name":"Mohammed","last_name":"Iddriss","match_name":"M. Iddriss","common_name":"Mohammed Iddriss","date_of_birth":"2000-07-26","place_of_birth":"","country_of_birth":"Ghana","nationality":"Ghana","country_of_birth_area_id":"81","nationality_area_id":"81","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:10:59","membership":[{"membership_id":"3202981","team_id":"1577","team_name":"FC Felgueiras 1932","short_name":"Felgueiras","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-24","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:10:59"},{"membership_id":"3055591","team_id":"1544","team_name":"Moreirense FC","short_name":"Moreirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-04-01","end_date":"2019-07-23","role":"player","active":"no","last_updated":"2019-08-07 19:10:59"}]},{"people_id":"314525","first_name":"Marcelo Cláudio","last_name":"Oliveira Araújo","match_name":"Marcelo Araújo","common_name":"Marcelo Araújo","date_of_birth":"2000-06-02","place_of_birth":"Vila Nova de Famalicão","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"172","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:10:31","membership":[{"membership_id":"3202980","team_id":"1577","team_name":"FC Felgueiras 1932","short_name":"Felgueiras","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-24","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:10:31"},{"membership_id":"3063697","team_id":"1544","team_name":"Moreirense FC","short_name":"Moreirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-04-10","end_date":"2019-07-23","role":"player","active":"no","last_updated":"2019-08-07 19:10:31"}]},{"people_id":"69861","first_name":"Jhonatan Luiz","last_name":"da Siqueira","match_name":"Jhonatan","common_name":"Jhonatan","date_of_birth":"1991-05-08","place_of_birth":"São Miguel do Oeste, SC","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"189","weight":"75","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 19:08:44","membership":[{"membership_id":"3202979","team_id":"1551","team_name":"Vitória SC","short_name":"Vitória SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:08:44"},{"membership_id":"1295369","team_id":"1544","team_name":"Moreirense FC","short_name":"Moreirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-03","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:08:44"}]},{"people_id":"41780","first_name":"Arsénio","last_name":"Martins Lafuerte Nunes","match_name":"Arsénio","common_name":"Arsénio","date_of_birth":"1989-08-30","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"180","weight":"70","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:08:12","membership":{"membership_id":"1295368","team_id":"1544","team_name":"Moreirense FC","short_name":"Moreirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:08:12"}},{"people_id":"75176","first_name":"Alan Eduardo","last_name":"Schons","match_name":"Alan Schons","common_name":"Alan Schons","date_of_birth":"1993-05-24","place_of_birth":"Rio Grande do Sol","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"180","weight":"74","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/75176.png","last_updated":"2019-08-07 19:07:43","membership":[{"membership_id":"3202978","team_id":"1560","team_name":"FC Penafiel","short_name":"Penafiel","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:07:43"},{"membership_id":"182753","team_id":"1544","team_name":"Moreirense FC","short_name":"Moreirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:07:43"}]},{"people_id":"64969","first_name":"Caleb Salifu","last_name":"Gominah","match_name":"C. Gomina","common_name":"Caleb Gomina","date_of_birth":"1996-09-24","place_of_birth":"Accra","country_of_birth":"Ghana","nationality":"Ghana","country_of_birth_area_id":"81","nationality_area_id":"81","gender":"male","height":"177","weight":"73","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:06:27","membership":[{"membership_id":"3202977","team_id":"1544","team_name":"Moreirense FC","short_name":"Moreirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:06:27"},{"membership_id":"3202976","team_id":"1596","team_name":"AD Sanjoanense","short_name":"Sanjoanense","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-09-19","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:06:27"},{"membership_id":"2751805","team_id":"1544","team_name":"Moreirense FC","short_name":"Moreirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2018-09-18","role":"player","active":"no","last_updated":"2019-08-07 19:05:08"}]},{"people_id":"38418","first_name":"Fábio","last_name":"Gonçalves Abreu","match_name":"Fábio Abreu","common_name":"Fábio Abreu","date_of_birth":"1993-01-29","place_of_birth":"Bacup","country_of_birth":"England","nationality":"Portugal","country_of_birth_area_id":"68","nationality_area_id":"156","gender":"male","height":"182","weight":"79","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:04:14","membership":{"membership_id":"1308985","team_id":"1560","team_name":"FC Penafiel","short_name":"Penafiel","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-10","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:04:14"}},{"people_id":"38132","first_name":"Luís Miguel Vieira","last_name":"Babo Machado","match_name":"Luís Machado","common_name":"Luís Machado","date_of_birth":"1992-11-04","place_of_birth":"Lamego","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"168","weight":"54","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 19:03:45","membership":{"membership_id":"272612","team_id":"1557","team_name":"CD Feirense","short_name":"CD Feirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:03:45"}},{"people_id":"161682","first_name":"Luiz Henrique","last_name":"Bezerra dos Santos","match_name":"Luiz Henrique","common_name":"Luiz Henrique","date_of_birth":"1997-04-19","place_of_birth":"Maceió, AL","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:03:25","membership":[{"membership_id":"3202975","team_id":"1544","team_name":"Moreirense FC","short_name":"Moreirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-11","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:03:25"},{"membership_id":"2993995","team_id":"1371","team_name":"Clube Náutico Capibaribe","short_name":"Clube Náutico","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-01","end_date":"2019-07-10","role":"player","active":"no","last_updated":"2019-08-07 19:03:25"}]},{"people_id":"139769","first_name":"Filipe Miguel","last_name":"Barros Soares","match_name":"Filipe Soares","common_name":"Filipe Soares","date_of_birth":"1999-05-20","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"177","weight":"61","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 19:02:10","membership":{"membership_id":"2730216","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-07-23","role":"player","active":"no","last_updated":"2019-08-07 19:02:10"}},{"people_id":"38260","first_name":"Alexandre Miguel ","last_name":"Barros Soares","match_name":"Alex Soares","common_name":"Alex Soares","date_of_birth":"1991-03-01","place_of_birth":"Lisboa","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"179","weight":"68","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38260.png","last_updated":"2019-08-07 19:01:51","membership":{"membership_id":"1291334","team_id":"18704","team_name":"AS Omonia Lefkosía","short_name":"Omonia","team_area_name":"Cyprus","team_area_id":"58","start_date":"2017-07-03","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:01:51"}},{"people_id":"97198","first_name":"Manconi Soriano","last_name":"Mané","match_name":"Sori Mané","common_name":"Sori Mané","date_of_birth":"1996-04-03","place_of_birth":"Bissau","country_of_birth":"Guinea-Bissau","nationality":"Guinea-Bissau","country_of_birth_area_id":"87","nationality_area_id":"87","gender":"male","height":"187","weight":"79","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/97198.png","last_updated":"2019-08-07 19:01:04","membership":{"membership_id":"1311408","team_id":"27954","team_name":"CD Cova da Piedade","short_name":"Cova Piedade","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 19:01:04"}},{"people_id":"141896","first_name":"Abdu","last_name":"Conté","match_name":"Abdu Conté","common_name":"Abdu Conté","date_of_birth":"1998-03-24","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/141896.png","last_updated":"2019-08-07 19:00:44","membership":[{"membership_id":"3202974","team_id":"1544","team_name":"Moreirense FC","short_name":"Moreirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-22","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 19:00:44"},{"membership_id":"2860908","team_id":"1549","team_name":"Sporting Clube de Portugal","short_name":"Sporting CP","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-12-01","end_date":"2019-07-21","role":"player","active":"no","last_updated":"2019-08-07 19:00:44"},{"membership_id":"1081160","team_id":"18447","team_name":"Sporting Clube de Portugal B","short_name":"SC Portugal B","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-01-01","end_date":"2019-07-21","role":"player","active":"no","last_updated":"2019-08-07 19:00:44"},{"membership_id":"805919","team_id":"28302","team_name":"Sporting Clube de Portugal U19","short_name":"Sporting U19","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-09-01","end_date":"2019-07-21","role":"player","active":"no","last_updated":"2019-08-07 19:00:44"}]},{"people_id":"41923","first_name":"Djavan","last_name":"da Silva Ferreira","match_name":"Djavan","common_name":"Djavan","date_of_birth":"1987-12-31","place_of_birth":"Serrânia","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"184","weight":"71","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41923.png","last_updated":"2019-08-07 18:59:19","membership":{"membership_id":"1331792","team_id":"1564","team_name":"GD Chaves","short_name":"Chaves","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-08-31","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:59:19"}},{"people_id":"72409","first_name":"Lazar","last_name":"Rosić","match_name":"L. Rosić","common_name":"Lazar Rosić","date_of_birth":"1993-06-29","place_of_birth":"Kragujevac","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"190","weight":"83","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/72409.png","last_updated":"2019-08-07 18:58:31","membership":{"membership_id":"2990209","team_id":"1492","team_name":"CD Nacional","short_name":"CD Nacional","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:55:51"}},{"people_id":"85305","first_name":"Jasmin","last_name":"Mecinovikj","match_name":"J. Mecinovikj","common_name":"Jasmin Mecinovikj","date_of_birth":"1990-10-22","place_of_birth":"Čačak","country_of_birth":"Serbia","nationality":"North Macedonia","country_of_birth_area_id":"224","nationality_area_id":"120","gender":"male","height":"194","weight":"82","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 18:55:30","membership":[{"membership_id":"3202973","team_id":"26346","team_name":"OFK Mladost Lješkopolje","short_name":"Lješkopolje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-04","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:55:30"},{"membership_id":"3014164","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-01-27","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:55:17"}]},{"people_id":"58468","first_name":"Mateus","last_name":"Pasinato","match_name":"Mateus Pasinato","common_name":"Mateus Pasinato","date_of_birth":"1992-06-28","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 18:54:55","membership":[{"membership_id":"3200075","team_id":"1544","team_name":"Moreirense FC","short_name":"Moreirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-02","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:54:55"},{"membership_id":"2996519","team_id":"22038","team_name":"EC São Bento","short_name":"São Bento","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:54:55"}]},{"people_id":"129303","first_name":"Nikola","last_name":"Zvrko","match_name":"N. Zvrko","common_name":"Nikola Zvrko","date_of_birth":"1995-03-07","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:54:19","membership":[{"membership_id":"3202972","team_id":"26346","team_name":"OFK Mladost Lješkopolje","short_name":"Lješkopolje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:54:19"},{"membership_id":"2738316","team_id":"15969","team_name":"FK Iskra Danilovgrad","short_name":"Iskra","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:54:05"}]},{"people_id":"28990","first_name":"Patricio Julián","last_name":"Rodríguez","match_name":"P. Rodríguez","common_name":"Patricio Rodríguez","date_of_birth":"1990-05-04","place_of_birth":"Quilmes","country_of_birth":"Argentina","nationality":"Argentina","country_of_birth_area_id":"16","nationality_area_id":"16","gender":"male","height":"171","weight":"60","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/28990.png","last_updated":"2019-08-07 18:54:11"},{"people_id":"333247","first_name":"Nikola","last_name":"Tripković","match_name":"N. Tripković","common_name":"Nikola Tripković","date_of_birth":"2000-10-26","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:52:13","membership":{"membership_id":"3202971","team_id":"26346","team_name":"OFK Mladost Lješkopolje","short_name":"Lješkopolje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:52:13"}},{"people_id":"92823","first_name":"Milisav","last_name":"Vuksanović","match_name":"M. Vuksanović","common_name":"Milisav Vuksanović","date_of_birth":"1997-04-09","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 18:50:26","membership":{"membership_id":"3202970","team_id":"26346","team_name":"OFK Mladost Lješkopolje","short_name":"Lješkopolje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:50:26"}},{"people_id":"130508","first_name":"Henrique Jorge","last_name":"Pereira Brito","match_name":"Henrique Brito","common_name":"Henrique Brito","date_of_birth":"1997-04-21","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"176","weight":"68","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 18:48:49"},{"people_id":"324540","first_name":"Nikola","last_name":"Ivanović","match_name":"N. Ivanović","common_name":"Nikola Ivanović","date_of_birth":"1996-03-20","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:47:59","membership":[{"membership_id":"3202969","team_id":"15963","team_name":"OFK Petrovac","short_name":"Petrovac","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:47:59"},{"membership_id":"3133946","team_id":"15966","team_name":"FK Bokelj Kotor","short_name":"Bokelj Kotor","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-05-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-07 18:46:52"}]},{"people_id":"41728","first_name":"Luís Fernando","last_name":"Gonçalves Fernandes Tinoco","match_name":"Tinoco","common_name":"Tinoco","date_of_birth":"1986-10-17","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"186","weight":"75","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 18:47:26","membership":[{"membership_id":"3202968","team_id":"1577","team_name":"FC Felgueiras 1932","short_name":"Felgueiras","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:47:26"},{"membership_id":"1311757","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:47:26"}]},{"people_id":"41786","first_name":"Rui Miguel","last_name":"Ferreira Neto Sacramento","match_name":"Rui Sacramento","common_name":"Rui Sacramento","date_of_birth":"1985-01-31","place_of_birth":"Matosinhos","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"184","weight":"85","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41786.png","last_updated":"2019-08-07 18:45:57","membership":[{"membership_id":"3202967","team_id":"28166","team_name":"AD Oliveirense","short_name":"AD Oliveirense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-02-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:45:57"},{"membership_id":"1311755","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:45:57"}]},{"people_id":"291855","first_name":"Zaim","last_name":"Divanović","match_name":"Z. Divanović","common_name":"Zaim Divanović","date_of_birth":"2000-12-09","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:45:09","membership":[{"membership_id":"3202966","team_id":"15963","team_name":"OFK Petrovac","short_name":"Petrovac","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:45:09"},{"membership_id":"2856791","team_id":"15959","team_name":"OFK Titograd","short_name":"Titograd","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-12-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-07 18:44:58"}]},{"people_id":"41609","first_name":"Rui Miguel","last_name":"Marinho dos Reis","match_name":"Rui Miguel","common_name":"Rui Miguel","date_of_birth":"1984-01-30","place_of_birth":"Coimbra","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"183","weight":"79","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:45:05","membership":{"membership_id":"1309904","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:45:05"}},{"people_id":"197974","first_name":"Rui Filipe","last_name":"Pereira Faria","match_name":"Rui Faria","common_name":"Rui Faria","date_of_birth":"1992-05-30","place_of_birth":"Barcelos","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 18:44:17","membership":[{"membership_id":"3202965","team_id":"1556","team_name":"CD Trofense","short_name":"Trofense","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:44:17"},{"membership_id":"1312132","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:44:17"}]},{"people_id":"160228","first_name":"Nuno Miguel Costa","last_name":"Faria Simões","match_name":"Nuno Simões","common_name":"Nuno Simões","date_of_birth":"1999-07-24","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:43:23","membership":{"membership_id":"1039924","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-12-15","end_date":"2017-01-31","role":"player","active":"no","last_updated":"2019-08-07 18:43:23"}},{"people_id":"38213","first_name":"Vítor Manuel ","last_name":"Oliveira","match_name":"Vítor Oliveira","common_name":"Vítor Oliveira","date_of_birth":"1953-11-17","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 18:42:24","membership":[{"membership_id":"3202964","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 18:42:24"},{"membership_id":"2738744","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-06-01","end_date":"2019-06-30","role":"coach","active":"no","last_updated":"2019-08-07 17:26:16"}]},{"people_id":"197916","first_name":"Nuno André","last_name":"Fernandes Lopes","match_name":"Tiger","common_name":"Tiger","date_of_birth":"1998-11-27","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:40:35","membership":{"membership_id":"1311902","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:40:22"}},{"people_id":"197917","first_name":"Miguel Ângelo","last_name":"Danif Carvalho Abreu","match_name":"Miguel Abreu","common_name":"Miguel Abreu","date_of_birth":"1993-10-01","place_of_birth":"Seixal","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"181","weight":"","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:39:38","membership":[{"membership_id":"3202963","team_id":"28197","team_name":"Moura AC","short_name":"Moura AC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:39:38"},{"membership_id":"1311904","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2018-07-31","role":"player","active":"no","last_updated":"2019-08-07 18:39:38"}]},{"people_id":"333246","first_name":"Suzana","last_name":"Tanasković","match_name":"S. Tanasković","common_name":"Suzana Tanasković","date_of_birth":"1997-01-04","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:39:23","membership":{"membership_id":"3202962","team_id":"27556","team_name":"ŽFK Breznica","short_name":"ŽFK Breznica","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:39:23"}},{"people_id":"332277","first_name":"Juan Felipe","last_name":"Villa Ruiz","match_name":"Juan Ruiz","common_name":"Juan Ruiz","date_of_birth":"1999-10-10","place_of_birth":"","country_of_birth":"Colombia","nationality":"Colombia","country_of_birth_area_id":"51","nationality_area_id":"51","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:38:44","membership":{"membership_id":"3200173","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:38:44"}},{"people_id":"305572","first_name":"Marija","last_name":"Jonović","match_name":"M. Jonović","common_name":"Marija Jonović","date_of_birth":"1992-03-08","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 18:37:55","membership":{"membership_id":"3202961","team_id":"27556","team_name":"ŽFK Breznica","short_name":"ŽFK Breznica","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:37:55"}},{"people_id":"285824","first_name":"Andrei","last_name":"Makarenko","match_name":"A. Makarenko","common_name":"Andrei Makarenko","date_of_birth":"","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 18:37:28","membership":[{"membership_id":"3202960","team_id":"18862","team_name":"FK Shakhtyor Soligorsk","short_name":"Soligorsk","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:37:28"},{"membership_id":"2827949","team_id":"22674","team_name":"Belarus U17","short_name":"Belarus U17","team_area_name":"Belarus","team_area_id":"26","start_date":"2018-10-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 18:37:19"}]},{"people_id":"251247","first_name":"James","last_name":"Arthur","match_name":"J. Arthur","common_name":"James Arthur","date_of_birth":"1998-02-17","place_of_birth":"","country_of_birth":"Ghana","nationality":"Ghana","country_of_birth_area_id":"81","nationality_area_id":"81","gender":"male","height":"175","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:36:59","membership":[{"membership_id":"3202959","team_id":"1566","team_name":"AD Fafe","short_name":"Fafe","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-29","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:36:59"},{"membership_id":"2684883","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:36:59"}]},{"people_id":"370452","first_name":"Simona","last_name":"Krstanovska","match_name":"S. Krstanovska","common_name":"Simona Krstanovska","date_of_birth":"1997-08-10","place_of_birth":"","country_of_birth":"North Macedonia","nationality":"North Macedonia","country_of_birth_area_id":"120","nationality_area_id":"120","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:36:57","membership":[{"membership_id":"3202958","team_id":"27556","team_name":"ŽFK Breznica","short_name":"ŽFK Breznica","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:36:57"},{"membership_id":"2736650","team_id":"31466","team_name":"ŽNK Olimpija Ljubljana","short_name":"ŽNK Olimpija","team_area_name":"Slovenia","team_area_id":"172","start_date":"2018-08-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 18:36:51"}]},{"people_id":"207138","first_name":"Milica","last_name":"Knežević","match_name":"Milica Knežević","common_name":"Milica Knežević","date_of_birth":"2000-11-11","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 18:36:36","membership":{"membership_id":"3202957","team_id":"27556","team_name":"ŽFK Breznica","short_name":"ŽFK Breznica","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:36:36"}},{"people_id":"214729","first_name":"Marija","last_name":"Maraš","match_name":"M. Maraš","common_name":"Marija Maraš","date_of_birth":"2002-09-23","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 18:36:32","membership":{"membership_id":"3202956","team_id":"27556","team_name":"ŽFK Breznica","short_name":"ŽFK Breznica","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:36:32"}},{"people_id":"214728","first_name":"Jelena","last_name":"Tošić","match_name":"J. Tošić","common_name":"Jelena Tošić","date_of_birth":"2002-03-19","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 18:36:26","membership":{"membership_id":"3202955","team_id":"27556","team_name":"ŽFK Breznica","short_name":"ŽFK Breznica","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:36:26"}},{"people_id":"214736","first_name":"Enida","last_name":"Bošnjak","match_name":"E. Bošnjak","common_name":"Enida Bošnjak","date_of_birth":"2002-02-02","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:36:20","membership":{"membership_id":"3202954","team_id":"27556","team_name":"ŽFK Breznica","short_name":"ŽFK Breznica","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:36:20"}},{"people_id":"51101","first_name":"Iván Alexandre","last_name":"Cruz Rosário","match_name":"Iván Cruz","common_name":"Iván Cruz","date_of_birth":"1996-05-03","place_of_birth":"São Vicente","country_of_birth":"Cape Verde Islands","nationality":"Cape Verde Islands","country_of_birth_area_id":"44","nationality_area_id":"44","gender":"male","height":"180","weight":"71","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/51101.png","last_updated":"2019-08-07 18:36:17","membership":{"membership_id":"184605","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-07-01","end_date":"2017-08-31","role":"player","active":"no","last_updated":"2019-08-07 18:36:17"}},{"people_id":"218099","first_name":"Ana","last_name":"Milovič","match_name":"A. Milovič","common_name":"Ana Milovič","date_of_birth":"2001-07-31","place_of_birth":"","country_of_birth":"Slovenia","nationality":"Slovenia","country_of_birth_area_id":"172","nationality_area_id":"172","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:36:14","membership":[{"membership_id":"3202953","team_id":"27556","team_name":"ŽFK Breznica","short_name":"ŽFK Breznica","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:36:14"},{"membership_id":"2736647","team_id":"31466","team_name":"ŽNK Olimpija Ljubljana","short_name":"ŽNK Olimpija","team_area_name":"Slovenia","team_area_id":"172","start_date":"2018-08-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 18:36:08"}]},{"people_id":"38051","first_name":"Frédéric","last_name":"Ferreira Maciel","match_name":"Frédéric Maciel","common_name":"Frédéric Maciel","date_of_birth":"1994-03-15","place_of_birth":"Grenoble","country_of_birth":"France","nationality":"Portugal","country_of_birth_area_id":"76","nationality_area_id":"156","gender":"male","height":"175","weight":"65","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38051.png","last_updated":"2019-08-07 18:35:59","membership":{"membership_id":"2592623","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-01-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:35:59"}},{"people_id":"319825","first_name":"Yana","last_name":"Yordanova","match_name":"Y. Yordanova","common_name":"Yana Yordanova","date_of_birth":"2003-02-20","place_of_birth":"","country_of_birth":"Bulgaria","nationality":"Bulgaria","country_of_birth_area_id":"38","nationality_area_id":"38","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:35:51","membership":{"membership_id":"3202952","team_id":"27548","team_name":"FK NSA Sofia","short_name":"FK NSA Sofia","team_area_name":"Bulgaria","team_area_id":"38","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:35:51"}},{"people_id":"319819","first_name":"Vanesa","last_name":"Stoycheva","match_name":"V. Stoycheva","common_name":"Vanesa Stoycheva","date_of_birth":"2003-02-10","place_of_birth":"","country_of_birth":"Bulgaria","nationality":"Bulgaria","country_of_birth_area_id":"38","nationality_area_id":"38","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:35:46","membership":{"membership_id":"3202951","team_id":"27548","team_name":"FK NSA Sofia","short_name":"FK NSA Sofia","team_area_name":"Bulgaria","team_area_id":"38","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:35:46"}},{"people_id":"41627","first_name":"André Filipe","last_name":"Pereira Fontes","match_name":"André Fontes","common_name":"André Fontes","date_of_birth":"1985-05-27","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"179","weight":"75","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:35:07","membership":[{"membership_id":"3202950","team_id":"23952","team_name":"Louletano DC","short_name":"Louletano","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-02-20","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:35:07"},{"membership_id":"1311758","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:35:07"}]},{"people_id":"98391","first_name":"Nikola","last_name":"Vujnović","match_name":"N. Vujnović","common_name":"Nikola Vujnović","date_of_birth":"1997-01-11","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:33:37","membership":[{"membership_id":"3202949","team_id":"26346","team_name":"OFK Mladost Lješkopolje","short_name":"Lješkopolje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:33:37"},{"membership_id":"259952","team_id":"24054","team_name":"Villarreal CF U19","short_name":"Villarreal CF","team_area_name":"Spain","team_area_id":"176","start_date":"2015-07-01","end_date":"2015-12-31","role":"player","active":"no","last_updated":"2019-08-07 18:33:25"}]},{"people_id":"38270","first_name":"Sandro César","last_name":"Cordovil de Lima","match_name":"Sandro Lima","common_name":"Sandro Lima","date_of_birth":"1990-10-28","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"186","weight":"82","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:33:31","membership":{"membership_id":"2739303","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:33:31"}},{"people_id":"333245","first_name":"Aleksey","last_name":"Borisov","match_name":"A. BORISOV","common_name":"Aleksey Borisov","date_of_birth":"1994-04-27","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:33:25","membership":{"membership_id":"3202948","team_id":"20339","team_name":"FK Lokomotiv Gomel","short_name":"Lok Gomel","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:33:25"}},{"people_id":"203308","first_name":"Zakaria","last_name":"Naidji","match_name":"Z. Naidji","common_name":"Zakaria Naidji","date_of_birth":"1995-01-19","place_of_birth":"","country_of_birth":"Algeria","nationality":"Algeria","country_of_birth_area_id":"10","nationality_area_id":"10","gender":"male","height":"177","weight":"71","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:33:21","membership":[{"membership_id":"3202947","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-04","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:33:21"},{"membership_id":"1327358","team_id":"17228","team_name":"Paradou AC","short_name":"Paradou AC","team_area_name":"Algeria","team_area_id":"10","start_date":"2017-07-30","end_date":"2019-08-03","role":"player","active":"no","last_updated":"2019-08-07 18:33:21"}]},{"people_id":"172892","first_name":"Balša","last_name":"Sekulić","match_name":"B. Sekulić","common_name":"Balša Sekulić","date_of_birth":"1998-06-10","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:32:41","membership":[{"membership_id":"3202946","team_id":"26346","team_name":"OFK Mladost Lješkopolje","short_name":"Lješkopolje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:32:41"},{"membership_id":"3015936","team_id":"15959","team_name":"OFK Titograd","short_name":"Titograd","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:32:33"}]},{"people_id":"90834","first_name":"Luka","last_name":"Maraš","match_name":"L. Maraš","common_name":"Luka Maraš","date_of_birth":"1996-05-24","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:32:02","membership":[{"membership_id":"3202945","team_id":"26346","team_name":"OFK Mladost Lješkopolje","short_name":"Lješkopolje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-10","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:32:02"},{"membership_id":"229072","team_id":"15966","team_name":"FK Bokelj Kotor","short_name":"Bokelj Kotor","team_area_name":"Montenegro","team_area_id":"225","start_date":"2015-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:31:53"}]},{"people_id":"161593","first_name":"Erick","last_name":"de Arruda Serafim","match_name":"Erick","common_name":"Erick","date_of_birth":"1997-12-10","place_of_birth":"Recife, PE","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"left","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:31:43"},{"people_id":"69057","first_name":"Šaleta","last_name":"Kordić","match_name":"Š. Kordić","common_name":"Šaleta Kordić","date_of_birth":"1993-04-19","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:31:28","membership":[{"membership_id":"3202944","team_id":"26346","team_name":"OFK Mladost Lješkopolje","short_name":"Lješkopolje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:31:28"},{"membership_id":"2594307","team_id":"15960","team_name":"FK Sutjeska Nikšić","short_name":"Sutjeska Nik","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-01-10","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:31:20"}]},{"people_id":"123205","first_name":"Lourency","last_name":"do Nascimento Rodrigues","match_name":"Lourency Rodrigues","common_name":"Lourency Rodrigues","date_of_birth":"1996-01-02","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"178","weight":"74","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:31:01","membership":{"membership_id":"3008958","team_id":"17741","team_name":"Chapecoense AF","short_name":"Chapecoense","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:31:01"}},{"people_id":"172107","first_name":"Filip","last_name":"Šćekić","match_name":"F. Šćekić","common_name":"Filip Šćekić","date_of_birth":"1999-12-28","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:30:59","membership":[{"membership_id":"3202943","team_id":"26346","team_name":"OFK Mladost Lješkopolje","short_name":"Lješkopolje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:30:59"},{"membership_id":"3133943","team_id":"15966","team_name":"FK Bokelj Kotor","short_name":"Bokelj Kotor","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-05-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:30:51"}]},{"people_id":"333244","first_name":"Márcio Andre","last_name":"Meira Fernandes","match_name":"Márcio Meira","common_name":"Márcio Meira","date_of_birth":"1994-01-09","place_of_birth":"Guimarães","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"169","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:30:48","membership":[{"membership_id":"3202942","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:30:48"},{"membership_id":"3202940","team_id":"28206","team_name":"CF Os Armacenenses","short_name":"Armacenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:30:48"}]},{"people_id":"147317","first_name":"Jovan","last_name":"Pajović","match_name":"J. Pajović","common_name":"Jovan Pajović","date_of_birth":"1996-08-28","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:30:25","membership":[{"membership_id":"3202941","team_id":"26346","team_name":"OFK Mladost Lješkopolje","short_name":"Lješkopolje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:30:25"},{"membership_id":"2738513","team_id":"15957","team_name":"FK Mornar Bar","short_name":"Mornar Bar","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-07-03","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:30:17"}]},{"people_id":"70172","first_name":"Milija","last_name":"Golubović","match_name":"M. Golubović","common_name":"Milija Golubović","date_of_birth":"1996-04-25","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:29:50","membership":[{"membership_id":"3202939","team_id":"26346","team_name":"OFK Mladost Lješkopolje","short_name":"Lješkopolje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:29:50"},{"membership_id":"161656","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2014-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:29:40"}]},{"people_id":"16902","first_name":"Jovan","last_name":"Vujović","match_name":"J. Vujović","common_name":"Jovan Vujović","date_of_birth":"1996-01-20","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:29:16","membership":[{"membership_id":"3202938","team_id":"26346","team_name":"OFK Mladost Lješkopolje","short_name":"Lješkopolje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:29:16"},{"membership_id":"2603751","team_id":"15955","team_name":"FK Lovćen Cetinje","short_name":"Lovćen Cetinje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-01-28","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:29:07"}]},{"people_id":"57715","first_name":"Leonardo","last_name":"Cordeiro de Lima Silva","match_name":"Leo Cordeiro","common_name":"Leo Cordeiro","date_of_birth":"1995-09-27","place_of_birth":"Espinosa","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"174","weight":"67","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:28:53","membership":{"membership_id":"2851554","team_id":"1571","team_name":"SC Espinho","short_name":"Espinho","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-10","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:28:53"}},{"people_id":"351011","first_name":"Darko","last_name":"Đajić","match_name":"D. Đajić","common_name":"Darko Đajić","date_of_birth":"1992-08-30","place_of_birth":"","country_of_birth":"Bosnia and Herzegovina","nationality":"Bosnia and Herzegovina","country_of_birth_area_id":"33","nationality_area_id":"33","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 18:28:40","membership":[{"membership_id":"3202937","team_id":"26346","team_name":"OFK Mladost Lješkopolje","short_name":"Lješkopolje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-10","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:28:40"},{"membership_id":"1305635","team_id":"18830","team_name":"NK GOŠK Gabela","short_name":"GOŠK Gabela","team_area_name":"Bosnia and Herzegovina","team_area_id":"33","start_date":"2015-07-16","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:28:32"}]},{"people_id":"78845","first_name":"Bogdan","last_name":"Mladenović","match_name":"B. Mladenović","common_name":"Bogdan Mladenović","date_of_birth":"1996-04-04","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:28:35","membership":[{"membership_id":"3202936","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:28:35"},{"membership_id":"193750","team_id":"18275","team_name":"FK Rad Beograd","short_name":"Rad Beograd","team_area_name":"Serbia","team_area_id":"224","start_date":"2015-01-01","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-07 18:28:35"}]},{"people_id":"31981","first_name":"Jasmin","last_name":"Agović","match_name":"J. Agović","common_name":"Jasmin Agović","date_of_birth":"1991-02-13","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 18:28:07","membership":{"membership_id":"3202935","team_id":"26346","team_name":"OFK Mladost Lješkopolje","short_name":"Lješkopolje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:28:07"}},{"people_id":"37823","first_name":"Willian","last_name":"Soares Da Silva","match_name":"Willian Soares","common_name":"Willian Soares","date_of_birth":"1988-12-30","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"183","weight":"77","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:27:13","membership":{"membership_id":"2727463","team_id":"2310","team_name":"FC Arouca","short_name":"Arouca","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:27:13"}},{"people_id":"90780","first_name":"Filip","last_name":"Kalačević","match_name":"F. Kalačević","common_name":"Filip Kalačević","date_of_birth":"1994-03-12","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:26:51","membership":[{"membership_id":"3202934","team_id":"15963","team_name":"OFK Petrovac","short_name":"Petrovac","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:26:51"},{"membership_id":"2738512","team_id":"15957","team_name":"FK Mornar Bar","short_name":"Mornar Bar","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-02-14","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:26:40"}]},{"people_id":"28889","first_name":"João Afonso","last_name":"Crispim","match_name":"João Afonso","common_name":"João Afonso","date_of_birth":"1995-02-09","place_of_birth":"Criciúma","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"181","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:26:38","membership":{"membership_id":"2675900","team_id":"1388","team_name":"Goiás EC","short_name":"Goiás","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:26:38"}},{"people_id":"77310","first_name":"Luka","last_name":"Klikovac","match_name":"L. Klikovac","common_name":"Luka Klikovac","date_of_birth":"1993-06-01","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:26:18","membership":[{"membership_id":"3202933","team_id":"15963","team_name":"OFK Petrovac","short_name":"Petrovac","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:26:18"},{"membership_id":"3018591","team_id":"15957","team_name":"FK Mornar Bar","short_name":"Mornar Bar","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:26:10"}]},{"people_id":"105360","first_name":"Kellyton Rodrigo","last_name":"de Oliveira","match_name":"Kellyton","common_name":"Kellyton","date_of_birth":"1995-03-08","place_of_birth":"Belo Horizonte, MG","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 18:25:51","membership":{"membership_id":"3202932","team_id":"21311","team_name":"Uberaba SC","short_name":"","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-03-30","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:25:51"}},{"people_id":"131750","first_name":"Stefan","last_name":"Đorđević","match_name":"S. Đorđević","common_name":"Stefan Đorđević","date_of_birth":"1990-11-16","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:25:39","membership":[{"membership_id":"3202931","team_id":"15963","team_name":"OFK Petrovac","short_name":"Petrovac","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:25:39"},{"membership_id":"2752684","team_id":"15962","team_name":"OFK Grbalj Radanovici","short_name":"Grbalj","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:25:31"}]},{"people_id":"166273","first_name":"Carlos Alexandre","last_name":"Reis Pinto","match_name":"Alex Pinto","common_name":"Alex Pinto","date_of_birth":"1998-07-08","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 18:24:43","membership":{"membership_id":"1309227","team_id":"18448","team_name":"Sport Lisboa e Benfica B","short_name":"SL Benfica B","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:24:43"}},{"people_id":"306399","first_name":"Andrija","last_name":"Ražnatović","match_name":"A. Ražnatović","common_name":"Andrija Ražnatović","date_of_birth":"2000-12-24","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:24:36","membership":[{"membership_id":"3202930","team_id":"15963","team_name":"OFK Petrovac","short_name":"Petrovac","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:24:36"},{"membership_id":"3015951","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:24:25"}]},{"people_id":"129051","first_name":"Arthur Henrique","last_name":"Peixoto Santos","match_name":"Arthur Henrique","common_name":"Arthur Henrique","date_of_birth":"1994-05-17","place_of_birth":"São Paulo, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"176","weight":"68","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 18:24:18","membership":{"membership_id":"1304222","team_id":"24794","team_name":"Associação Ferroviária de Esportes","short_name":"Ferroviária","team_area_name":"Brazil","team_area_id":"35","start_date":"2017-05-11","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 18:24:18"}},{"people_id":"92853","first_name":"Luka","last_name":"Merdović","match_name":"L. Merdović","common_name":"Luka Merdović","date_of_birth":"1997-10-06","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:24:01","membership":[{"membership_id":"3202929","team_id":"15963","team_name":"OFK Petrovac","short_name":"Petrovac","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:24:01"},{"membership_id":"238896","team_id":"15957","team_name":"FK Mornar Bar","short_name":"Mornar Bar","team_area_name":"Montenegro","team_area_id":"225","start_date":"2014-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:23:52"}]},{"people_id":"227252","first_name":"Henrique","last_name":"Martins Gomes","match_name":"Henrique Gomes","common_name":"Henrique Gomes","date_of_birth":"1995-11-30","place_of_birth":"Barcelos","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"185","weight":"65","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 18:23:57","membership":[{"membership_id":"3202928","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:23:57"},{"membership_id":"2727366","team_id":"1562","team_name":"SC Covilhã","short_name":"SC Covilhã","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:23:57"}]},{"people_id":"76519","first_name":"Petar","last_name":"Vukčević","match_name":"P. Vukčević","common_name":"Petar Vukčević","date_of_birth":"1987-08-15","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:23:28","membership":[{"membership_id":"3202927","team_id":"15963","team_name":"OFK Petrovac","short_name":"Petrovac","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:23:28"},{"membership_id":"1319822","team_id":"15962","team_name":"OFK Grbalj Radanovici","short_name":"Grbalj","team_area_name":"Montenegro","team_area_id":"225","start_date":"2017-07-16","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:23:16"}]},{"people_id":"28193","first_name":"Rodrigo","last_name":"de Souza Prado","match_name":"Rodrigão","common_name":"Rodrigão","date_of_birth":"1995-09-11","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/28193.png","last_updated":"2019-08-07 18:22:53"},{"people_id":"68511","first_name":"Aleksandar","last_name":"Milić","match_name":"A. Milić","common_name":"Aleksandar Milić","date_of_birth":"1998-08-24","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 18:22:06","membership":[{"membership_id":"3202926","team_id":"15963","team_name":"OFK Petrovac","short_name":"Petrovac","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:22:06"},{"membership_id":"2738358","team_id":"15962","team_name":"OFK Grbalj Radanovici","short_name":"Grbalj","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:21:51"}]},{"people_id":"41554","first_name":"Rúben Miguel","last_name":"Marques dos Santos Fernandes","match_name":"Rúben Fernandes","common_name":"Rúben Fernandes","date_of_birth":"1986-05-06","place_of_birth":"Portimão","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"186","weight":"75","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41554.png","last_updated":"2019-08-07 18:22:02","membership":{"membership_id":"1302660","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-17","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:22:02"}},{"people_id":"86663","first_name":"Blažo","last_name":"Rajović","match_name":"B. Rajović","common_name":"Blažo Rajović","date_of_birth":"1986-03-26","place_of_birth":"Podgorica","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 18:21:22","membership":[{"membership_id":"3202925","team_id":"15963","team_name":"OFK Petrovac","short_name":"Petrovac","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:21:22"},{"membership_id":"3015998","team_id":"15955","team_name":"FK Lovćen Cetinje","short_name":"Lovćen Cetinje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:21:12"}]},{"people_id":"93852","first_name":"Ygor","last_name":"Nogueira De Paula","match_name":"Ygor Nogueira","common_name":"Ygor Nogueira","date_of_birth":"1995-03-27","place_of_birth":"Itaperuna","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/93852.png","last_updated":"2019-08-07 18:21:16","membership":[{"membership_id":"3202924","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-20","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:21:16"},{"membership_id":"3116742","team_id":"17613","team_name":"CR Brasil","short_name":"CR Brasil","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-05-10","end_date":"2019-07-19","role":"player","active":"no","last_updated":"2019-08-07 18:21:16"}]},{"people_id":"333243","first_name":"Miroslav","last_name":"Orlic","match_name":"M. Orlic","common_name":"Miroslav Orlic","date_of_birth":"1993-01-13","place_of_birth":"","country_of_birth":"Austria","nationality":"Austria","country_of_birth_area_id":"20","nationality_area_id":"20","gender":"male","height":"190","weight":"","foot":"both","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 18:20:49","membership":{"membership_id":"3202922","team_id":"15963","team_name":"OFK Petrovac","short_name":"Petrovac","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:20:49"}},{"people_id":"25377","first_name":"Bobby","last_name":"Allain","match_name":"B. Allain","common_name":"Bobby Allain","date_of_birth":"1991-11-28","place_of_birth":"Clamart","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"185","weight":"75","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25377.png","last_updated":"2019-08-07 18:20:39","membership":[{"membership_id":"3202921","team_id":"1832","team_name":"PAE Olympiakos SFP","short_name":"Olympiakos","team_area_name":"Greece","team_area_id":"82","start_date":"2019-07-24","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:20:39"},{"membership_id":"947600","team_id":"599","team_name":"Dijon Football Côte d'Or","short_name":"Dijon FCO","team_area_name":"France","team_area_id":"76","start_date":"2016-08-14","end_date":"2019-07-24","role":"player","active":"no","last_updated":"2019-08-07 18:20:30"}]},{"people_id":"104413","first_name":"Bruno","last_name":"Ferreira Ventura de Lins","match_name":"Bruno","common_name":"Bruno","date_of_birth":"1994-03-16","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 18:19:22","membership":{"membership_id":"289854","team_id":"1371","team_name":"Clube Náutico Capibaribe","short_name":"Clube Náutico","team_area_name":"Brazil","team_area_id":"35","start_date":"2015-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 18:19:22"}},{"people_id":"26292","first_name":"Bozhidar","last_name":"Kraev","match_name":"B. Kraev","common_name":"Bozhidar Kraev","date_of_birth":"1997-06-23","place_of_birth":"Vratsa","country_of_birth":"Bulgaria","nationality":"Bulgaria","country_of_birth_area_id":"38","nationality_area_id":"38","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/26292.png","last_updated":"2019-08-07 18:19:00","membership":{"membership_id":"1289750","team_id":"18491","team_name":"FC Midtjylland","short_name":"Midtjylland","team_area_name":"Denmark","team_area_id":"61","start_date":"2017-06-19","end_date":"2019-07-23","role":"player","active":"no","last_updated":"2019-08-07 18:19:00"}},{"people_id":"235060","first_name":"Ângelo Rafael","last_name":"Costa Pires","match_name":"Rafa Pires","common_name":"Rafa Pires","date_of_birth":"1998-02-16","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:18:24","membership":{"membership_id":"2606846","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-02-01","end_date":"2018-11-11","role":"player","active":"no","last_updated":"2019-08-07 18:18:24"}},{"people_id":"29010","first_name":"Dênis César","last_name":"De Matos","match_name":"Dênis","common_name":"Dênis","date_of_birth":"1987-04-14","place_of_birth":"Jaú","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"188","weight":"86","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/29010.png","last_updated":"2019-08-07 18:17:41","membership":[{"membership_id":"3202919","team_id":"1543","team_name":"Gil Vicente FC","short_name":"Gil Vicente","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:17:41"},{"membership_id":"2676143","team_id":"1375","team_name":"Figueirense FC","short_name":"Figueirense","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-01-01","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-07 18:17:41"}]},{"people_id":"52177","first_name":"Jeremy","last_name":"Bekhechi","match_name":"J. Bekhechi","common_name":"Jeremy Bekhechi","date_of_birth":"1992-07-31","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"184","weight":"74","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/52177.png","last_updated":"2019-08-07 18:14:55"},{"people_id":"6532","first_name":"Habib","last_name":"Bellaïd","match_name":"H. Bellaïd","common_name":"Habib Bellaïd","date_of_birth":"1986-03-28","place_of_birth":"Bobigny","country_of_birth":"France","nationality":"Algeria","country_of_birth_area_id":"76","nationality_area_id":"10","gender":"male","height":"189","weight":"83","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 18:14:52"},{"people_id":"255385","first_name":"Babecker","last_name":"Diop","match_name":"B. Diop","common_name":"Babecker Diop","date_of_birth":"1999-03-11","place_of_birth":"Ksar","country_of_birth":"Mauritania","nationality":"Mauritania","country_of_birth_area_id":"127","nationality_area_id":"127","gender":"male","height":"184","weight":"75","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:14:42"},{"people_id":"217547","first_name":"Naoufal","last_name":"Mesbah","match_name":"N. Mesbah","common_name":"Naoufal Mesbah","date_of_birth":"1996-05-07","place_of_birth":"Bastia","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"177","weight":"70","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 18:04:02"},{"people_id":"499702","first_name":"Julien","last_name":"Le Cardinal","match_name":"J. Le Cardinal","common_name":"Julien Le Cardinal","date_of_birth":"1997-08-03","place_of_birth":"Saint-Brieuc","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"182","weight":"73","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/499702.png","last_updated":"2019-08-07 18:03:04"},{"people_id":"499710","first_name":"Stephen","last_name":"Quemper","match_name":"S. Quemper","common_name":"Stephen Quemper","date_of_birth":"1993-05-12","place_of_birth":"Morlaix","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"178","weight":"75","foot":"left","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/499710.png","last_updated":"2019-08-07 18:02:12"},{"people_id":"499612","first_name":"Sébastien","last_name":"Lombard","match_name":"S. Lombard","common_name":"Sébastien Lombard","date_of_birth":"1981-08-20","place_of_birth":"Nice","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"192","weight":"85","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 18:01:13"},{"people_id":"52161","first_name":"Steve","last_name":"Haguy","match_name":"S. Haguy","common_name":"Steve Haguy","date_of_birth":"1981-04-24","place_of_birth":"Paris","country_of_birth":"France","nationality":"Guadeloupe","country_of_birth_area_id":"76","nationality_area_id":"227","gender":"male","height":"177","weight":"70","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/52161.png","last_updated":"2019-08-07 18:00:51"},{"people_id":"113749","first_name":"Samuel","last_name":"Guibert","match_name":"S. Guibert","common_name":"Samuel Guibert","date_of_birth":"1989-01-22","place_of_birth":"Cholet","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"187","weight":"82","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 18:00:20"},{"people_id":"249874","first_name":"Sofiane","last_name":"Bourouis Belle","match_name":"S. Bourouis Belle","common_name":"Sofiane Bourouis Belle","date_of_birth":"2000-12-26","place_of_birth":"Dieppe","country_of_birth":"France","nationality":"Algeria","country_of_birth_area_id":"76","nationality_area_id":"10","gender":"male","height":"178","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:59:16"},{"people_id":"217545","first_name":"Soufian","last_name":"Akanni","match_name":"S. Akanni","common_name":"Soufian Akanni","date_of_birth":"1997-11-05","place_of_birth":"Douar Tabouda","country_of_birth":"Morocco","nationality":"Morocco","country_of_birth_area_id":"133","nationality_area_id":"133","gender":"male","height":"172","weight":"70","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:57:34"},{"people_id":"499620","first_name":"Michel","last_name":"Moretti","match_name":"M. Moretti","common_name":"Michel Moretti","date_of_birth":"1989-05-26","place_of_birth":"Bastia","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"63","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:56:16"},{"people_id":"333240","first_name":"Spyridon","last_name":"Filippou","match_name":"S. Filippou","common_name":"Spyridon Filippou","date_of_birth":"","place_of_birth":"","country_of_birth":"Greece","nationality":"Greece","country_of_birth_area_id":"82","nationality_area_id":"82","gender":"male","height":"","weight":"","foot":"right","position":"","player_picture":"","last_updated":"2019-08-07 17:56:00","membership":{"membership_id":"3202915","team_id":"27543","team_name":"PAOK WF","short_name":"PAOK WF","team_area_name":"Greece","team_area_id":"82","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 17:55:48"}},{"people_id":"52164","first_name":"Maguette","last_name":"Diongue","match_name":"M. Diongue","common_name":"Maguette Diongue","date_of_birth":"1992-04-03","place_of_birth":"Cherbourg","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"179","weight":"66","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/52164.png","last_updated":"2019-08-07 17:55:14"},{"people_id":"150084","first_name":"Aleksandra","last_name":"Ševoldajeva","match_name":"A. Ševoldajeva","common_name":"Aleksandra Ševoldajeva","date_of_birth":"1987-04-16","place_of_birth":"","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 17:54:17","membership":{"membership_id":"3202914","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 17:54:17"}},{"people_id":"296399","first_name":"Liis","last_name":"Lepik","match_name":"L. Lepik","common_name":"Liis Lepik","date_of_birth":"1994-10-02","place_of_birth":"","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:54:08","membership":{"membership_id":"3202896","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:54:08"}},{"people_id":"323798","first_name":"Lisandru","last_name":"Piercecchi","match_name":"L. Piercecchi","common_name":"Lisandru Piercecchi","date_of_birth":"2000-05-05","place_of_birth":"Bastia","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"180","weight":"73","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:53:35"},{"people_id":"215196","first_name":"Anastasija","last_name":"Zabello","match_name":"A. Zabello","common_name":"Anastasija Zabello","date_of_birth":"2001-02-01","place_of_birth":"","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 17:52:46","membership":{"membership_id":"3202913","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:52:46"}},{"people_id":"52160","first_name":"Kevin","last_name":"Schur","match_name":"K. Schur","common_name":"Kevin Schur","date_of_birth":"1990-11-19","place_of_birth":"Saint-Germain-en-Laye","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"179","weight":"76","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:52:07"},{"people_id":"217551","first_name":"Jérémi","last_name":"Santini","match_name":"J. Santini","common_name":"Jérémi Santini","date_of_birth":"1998-05-18","place_of_birth":"Bastia","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"191","weight":"75","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:51:57"},{"people_id":"150059","first_name":"Anastassia","last_name":"Ivanova","match_name":"A. Ivanova","common_name":"Anastassia Ivanova","date_of_birth":"1999-03-05","place_of_birth":"","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:51:06","membership":{"membership_id":"3202912","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:51:06"}},{"people_id":"333239","first_name":"Miljana","last_name":"Smiljković","match_name":"M. Smiljković","common_name":"Miljana Smiljković","date_of_birth":"1994-08-08","place_of_birth":"","country_of_birth":"Greece","nationality":"Greece","country_of_birth_area_id":"82","nationality_area_id":"82","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:50:40","membership":{"membership_id":"3202911","team_id":"27543","team_name":"PAOK WF","short_name":"PAOK WF","team_area_name":"Greece","team_area_id":"82","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:50:40"}},{"people_id":"180418","first_name":"Getriin","last_name":"Strigin","match_name":"G. Strigin","common_name":"Getriin Strigin","date_of_birth":"1996-07-07","place_of_birth":"","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 17:50:38","membership":{"membership_id":"3202910","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:50:38"}},{"people_id":"333238","first_name":"Kärt","last_name":"Mere","match_name":"K. Mere","common_name":"Kärt Mere","date_of_birth":"1994-05-07","place_of_birth":"","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:50:10","membership":{"membership_id":"3202909","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:50:10"}},{"people_id":"46805","first_name":"Francescu","last_name":"Massoni","match_name":"F. Massoni","common_name":"Francescu Massoni","date_of_birth":"1996-01-07","place_of_birth":"Bastia","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"178","weight":"76","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:49:44"},{"people_id":"52396","first_name":"Anthony","last_name":"Salis","match_name":"A. Salis","common_name":"Anthony Salis","date_of_birth":"1988-10-13","place_of_birth":"Bastia","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"70","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:49:03"},{"people_id":"213893","first_name":"Maria","last_name":"Mitkou","match_name":"M. Mitkou","common_name":"Maria Mitkou","date_of_birth":"1994-04-11","place_of_birth":"","country_of_birth":"Greece","nationality":"Greece","country_of_birth_area_id":"82","nationality_area_id":"82","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:48:24","membership":{"membership_id":"3202908","team_id":"27543","team_name":"PAOK WF","short_name":"PAOK WF","team_area_name":"Greece","team_area_id":"82","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:48:24"}},{"people_id":"180419","first_name":"Katrin","last_name":"Loo","match_name":"K. Loo","common_name":"Katrin Loo","date_of_birth":"1991-01-02","place_of_birth":"Tallinn","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"163","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:48:16","membership":{"membership_id":"3202907","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:48:16"}},{"people_id":"138794","first_name":"Fani","last_name":"Doiranli","match_name":"F. Doiranli","common_name":"Fani Doiranli","date_of_birth":"1998-08-07","place_of_birth":"","country_of_birth":"Greece","nationality":"Greece","country_of_birth_area_id":"82","nationality_area_id":"82","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:47:52","membership":{"membership_id":"3202906","team_id":"27543","team_name":"PAOK WF","short_name":"PAOK WF","team_area_name":"Greece","team_area_id":"82","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:47:52"}},{"people_id":"180426","first_name":"Kelly","last_name":"Rosen","match_name":"K. Rosen ","common_name":"Kelly Rosen","date_of_birth":"1995-11-23","place_of_birth":"","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:47:48","membership":{"membership_id":"3202905","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:47:48"}},{"people_id":"210097","first_name":"Matthieu","last_name":"Huard","match_name":"M. Huard","common_name":"Matthieu Huard","date_of_birth":"1998-05-09","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"177","weight":"71","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:47:21"},{"people_id":"180420","first_name":"Kethy","last_name":"Ounpuu","match_name":"K. Ounpuu","common_name":"Kethy Ounpuu","date_of_birth":"1987-12-04","place_of_birth":"Tallinn","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:47:18","membership":{"membership_id":"3202904","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:47:18"}},{"people_id":"333237","first_name":"Eleni-Nikoleta","last_name":"Saich","match_name":"Eleni-Nikoleta Saich","common_name":"Eleni-Nikoleta Saich","date_of_birth":"2001-02-09","place_of_birth":"","country_of_birth":"Greece","nationality":"Greece","country_of_birth_area_id":"82","nationality_area_id":"82","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:47:12","membership":{"membership_id":"3202903","team_id":"27543","team_name":"PAOK WF","short_name":"PAOK WF","team_area_name":"Greece","team_area_id":"82","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:47:12"}},{"people_id":"172227","first_name":"Rodrigo","last_name":"Souza Silva","match_name":"Rodrigo Silva","common_name":"Rodrigo Silva","date_of_birth":"1987-11-24","place_of_birth":"Ipatinga","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"170","weight":"70","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/172227.png","last_updated":"2019-08-07 17:47:12","membership":{"membership_id":"2832310","team_id":"1755","team_name":"KhorFakkan S&CC","short_name":"KhorFakkan","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2018-10-02","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:47:12"}},{"people_id":"150051","first_name":"Kristiina","last_name":"Tullus","match_name":"K. Tullus","common_name":"Kristiina Tullus","date_of_birth":"1998-09-12","place_of_birth":"","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:46:50","membership":{"membership_id":"3202902","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:46:50"}},{"people_id":"196351","first_name":"Mattéo","last_name":"Tramoni","match_name":"M. Tramoni","common_name":"Mattéo Tramoni","date_of_birth":"2000-01-20","place_of_birth":"Ajaccio","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"177","weight":"72","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:45:47"},{"people_id":"333236","first_name":"Vítor Bruno Clara Santos","last_name":"Mota Fernandes","match_name":"Vítor Bruno","common_name":"Vítor Bruno","date_of_birth":"1982-12-02","place_of_birth":"Coimbra","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 17:45:37","membership":{"membership_id":"3202901","team_id":"867","team_name":"FC Porto","short_name":"Porto","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"","role":"assistant_coach","active":"yes","last_updated":"2019-08-07 17:45:37"}},{"people_id":"3071","first_name":"Mohamed Baki","last_name":"Youssouf","match_name":"M. Youssouf","common_name":"Mohamed Youssouf","date_of_birth":"1988-03-26","place_of_birth":"Paris","country_of_birth":"France","nationality":"Comoros","country_of_birth_area_id":"76","nationality_area_id":"232","gender":"male","height":"168","weight":"64","foot":"left","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3071.png","last_updated":"2019-08-07 17:45:04"},{"people_id":"70502","first_name":"Myroslav","last_name":"Slavov","match_name":"M. Slavov","common_name":"Myroslav Slavov","date_of_birth":"1990-09-08","place_of_birth":"Kyïv","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"male","height":"198","weight":"87","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/70502.png","last_updated":"2019-08-07 17:44:52","membership":{"membership_id":"3010016","team_id":"1755","team_name":"KhorFakkan S&CC","short_name":"KhorFakkan","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-01-30","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 17:44:52"}},{"people_id":"531874","first_name":"Lucas","last_name":"Marsella","match_name":"L. Marsella","common_name":"Lucas Marsella","date_of_birth":"2000-01-11","place_of_birth":"Cannes","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"182","weight":"72","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 17:44:20"},{"people_id":"333235","first_name":"Eirini","last_name":"Nefrou","match_name":"E. Nefrou","common_name":"Eirini Nefrou","date_of_birth":"1994-05-13","place_of_birth":"","country_of_birth":"Greece","nationality":"Greece","country_of_birth_area_id":"82","nationality_area_id":"82","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:44:19","membership":{"membership_id":"3202900","team_id":"27543","team_name":"PAOK WF","short_name":"PAOK WF","team_area_name":"Greece","team_area_id":"82","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:44:19"}},{"people_id":"28307","first_name":"Robson","last_name":"Januario de Paula","match_name":"Robson","common_name":"Robson","date_of_birth":"1994-02-14","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/28307.png","last_updated":"2019-08-07 17:43:07","membership":[{"membership_id":"3202899","team_id":"1755","team_name":"KhorFakkan S&CC","short_name":"KhorFakkan","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-07-24","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:43:07"},{"membership_id":"3202898","team_id":"1570","team_name":"Boavista FC","short_name":"Boavista","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-06-30","end_date":"2019-07-24","role":"player","active":"no","last_updated":"2019-08-07 17:42:52"},{"membership_id":"2744803","team_id":"1748","team_name":"Baniyas SCC","short_name":"Baniyas","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2018-08-11","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 17:42:10"}]},{"people_id":"531893","first_name":"Mounaim","last_name":"El Idrissy","match_name":"M. El Idrissy","common_name":"Mounaim El Idrissy","date_of_birth":"1999-02-10","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"181","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:42:35"},{"people_id":"179166","first_name":"Chara","last_name":"Dimitriou","match_name":"C. Dimitriou","common_name":"Chara Dimitriou","date_of_birth":"1990-04-12","place_of_birth":"","country_of_birth":"Greece","nationality":"Greece","country_of_birth_area_id":"82","nationality_area_id":"82","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:41:39","membership":{"membership_id":"3202897","team_id":"27543","team_name":"PAOK WF","short_name":"PAOK WF","team_area_name":"Greece","team_area_id":"82","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:41:39"}},{"people_id":"141694","first_name":"Romário Manuel","last_name":"Silva Baró","match_name":"Romário Baró","common_name":"Romário Baró","date_of_birth":"2000-01-25","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:40:52","membership":{"membership_id":"3202895","team_id":"867","team_name":"FC Porto","short_name":"Porto","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:40:52"}},{"people_id":"333234","first_name":"Maarija","last_name":"Mikiver","match_name":"M. Mikiver","common_name":"Maarija Mikiver","date_of_birth":"1987-01-12","place_of_birth":"","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:40:45","membership":{"membership_id":"3202894","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:40:45"}},{"people_id":"251964","first_name":"Fábio Daniel","last_name":"Soares Silva","match_name":"Fábio Silva","common_name":"Fábio Silva","date_of_birth":"2002-07-19","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/251964.png","last_updated":"2019-08-07 17:40:42","membership":{"membership_id":"3202893","team_id":"867","team_name":"FC Porto","short_name":"Porto","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:40:42"}},{"people_id":"333233","first_name":"Maarja","last_name":"Saulep","match_name":"M. Saulep","common_name":"Maarja Saulep","date_of_birth":"1991-05-09","place_of_birth":"","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:39:41","membership":{"membership_id":"3202892","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:39:41"}},{"people_id":"333232","first_name":"Marie","last_name":"Kikkas","match_name":"M. Kikkas","common_name":"Marie Kikkas","date_of_birth":"1996-06-17","place_of_birth":"","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:38:48","membership":{"membership_id":"3202891","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:38:48"}},{"people_id":"333231","first_name":"Lukasz ","last_name":"Swiderski","match_name":"","common_name":"Lukasz Swiderski","date_of_birth":"2000-02-26","place_of_birth":"","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:38:07","membership":{"membership_id":"3202890","team_id":"1959","team_name":"Siarka Tarnobrzeg SA","short_name":"Tarnobrzeg","team_area_name":"Poland","team_area_id":"155","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:38:07"}},{"people_id":"531889","first_name":"Lucas","last_name":"Pellegrini","match_name":"L. Pellegrini","common_name":"Lucas Pellegrini","date_of_birth":"2000-04-17","place_of_birth":"Ajaccio","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"188","weight":"80","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:38:02"},{"people_id":"333230","first_name":"Silja","last_name":"Goroško","match_name":"S. Goroško","common_name":"Silja Goroško","date_of_birth":"1994-07-15","place_of_birth":"","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:37:50","membership":{"membership_id":"3202889","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:37:50"}},{"people_id":"77255","first_name":"Saeed Khameis Saeed Ali","last_name":"Al Mesmari","match_name":"Saeed Al Mesmari","common_name":"Saeed Al Mesmari","date_of_birth":"1996-04-24","place_of_birth":"aš-Šāriqah","country_of_birth":"United Arab Emirates","nationality":"United Arab Emirates","country_of_birth_area_id":"202","nationality_area_id":"202","gender":"male","height":"175","weight":"66","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/77255.png","last_updated":"2019-08-07 17:37:50","membership":[{"membership_id":"3202888","team_id":"1755","team_name":"KhorFakkan S&CC","short_name":"KhorFakkan","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-07-11","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:37:50"},{"membership_id":"189141","team_id":"1738","team_name":"Al Wahda FC","short_name":"Al Wahda","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2015-07-30","end_date":"2019-07-11","role":"player","active":"no","last_updated":"2019-08-07 17:37:38"}]},{"people_id":"1039","first_name":"Johan","last_name":"Cavalli","match_name":"J. Cavalli","common_name":"Johan Cavalli","date_of_birth":"1981-09-12","place_of_birth":"Ajaccio","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"169","weight":"68","foot":"left","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/1039.png","last_updated":"2019-08-07 17:36:47"},{"people_id":"16655","first_name":"Gaëtan","last_name":"Courtet","match_name":"G. Courtet","common_name":"Gaëtan Courtet","date_of_birth":"1989-02-22","place_of_birth":"Lorient","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"180","weight":"78","foot":"left","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/16655.png","last_updated":"2019-08-07 17:35:56"},{"people_id":"26914","first_name":"François-Joseph","last_name":"Sollacaro","match_name":"F. Sollacaro","common_name":"François-Joseph Sollacaro","date_of_birth":"1994-03-21","place_of_birth":"Ajaccio","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"181","weight":"75","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/26914.png","last_updated":"2019-08-07 17:35:19"},{"people_id":"244862","first_name":"Félix","last_name":"Tomi","match_name":"F. Tomi","common_name":"Félix Tomi","date_of_birth":"2000-08-31","place_of_birth":"Ajaccio","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"70","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:35:10"},{"people_id":"333229","first_name":"Ani","last_name":"Ghukasyan","match_name":"A. Ghukasyan","common_name":"Ani Ghukasyan","date_of_birth":"1990-08-12","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:34:23","membership":{"membership_id":"3202887","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:34:23"}},{"people_id":"42476","first_name":"Paulo Sérgio","last_name":"Comelli","match_name":"Paulo Comelli","common_name":"Paulo Comelli","date_of_birth":"1960-06-05","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 17:34:11","membership":{"membership_id":"3202886","team_id":"1755","team_name":"KhorFakkan S&CC","short_name":"KhorFakkan","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-06-29","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 17:34:11"}},{"people_id":"251656","first_name":"Caleb","last_name":"Zady Sery","match_name":"C. Zady Sery","common_name":"Caleb Zady Sery","date_of_birth":"1999-12-20","place_of_birth":"Agbeille","country_of_birth":"Côte d’Ivoire","nationality":"Côte d’Ivoire","country_of_birth_area_id":"60","nationality_area_id":"60","gender":"male","height":"177","weight":"70","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:34:06"},{"people_id":"333228","first_name":"Armine","last_name":"Mesropyan","match_name":"A. Mesropyan","common_name":"Armine Mesropyan","date_of_birth":"1998-08-09","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:33:24","membership":{"membership_id":"3202885","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:33:24"}},{"people_id":"142073","first_name":"Klaudia","last_name":"Lefeld","match_name":"K. Lefeld","common_name":"Klaudia Lefeld","date_of_birth":"1998-05-29","place_of_birth":"","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:33:11","membership":{"membership_id":"3202884","team_id":"36924","team_name":"Górnik Łęczna","short_name":"Łęczna","team_area_name":"Poland","team_area_id":"155","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:33:11"}},{"people_id":"333227","first_name":"Kristine","last_name":"Hakobyan","match_name":"K. Hakobyan","common_name":"Kristine Hakobyan","date_of_birth":"1988-06-02","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:32:14","membership":{"membership_id":"3202883","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:32:14"}},{"people_id":"333226","first_name":"Kinga","last_name":"Niedbała","match_name":"K. Niedbała","common_name":"Kinga Niedbała","date_of_birth":"1995-02-15","place_of_birth":"","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:32:14","membership":{"membership_id":"3202882","team_id":"36924","team_name":"Górnik Łęczna","short_name":"Łęczna","team_area_name":"Poland","team_area_id":"155","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:32:14"}},{"people_id":"333225","first_name":"Maral","last_name":"Artin","match_name":"M. Artin","common_name":"Maral Artin","date_of_birth":"2000-06-09","place_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","player_picture":"","last_updated":"2019-08-07 17:31:20","membership":{"membership_id":"3202881","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:31:20"}},{"people_id":"333224","first_name":"Kamila","last_name":"Osajkowska","match_name":"K. Osajkowska","common_name":"Kamila Osajkowska","date_of_birth":"2002-11-24","place_of_birth":"","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:30:40","membership":{"membership_id":"3202880","team_id":"36924","team_name":"Górnik Łęczna","short_name":"Łęczna","team_area_name":"Poland","team_area_id":"155","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:30:40"}},{"people_id":"201991","first_name":"Marine","last_name":"Karapetyan","match_name":"M. Karapetyan","common_name":"Marine Karapetyan","date_of_birth":"1991-03-03","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:30:15","membership":[{"membership_id":"3202879","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:30:15"},{"membership_id":"1323943","team_id":"31475","team_name":"WFC Martve","short_name":"WFC Martve","team_area_name":"Georgia","team_area_id":"79","start_date":"2017-07-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 17:30:05"}]},{"people_id":"333223","first_name":"Anna","last_name":"Karapetyan","match_name":"A. Karapetyan","common_name":"Anna Karapetyan","date_of_birth":"1990-06-20","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 17:29:34","membership":{"membership_id":"3202878","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:29:34"}},{"people_id":"363411","first_name":"Alona","last_name":"Kovtun","match_name":"A. Kovtun","common_name":"Alona Kovtun","date_of_birth":"1992-03-19","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:29:17","membership":[{"membership_id":"3202877","team_id":"36924","team_name":"Górnik Łęczna","short_name":"Łęczna","team_area_name":"Poland","team_area_id":"155","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:29:17"},{"membership_id":"632426","team_id":"11023","team_name":"Zhytlobud-1 Kharkiv","short_name":"Zhytlobud-1","team_area_name":"Ukraine","team_area_id":"201","start_date":"2016-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 17:29:10"}]},{"people_id":"333222","first_name":"Danuta","last_name":"Paturaj","match_name":"D. Paturaj","common_name":"Danuta Paturaj","date_of_birth":"1990-05-19","place_of_birth":"","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 17:28:24","membership":{"membership_id":"3202876","team_id":"36924","team_name":"Górnik Łęczna","short_name":"Łęczna","team_area_name":"Poland","team_area_id":"155","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:28:24"}},{"people_id":"333221","first_name":"Nancy","last_name":"Tchaylian","match_name":"N. Tchaylian","common_name":"Nancy Tchaylian","date_of_birth":"1991-05-28","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:28:02","membership":{"membership_id":"3202875","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:28:02"}},{"people_id":"53314","first_name":"Marvin","last_name":"Louisius","match_name":"M. Louisius","common_name":"Marvin Louisius","date_of_birth":"1999-08-19","place_of_birth":"Laval","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"177","weight":"69","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:27:26"},{"people_id":"38182","first_name":"Filipe André","last_name":"Paula da Rocha","match_name":"Filó","common_name":"Filó","date_of_birth":"1972-05-19","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 17:27:02","membership":[{"membership_id":"3202874","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 17:27:02"},{"membership_id":"2841568","team_id":"1562","team_name":"SC Covilhã","short_name":"SC Covilhã","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-10-13","end_date":"2019-06-30","role":"coach","active":"no","last_updated":"2019-08-07 17:26:51"}]},{"people_id":"333220","first_name":"Susanna","last_name":"Badalyan","match_name":"S. Badalyan","common_name":"Susanna Badalyan","date_of_birth":"2003-04-13","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:26:57","membership":{"membership_id":"3202873","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:26:57"}},{"people_id":"157637","first_name":"Sevgi","last_name":"Salmanlı","match_name":"S. Salmanlı","common_name":"Sevgi Salmanlı","date_of_birth":"1993-11-21","place_of_birth":"Küçükçekmece","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:26:42","membership":[{"membership_id":"3202872","team_id":"193","team_name":"Beşiktaş JK","short_name":"Beşiktaş JK","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:26:42"},{"membership_id":"1003986","team_id":"196","team_name":"Kireçburnu SK","short_name":"Kireçburnu SK","team_area_name":"Turkey","team_area_id":"196","start_date":"2014-02-12","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 17:26:02"}]},{"people_id":"333219","first_name":"Aydin","last_name":"Tuna","match_name":"A. Tuna","common_name":"Aydin Tuna","date_of_birth":"1978-07-08","place_of_birth":"Varna","country_of_birth":"Bulgaria","nationality":"Turkey","country_of_birth_area_id":"38","nationality_area_id":"196","gender":"male","height":"170","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:25:35","membership":{"membership_id":"3202871","team_id":"193","team_name":"Beşiktaş JK","short_name":"Beşiktaş JK","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 17:25:15"}},{"people_id":"156845","first_name":"Maxence","last_name":"Carlier","match_name":"M. Carlier","common_name":"Maxence Carlier","date_of_birth":"1997-03-15","place_of_birth":"Lens","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"185","weight":"72","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:25:30"},{"people_id":"333218","first_name":"Senem","last_name":"Özer","match_name":"S. Özer","common_name":"Senem Özer","date_of_birth":"2001-01-31","place_of_birth":"","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"female","height":"","weight":"","foot":"left","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 17:24:28","membership":{"membership_id":"3202870","team_id":"193","team_name":"Beşiktaş JK","short_name":"Beşiktaş JK","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:24:28"}},{"people_id":"15816","first_name":"Selim","last_name":"Bouadla","match_name":"Selim Bouadla","common_name":"Selim Bouadla","date_of_birth":"1988-08-26","place_of_birth":"Rosny-sous-Bois","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"173","weight":"72","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:23:19"},{"people_id":"165033","first_name":"Azmizi bin","last_name":"Azmi","match_name":"Azmizi Azmi","common_name":"Azmizi Azmi","date_of_birth":"1986-05-28","place_of_birth":"","country_of_birth":"Malaysia","nationality":"Malaysia","country_of_birth_area_id":"123","nationality_area_id":"123","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:22:19","membership":[{"membership_id":"3202869","team_id":"18137","team_name":"Polis Di-Raja Malaysia FA","short_name":"PDRM FA","team_area_name":"Malaysia","team_area_id":"123","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:22:19"},{"membership_id":"1107973","team_id":"18130","team_name":"PKNS FC","short_name":"PKNS FC","team_area_name":"Malaysia","team_area_id":"123","start_date":"2017-01-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 17:22:07"}]},{"people_id":"108978","first_name":"Pedro","last_name":"Marques","match_name":"Pedro Marques","common_name":"Pedro Marques","date_of_birth":"1998-03-18","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:21:30","membership":[{"membership_id":"3202868","team_id":"1577","team_name":"FC Felgueiras 1932","short_name":"Felgueiras","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:21:30"},{"membership_id":"3202867","team_id":"23938","team_name":"SC Coimbrões","short_name":"Coimbrões","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 17:21:30"},{"membership_id":"302874","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-02-20","end_date":"2018-08-31","role":"player","active":"no","last_updated":"2019-08-07 17:21:30"}]},{"people_id":"333217","first_name":"Michelle","last_name":"Colson","match_name":"M. Colson","common_name":"Michelle Colson","date_of_birth":"1998-09-19","place_of_birth":"","country_of_birth":"Belgium","nationality":"Belgium","country_of_birth_area_id":"27","nationality_area_id":"27","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:21:12","membership":{"membership_id":"3202866","team_id":"27479","team_name":"RSC Anderlecht","short_name":"Anderlecht","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:21:12"}},{"people_id":"148049","first_name":"Mathieu","last_name":"Iribarnegaray","match_name":"M. Iribarnegaray","common_name":"Mathieu Iribarnegaray","date_of_birth":"1996-04-24","place_of_birth":"Pau","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"69","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 17:20:15"},{"people_id":"150304","first_name":"Fatma","last_name":"Şahin","match_name":"F. Şahin","common_name":"Fatma Şahin","date_of_birth":"1990-12-15","place_of_birth":"İzmir","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 17:19:42","membership":[{"membership_id":"3202865","team_id":"193","team_name":"Beşiktaş JK","short_name":"Beşiktaş JK","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:19:42"},{"membership_id":"1324009","team_id":"27540","team_name":"Konak Belediyespor K","short_name":"Konak Bld","team_area_name":"Turkey","team_area_id":"196","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 17:19:30"}]},{"people_id":"129655","first_name":"Quentin","last_name":"Daubin","match_name":"Q. Daubin","common_name":"Quentin Daubin","date_of_birth":"1995-07-03","place_of_birth":"Saint-Nazaire","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"178","weight":"76","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/129655.png","last_updated":"2019-08-07 17:19:25"},{"people_id":"142263","first_name":"Paytsar","last_name":"Asatryan","match_name":"P. Asatryan","common_name":"Paytsar Asatryan","date_of_birth":"1999-03-02","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:19:11","membership":{"membership_id":"3202864","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:19:11"}},{"people_id":"140998","first_name":"Paul","last_name":"Maisonneuve","match_name":"P. Maisonneuve","common_name":"Paul Maisonneuve","date_of_birth":"1986-12-22","place_of_birth":"Nîmes","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"181","weight":"71","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/140998.png","last_updated":"2019-08-07 17:19:07"},{"people_id":"142271","first_name":"Nora","last_name":"Yeghyan","match_name":"N. Yeghyan","common_name":"Nora Yeghyan","date_of_birth":"1999-04-21","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:19:01","membership":{"membership_id":"3202863","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:19:01"}},{"people_id":"142259","first_name":"Nelli","last_name":"Khalatyan","match_name":"N. Khalatyan","common_name":"Nelli Khalatyan","date_of_birth":"2000-10-27","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:18:57","membership":{"membership_id":"3202862","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:18:57"}},{"people_id":"148071","first_name":"Damon","last_name":"Bansais","match_name":"D. Bansais","common_name":"Damon Bansais","date_of_birth":"1994-01-08","place_of_birth":"Laval","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"177","weight":"71","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/148071.png","last_updated":"2019-08-07 17:18:45"},{"people_id":"142267","first_name":"Maria","last_name":"Sakhinova","match_name":"M. Sakhinova","common_name":"Maria Sakhinova","date_of_birth":"2000-02-03","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:18:37","membership":{"membership_id":"3202861","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:18:37"}},{"people_id":"142266","first_name":"Luiza","last_name":"Ghazaryan","match_name":"L. Ghazaryan","common_name":"Luiza Ghazaryan","date_of_birth":"2000-02-29","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:18:31","membership":{"membership_id":"3202860","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:18:31"}},{"people_id":"142274","first_name":"Liana","last_name":"Hayrapetyan","match_name":"L. Hayrapetyan","common_name":"Liana Hayrapetyan","date_of_birth":"1975-07-14","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 17:18:24","membership":{"membership_id":"3202859","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:18:24"}},{"people_id":"148046","first_name":"Louis","last_name":"Bury","match_name":"L. Bury","common_name":"Louis Bury","date_of_birth":"1995-07-10","place_of_birth":"Pau","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"188","weight":"78","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/148046.png","last_updated":"2019-08-07 17:18:20"},{"people_id":"142255","first_name":"Lena","last_name":"Andriasyan","match_name":"L. Andriasyan","common_name":"Lena Andriasyan","date_of_birth":"1999-07-11","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 17:18:15","membership":{"membership_id":"3202858","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:18:15"}},{"people_id":"283830","first_name":"Katrin","last_name":"Melkonean","match_name":"K. Melkonean","common_name":"Katrin Melkonean","date_of_birth":"2002-01-06","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:18:10","membership":{"membership_id":"3202857","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:18:10"}},{"people_id":"142265","first_name":"Heghine","last_name":"Chopikyan","match_name":"H. Chopikyan","common_name":"Heghine Chopikyan","date_of_birth":"2000-04-09","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:18:03","membership":{"membership_id":"3202856","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:18:03"}},{"people_id":"142268","first_name":"Gayane","last_name":"Sardaryan","match_name":"G. Sardaryan","common_name":"Gayane Sardaryan","date_of_birth":"1999-07-29","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:17:53","membership":{"membership_id":"3202855","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:17:53"}},{"people_id":"217414","first_name":"Ani","last_name":"Karapetyan","match_name":"A. Karapetyan","common_name":"Ani Karapetyan","date_of_birth":"2001-05-30","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:17:48","membership":{"membership_id":"3202854","team_id":"41321","team_name":"Alashkert FC","short_name":"Alashkert","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:17:48"}},{"people_id":"236488","first_name":"Cheikh Tidiane","last_name":"Sabaly","match_name":"C. Sabaly","common_name":"Cheikh Tidiane Sabaly","date_of_birth":"1999-03-04","place_of_birth":"Kolda","country_of_birth":"Senegal","nationality":"Senegal","country_of_birth_area_id":"166","nationality_area_id":"166","gender":"male","height":"168","weight":"56","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:17:39"},{"people_id":"313069","first_name":"Weronika","last_name":"Kłoda","match_name":"W. Kłoda","common_name":"Weronika Kłoda","date_of_birth":"2001-07-19","place_of_birth":"","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:17:28","membership":{"membership_id":"3202853","team_id":"36924","team_name":"Górnik Łęczna","short_name":"Łęczna","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:17:28"}},{"people_id":"189025","first_name":"Nikola","last_name":"Karczewska","match_name":"Nikola Karczewska","common_name":"Nikola Karczewska","date_of_birth":"1999-10-16","place_of_birth":"","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:17:23","membership":{"membership_id":"3202852","team_id":"36924","team_name":"Górnik Łęczna","short_name":"Łęczna","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:17:23"}},{"people_id":"141152","first_name":"Nataliia","last_name":"Hryb","match_name":"N. Hryb","common_name":"Nataliia Hryb","date_of_birth":"1999-08-16","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:17:16","membership":{"membership_id":"3202851","team_id":"36924","team_name":"Górnik Łęczna","short_name":"Łęczna","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:17:16"}},{"people_id":"207379","first_name":"Maja","last_name":"Osińska","match_name":"M. Osińska","common_name":"Maja Osińska","date_of_birth":"1999-04-02","place_of_birth":"","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:17:07","membership":{"membership_id":"3202850","team_id":"36924","team_name":"Górnik Łęczna","short_name":"Łęczna","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:17:07"}},{"people_id":"333216","first_name":"Pasi","last_name":"Jaakonsaari","match_name":"P. Jaakonsaari","common_name":"Pasi Jaakonsaari","date_of_birth":"1959-03-27","place_of_birth":"","country_of_birth":"Finland","nationality":"Finland","country_of_birth_area_id":"75","nationality_area_id":"75","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:16:11","membership":{"membership_id":"3202848","team_id":"27537","team_name":"PK-35 Vantaa","short_name":"PK-35 Vantaa","team_area_name":"Finland","team_area_id":"75","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 17:15:58"}},{"people_id":"157659","first_name":"Arzu","last_name":"Karabulut","match_name":"A. Karabulut","common_name":"Arzu Karabulut","date_of_birth":"1991-01-30","place_of_birth":"Köln","country_of_birth":"Germany","nationality":"Turkey","country_of_birth_area_id":"80","nationality_area_id":"196","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:15:58","membership":[{"membership_id":"3202849","team_id":"193","team_name":"Beşiktaş JK","short_name":"Beşiktaş JK","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:15:58"},{"membership_id":"2690713","team_id":"202","team_name":"Ataşehir Belediyesi SK","short_name":"Ataşehir Bld","team_area_name":"Turkey","team_area_id":"196","start_date":"2017-10-10","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 17:15:49"}]},{"people_id":"112685","first_name":"Salatiel Bartolomeu","last_name":"de Paiva Filho","match_name":"Nininho","common_name":"Nininho","date_of_birth":"1992-02-07","place_of_birth":"Recife, PE","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"175","weight":"69","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:14:51","membership":{"membership_id":"2986296","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-31","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 17:14:51"}},{"people_id":"24861","first_name":"Jurgen","last_name":"Streppel","match_name":"J. Streppel","common_name":"Jurgen Streppel","date_of_birth":"1969-06-25","place_of_birth":"","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/24861.png","last_updated":"2019-08-07 17:14:44","membership":[{"membership_id":"3202847","team_id":"1740","team_name":"Al Jazira SCC","short_name":"Al Jazira","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-06-16","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 17:14:44"},{"membership_id":"2835603","team_id":"18691","team_name":"AS Anórthosis Famagusta","short_name":"Anórthosis","team_area_name":"Cyprus","team_area_id":"58","start_date":"2018-10-11","end_date":"2019-05-31","role":"coach","active":"no","last_updated":"2019-08-07 17:14:32"}]},{"people_id":"114682","first_name":"Igor","last_name":"Carneiro Luiz","match_name":"Igor Carioca","common_name":"Igor Carioca","date_of_birth":"1989-05-08","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/114682.png","last_updated":"2019-08-07 17:14:14","membership":[{"membership_id":"3202846","team_id":"18133","team_name":"PB Negeri Sembilan","short_name":"PB Negeri","team_area_name":"Malaysia","team_area_id":"123","start_date":"2019-08-03","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:14:14"},{"membership_id":"2818236","team_id":"1219","team_name":"Sisaket FC","short_name":"Sisaket FC","team_area_name":"Thailand","team_area_id":"191","start_date":"2018-02-05","end_date":"2019-08-03","role":"player","active":"no","last_updated":"2019-08-07 17:13:52"}]},{"people_id":"193506","first_name":"Hêndrio","last_name":"Araújo da Silva","match_name":"Hêndrio","common_name":"Hêndrio","date_of_birth":"1994-05-16","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"181","weight":"","foot":"left","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:14:10","membership":{"membership_id":"1295461","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-07 17:14:10"}},{"people_id":"129643","first_name":"Yannick","last_name":"Mamilonne","match_name":"Y. Mamilonne","common_name":"Yannick Mamilonne","date_of_birth":"1992-02-09","place_of_birth":"Saint-Claude","country_of_birth":"Guadeloupe","nationality":"Guadeloupe","country_of_birth_area_id":"227","nationality_area_id":"227","gender":"male","height":"190","weight":"87","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:13:59"},{"people_id":"157616","first_name":"Yağmur","last_name":"Uraz","match_name":"Y. Uraz","common_name":"Yağmur Uraz","date_of_birth":"1990-02-19","place_of_birth":"Altındağ","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:13:39","membership":[{"membership_id":"3202845","team_id":"193","team_name":"Beşiktaş JK","short_name":"Beşiktaş JK","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:13:39"},{"membership_id":"1003976","team_id":"202","team_name":"Ataşehir Belediyesi SK","short_name":"Ataşehir Bld","team_area_name":"Turkey","team_area_id":"196","start_date":"2016-10-14","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:13:32"}]},{"people_id":"370373","first_name":"Sevgi","last_name":"Çınar","match_name":"S. Çınar","common_name":"Sevgi Çınar","date_of_birth":"1994-01-15","place_of_birth":"Seyhan","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:13:23","membership":[{"membership_id":"3202844","team_id":"193","team_name":"Beşiktaş JK","short_name":"Beşiktaş JK","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:13:23"},{"membership_id":"2690718","team_id":"202","team_name":"Ataşehir Belediyesi SK","short_name":"Ataşehir Bld","team_area_name":"Turkey","team_area_id":"196","start_date":"2017-10-13","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:13:16"}]},{"people_id":"224229","first_name":"Valentin","last_name":"Gendrey","match_name":"V. Gendrey","common_name":"Valentin Gendrey","date_of_birth":"2000-06-21","place_of_birth":"La Garenne-Colombes","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/224229.png","last_updated":"2019-08-07 17:13:15"},{"people_id":"157606","first_name":"Kader","last_name":"Hançar","match_name":"K. Hançar","common_name":"Kader Hançar","date_of_birth":"1999-11-12","place_of_birth":"Kadıköy","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:13:05","membership":[{"membership_id":"3202843","team_id":"193","team_name":"Beşiktaş JK","short_name":"Beşiktaş JK","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:13:05"},{"membership_id":"1324013","team_id":"27540","team_name":"Konak Belediyespor K","short_name":"Konak Bld","team_area_name":"Turkey","team_area_id":"196","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:12:58"}]},{"people_id":"121348","first_name":"Francisco Rafael","last_name":"Loureiro Afonso","match_name":"Francisco Afonso","common_name":"Francisco Afonso","date_of_birth":"1997-04-24","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"175","weight":"64","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/121348.png","last_updated":"2019-08-07 17:12:51","membership":[{"membership_id":"3202842","team_id":"23533","team_name":"CD Mafra","short_name":"CD Mafra","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:12:51"},{"membership_id":"3202841","team_id":"24095","team_name":"AR São Martinho","short_name":"São Martinho","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 17:12:51"},{"membership_id":"375521","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-04-28","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-07 17:12:51"}]},{"people_id":"135863","first_name":"Lowiese","last_name":"Seynhaeve","match_name":"L. Seynhaeve","common_name":"Lowiese Seynhaeve","date_of_birth":"1999-12-29","place_of_birth":"","country_of_birth":"Belgium","nationality":"Belgium","country_of_birth_area_id":"27","nationality_area_id":"27","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 17:12:47","membership":[{"membership_id":"3202840","team_id":"27479","team_name":"RSC Anderlecht","short_name":"Anderlecht","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:12:47"},{"membership_id":"670952","team_id":"27481","team_name":"KAA Gent","short_name":"KAA Gent","team_area_name":"Belgium","team_area_id":"27","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:08:55"}]},{"people_id":"333215","first_name":"Sanni","last_name":"Solehmainen","match_name":"S. Solehmainen","common_name":"Sanni Solehmainen","date_of_birth":"2000-10-23","place_of_birth":"","country_of_birth":"Finland","nationality":"Finland","country_of_birth_area_id":"75","nationality_area_id":"75","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 17:12:44","membership":{"membership_id":"3202839","team_id":"27537","team_name":"PK-35 Vantaa","short_name":"PK-35 Vantaa","team_area_name":"Finland","team_area_id":"75","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:12:44"}},{"people_id":"150246","first_name":"Jamie","last_name":"Altelaar","match_name":"J. Altelaar","common_name":"Jamie Altelaar","date_of_birth":"1999-04-06","place_of_birth":"","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:12:12","membership":[{"membership_id":"3202838","team_id":"27532","team_name":"FC Twente","short_name":"Twente","team_area_name":"Netherlands","team_area_id":"138","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:12:12"},{"membership_id":"3023923","team_id":"34845","team_name":"AZ Vrouwen","short_name":"AZ Vrouwen","team_area_name":"Netherlands","team_area_id":"138","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:11:58"}]},{"people_id":"197759","first_name":"Fenna","last_name":"Kalma","match_name":"F. Kalma","common_name":"Fenna Kalma","date_of_birth":"1999-11-21","place_of_birth":"","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:12:06","membership":[{"membership_id":"3202837","team_id":"27532","team_name":"FC Twente","short_name":"Twente","team_area_name":"Netherlands","team_area_id":"138","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:12:06"},{"membership_id":"3024151","team_id":"39872","team_name":"SC Heerenveen","short_name":"Heerenveen","team_area_name":"Netherlands","team_area_id":"138","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:11:51"}]},{"people_id":"134268","first_name":"Davinia","last_name":"Vanmechelen","match_name":"D. Vanmechelen","common_name":"Davinia Vanmechelen","date_of_birth":"1999-08-30","place_of_birth":"","country_of_birth":"Belgium","nationality":"Belgium","country_of_birth_area_id":"27","nationality_area_id":"27","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/134268.png","last_updated":"2019-08-07 17:11:47","membership":[{"membership_id":"3202836","team_id":"27532","team_name":"FC Twente","short_name":"Twente","team_area_name":"Netherlands","team_area_id":"138","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:11:47"},{"membership_id":"3024029","team_id":"39870","team_name":"PSV","short_name":"PSV","team_area_name":"Netherlands","team_area_id":"138","start_date":"2019-02-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:11:37"}]},{"people_id":"150245","first_name":"Danique","last_name":"Ypema","match_name":"D. Ypema","common_name":"Danique Ypema","date_of_birth":"1999-11-20","place_of_birth":"","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:11:30","membership":[{"membership_id":"3202835","team_id":"27532","team_name":"FC Twente","short_name":"Twente","team_area_name":"Netherlands","team_area_id":"138","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:11:30"},{"membership_id":"3024147","team_id":"39872","team_name":"SC Heerenveen","short_name":"Heerenveen","team_area_name":"Netherlands","team_area_id":"138","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:11:24"}]},{"people_id":"42097","first_name":"Sultan Ali Saeed Mohamed","last_name":"Al Ghafri","match_name":"Sultan Al Ghafri","common_name":"Sultan Al Ghafri","date_of_birth":"1986-09-18","place_of_birth":"Abu Dhabi","country_of_birth":"United Arab Emirates","nationality":"United Arab Emirates","country_of_birth_area_id":"202","nationality_area_id":"202","gender":"male","height":"173","weight":"67","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/42097.png","last_updated":"2019-08-07 17:11:26","membership":[{"membership_id":"3202834","team_id":"1740","team_name":"Al Jazira SCC","short_name":"Al Jazira","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:11:26"},{"membership_id":"115507","team_id":"1738","team_name":"Al Wahda FC","short_name":"Al Wahda","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2015-01-15","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:11:15"}]},{"people_id":"221042","first_name":"Sanasi","last_name":"Sy","match_name":"S. Sy","common_name":"Sanasi Sy","date_of_birth":"1999-04-04","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"174","weight":"71","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/221042.png","last_updated":"2019-08-07 17:11:24"},{"people_id":"245750","first_name":"Romy","last_name":"Speelman","match_name":"R. Speelman","common_name":"Romy Speelman","date_of_birth":"2000-10-24","place_of_birth":"","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:11:12","membership":[{"membership_id":"3202833","team_id":"27532","team_name":"FC Twente","short_name":"Twente","team_area_name":"Netherlands","team_area_id":"138","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:11:12"},{"membership_id":"3023744","team_id":"34778","team_name":"ADO Den Haag","short_name":"ADO Den Haag","team_area_name":"Netherlands","team_area_id":"138","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:11:05"}]},{"people_id":"136649","first_name":"Elves Umar","last_name":"Baldé","match_name":"Elves","common_name":"Elves","date_of_birth":"1999-10-02","place_of_birth":"Bissau","country_of_birth":"Guinea-Bissau","nationality":"Portugal","country_of_birth_area_id":"87","nationality_area_id":"156","gender":"male","height":"168","weight":"60","foot":"both","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:11:02","membership":[{"membership_id":"3202832","team_id":"18447","team_name":"Sporting Clube de Portugal B","short_name":"SC Portugal B","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:11:02"},{"membership_id":"2989892","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 17:11:02"}]},{"people_id":"207328","first_name":"Dimitra","last_name":"Karapetsa","match_name":"D. Karapetsa","common_name":"Dimitra Karapetsa","date_of_birth":"2000-01-02","place_of_birth":"","country_of_birth":"Greece","nationality":"Greece","country_of_birth_area_id":"82","nationality_area_id":"82","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:10:54","membership":{"membership_id":"3202831","team_id":"27543","team_name":"PAOK WF","short_name":"PAOK WF","team_area_name":"Greece","team_area_id":"82","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:10:54"}},{"people_id":"55226","first_name":"John Stiven","last_name":"Mendoza Valencia","match_name":"S. Mendoza","common_name":"Stiven Mendoza","date_of_birth":"1992-06-27","place_of_birth":"Palmira","country_of_birth":"Colombia","nationality":"Colombia","country_of_birth_area_id":"51","nationality_area_id":"51","gender":"male","height":"171","weight":"73","foot":"left","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/55226.png","last_updated":"2019-08-07 17:10:53"},{"people_id":"202053","first_name":"Anna","last_name":"Zając","match_name":"A. Zając","common_name":"Anna Zając","date_of_birth":"1999-07-24","place_of_birth":"","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:10:41","membership":[{"membership_id":"3202830","team_id":"36924","team_name":"Górnik Łęczna","short_name":"Łęczna","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:10:41"},{"membership_id":"1324067","team_id":"27530","team_name":"KKPK Medyk Konin","short_name":"Medyk Konin","team_area_name":"Poland","team_area_id":"155","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:10:32"}]},{"people_id":"273863","first_name":"Zoi","last_name":"Nasi","match_name":"Z. Nasi","common_name":"Zoi Nasi","date_of_birth":"2000-04-28","place_of_birth":"","country_of_birth":"Greece","nationality":"Greece","country_of_birth_area_id":"82","nationality_area_id":"82","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 17:10:18","membership":{"membership_id":"3202829","team_id":"27543","team_name":"PAOK WF","short_name":"PAOK WF","team_area_name":"Greece","team_area_id":"82","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:10:18"}},{"people_id":"14044","first_name":"Salem Abdulla Omar Salem","last_name":"Ba Abdulla","match_name":"Salem Abdulla","common_name":"Salem Abdulla","date_of_birth":"1986-07-05","place_of_birth":"Al-'Ayn","country_of_birth":"United Arab Emirates","nationality":"United Arab Emirates","country_of_birth_area_id":"202","nationality_area_id":"202","gender":"male","height":"167","weight":"62","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/14044.png","last_updated":"2019-08-07 17:10:17","membership":{"membership_id":"785873","team_id":"1740","team_name":"Al Jazira SCC","short_name":"Al Jazira","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:10:17"}},{"people_id":"268754","first_name":"Gisela Lisbeth","last_name":"Arreta Betancourt","match_name":"G. Betancourt","common_name":"Gisela Betancourt ","date_of_birth":"1987-04-16","place_of_birth":"","country_of_birth":"Colombia","nationality":"Colombia","country_of_birth_area_id":"51","nationality_area_id":"51","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:10:06","membership":[{"membership_id":"3202828","team_id":"27543","team_name":"PAOK WF","short_name":"PAOK WF","team_area_name":"Greece","team_area_id":"82","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:10:06"},{"membership_id":"2736480","team_id":"36922","team_name":"Elpides Karditsas FC","short_name":"Elpides","team_area_name":"Greece","team_area_id":"82","start_date":"2018-08-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:09:56"}]},{"people_id":"28300","first_name":"Rafael","last_name":"Teixeira de Souza","match_name":"Rafael Gladiador","common_name":"Rafael Gladiador","date_of_birth":"1992-07-13","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"183","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:10:05","membership":[{"membership_id":"3202827","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:10:05"},{"membership_id":"2996846","team_id":"22051","team_name":"AD Cabofriense","short_name":"Cabofriense","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-19","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 17:10:05"}]},{"people_id":"207333","first_name":"Grigoria","last_name":"Pouliou","match_name":"G. Pouliou","common_name":"Grigoria Pouliou","date_of_birth":"2000-10-23","place_of_birth":"","country_of_birth":"Greece","nationality":"Greece","country_of_birth_area_id":"82","nationality_area_id":"82","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:09:51","membership":{"membership_id":"3202826","team_id":"27543","team_name":"PAOK WF","short_name":"PAOK WF","team_area_name":"Greece","team_area_id":"82","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:09:51"}},{"people_id":"207337","first_name":"Panagiota","last_name":"Chatzicharistou","match_name":"P. Chatzicharistou","common_name":"Panagiota Chatzicharistou","date_of_birth":"2000-11-14","place_of_birth":"","country_of_birth":"Greece","nationality":"Greece","country_of_birth_area_id":"82","nationality_area_id":"82","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 17:09:44","membership":{"membership_id":"3202825","team_id":"27543","team_name":"PAOK WF","short_name":"PAOK WF","team_area_name":"Greece","team_area_id":"82","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:09:44"}},{"people_id":"202398","first_name":"Solange","last_name":"Rodrigues Carvalhas","match_name":"S. Rodrigues Carvalhas","common_name":"Solange Carvalhas","date_of_birth":"1992-04-22","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:09:28","membership":[{"membership_id":"3202824","team_id":"27479","team_name":"RSC Anderlecht","short_name":"Anderlecht","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:09:28"},{"membership_id":"1325067","team_id":"31464","team_name":"Sporting Clube de Portugal","short_name":"Sporting CP","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:09:18"}]},{"people_id":"150744","first_name":"Mariam Abdulai","last_name":"Toloba","match_name":"M. Toloba","common_name":"Mariam Abdulai Toloba","date_of_birth":"1999-09-20","place_of_birth":"","country_of_birth":"Belgium","nationality":"Belgium","country_of_birth_area_id":"27","nationality_area_id":"27","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:09:11","membership":{"membership_id":"3202823","team_id":"27479","team_name":"RSC Anderlecht","short_name":"Anderlecht","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:09:11"}},{"people_id":"532831","first_name":"Mahdi","last_name":"Talal","match_name":"M. Talal","common_name":"Mahdi Talal","date_of_birth":"1997-08-17","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"178","weight":"74","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:08:58"},{"people_id":"77963","first_name":"Mohamed Jamal Nasser Mubarak","last_name":"Badhafar","match_name":"Mohamed Jamal","common_name":"Mohamed Jamal","date_of_birth":"1994-05-11","place_of_birth":"Dubayy","country_of_birth":"United Arab Emirates","nationality":"United Arab Emirates","country_of_birth_area_id":"202","nationality_area_id":"202","gender":"male","height":"172","weight":"65","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/77963.png","last_updated":"2019-08-07 17:08:51","membership":[{"membership_id":"3202822","team_id":"1741","team_name":"Al Ain FC","short_name":"Al Ain","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:08:51"},{"membership_id":"190140","team_id":"1740","team_name":"Al Jazira SCC","short_name":"Al Jazira","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2013-01-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:08:28"}]},{"people_id":"202092","first_name":"Laura Roxana","last_name":"Rus","match_name":"L. Rus","common_name":"Laura Roxana Rus","date_of_birth":"1987-10-01","place_of_birth":"","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"female","height":"","weight":"","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:08:47","membership":[{"membership_id":"3202821","team_id":"27479","team_name":"RSC Anderlecht","short_name":"Anderlecht","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:08:47"},{"membership_id":"3045203","team_id":"27518","team_name":"ASD AGSM Verona CF","short_name":"AGSM Verona","team_area_name":"Italy","team_area_id":"100","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:08:41"}]},{"people_id":"194313","first_name":"Jana","last_name":"Coryn","match_name":"J. Coryn","common_name":"Jana Coryn","date_of_birth":"1992-06-26","place_of_birth":"Waregem","country_of_birth":"Belgium","nationality":"Belgium","country_of_birth_area_id":"27","nationality_area_id":"27","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/194313.png","last_updated":"2019-08-07 17:08:35","membership":[{"membership_id":"3202820","team_id":"27479","team_name":"RSC Anderlecht","short_name":"Anderlecht","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:08:35"},{"membership_id":"1582575","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 17:45:25"}]},{"people_id":"116922","first_name":"Raúl Tiago","last_name":"Soares Almeida","match_name":"Raúl Almeida","common_name":"Raúl Almeida","date_of_birth":"1997-11-02","place_of_birth":"Gondomar","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"175","weight":"","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:08:26","membership":[{"membership_id":"3202819","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:08:26"},{"membership_id":"2739431","team_id":"3067","team_name":"Gondomar SC","short_name":"Gondomar","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-08","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 17:08:26"},{"membership_id":"1340862","team_id":"1562","team_name":"SC Covilhã","short_name":"SC Covilhã","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-08-31","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-07 17:07:59"}]},{"people_id":"370363","first_name":"Esra","last_name":"Erol","match_name":"E. Erol","common_name":"Esra Erol","date_of_birth":"1985-11-06","place_of_birth":"Bakırköy","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:08:19","membership":[{"membership_id":"3202818","team_id":"193","team_name":"Beşiktaş JK","short_name":"Beşiktaş JK","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:08:19"},{"membership_id":"2736948","team_id":"202","team_name":"Ataşehir Belediyesi SK","short_name":"Ataşehir Bld","team_area_name":"Turkey","team_area_id":"196","start_date":"2018-08-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:07:57"}]},{"people_id":"272620","first_name":"Mathurin","last_name":"Sakho","match_name":"M. Sakho","common_name":"Mathurin Sakho","date_of_birth":"1995-03-10","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"186","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:07:56"},{"people_id":"333214","first_name":"Mikaela","last_name":"Frondelius","match_name":"M. Frondelius","common_name":"Mikaela Frondelius","date_of_birth":"1999-03-08","place_of_birth":"","country_of_birth":"Finland","nationality":"Finland","country_of_birth_area_id":"75","nationality_area_id":"75","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:07:54","membership":{"membership_id":"3202817","team_id":"27537","team_name":"PK-35 Vantaa","short_name":"PK-35 Vantaa","team_area_name":"Finland","team_area_id":"75","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:07:54"}},{"people_id":"216921","first_name":"Sara","last_name":"Kolarovska","match_name":"S. Kolarovska","common_name":"Sara Kolarovska","date_of_birth":"1999-08-19","place_of_birth":"","country_of_birth":"North Macedonia","nationality":"North Macedonia","country_of_birth_area_id":"120","nationality_area_id":"120","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 17:07:32"},{"people_id":"333213","first_name":"Vera","last_name":"Saastamoinen","match_name":"V. Saastamoinen","common_name":"Vera Saastamoinen","date_of_birth":"1995-05-02","place_of_birth":"","country_of_birth":"Finland","nationality":"Finland","country_of_birth_area_id":"75","nationality_area_id":"75","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:05:15","membership":{"membership_id":"3202816","team_id":"27537","team_name":"PK-35 Vantaa","short_name":"PK-35 Vantaa","team_area_name":"Finland","team_area_id":"75","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:05:15"}},{"people_id":"174722","first_name":"Jack","last_name":"Lahne","match_name":"J. Lahne","common_name":"Jack Lahne","date_of_birth":"2001-10-24","place_of_birth":"Lusaka","country_of_birth":"Zambia","nationality":"Sweden","country_of_birth_area_id":"211","nationality_area_id":"184","gender":"male","height":"174","weight":"68","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/174722.png","last_updated":"2019-08-07 17:04:52"},{"people_id":"157599","first_name":"Çiğdem","last_name":"Belci","match_name":"Ç. Belci","common_name":"Çiğdem Belci","date_of_birth":"1987-06-17","place_of_birth":"Mersin","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:04:49","membership":[{"membership_id":"3202815","team_id":"193","team_name":"Beşiktaş JK","short_name":"Beşiktaş JK","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:04:49"},{"membership_id":"1003959","team_id":"202","team_name":"Ataşehir Belediyesi SK","short_name":"Ataşehir Bld","team_area_name":"Turkey","team_area_id":"196","start_date":"2016-10-14","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:04:43"}]},{"people_id":"157544","first_name":"Ayşe Şevval","last_name":"Ay","match_name":"A. Ay","common_name":"Ayşe Şevval Ay","date_of_birth":"1999-01-06","place_of_birth":"Bakırköy","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:04:35","membership":[{"membership_id":"3202814","team_id":"193","team_name":"Beşiktaş JK","short_name":"Beşiktaş JK","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:04:35"},{"membership_id":"2691180","team_id":"196","team_name":"Kireçburnu SK","short_name":"Kireçburnu SK","team_area_name":"Turkey","team_area_id":"196","start_date":"2018-01-04","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 17:04:29"}]},{"people_id":"333212","first_name":"Kira","last_name":"Laurento-Falcoff","match_name":"K. Laurento-Falcoff","common_name":"Kira Laurento-Falcoff","date_of_birth":"1996-09-30","place_of_birth":"","country_of_birth":"Finland","nationality":"Finland","country_of_birth_area_id":"75","nationality_area_id":"75","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:03:14","membership":{"membership_id":"3202813","team_id":"27537","team_name":"PK-35 Vantaa","short_name":"PK-35 Vantaa","team_area_name":"Finland","team_area_id":"75","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:03:14"}},{"people_id":"108900","first_name":"Cheick","last_name":"Timite","match_name":"C. Timite","common_name":"Cheick Timite","date_of_birth":"1997-11-20","place_of_birth":"Abidjan","country_of_birth":"Côte d’Ivoire","nationality":"Côte d’Ivoire","country_of_birth_area_id":"60","nationality_area_id":"60","gender":"male","height":"177","weight":"79","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/108900.png","last_updated":"2019-08-07 17:03:07"},{"people_id":"211152","first_name":"Youssouf","last_name":"Fofana","match_name":"Y. Fofana","common_name":"Youssouf Fofana","date_of_birth":"1999-01-10","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"184","weight":"70","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 17:02:20"},{"people_id":"217194","first_name":"Mohamed","last_name":"Simakan","match_name":"M. Simakan","common_name":"Mohamed Simakan","date_of_birth":"2000-05-03","place_of_birth":"Marseille","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"187","weight":"82","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 17:01:41"},{"people_id":"333211","first_name":"Karoliina","last_name":"Autio","match_name":"K. Autio","common_name":"Karoliina Autio","date_of_birth":"2000-03-07","place_of_birth":"","country_of_birth":"Finland","nationality":"Finland","country_of_birth_area_id":"75","nationality_area_id":"75","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 17:01:03","membership":{"membership_id":"3202812","team_id":"27537","team_name":"PK-35 Vantaa","short_name":"PK-35 Vantaa","team_area_name":"Finland","team_area_id":"75","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 17:01:03"}},{"people_id":"217196","first_name":"Louis","last_name":"Pelletier","match_name":"L. Pelletier","common_name":"Louis Pelletier","date_of_birth":"2000-02-03","place_of_birth":"Ajaccio","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"186","weight":"75","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 16:59:15"},{"people_id":"130485","first_name":"Jean-Ricner","last_name":"Bellegarde","match_name":"J. Bellegarde","common_name":"Jean-Ricner Bellegarde","date_of_birth":"1998-05-27","place_of_birth":"Colombes","country_of_birth":"France","nationality":"Haiti","country_of_birth_area_id":"76","nationality_area_id":"89","gender":"male","height":"170","weight":"68","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:58:45"},{"people_id":"363478","first_name":"Iina","last_name":"Salmi","match_name":"I. Salmi","common_name":"Iina Salmi","date_of_birth":"1994-10-12","place_of_birth":"","country_of_birth":"Finland","nationality":"Finland","country_of_birth_area_id":"75","nationality_area_id":"75","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/363478.png","last_updated":"2019-08-07 16:58:12","membership":[{"membership_id":"3202811","team_id":"27537","team_name":"PK-35 Vantaa","short_name":"PK-35 Vantaa","team_area_name":"Finland","team_area_id":"75","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:58:12"},{"membership_id":"2736573","team_id":"31461","team_name":"AFC Ajax","short_name":"AFC Ajax","team_area_name":"Netherlands","team_area_id":"138","start_date":"2018-07-08","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:57:59"}]},{"people_id":"333210","first_name":"Aurora","last_name":"Troberg","match_name":"A. Troberg","common_name":"Aurora Troberg","date_of_birth":"1996-06-29","place_of_birth":"","country_of_birth":"Finland","nationality":"Finland","country_of_birth_area_id":"75","nationality_area_id":"75","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:57:09","membership":{"membership_id":"3202810","team_id":"27537","team_name":"PK-35 Vantaa","short_name":"PK-35 Vantaa","team_area_name":"Finland","team_area_id":"75","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:57:09"}},{"people_id":"44374","first_name":"Yaaqoub Yousef Matouq Mohamed","last_name":"Al Hosani","match_name":"Yaqoub Al Hosani","common_name":"Yaqoub Al Hosani","date_of_birth":"1987-06-01","place_of_birth":"aš-Šāriqah","country_of_birth":"United Arab Emirates","nationality":"United Arab Emirates","country_of_birth_area_id":"202","nationality_area_id":"202","gender":"male","height":"171","weight":"62","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/44374.png","last_updated":"2019-08-07 16:54:31","membership":[{"membership_id":"3202809","team_id":"1756","team_name":"Al Ittihad Kalba SCC","short_name":"Ittihad Kalba","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:54:31"},{"membership_id":"54935","team_id":"1740","team_name":"Al Jazira SCC","short_name":"Al Jazira","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2013-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 16:54:20"}]},{"people_id":"96551","first_name":"Adrien","last_name":"Lebeau","match_name":"A. Lebeau","common_name":"Adrien Lebeau","date_of_birth":"1999-07-08","place_of_birth":"Metz","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"70","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:54:28"},{"people_id":"211127","first_name":"Vincent","last_name":"Peugnet","match_name":"V. Peugnet","common_name":"Vincent Peugnet","date_of_birth":"1998-02-05","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"183","weight":"75","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:51:55"},{"people_id":"150048","first_name":"Siret","last_name":"Räämet","match_name":"S. Räämet","common_name":"Siret Räämet","date_of_birth":"1999-12-31","place_of_birth":"","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:51:12","membership":{"membership_id":"3202808","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:51:12"}},{"people_id":"280774","first_name":"Marta","last_name":"Raidna","match_name":"M. Raidna","common_name":"Marta Raidna","date_of_birth":"2003-08-07","place_of_birth":"Tallinn","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:51:06","membership":{"membership_id":"3202807","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:51:06"}},{"people_id":"217502","first_name":"Mari-Liis","last_name":"Lillemäe","match_name":"M. Lillemäe","common_name":"Mari-Liis Lillemäe","date_of_birth":"2000-09-01","place_of_birth":"","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:51:01","membership":{"membership_id":"3202806","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:51:01"}},{"people_id":"156495","first_name":"Thomas","last_name":"Delaine","match_name":"T. Delaine","common_name":"Thomas Delaine","date_of_birth":"1992-03-24","place_of_birth":"Lens","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"180","weight":"72","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:50:49"},{"people_id":"150058","first_name":"Getter","last_name":"Saar","match_name":"G. Saar","common_name":"Getter Saar","date_of_birth":"1999-11-09","place_of_birth":"","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:50:30","membership":{"membership_id":"3202805","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:50:30"}},{"people_id":"150053","first_name":"Ariina","last_name":"Mürkhain","match_name":"A. Mürkhain","common_name":"Ariina Mürkhain","date_of_birth":"1999-06-22","place_of_birth":"","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:50:25","membership":{"membership_id":"3202804","team_id":"41319","team_name":"FC Flora Tallinn","short_name":"Flora","team_area_name":"Estonia","team_area_id":"71","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:50:25"}},{"people_id":"284771","first_name":"Filippa","last_name":"Kilponen","match_name":"F. Kilponen","common_name":"Filippa Kilponen","date_of_birth":"2000-07-29","place_of_birth":"","country_of_birth":"Finland","nationality":"Finland","country_of_birth_area_id":"75","nationality_area_id":"75","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:50:03","membership":{"membership_id":"3202803","team_id":"27537","team_name":"PK-35 Vantaa","short_name":"PK-35 Vantaa","team_area_name":"Finland","team_area_id":"75","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:50:03"}},{"people_id":"268871","first_name":"Anna","last_name":"Vlasoff","match_name":"A. Vlasoff","common_name":"Anna Vlasoff","date_of_birth":"1987-06-30","place_of_birth":"","country_of_birth":"Finland","nationality":"Finland","country_of_birth_area_id":"75","nationality_area_id":"75","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:49:48","membership":[{"membership_id":"3202802","team_id":"27537","team_name":"PK-35 Vantaa","short_name":"PK-35 Vantaa","team_area_name":"Finland","team_area_id":"75","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:49:48"},{"membership_id":"2736785","team_id":"29399","team_name":"FC Honka","short_name":"FC Honka","team_area_name":"Finland","team_area_id":"75","start_date":"2018-08-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 16:49:38"}]},{"people_id":"371485","first_name":"Gresa","last_name":"Berisha","match_name":"G. Berisha","common_name":"Gresa Berisha","date_of_birth":"1998-04-26","place_of_birth":"","country_of_birth":"Kosovo","nationality":"Kosovo","country_of_birth_area_id":"249","nationality_area_id":"249","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:48:53","membership":[{"membership_id":"3202801","team_id":"36925","team_name":"KFF Mitrovica","short_name":"Mitrovica","team_area_name":"Kosovo","team_area_id":"249","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:48:53"},{"membership_id":"644941","team_id":"27560","team_name":"WFC Hajvalia","short_name":"WFC Hajvalia","team_area_name":"Kosovo","team_area_id":"249","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 16:48:47"}]},{"people_id":"333209","first_name":"Veronique","last_name":"Mifsud","match_name":"V. Mifsud","common_name":"Veronique Mifsud","date_of_birth":"2003-02-11","place_of_birth":"","country_of_birth":"Malta","nationality":"Malta","country_of_birth_area_id":"126","nationality_area_id":"126","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:48:03","membership":{"membership_id":"3202800","team_id":"31472","team_name":"Birkirkara FC","short_name":"Birkirkara FC","team_area_name":"Malta","team_area_id":"126","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:48:03"}},{"people_id":"333208","first_name":"Simone","last_name":"Buttigieg","match_name":"S. Buttigieg","common_name":"Simone Buttigieg","date_of_birth":"1994-10-31","place_of_birth":"","country_of_birth":"Malta","nationality":"Malta","country_of_birth_area_id":"126","nationality_area_id":"126","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:47:15","membership":{"membership_id":"3202799","team_id":"31472","team_name":"Birkirkara FC","short_name":"Birkirkara FC","team_area_name":"Malta","team_area_id":"126","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:47:15"}},{"people_id":"56835","first_name":"Gopinathan a\/l","last_name":"Ramachandra","match_name":"R. Gopinathan","common_name":"R. Gopinathan","date_of_birth":"1989-12-15","place_of_birth":"Kuantan, Pahang","country_of_birth":"Malaysia","nationality":"Malaysia","country_of_birth_area_id":"123","nationality_area_id":"123","gender":"male","height":"175","weight":"65","foot":"both","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/56835.png","last_updated":"2019-08-07 16:46:41","membership":[{"membership_id":"3202798","team_id":"18137","team_name":"Polis Di-Raja Malaysia FA","short_name":"PDRM FA","team_area_name":"Malaysia","team_area_id":"123","start_date":"2019-08-03","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:46:41"},{"membership_id":"2606165","team_id":"18146","team_name":"KB Melaka United","short_name":"Melaka United","team_area_name":"Malaysia","team_area_id":"123","start_date":"2018-01-01","end_date":"2019-08-03","role":"player","active":"no","last_updated":"2019-08-07 16:46:33"}]},{"people_id":"333207","first_name":"Kailey","last_name":"Willis","match_name":"K. Willis","common_name":"Kailey Willis","date_of_birth":"2003-05-18","place_of_birth":"","country_of_birth":"Malta","nationality":"Malta","country_of_birth_area_id":"126","nationality_area_id":"126","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:45:57","membership":{"membership_id":"3202797","team_id":"31472","team_name":"Birkirkara FC","short_name":"Birkirkara FC","team_area_name":"Malta","team_area_id":"126","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:45:57"}},{"people_id":"333205","first_name":"Casagrande","last_name":"Casagrande","match_name":"","common_name":"Casagrande","date_of_birth":"1990-07-02","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:44:51","membership":{"membership_id":"3202796","team_id":"18158","team_name":"Pulau Pinang FA","short_name":"Pulau Pinang","team_area_name":"Malaysia","team_area_id":"123","start_date":"2019-08-03","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:44:51"}},{"people_id":"115376","first_name":"Raouf","last_name":"Mroivili","match_name":"R. Mroivili","common_name":"Raouf Mroivili","date_of_birth":"1999-01-14","place_of_birth":"Marseille","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"178","weight":"75","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/115376.png","last_updated":"2019-08-07 16:44:46"},{"people_id":"333206","first_name":"Sara","last_name":"Petkovska","match_name":"S. Petkovska","common_name":"Sara Petkovska","date_of_birth":"2003-07-21","place_of_birth":"","country_of_birth":"North Macedonia","nationality":"North Macedonia","country_of_birth_area_id":"120","nationality_area_id":"120","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:44:41","membership":{"membership_id":"3202795","team_id":"27553","team_name":"ŽFK Dragon 2014","short_name":"ŽFK Dragon 201","team_area_name":"North Macedonia","team_area_id":"120","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:44:41"}},{"people_id":"132145","first_name":"Nicolas","last_name":"Basin","match_name":"N. Basin","common_name":"Nicolas Basin","date_of_birth":"1998-07-22","place_of_birth":"Forbach","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"169","weight":"62","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:44:19"},{"people_id":"22997","first_name":"Noë Georges","last_name":"Dussenne","match_name":"N. Dussenne","common_name":"Noë Dussenne","date_of_birth":"1992-04-07","place_of_birth":"Mons","country_of_birth":"Belgium","nationality":"Belgium","country_of_birth_area_id":"27","nationality_area_id":"27","gender":"male","height":"191","weight":"85","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/22997.png","last_updated":"2019-08-07 16:43:29","membership":[{"membership_id":"3202794","team_id":"3080","team_name":"Royal Standard de Liège","short_name":"Standard Liège","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:43:29"},{"membership_id":"2750786","team_id":"17602","team_name":"Royal Excel Mouscron","short_name":"Excel Mouscron","team_area_name":"Belgium","team_area_id":"27","start_date":"2018-08-17","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-07 16:43:06"}]},{"people_id":"215021","first_name":"Ognjen","last_name":"Peličić","match_name":"O. Peličić","common_name":"Ognjen Peličić","date_of_birth":"1999-02-05","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:43:20","membership":[{"membership_id":"3202793","team_id":"15969","team_name":"FK Iskra Danilovgrad","short_name":"Iskra","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:43:20"},{"membership_id":"2747894","team_id":"15957","team_name":"FK Mornar Bar","short_name":"Mornar Bar","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:43:01"}]},{"people_id":"149982","first_name":"Pavlina","last_name":"Nikolovska","match_name":"P. Nikolovska","common_name":"Pavlina Nikolovska","date_of_birth":"1998-03-04","place_of_birth":"","country_of_birth":"North Macedonia","nationality":"North Macedonia","country_of_birth_area_id":"120","nationality_area_id":"120","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:43:17","membership":{"membership_id":"3202792","team_id":"27553","team_name":"ŽFK Dragon 2014","short_name":"ŽFK Dragon 201","team_area_name":"North Macedonia","team_area_id":"120","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:43:17"}},{"people_id":"96197","first_name":"Mamadou","last_name":"Fofana","match_name":"M. Fofana","common_name":"Mamadou Fofana","date_of_birth":"1998-01-21","place_of_birth":"Bamako","country_of_birth":"Mali","nationality":"Mali","country_of_birth_area_id":"125","nationality_area_id":"125","gender":"male","height":"186","weight":"75","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:43:07"},{"people_id":"18541","first_name":"Ivan","last_name":"Vuković","match_name":"I. Vuković","common_name":"Ivan Vuković","date_of_birth":"1987-02-09","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:42:40","membership":[{"membership_id":"3202791","team_id":"15969","team_name":"FK Iskra Danilovgrad","short_name":"Iskra","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:42:40"},{"membership_id":"1319816","team_id":"15962","team_name":"OFK Grbalj Radanovici","short_name":"Grbalj","team_area_name":"Montenegro","team_area_id":"225","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:42:32"}]},{"people_id":"113409","first_name":"Manuel","last_name":"Cabit","match_name":"M. Cabit","common_name":"Manuel Cabit","date_of_birth":"1993-06-03","place_of_birth":"Sainte-Anne","country_of_birth":"Martinique","nationality":"Martinique","country_of_birth_area_id":"229","nationality_area_id":"229","gender":"male","height":"182","weight":"75","foot":"left","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/113409.png","last_updated":"2019-08-07 16:42:26"},{"people_id":"272659","first_name":"Bogdan","last_name":"Mandić","match_name":"B. Mandić","common_name":"Bogdan Mandić","date_of_birth":"1998-09-01","place_of_birth":"Beograd","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"185","weight":"77","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:42:03","membership":[{"membership_id":"3202790","team_id":"15969","team_name":"FK Iskra Danilovgrad","short_name":"Iskra","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:42:03"},{"membership_id":"3196140","team_id":"15969","team_name":"FK Iskra Danilovgrad","short_name":"Iskra","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-15","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-07 16:41:52"}]},{"people_id":"211640","first_name":"Guillaume","last_name":"Dietsch","match_name":"G. Dietsch","common_name":"Guillaume Dietsch","date_of_birth":"2001-04-17","place_of_birth":"Forbach","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"185","weight":"75","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 16:41:25"},{"people_id":"91765","first_name":"Stefan","last_name":"Spasojević","match_name":"S. Spasojević","common_name":"Stefan Spasojević","date_of_birth":"1993-08-23","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 16:41:25","membership":[{"membership_id":"3202789","team_id":"15969","team_name":"FK Iskra Danilovgrad","short_name":"Iskra","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:41:25"},{"membership_id":"2625018","team_id":"15961","team_name":"FK Zeta Golubovci","short_name":"Zeta","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:41:15"}]},{"people_id":"211126","first_name":"Dylan","last_name":"Lempereur","match_name":"D. Lempereur","common_name":"Dylan Lempereur","date_of_birth":"1998-10-24","place_of_birth":"Rombas","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"177","weight":"70","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:40:56"},{"people_id":"211132","first_name":"Calvin","last_name":"Haïdara","match_name":"C. Haïdara","common_name":"Calvin Haïdara","date_of_birth":"1999-06-11","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"185","weight":"78","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 16:40:22"},{"people_id":"333203","first_name":"Katerina","last_name":"Milevska","match_name":"K. Milevska","common_name":"Katerina Milevska","date_of_birth":"2003-02-02","place_of_birth":"","country_of_birth":"North Macedonia","nationality":"North Macedonia","country_of_birth_area_id":"120","nationality_area_id":"120","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:39:53","membership":{"membership_id":"3202788","team_id":"27553","team_name":"ŽFK Dragon 2014","short_name":"ŽFK Dragon 201","team_area_name":"North Macedonia","team_area_id":"120","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:39:53"}},{"people_id":"333204","first_name":"Miloš","last_name":"Vučetić","match_name":"M. Vučetić","common_name":"Miloš Vučetić","date_of_birth":"","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:39:50","membership":{"membership_id":"3202787","team_id":"15962","team_name":"OFK Grbalj Radanovici","short_name":"Grbalj","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:39:50"}},{"people_id":"150798","first_name":"Anto","last_name":"Babić","match_name":"A. Babić","common_name":"Anto Babić","date_of_birth":"2000-01-25","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:38:18","membership":[{"membership_id":"3202786","team_id":"15962","team_name":"OFK Grbalj Radanovici","short_name":"Grbalj","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:38:18"},{"membership_id":"1362863","team_id":"33664","team_name":"FK Sutjeska Nikšić U19","short_name":"Sutjeska U19","team_area_name":"Montenegro","team_area_id":"225","start_date":"2017-09-25","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:38:11"},{"membership_id":"1319911","team_id":"15960","team_name":"FK Sutjeska Nikšić","short_name":"Sutjeska Nik","team_area_name":"Montenegro","team_area_id":"225","start_date":"2017-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:38:03"}]},{"people_id":"155836","first_name":"Miomir","last_name":"Đuričković","match_name":"M. Đuričković","common_name":"Miomir Đuričković","date_of_birth":"1997-07-26","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"191","weight":"70","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:37:29","membership":[{"membership_id":"3202785","team_id":"15962","team_name":"OFK Grbalj Radanovici","short_name":"Grbalj","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:37:29"},{"membership_id":"2626748","team_id":"15969","team_name":"FK Iskra Danilovgrad","short_name":"Iskra","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-01-05","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:37:17"}]},{"people_id":"61714","first_name":"Adama","last_name":"Traoré","match_name":"A. Traoré","common_name":"Adama Traoré","date_of_birth":"1995-06-05","place_of_birth":"Bamako","country_of_birth":"Mali","nationality":"Mali","country_of_birth_area_id":"125","nationality_area_id":"125","gender":"male","height":"177","weight":"70","foot":"left","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/61714.png","last_updated":"2019-08-07 16:36:56"},{"people_id":"333202","first_name":"Egzona","last_name":"Jashari","match_name":"E. Jashari","common_name":"Egzona Jashari","date_of_birth":"1994-04-18","place_of_birth":"","country_of_birth":"North Macedonia","nationality":"North Macedonia","country_of_birth_area_id":"120","nationality_area_id":"120","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:36:16","membership":{"membership_id":"3202784","team_id":"27553","team_name":"ŽFK Dragon 2014","short_name":"ŽFK Dragon 201","team_area_name":"North Macedonia","team_area_id":"120","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:36:16"}},{"people_id":"228996","first_name":"Amadou Dia","last_name":"Ndiaye","match_name":"A. Ndiaye","common_name":"Amadou Dia Ndiaye","date_of_birth":"2000-01-02","place_of_birth":"Thiès","country_of_birth":"Senegal","nationality":"Senegal","country_of_birth_area_id":"166","nationality_area_id":"166","gender":"male","height":"186","weight":"70","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/228996.png","last_updated":"2019-08-07 16:36:09"},{"people_id":"19940","first_name":"Ernest Kwabena","last_name":"Asante","match_name":"E. Asante","common_name":"Ernest Asante","date_of_birth":"1988-11-06","place_of_birth":"Sunyani","country_of_birth":"Ghana","nationality":"Ghana","country_of_birth_area_id":"81","nationality_area_id":"81","gender":"male","height":"171","weight":"71","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/19940.png","last_updated":"2019-08-07 16:34:41","membership":[{"membership_id":"3202783","team_id":"1271","team_name":"Al Hazem SC","short_name":"Al Hazem","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:34:41"},{"membership_id":"2721563","team_id":"1740","team_name":"Al Jazira SCC","short_name":"Al Jazira","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2018-07-04","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 16:33:57"}]},{"people_id":"206639","first_name":"Théo","last_name":"Sainte-Luce","match_name":"T. Sainte-Luce","common_name":"Théo Sainte-Luce","date_of_birth":"1998-10-20","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"181","weight":"72","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:34:38"},{"people_id":"60317","first_name":"Zinedine","last_name":"Ferhat","match_name":"Z. Ferhat","common_name":"Zinedine Ferhat","date_of_birth":"1993-03-01","place_of_birth":"Bordj Ménaïel","country_of_birth":"Algeria","nationality":"Algeria","country_of_birth_area_id":"10","nationality_area_id":"10","gender":"male","height":"183","weight":"77","foot":"left","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/60317.png","last_updated":"2019-08-07 16:34:05"},{"people_id":"218581","first_name":"Milan","last_name":"Vukotić","match_name":"M. Vukotić","common_name":"Milan Vukotić","date_of_birth":"2002-10-05","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:33:58","membership":{"membership_id":"3202782","team_id":"15969","team_name":"FK Iskra Danilovgrad","short_name":"Iskra","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:33:58"}},{"people_id":"176539","first_name":"Igor","last_name":"Rozhkov","match_name":"I. Rozhkov","common_name":"Igor Rozhkov","date_of_birth":"1981-06-24","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"male","height":"182","weight":"74","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:33:32","membership":[{"membership_id":"3202781","team_id":"19033","team_name":"FK Slaviya-Mozyr","short_name":"Slaviya-Mozyr","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-07-15","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:33:32"},{"membership_id":"1253769","team_id":"18861","team_name":"FK Gomel","short_name":"FK Gomel","team_area_name":"Belarus","team_area_id":"26","start_date":"2016-04-01","end_date":"2019-07-15","role":"player","active":"no","last_updated":"2019-08-07 16:33:16"}]},{"people_id":"78329","first_name":"Vlatko","last_name":"Stojanovski","match_name":"V. Stojanovski","common_name":"Vlatko Stojanovski","date_of_birth":"1997-04-23","place_of_birth":"Delčevo","country_of_birth":"North Macedonia","nationality":"North Macedonia","country_of_birth_area_id":"120","nationality_area_id":"120","gender":"male","height":"187","weight":"80","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:33:27"},{"people_id":"66519","first_name":"Mourad","last_name":"Batna","match_name":"M. Batna","common_name":"Mourad Batna","date_of_birth":"1990-06-27","place_of_birth":"Agadir","country_of_birth":"Morocco","nationality":"Morocco","country_of_birth_area_id":"133","nationality_area_id":"133","gender":"male","height":"184","weight":"73","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/66519.png","last_updated":"2019-08-07 16:33:18","membership":[{"membership_id":"3202780","team_id":"1740","team_name":"Al Jazira SCC","short_name":"Al Jazira","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-08-02","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:33:18"},{"membership_id":"1336844","team_id":"1738","team_name":"Al Wahda FC","short_name":"Al Wahda","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2017-07-17","end_date":"2019-08-02","role":"player","active":"no","last_updated":"2019-08-07 16:33:00"}]},{"people_id":"279884","first_name":"Stefani","last_name":"Petrevska","match_name":"S. Petrevska","common_name":"Stefani Petrevska","date_of_birth":"2002-01-05","place_of_birth":"","country_of_birth":"North Macedonia","nationality":"North Macedonia","country_of_birth_area_id":"120","nationality_area_id":"120","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:31:57","membership":{"membership_id":"3202779","team_id":"27553","team_name":"ŽFK Dragon 2014","short_name":"ŽFK Dragon 201","team_area_name":"North Macedonia","team_area_id":"120","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:31:57"}},{"people_id":"202164","first_name":"Marija","last_name":"Belistojanoska","match_name":"M. Belistojanoska","common_name":"Marija Belistojanoska","date_of_birth":"2000-01-17","place_of_birth":"","country_of_birth":"North Macedonia","nationality":"North Macedonia","country_of_birth_area_id":"120","nationality_area_id":"120","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:31:46","membership":[{"membership_id":"3202778","team_id":"27553","team_name":"ŽFK Dragon 2014","short_name":"ŽFK Dragon 201","team_area_name":"North Macedonia","team_area_id":"120","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:31:46"},{"membership_id":"1324433","team_id":"31470","team_name":"ŽFK Istatov","short_name":"ŽFK Istatov","team_area_name":"North Macedonia","team_area_id":"120","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 16:31:40"}]},{"people_id":"215072","first_name":"Elena","last_name":"Paneska","match_name":"E. Paneska","common_name":"Elena Paneska","date_of_birth":"2002-07-10","place_of_birth":"","country_of_birth":"North Macedonia","nationality":"North Macedonia","country_of_birth_area_id":"120","nationality_area_id":"120","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:31:32","membership":{"membership_id":"3202777","team_id":"27553","team_name":"ŽFK Dragon 2014","short_name":"ŽFK Dragon 201","team_area_name":"North Macedonia","team_area_id":"120","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:31:32"}},{"people_id":"333201","first_name":"Boban","last_name":"Đorđević","match_name":"B. Đorđević","common_name":"Boban Đorđević","date_of_birth":"1997-02-20","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:31:31","membership":{"membership_id":"3202776","team_id":"15962","team_name":"OFK Grbalj Radanovici","short_name":"Grbalj","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:31:31"}},{"people_id":"216924","first_name":"Dragana","last_name":"Gegova","match_name":"D. Gegova","common_name":"Dragana Gegova","date_of_birth":"2000-06-18","place_of_birth":"","country_of_birth":"North Macedonia","nationality":"North Macedonia","country_of_birth_area_id":"120","nationality_area_id":"120","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:31:26","membership":{"membership_id":"3202775","team_id":"27553","team_name":"ŽFK Dragon 2014","short_name":"ŽFK Dragon 201","team_area_name":"North Macedonia","team_area_id":"120","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:31:26"}},{"people_id":"333200","first_name":"Viktória","last_name":"Veselská","match_name":"V. Veselská","common_name":"Viktória Veselská","date_of_birth":"2003-11-05","place_of_birth":"","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 16:31:07","membership":{"membership_id":"3202774","team_id":"27549","team_name":"ŠK Slovan Bratislava","short_name":"Slovan Bratisl","team_area_name":"Slovakia","team_area_id":"171","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:31:07"}},{"people_id":"158055","first_name":"Lucas Lionel","last_name":"Dias","match_name":"L. Dias","common_name":"Lucas Dias","date_of_birth":"1999-05-22","place_of_birth":"Nîmes","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"183","weight":"75","foot":"left","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 16:30:27"},{"people_id":"333199","first_name":"Natalia","last_name":"Adamecka","match_name":"N. Adamecka","common_name":"Natalia Adamecka","date_of_birth":"2000-03-12","place_of_birth":"","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:30:05","membership":{"membership_id":"3202773","team_id":"27549","team_name":"ŠK Slovan Bratislava","short_name":"Slovan Bratisl","team_area_name":"Slovakia","team_area_id":"171","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:30:05"}},{"people_id":"280082","first_name":"Nemanja","last_name":"Petrov","match_name":"N. Petrov","common_name":"Nemanja Petrov","date_of_birth":"1995-08-23","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:29:58","membership":[{"membership_id":"3202772","team_id":"15962","team_name":"OFK Grbalj Radanovici","short_name":"Grbalj","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:29:58"},{"membership_id":"2770687","team_id":"16107","team_name":"FK Belasica Strumica","short_name":"Strumica","team_area_name":"North Macedonia","team_area_id":"120","start_date":"2018-09-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:29:48"}]},{"people_id":"201831","first_name":"Lucas","last_name":"Buadés","match_name":"L. Buadés","common_name":"Lucas Buadés","date_of_birth":"1997-12-28","place_of_birth":"Muret","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"181","weight":"73","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:29:50"},{"people_id":"163315","first_name":"Getulio Wandelly","last_name":"Silva Timoteo","match_name":"Getúlio","common_name":"Getúlio","date_of_birth":"1997-06-10","place_of_birth":"Major Isidoro (AL)","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"186","weight":"75","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:29:17","membership":[{"membership_id":"3202771","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:29:17"},{"membership_id":"2614623","team_id":"1384","team_name":"Avaí FC","short_name":"Avaí","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-01-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-07 16:29:10"},{"membership_id":"1087387","team_id":"28939","team_name":"Avaí FC U20","short_name":"","team_area_name":"Brazil","team_area_id":"35","start_date":"2017-01-02","end_date":"2017-12-31","role":"player","active":"no","last_updated":"2019-08-07 16:29:06"}]},{"people_id":"115171","first_name":"Miloš","last_name":"Zečević","match_name":"M. Zečević","common_name":"Miloš Zečević","date_of_birth":"1999-10-23","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:29:16","membership":[{"membership_id":"3202770","team_id":"15962","team_name":"OFK Grbalj Radanovici","short_name":"Grbalj","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:29:16"},{"membership_id":"396945","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2016-06-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:29:08"}]},{"people_id":"212420","first_name":"Kelyan","last_name":"Guessoum","match_name":"K. Guessoum","common_name":"Kelyan Guessoum","date_of_birth":"1999-02-05","place_of_birth":"Alès","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"69","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:28:58"},{"people_id":"333198","first_name":"Kelen","last_name":"Bender","match_name":"K. Bender","common_name":"Kelen Bender","date_of_birth":"1996-02-21","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:28:46","membership":{"membership_id":"3202769","team_id":"27538","team_name":"FC Gintra-Universitetas","short_name":"Gintra Univers","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:28:46"}},{"people_id":"333197","first_name":"Eduard","last_name":"Serbul","match_name":"E. Serbul","common_name":"Eduard Serbul","date_of_birth":"1993-04-14","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"male","height":"178","weight":"67","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:28:42","membership":{"membership_id":"3202768","team_id":"15962","team_name":"OFK Grbalj Radanovici","short_name":"Grbalj","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:28:42"}},{"people_id":"33354","first_name":"Haris","last_name":"Duljević","match_name":"H. Duljević","common_name":"Haris Duljević","date_of_birth":"1993-11-16","place_of_birth":"Sarajevo","country_of_birth":"Bosnia and Herzegovina","nationality":"Bosnia and Herzegovina","country_of_birth_area_id":"33","nationality_area_id":"33","gender":"male","height":"185","weight":"82","foot":"left","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/33354.png","last_updated":"2019-08-07 16:28:32"},{"people_id":"333196","first_name":"Dmitry","last_name":"Guschenko","match_name":"D. GUSCHENKO","common_name":"Dmitry Guschenko","date_of_birth":"1988-05-12","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 16:28:11","membership":{"membership_id":"3202767","team_id":"20370","team_name":"FK Vitebsk","short_name":"FK Vitebsk","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:28:11"}},{"people_id":"163770","first_name":"Ahoueke Steeve Kevin","last_name":"Denkey","match_name":"A. Denkey","common_name":"Ahoueke Denkey","date_of_birth":"2000-11-30","place_of_birth":"Lomé","country_of_birth":"Togo","nationality":"Togo","country_of_birth_area_id":"192","nationality_area_id":"192","gender":"male","height":"181","weight":"81","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:27:59"},{"people_id":"94747","first_name":"Hélder José","last_name":"Castro Ferreira","match_name":"Hélder","common_name":"Hélder","date_of_birth":"1997-04-05","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"179","weight":"62","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:27:23","membership":[{"membership_id":"3202765","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:27:23"},{"membership_id":"1309217","team_id":"1551","team_name":"Vitória SC","short_name":"Vitória SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:27:23"},{"membership_id":"248968","team_id":"19270","team_name":"Vitória SC B","short_name":"Vitória SC B","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-11-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:27:23"}]},{"people_id":"76514","first_name":"Benjamin","last_name":"Kacić","match_name":"B. Kacić","common_name":"Benjamin Kacić","date_of_birth":"1991-06-28","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:27:23","membership":[{"membership_id":"3202766","team_id":"15962","team_name":"OFK Grbalj Radanovici","short_name":"Grbalj","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:27:23"},{"membership_id":"577215","team_id":"15963","team_name":"OFK Petrovac","short_name":"Petrovac","team_area_name":"Montenegro","team_area_id":"225","start_date":"2016-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:27:16"}]},{"people_id":"217123","first_name":"Tímea","last_name":"Feketevíziová","match_name":"T. Feketevíziová","common_name":"Tímea Feketevíziová","date_of_birth":"2002-04-17","place_of_birth":"","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:27:21","membership":{"membership_id":"3202764","team_id":"27549","team_name":"ŠK Slovan Bratislava","short_name":"Slovan Bratisl","team_area_name":"Slovakia","team_area_id":"171","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:27:21"}},{"people_id":"284432","first_name":"Tereza","last_name":"Mrocková","match_name":"T. Mrocková","common_name":"Tereza Mrocková","date_of_birth":"2003-09-07","place_of_birth":"","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:27:16","membership":{"membership_id":"3202763","team_id":"27549","team_name":"ŠK Slovan Bratislava","short_name":"Slovan Bratisl","team_area_name":"Slovakia","team_area_id":"171","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:27:16"}},{"people_id":"284431","first_name":"Tamara","last_name":"Morávková","match_name":"T. Morávková","common_name":"Tamara Morávková","date_of_birth":"2003-01-02","place_of_birth":"","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:27:08","membership":{"membership_id":"3202762","team_id":"27549","team_name":"ŠK Slovan Bratislava","short_name":"Slovan Bratisl","team_area_name":"Slovakia","team_area_id":"171","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:27:08"}},{"people_id":"217111","first_name":"Michaela","last_name":"Harvilová","match_name":"M. Harvilová","common_name":"Michaela Harvilová","date_of_birth":"2001-05-03","place_of_birth":"","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:26:58","membership":{"membership_id":"3202761","team_id":"27549","team_name":"ŠK Slovan Bratislava","short_name":"Slovan Bratisl","team_area_name":"Slovakia","team_area_id":"171","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:26:58"}},{"people_id":"150644","first_name":"Ľudmila","last_name":"Maťavková","match_name":"L. Maťavková","common_name":"Ľudmila Maťavková","date_of_birth":"1998-04-11","place_of_birth":"","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:26:50","membership":{"membership_id":"3202760","team_id":"27549","team_name":"ŠK Slovan Bratislava","short_name":"Slovan Bratisl","team_area_name":"Slovakia","team_area_id":"171","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:26:50"}},{"people_id":"291857","first_name":"Bogdan","last_name":"Rašo","match_name":"B. Rašo","common_name":"Bogdan Rašo","date_of_birth":"2000-10-06","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:26:48","membership":{"membership_id":"3202759","team_id":"15962","team_name":"OFK Grbalj Radanovici","short_name":"Grbalj","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:26:48"}},{"people_id":"128580","first_name":"Yago César","last_name":"da Silva","match_name":"Yago César","common_name":"Yago César","date_of_birth":"1997-05-26","place_of_birth":"Taboão da Serra, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:26:47","membership":[{"membership_id":"3202758","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-29","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:26:47"},{"membership_id":"3202757","team_id":"1381","team_name":"CA Paranaense","short_name":"Paranaense","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-07-01","end_date":"2019-07-28","role":"player","active":"no","last_updated":"2019-08-07 16:26:47"},{"membership_id":"2735089","team_id":"18771","team_name":"CF Lobos de la BUAP","short_name":"Lobos BUAP","team_area_name":"Mexico","team_area_id":"129","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:26:33"}]},{"people_id":"58911","first_name":"Nemanja","last_name":"Kartal","match_name":"N. Kartal","common_name":"Nemanja Kartal","date_of_birth":"1994-07-17","place_of_birth":"Pljevlja","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"196","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:26:18","membership":[{"membership_id":"3202756","team_id":"15962","team_name":"OFK Grbalj Radanovici","short_name":"Grbalj","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:26:18"},{"membership_id":"1319838","team_id":"15956","team_name":"FK Rudar Pljevlja","short_name":"Rudar Pljevlja","team_area_name":"Montenegro","team_area_id":"225","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:26:10"}]},{"people_id":"157143","first_name":"Karen","last_name":"Bender","match_name":"K. Bender","common_name":"Karen Bender","date_of_birth":"1996-02-21","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:26:08","membership":{"membership_id":"3202749","team_id":"27538","team_name":"FC Gintra-Universitetas","short_name":"Gintra Univers","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:22:34"}},{"people_id":"116145","first_name":"Rafael Gustavo","last_name":"Meneghel Gava","match_name":"Rafael Gava","common_name":"Rafael Gava","date_of_birth":"1993-05-20","place_of_birth":"Americana, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"178","weight":"71","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:25:33","membership":[{"membership_id":"3202755","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:25:33"},{"membership_id":"2998579","team_id":"17753","team_name":"SER Caxias","short_name":"SER Caxias","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-12-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:25:33"}]},{"people_id":"355193","first_name":"Nothando","last_name":"Vilakazi","match_name":"N. Vilakazi","common_name":"Nothando Vilakazi","date_of_birth":"1988-10-28","place_of_birth":"Middleburg","country_of_birth":"South Africa","nationality":"South Africa","country_of_birth_area_id":"175","nationality_area_id":"175","gender":"female","height":"160","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/355193.png","last_updated":"2019-08-07 16:25:03","membership":{"membership_id":"3202754","team_id":"27538","team_name":"FC Gintra-Universitetas","short_name":"Gintra Univers","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:25:03"}},{"people_id":"333194","first_name":"João Miguel","last_name":"Vieira Nobrega","match_name":"João Vieira","common_name":"João Vieira","date_of_birth":"2001-12-04","place_of_birth":"Camacha","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"183","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:24:37","membership":[{"membership_id":"3202753","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:24:37"},{"membership_id":"3202750","team_id":"32886","team_name":"UC Sampdoria U19","short_name":"Sampdoria U19","team_area_name":"Italy","team_area_id":"100","start_date":"2018-07-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-07 16:24:37"}]},{"people_id":"214666","first_name":"Théo","last_name":"Barbet","match_name":"T. Barbet","common_name":"Théo Barbet","date_of_birth":"2001-03-06","place_of_birth":"Mâcon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"184","weight":"","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:24:25"},{"people_id":"92918","first_name":"Dušan","last_name":"Vlaisavljević","match_name":"D. Vlaisavljević","common_name":"Dušan Vlaisavljević","date_of_birth":"1961-02-05","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 16:24:24","membership":{"membership_id":"3202751","team_id":"15962","team_name":"OFK Grbalj Radanovici","short_name":"Grbalj","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-06-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 16:24:24"}},{"people_id":"333195","first_name":"Miranda","last_name":"Nild","match_name":"M. Nild","common_name":"Miranda Nild","date_of_birth":"1997-04-01","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:24:01","membership":{"membership_id":"3202752","team_id":"27538","team_name":"FC Gintra-Universitetas","short_name":"Gintra Univers","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:24:01"}},{"people_id":"511671","first_name":"Bryan","last_name":"Soumaré","match_name":"B. Soumaré","common_name":"Bryan Soumaré","date_of_birth":"1999-02-11","place_of_birth":"Saint-Quentin","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"188","weight":"82","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:23:06"},{"people_id":"231938","first_name":"Sory","last_name":"Doumbouya","match_name":"S. Doumbouya","common_name":"Sory Doumbouya","date_of_birth":"1999-01-31","place_of_birth":"Riom","country_of_birth":"France","nationality":"Guinea","country_of_birth_area_id":"76","nationality_area_id":"86","gender":"male","height":"181","weight":"73","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:22:42"},{"people_id":"355204","first_name":"Jermaine","last_name":"Seoposenwe","match_name":"J. Seoposenwe","common_name":"Jermaine Seoposenwe","date_of_birth":"1993-10-12","place_of_birth":"Cape Town, Western Cape","country_of_birth":"South Africa","nationality":"South Africa","country_of_birth_area_id":"175","nationality_area_id":"175","gender":"female","height":"167","weight":"62","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/355204.png","last_updated":"2019-08-07 16:21:59","membership":{"membership_id":"3202748","team_id":"27538","team_name":"FC Gintra-Universitetas","short_name":"Gintra Univers","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:21:59"}},{"people_id":"41853","first_name":"Vasco André","last_name":"Moreira Rocha","match_name":"Vasco","common_name":"Vasco","date_of_birth":"1989-01-29","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"182","weight":"70","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:21:43","membership":[{"membership_id":"3202747","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:21:43"},{"membership_id":"3007937","team_id":"1565","team_name":"Varzim SC","short_name":"Varzim SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-25","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:21:43"}]},{"people_id":"209946","first_name":"Senou","last_name":"Coulibaly","match_name":"S. Coulibaly","common_name":"Senou Coulibaly","date_of_birth":"1994-09-04","place_of_birth":"Mantes-la-Ville","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"193","weight":"85","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/209946.png","last_updated":"2019-08-07 16:21:29"},{"people_id":"49066","first_name":"Jorge Fernando","last_name":"Dos Santos Silva","match_name":"Jorge Silva","common_name":"Jorge Silva","date_of_birth":"1996-03-22","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:20:50","membership":[{"membership_id":"3201637","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 17:51:07"},{"membership_id":"533026","team_id":"1552","team_name":"Leixões SC","short_name":"Leixões SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:20:50"}]},{"people_id":"38563","first_name":"Mama Samba","last_name":"Baldé","match_name":"Mama Baldé","common_name":"Mama Baldé","date_of_birth":"1995-11-06","place_of_birth":"Bissau","country_of_birth":"Guinea-Bissau","nationality":"Guinea-Bissau","country_of_birth_area_id":"87","nationality_area_id":"87","gender":"male","height":"176","weight":"70","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:20:41"},{"people_id":"284393","first_name":"Rimantė","last_name":"Jonušaitė","match_name":"R. Jonušaitė","common_name":"Rimantė Jonušaitė","date_of_birth":"2003-10-25","place_of_birth":"","country_of_birth":"Lithuania","nationality":"Lithuania","country_of_birth_area_id":"117","nationality_area_id":"117","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:20:01","membership":{"membership_id":"3202746","team_id":"27538","team_name":"FC Gintra-Universitetas","short_name":"Gintra Univers","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:20:01"}},{"people_id":"252757","first_name":"Meda","last_name":"Šeškutė","match_name":"M. Šeškutė","common_name":"Meda Šeškutė","date_of_birth":"2003-08-01","place_of_birth":"","country_of_birth":"Lithuania","nationality":"Lithuania","country_of_birth_area_id":"117","nationality_area_id":"117","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 16:19:55","membership":{"membership_id":"3202745","team_id":"27538","team_name":"FC Gintra-Universitetas","short_name":"Gintra Univers","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:19:55"}},{"people_id":"363465","first_name":"Hanna","last_name":"Pilipenka","match_name":"H. Pilipenka","common_name":"Hanna Pilipenka","date_of_birth":"1988-12-25","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/363465.png","last_updated":"2019-08-07 16:19:49","membership":[{"membership_id":"3202744","team_id":"27538","team_name":"FC Gintra-Universitetas","short_name":"Gintra Univers","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:19:49"},{"membership_id":"632510","team_id":"27542","team_name":"ZFK Minsk","short_name":"ZFK Minsk","team_area_name":"Belarus","team_area_id":"26","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 16:19:41"}]},{"people_id":"217914","first_name":"Kahamba Levy","last_name":"Ntumba","match_name":"K. Ntumba","common_name":"Kahamba Ntumba","date_of_birth":"2001-01-12","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"186","weight":"79","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 16:19:49"},{"people_id":"123333","first_name":"Jóbson","last_name":"de Brito Gonzaga","match_name":"Maracás","common_name":"Maracás","date_of_birth":"1994-04-27","place_of_birth":"Itiruçu","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"185","weight":"72","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:19:42","membership":[{"membership_id":"3202743","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:19:42"},{"membership_id":"2996136","team_id":"17745","team_name":"Oeste FC","short_name":"Oeste FC","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:19:42"}]},{"people_id":"300129","first_name":"Sumeja","last_name":"Bektaš","match_name":"S. Bektaš","common_name":"Sumeja Bektaš","date_of_birth":"1993-11-12","place_of_birth":"","country_of_birth":"Bosnia and Herzegovina","nationality":"Bosnia and Herzegovina","country_of_birth_area_id":"33","nationality_area_id":"33","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:19:04","membership":{"membership_id":"3202742","team_id":"27546","team_name":"ŽNK SFK 2000 Sarajevo","short_name":"SFK Sarajevo","team_area_name":"Bosnia and Herzegovina","team_area_id":"33","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:19:04"}},{"people_id":"96183","first_name":"Abdoulaye Jules","last_name":"Keita","match_name":"J. Keita","common_name":"Jules Keita","date_of_birth":"1998-07-20","place_of_birth":"Conakry","country_of_birth":"Guinea","nationality":"Guinea","country_of_birth_area_id":"86","nationality_area_id":"86","gender":"male","height":"175","weight":"63","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/96183.png","last_updated":"2019-08-07 16:18:32"},{"people_id":"362921","first_name":"Armisa","last_name":"Kuć","match_name":"A. Kuć","common_name":"Armisa Kuć","date_of_birth":"1992-04-11","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/362921.png","last_updated":"2019-08-07 16:18:16","membership":[{"membership_id":"3202741","team_id":"27546","team_name":"ŽNK SFK 2000 Sarajevo","short_name":"SFK Sarajevo","team_area_name":"Bosnia and Herzegovina","team_area_id":"33","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:18:16"},{"membership_id":"1259053","team_id":"29151","team_name":"Kvarnsvedens IK","short_name":"Kvarnsvedens","team_area_name":"Sweden","team_area_id":"184","start_date":"2017-01-09","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 16:18:07"}]},{"people_id":"232962","first_name":"Enzo Lilian Marin","last_name":"Loiodice","match_name":"E. Loiodice","common_name":"Enzo Loiodice","date_of_birth":"2000-11-27","place_of_birth":"Dijon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"176","weight":"60","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/232962.png","last_updated":"2019-08-07 16:18:11"},{"people_id":"268951","first_name":"Sanja","last_name":"Nedić","match_name":"S. Nedić","common_name":"Sanja Nedić","date_of_birth":"1994-11-26","place_of_birth":"","country_of_birth":"Albania","nationality":"Albania","country_of_birth_area_id":"9","nationality_area_id":"9","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:17:29","membership":[{"membership_id":"3202740","team_id":"27546","team_name":"ŽNK SFK 2000 Sarajevo","short_name":"SFK Sarajevo","team_area_name":"Bosnia and Herzegovina","team_area_id":"33","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:17:29"},{"membership_id":"2736898","team_id":"27555","team_name":"KF Vllaznia Shkodër","short_name":"KF Vllaznia","team_area_name":"Albania","team_area_id":"9","start_date":"2018-08-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 16:17:05"}]},{"people_id":"111693","first_name":"Simão","last_name":"Verza Bertelli","match_name":"Simão","common_name":"Simão","date_of_birth":"1993-06-02","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 16:17:08","membership":[{"membership_id":"3202739","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-29","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:16:58"},{"membership_id":"1277269","team_id":"25182","team_name":"Operário Ferroviário EC","short_name":"Operário Ferro","team_area_name":"Brazil","team_area_id":"35","start_date":"2016-05-01","end_date":"2019-07-28","role":"player","active":"no","last_updated":"2019-08-07 16:16:58"}]},{"people_id":"362924","first_name":"Dajana","last_name":"Spasojević","match_name":"D. Spasojević","common_name":"Dajana Spasojević","date_of_birth":"1997-10-29","place_of_birth":"","country_of_birth":"Bosnia and Herzegovina","nationality":"Bosnia and Herzegovina","country_of_birth_area_id":"33","nationality_area_id":"33","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/362924.png","last_updated":"2019-08-07 16:16:55","membership":[{"membership_id":"3202738","team_id":"27546","team_name":"ŽNK SFK 2000 Sarajevo","short_name":"SFK Sarajevo","team_area_name":"Bosnia and Herzegovina","team_area_id":"33","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:16:55"},{"membership_id":"2758334","team_id":"29123","team_name":"IK Grand Bodø","short_name":"IK Grand Bodø","team_area_name":"Norway","team_area_id":"146","start_date":"2018-08-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 16:16:47"}]},{"people_id":"74873","first_name":"Nathan Júnior","last_name":"Soares de Carvalho","match_name":"Nathan Júnior","common_name":"Nathan Júnior","date_of_birth":"1989-03-10","place_of_birth":"Rio de Janeiro, RJ","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"184","weight":"79","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/74873.png","last_updated":"2019-08-07 16:16:13","membership":{"membership_id":"3116120","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-02-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:16:13"}},{"people_id":"333193","first_name":"Mirela","last_name":"Pop","match_name":"M. Pop","common_name":"Mirela Pop","date_of_birth":"1986-01-14","place_of_birth":"","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 16:16:07","membership":{"membership_id":"3202737","team_id":"27536","team_name":"CFF Olimpia Cluj","short_name":"Olimpia Cluj","team_area_name":"Romania","team_area_id":"159","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:16:07"}},{"people_id":"134547","first_name":"Mirel","last_name":"Albon","match_name":"M. Albon","common_name":"Mirel Albon","date_of_birth":"1967-10-02","place_of_birth":"","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 16:14:57"},{"people_id":"251332","first_name":"Kevem","last_name":"Lopes Botelho","match_name":"Kevem","common_name":"Kevem","date_of_birth":"2001-01-01","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:14:55","membership":[{"membership_id":"3202736","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:14:55"},{"membership_id":"2685000","team_id":"24829","team_name":"Clube do Remo","short_name":"Clube do Remo","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-01-01","end_date":"2019-07-07","role":"player","active":"no","last_updated":"2019-08-07 16:14:55"}]},{"people_id":"272981","first_name":"Sara","last_name":"Campean","match_name":"S. Campean","common_name":"Sara Campean","date_of_birth":"2003-07-16","place_of_birth":"","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 16:13:40","membership":{"membership_id":"3202735","team_id":"27536","team_name":"CFF Olimpia Cluj","short_name":"Olimpia Cluj","team_area_name":"Romania","team_area_id":"159","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:13:40"}},{"people_id":"244493","first_name":"Roxana","last_name":"Elena Mirea","match_name":"R. Mirea","common_name":"Roxana Mirea","date_of_birth":"2003-05-26","place_of_birth":"","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:13:34","membership":{"membership_id":"3202734","team_id":"27536","team_name":"CFF Olimpia Cluj","short_name":"Olimpia Cluj","team_area_name":"Romania","team_area_id":"159","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:13:34"}},{"people_id":"276320","first_name":"Noemi","last_name":"Vincze","match_name":"N. Vincze","common_name":"Noemi Vincze","date_of_birth":"2002-02-25","place_of_birth":"","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:13:27","membership":{"membership_id":"3202733","team_id":"27536","team_name":"CFF Olimpia Cluj","short_name":"Olimpia Cluj","team_area_name":"Romania","team_area_id":"159","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:13:27"}},{"people_id":"367675","first_name":"Maria Mihaela","last_name":"Ficzay","match_name":"M. Ficzay","common_name":"Maria Mihaela Ficzay","date_of_birth":"1991-11-08","place_of_birth":"","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/367675.png","last_updated":"2019-08-07 16:13:10","membership":[{"membership_id":"3202732","team_id":"27536","team_name":"CFF Olimpia Cluj","short_name":"Olimpia Cluj","team_area_name":"Romania","team_area_id":"159","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:13:10"},{"membership_id":"640062","team_id":"27530","team_name":"KKPK Medyk Konin","short_name":"Medyk Konin","team_area_name":"Poland","team_area_id":"155","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 16:13:03"}]},{"people_id":"244496","first_name":"Ioana Maria","last_name":"Nicoleta Balaceanu","match_name":"I. Balaceanu","common_name":"Ioana Balaceanu","date_of_birth":"2003-07-11","place_of_birth":"","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:12:56","membership":{"membership_id":"3202731","team_id":"27536","team_name":"CFF Olimpia Cluj","short_name":"Olimpia Cluj","team_area_name":"Romania","team_area_id":"159","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:12:56"}},{"people_id":"244489","first_name":"Ioana","last_name":"Edvina Ciontos","match_name":"I. Ciontos","common_name":"Ioana Ciontos","date_of_birth":"2003-01-12","place_of_birth":"","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:12:51","membership":{"membership_id":"3202730","team_id":"27536","team_name":"CFF Olimpia Cluj","short_name":"Olimpia Cluj","team_area_name":"Romania","team_area_id":"159","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:12:51"}},{"people_id":"275715","first_name":"Claudia","last_name":"Pana","match_name":"C. Pana","common_name":"Claudia Pana","date_of_birth":"2002-01-23","place_of_birth":"","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:12:39","membership":{"membership_id":"3202729","team_id":"27536","team_name":"CFF Olimpia Cluj","short_name":"Olimpia Cluj","team_area_name":"Romania","team_area_id":"159","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:12:39"}},{"people_id":"15875","first_name":"Goran","last_name":"Vujović","match_name":"G. Vujović","common_name":"Goran Vujović","date_of_birth":"1987-05-03","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:11:47","membership":[{"membership_id":"3202728","team_id":"15975","team_name":"FK Kom Podgorica","short_name":"Kom","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:11:47"},{"membership_id":"2734901","team_id":"15955","team_name":"FK Lovćen Cetinje","short_name":"Lovćen Cetinje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:11:38"}]},{"people_id":"333192","first_name":"Fanni","last_name":"Diószegi","match_name":"F. Diószegi","common_name":"Fanni Diószegi","date_of_birth":"1996-11-26","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:11:38","membership":{"membership_id":"3202727","team_id":"27534","team_name":"Ferencvárosi TC","short_name":"Ferencváros","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:11:38"}},{"people_id":"95660","first_name":"Jovica","last_name":"Blagojević","match_name":"J. Blagojević","common_name":"Jovica Blagojević","date_of_birth":"1998-08-27","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:11:06","membership":{"membership_id":"3202726","team_id":"15975","team_name":"FK Kom Podgorica","short_name":"Kom","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:11:06"}},{"people_id":"68509","first_name":"Miloš B.","last_name":"Radulović","match_name":"Miloš B. Radulović","common_name":"Miloš B. Radulović","date_of_birth":"1990-08-06","place_of_birth":"Podgorica","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"male","height":"185","weight":"79","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:10:33","membership":[{"membership_id":"3202725","team_id":"15975","team_name":"FK Kom Podgorica","short_name":"Kom","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:10:33"},{"membership_id":"149433","team_id":"15959","team_name":"OFK Titograd","short_name":"Titograd","team_area_name":"Montenegro","team_area_id":"225","start_date":"2015-06-09","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:10:25"}]},{"people_id":"62295","first_name":"Andrija","last_name":"Kaludjerović","match_name":"A. Kaludjerović","common_name":"Andrija Kaludjerović","date_of_birth":"1993-10-29","place_of_birth":"Bačka Topola","country_of_birth":"Serbia","nationality":"Montenegro","country_of_birth_area_id":"224","nationality_area_id":"225","gender":"male","height":"182","weight":"70","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:09:55","membership":[{"membership_id":"3202724","team_id":"15975","team_name":"FK Kom Podgorica","short_name":"Kom","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:09:55"},{"membership_id":"3016324","team_id":"15955","team_name":"FK Lovćen Cetinje","short_name":"Lovćen Cetinje","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-01-09","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:09:45"}]},{"people_id":"211442","first_name":"Virág","last_name":"Nagy","match_name":"V. Nagy","common_name":"Virág Nagy","date_of_birth":"2001-07-04","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:08:53","membership":{"membership_id":"3202723","team_id":"27534","team_name":"Ferencvárosi TC","short_name":"Ferencváros","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:08:53"}},{"people_id":"210382","first_name":"Viktória","last_name":"Szabó","match_name":"V. Szabó","common_name":"Viktória Szabó","date_of_birth":"1997-05-26","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:08:47","membership":{"membership_id":"3202722","team_id":"27534","team_name":"Ferencvárosi TC","short_name":"Ferencváros","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:08:47"}},{"people_id":"362915","first_name":"Selma","last_name":"Kapetanović","match_name":"S. Kapetanović","common_name":"Selma Kapetanović","date_of_birth":"1996-12-09","place_of_birth":"","country_of_birth":"Bosnia and Herzegovina","nationality":"Bosnia and Herzegovina","country_of_birth_area_id":"33","nationality_area_id":"33","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/362915.png","last_updated":"2019-08-07 16:08:33","membership":[{"membership_id":"3202721","team_id":"27534","team_name":"Ferencvárosi TC","short_name":"Ferencváros","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:08:33"},{"membership_id":"631308","team_id":"27546","team_name":"ŽNK SFK 2000 Sarajevo","short_name":"SFK Sarajevo","team_area_name":"Bosnia and Herzegovina","team_area_id":"33","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 16:08:25"}]},{"people_id":"211435","first_name":"Sára","last_name":"Pusztai","match_name":"S. Pusztai","common_name":"Sára Pusztai","date_of_birth":"2001-11-16","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:08:20","membership":{"membership_id":"3202720","team_id":"27534","team_name":"Ferencvárosi TC","short_name":"Ferencváros","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:08:20"}},{"people_id":"362907","first_name":"Melisa","last_name":"Hasanbegović","match_name":"M. Hasanbegović","common_name":"Melisa Hasanbegović","date_of_birth":"1995-04-13","place_of_birth":"","country_of_birth":"Bosnia and Herzegovina","nationality":"Bosnia and Herzegovina","country_of_birth_area_id":"33","nationality_area_id":"33","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/362907.png","last_updated":"2019-08-07 16:08:15","membership":[{"membership_id":"3202719","team_id":"27534","team_name":"Ferencvárosi TC","short_name":"Ferencváros","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:08:15"},{"membership_id":"3030695","team_id":"27521","team_name":"SK Slavia Praha","short_name":"Slavia Praha","team_area_name":"Czech Republic","team_area_id":"59","start_date":"2019-03-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 16:08:06"}]},{"people_id":"371227","first_name":"Kristina","last_name":"Erman","match_name":"K. Erman","common_name":"Kristina Erman","date_of_birth":"1993-06-28","place_of_birth":"","country_of_birth":"Slovenia","nationality":"Slovenia","country_of_birth_area_id":"172","nationality_area_id":"172","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/371227.png","last_updated":"2019-08-07 16:08:00","membership":[{"membership_id":"3202718","team_id":"27534","team_name":"Ferencvárosi TC","short_name":"Ferencváros","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:08:00"},{"membership_id":"3024037","team_id":"39870","team_name":"PSV","short_name":"PSV","team_area_name":"Netherlands","team_area_id":"138","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 16:07:53"}]},{"people_id":"221827","first_name":"Kata","last_name":"Buzás","match_name":"K. Buzás","common_name":"Kata Buzás","date_of_birth":"2002-05-21","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:07:49","membership":{"membership_id":"3202717","team_id":"27534","team_name":"Ferencvárosi TC","short_name":"Ferencváros","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:07:49"}},{"people_id":"149027","first_name":"Fanny","last_name":"Vágó","match_name":"F. Vágó","common_name":"Fanny Vágó","date_of_birth":"1991-07-23","place_of_birth":"Szeged","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"female","height":"169","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/149027.png","last_updated":"2019-08-07 16:07:42","membership":[{"membership_id":"3202716","team_id":"27534","team_name":"Ferencvárosi TC","short_name":"Ferencváros","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:07:42"},{"membership_id":"905294","team_id":"27519","team_name":"SKN St. Pölten Frauen","short_name":"SKN St. Pölten","team_area_name":"Austria","team_area_id":"20","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 16:07:05"}]},{"people_id":"312876","first_name":"Bettina","last_name":"Böröcz","match_name":"B. Böröcz","common_name":"Bettina Böröcz","date_of_birth":"2002-10-04","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 16:06:58","membership":{"membership_id":"3202715","team_id":"27534","team_name":"Ferencvárosi TC","short_name":"Ferencváros","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:06:58"}},{"people_id":"66890","first_name":"Rudy","last_name":"Monteiro","match_name":"Rudy","common_name":"Rudy","date_of_birth":"1996-05-22","place_of_birth":"São Filipe, Fogo","country_of_birth":"Cape Verde Islands","nationality":"Cape Verde Islands","country_of_birth_area_id":"44","nationality_area_id":"44","gender":"male","height":"180","weight":"54","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:06:54","membership":[{"membership_id":"2986598","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-12-01","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-07 16:06:54"},{"membership_id":"3202713","team_id":"18446","team_name":"CS Marítimo B","short_name":"","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:06:48"}]},{"people_id":"185052","first_name":"Anna Júlia","last_name":"Csiki","match_name":"A. Csiki","common_name":"Anna Júlia Csiki","date_of_birth":"1999-11-14","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:06:50","membership":{"membership_id":"3202714","team_id":"27534","team_name":"Ferencvárosi TC","short_name":"Ferencváros","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:06:50"}},{"people_id":"38207","first_name":"Ricardo Jorge","last_name":"Oliveira Valente","match_name":"Ricardo Valente","common_name":"Ricardo Valente","date_of_birth":"1991-04-03","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"181","weight":"75","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38207.png","last_updated":"2019-08-07 16:06:25","membership":[{"membership_id":"3202712","team_id":"1753","team_name":"Hatta Club","short_name":"Hatta Club","team_area_name":"United Arab Emirates","team_area_id":"202","start_date":"2019-07-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:06:25"},{"membership_id":"1296024","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-12","end_date":"2019-07-06","role":"player","active":"no","last_updated":"2019-08-07 16:06:25"}]},{"people_id":"371490","first_name":"Donjeta","last_name":"Halilaj","match_name":"D. Halilaj","common_name":"Donjeta Halilaj","date_of_birth":"2000-03-12","place_of_birth":"","country_of_birth":"Kosovo","nationality":"Albania","country_of_birth_area_id":"249","nationality_area_id":"9","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:06:13","membership":[{"membership_id":"3202711","team_id":"36925","team_name":"KFF Mitrovica","short_name":"Mitrovica","team_area_name":"Kosovo","team_area_id":"249","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:06:13"},{"membership_id":"644962","team_id":"27560","team_name":"WFC Hajvalia","short_name":"WFC Hajvalia","team_area_name":"Kosovo","team_area_id":"249","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 16:06:07"}]},{"people_id":"207864","first_name":"Valentina","last_name":"Ternava","match_name":"V. Ternava","common_name":"Valentina Ternava","date_of_birth":"2001-01-06","place_of_birth":"","country_of_birth":"Kosovo","nationality":"Kosovo","country_of_birth_area_id":"249","nationality_area_id":"249","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:06:02","membership":{"membership_id":"3202710","team_id":"36925","team_name":"KFF Mitrovica","short_name":"Mitrovica","team_area_name":"Kosovo","team_area_id":"249","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:06:02"}},{"people_id":"207871","first_name":"Verona","last_name":"Berisha","match_name":"V. Berisha","common_name":"Verona Berisha","date_of_birth":"2000-04-05","place_of_birth":"","country_of_birth":"Kosovo","nationality":"Kosovo","country_of_birth_area_id":"249","nationality_area_id":"249","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:05:56","membership":{"membership_id":"3202709","team_id":"36925","team_name":"KFF Mitrovica","short_name":"Mitrovica","team_area_name":"Kosovo","team_area_id":"249","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:05:56"}},{"people_id":"290227","first_name":"Pedro Leonardo","last_name":"Gonçalves Mateus","match_name":"Pedro Mateus","common_name":"Pedro Mateus","date_of_birth":"1996-09-27","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"189","weight":"84","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 16:05:47","membership":[{"membership_id":"2839023","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-01","end_date":"2019-02-28","role":"player","active":"no","last_updated":"2019-08-07 16:05:47"},{"membership_id":"3202707","team_id":"18446","team_name":"CS Marítimo B","short_name":"","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:05:20"}]},{"people_id":"142476","first_name":"Tatjana","last_name":"Baļičeva","match_name":"T. Baļičeva","common_name":"Tatjana Baļičeva","date_of_birth":"1998-04-06","place_of_birth":"","country_of_birth":"Latvia","nationality":"Latvia","country_of_birth_area_id":"111","nationality_area_id":"111","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:05:32","membership":{"membership_id":"3202708","team_id":"27559","team_name":"FK Rīgas Futbola Skola","short_name":"FK Rīgas FS","team_area_name":"Latvia","team_area_id":"111","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:05:32"}},{"people_id":"333191","first_name":"Pia","last_name":"Foosnaes","match_name":"P. Foosnaes","common_name":"Pia Foosnaes","date_of_birth":"1995-08-28","place_of_birth":"","country_of_birth":"Norway","nationality":"Norway","country_of_birth_area_id":"146","nationality_area_id":"146","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:04:58","membership":{"membership_id":"3202706","team_id":"27559","team_name":"FK Rīgas Futbola Skola","short_name":"FK Rīgas FS","team_area_name":"Latvia","team_area_id":"111","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:04:58"}},{"people_id":"299438","first_name":"Matthew Alexander","last_name":"Pires Nogueira","match_name":"Matthew Nogueira","common_name":"Matthew Nogueira","date_of_birth":"1998-03-18","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 16:04:36","membership":[{"membership_id":"2986595","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-02","end_date":"2019-01-31","role":"player","active":"no","last_updated":"2019-08-07 16:04:36"},{"membership_id":"3202705","team_id":"18446","team_name":"CS Marítimo B","short_name":"","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:04:29"}]},{"people_id":"156560","first_name":"Mamadou","last_name":"Serov Traoré","match_name":"M. Traoré","common_name":"Mamadou Traoré","date_of_birth":"1994-10-03","place_of_birth":"Bamako","country_of_birth":"Mali","nationality":"Mali","country_of_birth_area_id":"125","nationality_area_id":"125","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:03:43","membership":[{"membership_id":"2986596","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-12-01","end_date":"2019-04-30","role":"player","active":"no","last_updated":"2019-08-07 16:03:43"},{"membership_id":"3202704","team_id":"18446","team_name":"CS Marítimo B","short_name":"","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-01-03","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:03:34"},{"membership_id":"993593","team_id":"15408","team_name":"CD Platense","short_name":"CD Platense","team_area_name":"Honduras","team_area_id":"90","start_date":"2015-08-04","end_date":"2016-12-31","role":"player","active":"no","last_updated":"2019-08-07 16:03:25"}]},{"people_id":"333190","first_name":"Ligita","last_name":"Tumāne","match_name":"L. Tumāne","common_name":"Ligita Tumāne","date_of_birth":"1996-05-01","place_of_birth":"","country_of_birth":"Latvia","nationality":"Latvia","country_of_birth_area_id":"111","nationality_area_id":"111","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:03:06","membership":{"membership_id":"3202703","team_id":"27559","team_name":"FK Rīgas Futbola Skola","short_name":"FK Rīgas FS","team_area_name":"Latvia","team_area_id":"111","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:03:06"}},{"people_id":"115765","first_name":"Johnson","last_name":"Oppong Owusu","match_name":"J. Oppong Owusu","common_name":"Johnson Oppong Owusu","date_of_birth":"1998-02-05","place_of_birth":"","country_of_birth":"Ghana","nationality":"Ghana","country_of_birth_area_id":"81","nationality_area_id":"81","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:02:35","membership":{"membership_id":"3074652","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-04-20","end_date":"2019-04-30","role":"player","active":"no","last_updated":"2019-08-07 16:02:35"}},{"people_id":"176545","first_name":"Denis","last_name":"Yaskovich","match_name":"D. Yaskovich","common_name":"Denis Yaskovich","date_of_birth":"1995-08-30","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"male","height":"183","weight":"75","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 16:02:21","membership":[{"membership_id":"3202702","team_id":"18863","team_name":"FK Torpedo-BelAZ Zhodino","short_name":"Torp Zhodino","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-07-15","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:02:21"},{"membership_id":"2695801","team_id":"19140","team_name":"FK Energetik-BGU Minsk","short_name":"Energetik-BGU","team_area_name":"Belarus","team_area_id":"26","start_date":"2017-08-01","end_date":"2019-07-15","role":"player","active":"no","last_updated":"2019-08-07 16:02:03"}]},{"people_id":"43960","first_name":"Diederrick Joël","last_name":"Tagueu Tadjo","match_name":"J. Tagueu","common_name":"Joël Tagueu","date_of_birth":"1993-12-06","place_of_birth":"Nkongsamba","country_of_birth":"Cameroon","nationality":"Cameroon","country_of_birth_area_id":"42","nationality_area_id":"42","gender":"male","height":"178","weight":"76","foot":"left","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/43960.png","last_updated":"2019-08-07 16:02:19","membership":[{"membership_id":"3202701","team_id":"1046","team_name":"Cruzeiro EC","short_name":"Cruzeiro","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:02:19"},{"membership_id":"2602567","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-01-08","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 16:02:19"}]},{"people_id":"333189","first_name":"Ksenija","last_name":"Nagle","match_name":"K. Nagle","common_name":"Ksenija Nagle","date_of_birth":"2003-05-19","place_of_birth":"","country_of_birth":"Latvia","nationality":"Latvia","country_of_birth_area_id":"111","nationality_area_id":"111","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:01:36","membership":{"membership_id":"3202700","team_id":"27559","team_name":"FK Rīgas Futbola Skola","short_name":"FK Rīgas FS","team_area_name":"Latvia","team_area_id":"111","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:01:36"}},{"people_id":"191797","first_name":"Francisco","last_name":"Simbine","match_name":"Francisco","common_name":"Francisco","date_of_birth":"1997-04-07","place_of_birth":"","country_of_birth":"Mozambique","nationality":"Mozambique","country_of_birth_area_id":"134","nationality_area_id":"134","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 16:00:52","membership":{"membership_id":"1332348","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-08-31","end_date":"2018-10-31","role":"player","active":"no","last_updated":"2019-08-07 16:00:52"}},{"people_id":"115712","first_name":"Everton","last_name":"Nascimento de Mendonça","match_name":"Everton","common_name":"Everton","date_of_birth":"1993-07-03","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 16:00:36","membership":[{"membership_id":"3202699","team_id":"14005","team_name":"Al Muharraq SC","short_name":"Al Muharraq SC","team_area_name":"Bahrain","team_area_id":"23","start_date":"2019-01-21","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 16:00:36"},{"membership_id":"1295269","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-03","end_date":"2019-01-20","role":"player","active":"no","last_updated":"2019-08-07 16:00:36"}]},{"people_id":"333188","first_name":"Ilona","last_name":"Leonova","match_name":"I. Leonova","common_name":"Ilona Leonova","date_of_birth":"2001-02-27","place_of_birth":"","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:59:39","membership":{"membership_id":"3202698","team_id":"27559","team_name":"FK Rīgas Futbola Skola","short_name":"FK Rīgas FS","team_area_name":"Latvia","team_area_id":"111","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:59:39"}},{"people_id":"252350","first_name":"Edgar","last_name":"Salvador Mendonça","match_name":"E. Mendonça","common_name":"Edgar Mendonça","date_of_birth":"1996-08-27","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"185","weight":"83","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 15:59:37","membership":[{"membership_id":"2687137","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-05-01","end_date":"2018-05-31","role":"player","active":"no","last_updated":"2019-08-07 15:59:37"},{"membership_id":"3202697","team_id":"18446","team_name":"CS Marítimo B","short_name":"","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:59:29"}]},{"people_id":"28214","first_name":"Drausio Luis","last_name":"Salla Gil","match_name":"Drausio","common_name":"Drausio","date_of_birth":"1991-08-21","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/28214.png","last_updated":"2019-08-07 15:59:09","membership":{"membership_id":"1350328","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-08-22","end_date":"2018-08-31","role":"player","active":"no","last_updated":"2019-08-07 15:59:09"}},{"people_id":"6389","first_name":"Daniel Miguel","last_name":"Alves Gomes","match_name":"Danny","common_name":"Danny","date_of_birth":"1983-08-07","place_of_birth":"Caracas","country_of_birth":"Venezuela","nationality":"Portugal","country_of_birth_area_id":"207","nationality_area_id":"156","gender":"male","height":"178","weight":"70","foot":"both","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/6389.png","last_updated":"2019-08-07 15:58:52","membership":{"membership_id":"2738622","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-02","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-07 15:58:52"}},{"people_id":"174492","first_name":"Denis","last_name":"Golenko","match_name":"D. Golenko","common_name":"Denis Golenko","date_of_birth":"1996-03-13","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:58:19","membership":[{"membership_id":"3202696","team_id":"18860","team_name":"FK Naftan Navapolatsk","short_name":"Naftan","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:58:19"},{"membership_id":"2733124","team_id":"18867","team_name":"FK Belšyna Babrujsk","short_name":"Belšyna","team_area_name":"Belarus","team_area_id":"26","start_date":"2018-07-16","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 15:57:59"}]},{"people_id":"333187","first_name":"Alina","last_name":"Polikarpova","match_name":"A. Polikarpova","common_name":"Alina Polikarpova","date_of_birth":"1999-10-14","place_of_birth":"","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 15:57:51","membership":{"membership_id":"3202695","team_id":"27559","team_name":"FK Rīgas Futbola Skola","short_name":"FK Rīgas FS","team_area_name":"Latvia","team_area_id":"111","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:57:51"}},{"people_id":"290228","first_name":"Cristiano David","last_name":"Camacho Rodrigues Abreu","match_name":"Cristiano Abreu","common_name":"Cristiano Abreu","date_of_birth":"1999-05-21","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"179","weight":"69","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:57:48","membership":[{"membership_id":"2839027","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-01","end_date":"2018-10-31","role":"player","active":"no","last_updated":"2019-08-07 15:57:48"},{"membership_id":"3202694","team_id":"18446","team_name":"CS Marítimo B","short_name":"","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:57:38"}]},{"people_id":"141466","first_name":"Yanis","last_name":"Henin","match_name":"Y. Henin","common_name":"Yanis Henin","date_of_birth":"1999-06-24","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"181","weight":"62","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/141466.png","last_updated":"2019-08-07 15:57:45"},{"people_id":"230414","first_name":"Francisco","last_name":"Gonçalves Sacalumbo","match_name":"Chico Banza","common_name":"Chico Banza","date_of_birth":"1998-12-17","place_of_birth":"","country_of_birth":"Angola","nationality":"Angola","country_of_birth_area_id":"13","nationality_area_id":"13","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 15:57:20","membership":[{"membership_id":"3074651","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-11-01","end_date":"2019-04-30","role":"player","active":"no","last_updated":"2019-08-07 15:57:07"},{"membership_id":"3202693","team_id":"18446","team_name":"CS Marítimo B","short_name":"","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-11-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:57:20"}]},{"people_id":"271469","first_name":"Roberto","last_name":"Navarro Munoz","match_name":"R. Navarro Munoz","common_name":"Roberto Navarro Munoz","date_of_birth":"2002-04-12","place_of_birth":"Barcelona","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"178","weight":"60","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:56:55"},{"people_id":"270005","first_name":"Aloísio Souza","last_name":"Genézio","match_name":"Aloísio","common_name":"Aloísio Souza Genézio","date_of_birth":"1996-05-03","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:56:46","membership":[{"membership_id":"2740863","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-01","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-07 15:56:39"},{"membership_id":"3202692","team_id":"18446","team_name":"CS Marítimo B","short_name":"","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:56:46"}]},{"people_id":"151924","first_name":"Jonathan","last_name":"Panzo","match_name":"J. Panzo","common_name":"Jonathan Panzo","date_of_birth":"2000-10-25","place_of_birth":"London","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"185","weight":"70","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/151924.png","last_updated":"2019-08-07 15:55:27"},{"people_id":"287147","first_name":"Sofija","last_name":"Gergeležiu","match_name":"S. Gergeležiu","common_name":"Sofija Gergeležiu","date_of_birth":"2003-08-31","place_of_birth":"","country_of_birth":"Latvia","nationality":"Latvia","country_of_birth_area_id":"111","nationality_area_id":"111","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:55:09","membership":{"membership_id":"3202691","team_id":"27559","team_name":"FK Rīgas Futbola Skola","short_name":"FK Rīgas FS","team_area_name":"Latvia","team_area_id":"111","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:55:09"}},{"people_id":"125493","first_name":"Marcelo Antonio","last_name":"de Oliveira","match_name":"Marcelinho","common_name":"Marcelinho","date_of_birth":"1996-07-17","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 15:55:06","membership":{"membership_id":"2705258","team_id":"22344","team_name":"Londrina EC","short_name":"Londrina EC","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:55:06"}},{"people_id":"142470","first_name":"Luize","last_name":"Lorence","match_name":"L. Lorence","common_name":"Luize Lorence","date_of_birth":"1999-09-29","place_of_birth":"","country_of_birth":"Latvia","nationality":"Latvia","country_of_birth_area_id":"111","nationality_area_id":"111","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:55:01","membership":{"membership_id":"3202690","team_id":"27559","team_name":"FK Rīgas Futbola Skola","short_name":"FK Rīgas FS","team_area_name":"Latvia","team_area_id":"111","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:55:01"}},{"people_id":"216968","first_name":"Ērika","last_name":"Gricijenko","match_name":"E. Gricijenko","common_name":"Ērika Gricijenko","date_of_birth":"2002-11-30","place_of_birth":"","country_of_birth":"Latvia","nationality":"Latvia","country_of_birth_area_id":"111","nationality_area_id":"111","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:54:56","membership":{"membership_id":"3202689","team_id":"27559","team_name":"FK Rīgas Futbola Skola","short_name":"FK Rīgas FS","team_area_name":"Latvia","team_area_id":"111","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:54:56"}},{"people_id":"216962","first_name":"Amanda","last_name":"Medvedeva","match_name":"A. Medvedeva","common_name":"Amanda Medvedeva","date_of_birth":"2002-08-10","place_of_birth":"","country_of_birth":"Latvia","nationality":"Latvia","country_of_birth_area_id":"111","nationality_area_id":"111","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:54:51","membership":{"membership_id":"3202688","team_id":"27559","team_name":"FK Rīgas Futbola Skola","short_name":"FK Rīgas FS","team_area_name":"Latvia","team_area_id":"111","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:54:51"}},{"people_id":"118580","first_name":"Daizen","last_name":"Maeda","match_name":"D. Maeda","common_name":"Daizen Maeda","date_of_birth":"1997-10-20","place_of_birth":"","country_of_birth":"Japan","nationality":"Japan","country_of_birth_area_id":"102","nationality_area_id":"102","gender":"male","height":"173","weight":"67","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/118580.png","last_updated":"2019-08-07 15:54:43","membership":[{"membership_id":"3202687","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-18","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:54:43"},{"membership_id":"2624315","team_id":"17949","team_name":"Matsumoto Yamaga FC","short_name":"Matsumoto Yam","team_area_name":"Japan","team_area_id":"102","start_date":"2018-01-31","end_date":"2019-07-17","role":"player","active":"no","last_updated":"2019-08-07 15:54:43"}]},{"people_id":"333186","first_name":"Victoria Frances","last_name":"Bruce","match_name":"V. Bruce","common_name":"Victoria Bruce","date_of_birth":"1994-05-31","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:54:14","membership":{"membership_id":"3202686","team_id":"27529","team_name":"Apollon FC Lemesós","short_name":"Apollon Lem","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:54:14"}},{"people_id":"141490","first_name":"Ibrahima","last_name":"Diallo","match_name":"I. Diallo","common_name":"Ibrahima Diallo","date_of_birth":"1999-03-08","place_of_birth":"Tours","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"179","weight":"70","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:54:12"},{"people_id":"66810","first_name":"Gildo","last_name":"Lourenço Vilanculos","match_name":"Gildo","common_name":"Gildo","date_of_birth":"1995-01-31","place_of_birth":"Beira","country_of_birth":"Mozambique","nationality":"Mozambique","country_of_birth_area_id":"134","nationality_area_id":"134","gender":"male","height":"170","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/66810.png","last_updated":"2019-08-07 15:53:03","membership":[{"membership_id":"3202684","team_id":"18446","team_name":"CS Marítimo B","short_name":"","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:53:03"},{"membership_id":"3202682","team_id":"1589","team_name":"Amora FC","short_name":"Amora","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:53:03"},{"membership_id":"2588880","team_id":"28188","team_name":"Real SC","short_name":"Real SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-01-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:52:36"}]},{"people_id":"333184","first_name":"Rio","last_name":"Hardy","match_name":"R. Hardy","common_name":"Rio Hardy","date_of_birth":"1996-06-29","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 15:53:02","membership":{"membership_id":"3202683","team_id":"27529","team_name":"Apollon FC Lemesós","short_name":"Apollon Lem","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:53:02"}},{"people_id":"268737","first_name":"Selena","last_name":"Babb","match_name":"S. Babb","common_name":"Selena Babb","date_of_birth":"1995-08-26","place_of_birth":"","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 15:52:06","membership":[{"membership_id":"3202680","team_id":"27529","team_name":"Apollon FC Lemesós","short_name":"Apollon Lem","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:52:06"},{"membership_id":"2736433","team_id":"27536","team_name":"CFF Olimpia Cluj","short_name":"Olimpia Cluj","team_area_name":"Romania","team_area_id":"159","start_date":"2018-08-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 15:51:57"}]},{"people_id":"363445","first_name":"Sandra","last_name":"Voitāne","match_name":"S. Voitāne","common_name":"Sandra Voitāne","date_of_birth":"1999-09-16","place_of_birth":"","country_of_birth":"Latvia","nationality":"Latvia","country_of_birth_area_id":"111","nationality_area_id":"111","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 15:51:49","membership":[{"membership_id":"3202679","team_id":"27529","team_name":"Apollon FC Lemesós","short_name":"Apollon Lem","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:51:49"},{"membership_id":"632460","team_id":"27559","team_name":"FK Rīgas Futbola Skola","short_name":"FK Rīgas FS","team_area_name":"Latvia","team_area_id":"111","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 15:51:39"}]},{"people_id":"158711","first_name":"Hugo","last_name":"Hagege","match_name":"H. Hagege","common_name":"Hugo Hagege","date_of_birth":"1999-11-12","place_of_birth":"Lyon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"184","weight":"73","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 15:51:43"},{"people_id":"128805","first_name":"Martina","last_name":"Šurnovská","match_name":"M. Šurnovská","common_name":"Martina Šurnovská","date_of_birth":"1999-02-10","place_of_birth":"","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:51:32","membership":[{"membership_id":"3202678","team_id":"27529","team_name":"Apollon FC Lemesós","short_name":"Apollon Lem","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:51:32"},{"membership_id":"632381","team_id":"27549","team_name":"ŠK Slovan Bratislava","short_name":"Slovan Bratisl","team_area_name":"Slovakia","team_area_id":"171","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 15:51:26"}]},{"people_id":"38431","first_name":"Erivaldo Jorge Paulo","last_name":"Ferreira","match_name":"Erivaldo","common_name":"Erivaldo","date_of_birth":"1994-02-08","place_of_birth":"Aveiro","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"178","weight":"69","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 15:51:29","membership":{"membership_id":"2727852","team_id":"1552","team_name":"Leixões SC","short_name":"Leixões SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-11","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:51:29"}},{"people_id":"212783","first_name":"Gobe","last_name":"Gouano","match_name":"G. Gouano","common_name":"Gobe Gouano","date_of_birth":"2000-12-10","place_of_birth":"Ivry-sur-Seine","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"185","weight":"","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 15:51:22"},{"people_id":"269016","first_name":"Krystyna","last_name":"Freda","match_name":"K. Freda","common_name":"Krystyna Freda","date_of_birth":"1993-11-01","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 15:51:15","membership":[{"membership_id":"3202677","team_id":"27529","team_name":"Apollon FC Lemesós","short_name":"Apollon Lem","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:51:15"},{"membership_id":"2737000","team_id":"36923","team_name":"Barcelona FA","short_name":"Barcelona FA","team_area_name":"Cyprus","team_area_id":"58","start_date":"2018-08-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 15:51:07"}]},{"people_id":"63996","first_name":"Jhon Cley","last_name":"Jesus Silva","match_name":"Jhon Cley","common_name":"Jhon Cley","date_of_birth":"1994-03-09","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/63996.png","last_updated":"2019-08-07 15:50:16","membership":{"membership_id":"2739681","team_id":"21271","team_name":"CS Alagoano","short_name":"Alagoano","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:50:16"}},{"people_id":"333183","first_name":"Steffi","last_name":"Hardy","match_name":"S. Hardy","common_name":"Steffi Hardy","date_of_birth":"1996-06-29","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:50:09","membership":{"membership_id":"3202673","team_id":"27529","team_name":"Apollon FC Lemesós","short_name":"Apollon Lem","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:48:55"}},{"people_id":"61608","first_name":"Franck-Yves","last_name":"Bambock","match_name":"F. Bambock","common_name":"Franck-Yves Bambock","date_of_birth":"1995-04-07","place_of_birth":"Douala","country_of_birth":"Cameroon","nationality":"Cameroon","country_of_birth_area_id":"42","nationality_area_id":"42","gender":"male","height":"181","weight":"78","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/61608.png","last_updated":"2019-08-07 15:49:41","membership":{"membership_id":"3002187","team_id":"18783","team_name":"Maccabi Petah Tikva FC","short_name":"Maccabi PT","team_area_name":"Israel","team_area_id":"99","start_date":"2019-01-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:49:41"}},{"people_id":"163446","first_name":"Leonardo","last_name":"de Andrade Silva","match_name":"Léo Andrade","common_name":"Léo Andrade","date_of_birth":"1998-04-18","place_of_birth":"Curitiba, PR","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:49:26","membership":[{"membership_id":"3202676","team_id":"1540","team_name":"CS Marítimo","short_name":"Marítimo","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-02","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:49:26"},{"membership_id":"3202674","team_id":"1372","team_name":"Coritiba FBC","short_name":"Coritiba","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-07-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 15:49:26"},{"membership_id":"3202672","team_id":"1391","team_name":"EC Juventude","short_name":"EC Juventude","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:49:14"},{"membership_id":"1354483","team_id":"1372","team_name":"Coritiba FBC","short_name":"Coritiba","team_area_name":"Brazil","team_area_id":"35","start_date":"2017-07-01","end_date":"2019-01-14","role":"player","active":"no","last_updated":"2019-08-07 15:48:53"}]},{"people_id":"86647","first_name":"Patrick 'Ronaldinho'","last_name":"Wleh","match_name":"P. Wleh","common_name":"Patrick Wleh","date_of_birth":"1991-06-17","place_of_birth":"Monrovia","country_of_birth":"Liberia","nationality":"Liberia","country_of_birth_area_id":"114","nationality_area_id":"114","gender":"male","height":"178","weight":"74","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/86647.png","last_updated":"2019-08-07 15:49:19","membership":[{"membership_id":"3202675","team_id":"18137","team_name":"Polis Di-Raja Malaysia FA","short_name":"PDRM FA","team_area_name":"Malaysia","team_area_id":"123","start_date":"2019-08-02","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:49:19"},{"membership_id":"2745124","team_id":"15665","team_name":"Floriana FC","short_name":"Floriana FC","team_area_name":"Malta","team_area_id":"126","start_date":"2018-08-14","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 15:48:49"}]},{"people_id":"207812","first_name":"Benoît Badiashile","last_name":"Mukinayi","match_name":"B. Mukinayi","common_name":"Benoît Mukinayi","date_of_birth":"2001-03-26","place_of_birth":"Limoges","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"182","weight":"67","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:48:46"},{"people_id":"309221","first_name":"Rhoda","last_name":"Mulaudzi","match_name":"R. Mulaudzi","common_name":"Rhoda Mulaudzi","date_of_birth":"1989-12-02","place_of_birth":"","country_of_birth":"South Africa","nationality":"South Africa","country_of_birth_area_id":"175","nationality_area_id":"175","gender":"female","height":"154","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/309221.png","last_updated":"2019-08-07 15:47:56","membership":[{"membership_id":"3202671","team_id":"27529","team_name":"Apollon FC Lemesós","short_name":"Apollon Lem","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:47:56"},{"membership_id":"3024941","team_id":"39842","team_name":"Canberra United FC","short_name":"Canberra","team_area_name":"Australia","team_area_id":"19","start_date":"2018-10-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 15:47:43"}]},{"people_id":"296585","first_name":"Pamela","last_name":"Begič","match_name":"P. Begič","common_name":"Pamela Begič","date_of_birth":"1994-10-12","place_of_birth":"","country_of_birth":"Slovenia","nationality":"Slovenia","country_of_birth_area_id":"172","nationality_area_id":"172","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:47:17","membership":{"membership_id":"3202670","team_id":"27529","team_name":"Apollon FC Lemesós","short_name":"Apollon Lem","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:47:17"}},{"people_id":"155399","first_name":"Percy","last_name":"Prado Ruiz","match_name":"P. Prado","common_name":"Percy Prado","date_of_birth":"1996-01-14","place_of_birth":"Huaral","country_of_birth":"Peru","nationality":"Peru","country_of_birth_area_id":"153","nationality_area_id":"153","gender":"male","height":"172","weight":"70","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/155399.png","last_updated":"2019-08-07 15:46:46"},{"people_id":"150017","first_name":"Matilda","last_name":"Abramo","match_name":"M. Abramo","common_name":"Matilda Abramo","date_of_birth":"1998-09-17","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:45:38","membership":{"membership_id":"3202669","team_id":"27529","team_name":"Apollon FC Lemesós","short_name":"Apollon Lem","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:45:38"}},{"people_id":"155390","first_name":"Josué","last_name":"Homawoo","match_name":"J. Homawoo","common_name":"Josué Homawoo","date_of_birth":"1997-11-12","place_of_birth":"Lomé","country_of_birth":"Togo","nationality":"France","country_of_birth_area_id":"192","nationality_area_id":"76","gender":"male","height":"191","weight":"84","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/155390.png","last_updated":"2019-08-07 15:45:21"},{"people_id":"269582","first_name":"Aloísio","last_name":"Soares Neto","match_name":"Aloísio Neto","common_name":"Aloísio Neto","date_of_birth":"1997-08-16","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:44:57"},{"people_id":"333182","first_name":"Foteini","last_name":"Andronikou","match_name":"F. Andronikou","common_name":"Foteini Andronikou","date_of_birth":"1994-03-14","place_of_birth":"","country_of_birth":"Cyprus","nationality":"Cyprus","country_of_birth_area_id":"58","nationality_area_id":"58","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:43:50","membership":{"membership_id":"3202668","team_id":"27529","team_name":"Apollon FC Lemesós","short_name":"Apollon Lem","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:43:50"}},{"people_id":"215012","first_name":"Imran","last_name":"Louza","match_name":"I. Louza","common_name":"Imran Louza","date_of_birth":"1999-05-01","place_of_birth":"Nantes","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"178","weight":"65","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/215012.png","last_updated":"2019-08-07 15:43:47"},{"people_id":"155311","first_name":"Hakim","last_name":"Abdallah","match_name":"H. Abdallah","common_name":"Hakim Abdallah","date_of_birth":"1998-01-09","place_of_birth":"Saint-Leu-la-Forêt","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"180","weight":"75","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/155311.png","last_updated":"2019-08-07 15:43:31"},{"people_id":"155404","first_name":"Thody Elie","last_name":"Youan","match_name":"E. Youan","common_name":"Elie Youan","date_of_birth":"1999-04-07","place_of_birth":"Nantes","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"181","weight":"73","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/155404.png","last_updated":"2019-08-07 15:42:58"},{"people_id":"371443","first_name":"Eleni","last_name":"Markou","match_name":"E. Markou","common_name":"Eleni Markou","date_of_birth":"1995-03-29","place_of_birth":"","country_of_birth":"Greece","nationality":"Greece","country_of_birth_area_id":"82","nationality_area_id":"82","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 15:42:46","membership":[{"membership_id":"3202667","team_id":"27529","team_name":"Apollon FC Lemesós","short_name":"Apollon Lem","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:42:46"},{"membership_id":"644854","team_id":"27543","team_name":"PAOK WF","short_name":"PAOK WF","team_area_name":"Greece","team_area_id":"82","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 15:42:36"}]},{"people_id":"21982","first_name":"Christakis","last_name":"Christoforou","match_name":"C. Christoforou","common_name":"Christakis Christoforou","date_of_birth":"1964-01-26","place_of_birth":"Lemesós","country_of_birth":"Cyprus","nationality":"Cyprus","country_of_birth_area_id":"58","nationality_area_id":"58","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:41:41","membership":{"membership_id":"3202666","team_id":"27529","team_name":"Apollon FC Lemesós","short_name":"Apollon Lem","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 15:41:41"}},{"people_id":"37998","first_name":"Ricardo José","last_name":"Araújo Ferreira","match_name":"Ricardo Ferreira","common_name":"Ricardo Ferreira","date_of_birth":"1992-11-25","place_of_birth":"Mississauga, AB","country_of_birth":"Canada","nationality":"Portugal","country_of_birth_area_id":"43","nationality_area_id":"156","gender":"male","height":"190","weight":"76","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/37998.png","last_updated":"2019-08-07 15:40:26","membership":[{"membership_id":"2989889","team_id":"18445","team_name":"Sporting Clube de Braga B","short_name":"SC Braga B","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:40:26"},{"membership_id":"192946","team_id":"1493","team_name":"Sporting Clube de Braga","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:40:21"}]},{"people_id":"38410","first_name":"Rafael Henrique","last_name":"Assis Cardoso","match_name":"Rafael Assis","common_name":"Rafael Assis","date_of_birth":"1990-10-31","place_of_birth":"Belo Horizonte, MG","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"178","weight":"70","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38410.png","last_updated":"2019-08-07 15:39:53","membership":[{"membership_id":"3202665","team_id":"16431","team_name":"Al Fayha Saudi Club","short_name":"Al Fayha Club","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-07-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:39:53"},{"membership_id":"2773275","team_id":"18445","team_name":"Sporting Clube de Braga B","short_name":"SC Braga B","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-09-20","end_date":"2019-07-05","role":"player","active":"no","last_updated":"2019-08-07 15:39:53"},{"membership_id":"2731199","team_id":"1493","team_name":"Sporting Clube de Braga","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-07-05","role":"player","active":"no","last_updated":"2019-08-07 15:39:53"}]},{"people_id":"333181","first_name":"Cassie","last_name":"Miller","match_name":"C. Miller","common_name":"Cassie Miller","date_of_birth":"1995-04-28","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 15:39:41","membership":{"membership_id":"3202664","team_id":"27529","team_name":"Apollon FC Lemesós","short_name":"Apollon Lem","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:39:41"}},{"people_id":"41785","first_name":"Marcelo Augusto","last_name":"Ferreira Teixeira","match_name":"Marcelo Goiano","common_name":"Marcelo Goiano","date_of_birth":"1987-10-13","place_of_birth":"Goiás","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"176","weight":"69","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41785.png","last_updated":"2019-08-07 15:39:18","membership":[{"membership_id":"3202663","team_id":"1118","team_name":"Sivasspor","short_name":"Sivasspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-06-23","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:39:18"},{"membership_id":"49088","team_id":"1493","team_name":"Sporting Clube de Braga","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-01-15","end_date":"2019-06-22","role":"player","active":"no","last_updated":"2019-08-07 15:39:18"}]},{"people_id":"41553","first_name":"José Carlos","last_name":"Coentrão Marafona","match_name":"Marafona","common_name":"Marafona","date_of_birth":"1987-05-08","place_of_birth":"Vila do Conde","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"190","weight":"79","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41553.png","last_updated":"2019-08-07 15:38:42","membership":[{"membership_id":"3202662","team_id":"20722","team_name":"Aytemiz Alanyaspor","short_name":"Alanyaspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-06-17","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:38:42"},{"membership_id":"287102","team_id":"1493","team_name":"Sporting Clube de Braga","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2016-01-27","end_date":"2019-06-16","role":"player","active":"no","last_updated":"2019-08-07 15:38:42"}]},{"people_id":"333180","first_name":"Antria","last_name":"Michail","match_name":"A. Michail","common_name":"Antria Michail","date_of_birth":"1991-12-19","place_of_birth":"","country_of_birth":"Cyprus","nationality":"Cyprus","country_of_birth_area_id":"58","nationality_area_id":"58","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:38:02","membership":{"membership_id":"3202661","team_id":"27529","team_name":"Apollon FC Lemesós","short_name":"Apollon Lem","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:38:02"}},{"people_id":"41871","first_name":"Fábio","last_name":"Santos Martins","match_name":"Fábio Martins","common_name":"Fábio Martins","date_of_birth":"1993-07-24","place_of_birth":"Vila Nova de Gaia","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"178","weight":"69","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41871.png","last_updated":"2019-08-07 15:37:40","membership":[{"membership_id":"3202660","team_id":"1568","team_name":"FC Famalicão","short_name":"Famalicão","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:37:40"},{"membership_id":"1305674","team_id":"1493","team_name":"Sporting Clube de Braga","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:37:40"}]},{"people_id":"156785","first_name":"Mazire","last_name":"Soula","match_name":"M. Soula","common_name":"Mazire Soula","date_of_birth":"1998-06-06","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"172","weight":"70","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 15:36:54"},{"people_id":"28736","first_name":"Eduardo Antonio","last_name":"Machado Teixeira","match_name":"Eduardo Teixeira","common_name":"Eduardo Teixeira","date_of_birth":"1993-06-07","place_of_birth":"Fortaleza, CE","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"178","weight":"71","foot":"left","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/28736.png","last_updated":"2019-08-07 15:36:34","membership":[{"membership_id":"3202659","team_id":"1840","team_name":"PAE Xanthi AO","short_name":"Skoda Xánthi","team_area_name":"Greece","team_area_id":"82","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:36:34"},{"membership_id":"2731205","team_id":"1493","team_name":"Sporting Clube de Braga","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 15:36:34"}]},{"people_id":"19443","first_name":"Andrej","last_name":"Lukić","match_name":"A. Lukić","common_name":"Andrej Lukić","date_of_birth":"1994-04-02","place_of_birth":"Nova Gradiška","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"194","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:35:46","membership":[{"membership_id":"3202658","team_id":"18871","team_name":"FC Sheriff Tiraspol","short_name":"Sheriff","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:35:46"},{"membership_id":"3168375","team_id":"1493","team_name":"Sporting Clube de Braga","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-07 15:35:46"}]},{"people_id":"69729","first_name":"Cristian","last_name":"López","match_name":"Cristian López","common_name":"Cristian López","date_of_birth":"1989-07-24","place_of_birth":"Crevillent","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"185","weight":"80","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/69729.png","last_updated":"2019-08-07 15:32:58"},{"people_id":"33283","first_name":"Ahmed Hassan Mohamed Abdelmonem Mohamed","last_name":"Mahgoub","match_name":"Koka","common_name":"Koka","date_of_birth":"1993-03-05","place_of_birth":"Cairo","country_of_birth":"Egypt","nationality":"Egypt","country_of_birth_area_id":"66","nationality_area_id":"66","gender":"male","height":"191","weight":"80","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/33283.png","last_updated":"2019-08-07 15:32:39","membership":[{"membership_id":"3201017","team_id":"1493","team_name":"Sporting Clube de Braga","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:32:39"},{"membership_id":"2751500","team_id":"1832","team_name":"PAE Olympiakos SFP","short_name":"Olympiakos","team_area_name":"Greece","team_area_id":"82","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:32:39"}]},{"people_id":"277224","first_name":"Anthony","last_name":"Gomez Mancini","match_name":"A. Gomez Mancini","common_name":"Anthony Gomez Mancini","date_of_birth":"2001-04-06","place_of_birth":"Saint-Priest","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 15:32:10"},{"people_id":"76961","first_name":"Luther","last_name":"Singh","match_name":"L. Singh","common_name":"Luther Singh","date_of_birth":"1997-08-05","place_of_birth":"Noordgesig, Gauteng","country_of_birth":"South Africa","nationality":"South Africa","country_of_birth_area_id":"175","nationality_area_id":"175","gender":"male","height":"171","weight":"60","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 15:30:57","membership":{"membership_id":"2988389","team_id":"1564","team_name":"GD Chaves","short_name":"Chaves","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:30:57"}},{"people_id":"41610","first_name":"Diogo Filipe","last_name":"Guerreiro Viana","match_name":"Diogo Viana","common_name":"Diogo Viana","date_of_birth":"1990-02-22","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"173","weight":"64","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 15:30:27","membership":[{"membership_id":"3201013","team_id":"1493","team_name":"Sporting Clube de Braga","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:30:27"},{"membership_id":"1144725","team_id":"1554","team_name":"Os Belenenses Futebol","short_name":"Belenenses","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:30:27"}]},{"people_id":"49293","first_name":"André Filipe","last_name":"Luz Horta","match_name":"André Horta","common_name":"André Horta","date_of_birth":"1996-11-07","place_of_birth":"Almada","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"167","weight":"55","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/49293.png","last_updated":"2019-08-07 15:29:45","membership":[{"membership_id":"3201015","team_id":"1493","team_name":"Sporting Clube de Braga","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:29:45"},{"membership_id":"2724588","team_id":"25244","team_name":"Los Angeles FC","short_name":"Los Angeles FC","team_area_name":"United States","team_area_id":"203","start_date":"2018-07-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:29:45"}]},{"people_id":"167279","first_name":"Vítor","last_name":"Tormena de Farias","match_name":"Vítor Tormena","common_name":"Vítor Tormena","date_of_birth":"1996-01-04","place_of_birth":"Marília, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"192","weight":"78","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:28:53","membership":[{"membership_id":"3201020","team_id":"1493","team_name":"Sporting Clube de Braga","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:28:53"},{"membership_id":"2819976","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-31","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:28:53"}]},{"people_id":"99771","first_name":"Virgile","last_name":"Pinson","match_name":"V. Pinson","common_name":"Virgile Pinson","date_of_birth":"1996-02-22","place_of_birth":"Noisy-le-Grand","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"70","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 15:27:27"},{"people_id":"209847","first_name":"Patrick","last_name":"Bahanack","match_name":"P. Bahanack","common_name":"Patrick Bahanack","date_of_birth":"1997-08-03","place_of_birth":"Yaoundé","country_of_birth":"Cameroon","nationality":"Cameroon","country_of_birth_area_id":"42","nationality_area_id":"42","gender":"male","height":"185","weight":"78","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:26:47"},{"people_id":"58913","first_name":"Nicolas","last_name":"Lemaître","match_name":"N. Lemaître","common_name":"Nicolas Lemaître","date_of_birth":"1997-01-12","place_of_birth":"Reims","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"188","weight":"82","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/58913.png","last_updated":"2019-08-07 15:26:14"},{"people_id":"98271","first_name":"Moreto Moro","last_name":"Cassamã","match_name":"Moreto Cassamá","common_name":"Moreto Cassamá","date_of_birth":"1998-02-16","place_of_birth":"Bissau","country_of_birth":"Guinea-Bissau","nationality":"Guinea-Bissau","country_of_birth_area_id":"87","nationality_area_id":"87","gender":"male","height":"165","weight":"63","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:25:54"},{"people_id":"333179","first_name":"Mikhail","last_name":"Shibun","match_name":"M. SHIBUN","common_name":"Mikhail Shibun","date_of_birth":"1996-01-01","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:24:11","membership":{"membership_id":"3202657","team_id":"18865","team_name":"FK Minsk","short_name":"FK Minsk","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:24:11"}},{"people_id":"137297","first_name":"Marshall Nyasha","last_name":"Munetsi","match_name":"M. Munetsi","common_name":"Marshall Munetsi","date_of_birth":"1996-06-22","place_of_birth":"Mabvuku","country_of_birth":"Zimbabwe","nationality":"Zimbabwe","country_of_birth_area_id":"212","nationality_area_id":"212","gender":"male","height":"187","weight":"82","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:22:29"},{"people_id":"304339","first_name":"Dialy Kobaly","last_name":"Ndiaye","match_name":"D. Ndiaye","common_name":"Dialy Kobaly Ndiaye","date_of_birth":"1999-07-04","place_of_birth":"Bignona","country_of_birth":"Senegal","nationality":"Senegal","country_of_birth_area_id":"166","nationality_area_id":"166","gender":"male","height":"193","weight":"79","foot":"left","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 15:20:03"},{"people_id":"207841","first_name":"Boulaye","last_name":"Dia","match_name":"B. Dia","common_name":"Boulaye Dia","date_of_birth":"1996-11-16","place_of_birth":"Oyonnax","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"180","weight":"75","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:17:04"},{"people_id":"6453","first_name":"Victorio Maximiliano","last_name":"Pereira Páez","match_name":"M. Pereira","common_name":"Maxi Pereira","date_of_birth":"1984-06-08","place_of_birth":"Montevideo","country_of_birth":"Uruguay","nationality":"Uruguay","country_of_birth_area_id":"204","nationality_area_id":"204","gender":"male","height":"173","weight":"73","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/6453.png","last_updated":"2019-08-07 15:16:03","membership":{"membership_id":"161923","team_id":"867","team_name":"FC Porto","short_name":"Porto","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-07-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:16:03"}},{"people_id":"91917","first_name":"Marius","last_name":"Mouandilmadji","match_name":"M. Mouandilmadji","common_name":"Marius Mouandilmadji","date_of_birth":"1997-01-22","place_of_birth":"Doba","country_of_birth":"Chad","nationality":"Chad","country_of_birth_area_id":"47","nationality_area_id":"47","gender":"male","height":"182","weight":"67","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/91917.png","last_updated":"2019-08-07 15:15:33","membership":{"membership_id":"2731160","team_id":"867","team_name":"FC Porto","short_name":"Porto","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-17","end_date":"2018-10-31","role":"player","active":"no","last_updated":"2019-08-07 15:15:33"}},{"people_id":"44084","first_name":"João Pedro","last_name":"Maturano dos Santos","match_name":"João Pedro","common_name":"João Pedro","date_of_birth":"1996-11-15","place_of_birth":"Presidente Bernardes","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"180","weight":"78","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:15:09","membership":[{"membership_id":"3202656","team_id":"1369","team_name":"EC Bahia","short_name":"Bahia","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:15:09"},{"membership_id":"2747938","team_id":"18449","team_name":"FC Porto B","short_name":"FC Porto B","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-15","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-07 15:15:09"},{"membership_id":"2731154","team_id":"867","team_name":"FC Porto","short_name":"Porto","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-07 15:15:09"}]},{"people_id":"156946","first_name":"Hugo","last_name":"Magnetti","match_name":"H. Magnetti","common_name":"Hugo Magnetti","date_of_birth":"1998-05-30","place_of_birth":"Marseille","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"180","weight":"75","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:14:55"},{"people_id":"38065","first_name":"Hernâni Jorge","last_name":"Santos Fortes","match_name":"Hernâni","common_name":"Hernâni","date_of_birth":"1991-08-20","place_of_birth":"Lisboa","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"180","weight":"70","foot":"both","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38065.png","last_updated":"2019-08-07 15:14:13","membership":{"membership_id":"1309229","team_id":"867","team_name":"FC Porto","short_name":"Porto","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:14:13"}},{"people_id":"78452","first_name":"Gautier","last_name":"Larsonneur ","match_name":"G. Larsonneur","common_name":"Gautier Larsonneur","date_of_birth":"1997-02-23","place_of_birth":"Saint-Renan","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"181","weight":"69","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 15:14:11"},{"people_id":"41649","first_name":"Fabiano","last_name":"Ribeiro de Freitas","match_name":"Fabiano","common_name":"Fabiano","date_of_birth":"1988-02-29","place_of_birth":"Santo Antônio de Jesus","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"197","weight":"90","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41649.png","last_updated":"2019-08-07 15:13:52","membership":[{"membership_id":"3007948","team_id":"18449","team_name":"FC Porto B","short_name":"FC Porto B","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-25","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:13:52"},{"membership_id":"1295477","team_id":"867","team_name":"FC Porto","short_name":"Porto","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:13:52"}]},{"people_id":"113489","first_name":"Ferris","last_name":"N'Goma","match_name":"F. N'Goma","common_name":"Ferris N'Goma","date_of_birth":"1993-06-15","place_of_birth":"Limoges","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"69","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/113489.png","last_updated":"2019-08-07 15:13:22"},{"people_id":"38262","first_name":"Ewerton","last_name":"da Silva Pereira","match_name":"Ewerton","common_name":"Ewerton","date_of_birth":"1992-12-01","place_of_birth":"São Paulo, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"179","weight":"70","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38262.png","last_updated":"2019-08-07 15:13:12","membership":[{"membership_id":"3007885","team_id":"1153","team_name":"Urawa Red Diamonds","short_name":"Urawa RD","team_area_name":"Japan","team_area_id":"102","start_date":"2019-01-12","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:13:12"},{"membership_id":"2726265","team_id":"1563","team_name":"Portimonense SC","short_name":"Portimonense","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-24","end_date":"2019-01-11","role":"player","active":"no","last_updated":"2019-08-07 15:13:12"}]},{"people_id":"212402","first_name":"Derick","last_name":"Osei Yaw","match_name":"D. Osei Yaw","common_name":"Derick Osei Yaw","date_of_birth":"1998-09-10","place_of_birth":"Toulouse","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"187","weight":"80","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 15:12:42"},{"people_id":"38627","first_name":"André Filipe","last_name":"Ferreira Coelho Pereira","match_name":"André Pereira","common_name":"André Pereira","date_of_birth":"1995-05-05","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"188","weight":"73","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38627.png","last_updated":"2019-08-07 15:12:41","membership":[{"membership_id":"3202655","team_id":"1551","team_name":"Vitória SC","short_name":"Vitória SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-09","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:12:41"},{"membership_id":"3020346","team_id":"18449","team_name":"FC Porto B","short_name":"FC Porto B","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-02-25","end_date":"2019-07-08","role":"player","active":"no","last_updated":"2019-08-07 15:12:41"},{"membership_id":"2731159","team_id":"867","team_name":"FC Porto","short_name":"Porto","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-07-08","role":"player","active":"no","last_updated":"2019-08-07 15:12:41"}]},{"people_id":"26807","first_name":"Denys","last_name":"Bain","match_name":"D. Bain","common_name":"Denys Bain","date_of_birth":"1993-07-02","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"182","weight":"74","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/26807.png","last_updated":"2019-08-07 15:12:08"},{"people_id":"41401","first_name":"Adrián","last_name":"López Álvarez","match_name":"Adrián","common_name":"Adrián","date_of_birth":"1988-01-08","place_of_birth":"San Martín De Teverga","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"180","weight":"71","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41401.png","last_updated":"2019-08-07 15:11:45","membership":[{"membership_id":"3202654","team_id":"729","team_name":"CA Osasuna","short_name":"Osasuna","team_area_name":"Spain","team_area_id":"176","start_date":"2019-07-30","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:11:45"},{"membership_id":"2731157","team_id":"867","team_name":"FC Porto","short_name":"Porto","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 15:11:45"}]},{"people_id":"26897","first_name":"Brendan","last_name":"Chardonnet","match_name":"B. Chardonnet","common_name":"Brendan Chardonnet","date_of_birth":"1994-12-22","place_of_birth":"Saint-Renan","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"181","weight":"74","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/26897.png","last_updated":"2019-08-07 15:11:35"},{"people_id":"286258","first_name":"Pedro David","last_name":"Brazão Teixeira","match_name":"Pedro Brazão","common_name":"Pedro Brazão","date_of_birth":"2002-12-30","place_of_birth":"Lisboa","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"172","weight":"62","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:10:25"},{"people_id":"164490","first_name":"Luis Fernando","last_name":"Díaz Marulanda","match_name":"L. Díaz","common_name":"Luis Díaz","date_of_birth":"1997-01-13","place_of_birth":"","country_of_birth":"Colombia","nationality":"Colombia","country_of_birth_area_id":"51","nationality_area_id":"51","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:09:57","membership":[{"membership_id":"3202653","team_id":"867","team_name":"FC Porto","short_name":"Porto","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:09:57"},{"membership_id":"1291197","team_id":"1984","team_name":"CDP Junior FC","short_name":"Junior","team_area_name":"Colombia","team_area_id":"51","start_date":"2017-07-01","end_date":"2019-07-05","role":"player","active":"no","last_updated":"2019-08-07 15:09:57"}]},{"people_id":"244695","first_name":"Paul","last_name":"Wade","match_name":"P. Wade","common_name":"Paul Wade","date_of_birth":"2000-04-17","place_of_birth":"Cagnes-sur-Mer","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"178","weight":"66","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:08:59"},{"people_id":"207821","first_name":"Khéphren","last_name":"Thuram-Ulie","match_name":"K. Thuram-Ulie","common_name":"Khéphren Thuram-Ulie","date_of_birth":"2001-03-26","place_of_birth":"Reggio Emilia","country_of_birth":"Italy","nationality":"France","country_of_birth_area_id":"100","nationality_area_id":"76","gender":"male","height":"191","weight":"82","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:08:47"},{"people_id":"227039","first_name":"Jawad","last_name":"Dramé","match_name":"J. Dramé","common_name":"Jawad Dramé","date_of_birth":"2000-05-31","place_of_birth":"Annecy","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"185","weight":"68","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:07:57"},{"people_id":"158762","first_name":"Eddy","last_name":"Sylvestre","match_name":"E. Sylvestre","common_name":"Eddy Sylvestre","date_of_birth":"1999-08-29","place_of_birth":"Aubagne","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"173","weight":"69","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:07:19"},{"people_id":"174983","first_name":"Andy","last_name":"Pelmard","match_name":"A. Pelmard","common_name":"Andy Pelmard","date_of_birth":"2000-03-12","place_of_birth":"Nice","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"179","weight":"71","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/174983.png","last_updated":"2019-08-07 15:05:41"},{"people_id":"227040","first_name":"Assil","last_name":"Jaziri","match_name":"A. Jaziri","common_name":"Assil Jaziri","date_of_birth":"1999-08-03","place_of_birth":"M'saken","country_of_birth":"Tunisia","nationality":"Tunisia","country_of_birth_area_id":"195","nationality_area_id":"195","gender":"male","height":"173","weight":"73","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:04:37"},{"people_id":"333177","first_name":"Yevgeniy","last_name":"Berezkin","match_name":"Y. Berezkin","common_name":"Yevgeniy Berezkin","date_of_birth":"1996-07-05","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:03:47","membership":{"membership_id":"3202651","team_id":"17648","team_name":"FK BATE Borisov","short_name":"BATE","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-03","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:03:47"}},{"people_id":"312174","first_name":"Sonia Maria","last_name":"O'Neill","match_name":"S. O'Neill","common_name":"Sonia O'Neill","date_of_birth":"1994-04-19","place_of_birth":"Toronto, ON","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:03:40","membership":[{"membership_id":"3202650","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:03:35"},{"membership_id":"3046703","team_id":"39865","team_name":"Pink Bari Calcio","short_name":"Pink Bari","team_area_name":"Italy","team_area_id":"100","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 15:03:40"}]},{"people_id":"271559","first_name":"Marley","last_name":"Ake","match_name":"M. Ake","common_name":"Marley Ake","date_of_birth":"2001-01-05","place_of_birth":"Béziers","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"170","weight":"68","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 15:03:12"},{"people_id":"158761","first_name":"Lucas","last_name":"Perrin","match_name":"L. Perrin","common_name":"Lucas Perrin","date_of_birth":"1998-11-19","place_of_birth":"Marseille","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"187","weight":"71","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 15:02:27"},{"people_id":"158758","first_name":"Florian","last_name":"Chabrolle","match_name":"F. Chabrolle","common_name":"Florian Chabrolle","date_of_birth":"1998-04-07","place_of_birth":"Montmorency","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"65","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:01:55"},{"people_id":"219546","first_name":"Alexandre","last_name":"Phliponeau","match_name":"A. Phliponeau","common_name":"Alexandre Phliponeau","date_of_birth":"2000-01-26","place_of_birth":"Marseille","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"178","weight":"75","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 15:01:14"},{"people_id":"244710","first_name":"Ahmadou Bamba","last_name":"Dia","match_name":"A. Dia","common_name":"Ahmadou Bamba Dia","date_of_birth":"1999-10-13","place_of_birth":"Lyon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"182","weight":"78","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 15:00:25"},{"people_id":"333176","first_name":"Laura Kate","last_name":"Spiranović","match_name":"L. Spiranović","common_name":"Laura Spiranović","date_of_birth":"1991-11-18","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 14:58:49","membership":{"membership_id":"3202649","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:58:49"}},{"people_id":"158826","first_name":"Abdallah","last_name":"Ali Mohamed","match_name":"A. Ali Mohamed","common_name":"Abdallah Ali Mohamed","date_of_birth":"1999-04-11","place_of_birth":"Moroni","country_of_birth":"Comoros","nationality":"Comoros","country_of_birth_area_id":"232","nationality_area_id":"232","gender":"male","height":"185","weight":"78","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:58:41"},{"people_id":"311558","first_name":"Karolainy","last_name":"Caline Alves","match_name":"Karol","common_name":"Karol","date_of_birth":"1997-04-30","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 14:57:26","membership":[{"membership_id":"3202648","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:57:26"},{"membership_id":"3042505","team_id":"39844","team_name":"Grêmio Osasco Audax","short_name":"Audax","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 14:57:20"}]},{"people_id":"202133","first_name":"Jelena","last_name":"Varda","match_name":"J. Varda","common_name":"Jelena Varda","date_of_birth":"1991-01-05","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:55:54","membership":[{"membership_id":"3202647","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:55:54"},{"membership_id":"1324364","team_id":"27556","team_name":"ŽFK Breznica","short_name":"ŽFK Breznica","team_area_name":"Montenegro","team_area_id":"225","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 14:55:45"}]},{"people_id":"333175","first_name":"Iva","last_name":"Bukač","match_name":"I. Bukač","common_name":"Iva Bukač","date_of_birth":"1994-11-27","place_of_birth":"","country_of_birth":"Crimea","nationality":"Crimea","country_of_birth_area_id":"291","nationality_area_id":"291","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:55:20","membership":{"membership_id":"3202646","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:55:20"}},{"people_id":"287434","first_name":"Moussa","last_name":"Diarra","match_name":"M. Diarra","common_name":"Moussa Diarra","date_of_birth":"2000-11-10","place_of_birth":"Stains","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"183","weight":"68","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:54:23"},{"people_id":"333174","first_name":"Ana-Marija","last_name":"Mišetić","match_name":"Ana-Marija Mišetić","common_name":"Ana-Marija Mišetić","date_of_birth":"1993-06-04","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 14:54:02","membership":{"membership_id":"3202645","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:54:02"}},{"people_id":"115361","first_name":"Loïc","last_name":"Bessile","match_name":"L. Bessile","common_name":"Loïc Bessile","date_of_birth":"1999-02-19","place_of_birth":"Toulouse","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"182","weight":"78","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/115361.png","last_updated":"2019-08-07 14:53:38"},{"people_id":"249878","first_name":"Nathan","last_name":"N'Goumou Minpole","match_name":"N. N'Goumou Minpole","common_name":"Nathan N'Goumou","date_of_birth":"2000-03-14","place_of_birth":"Toulouse","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"182","weight":"70","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:53:01"},{"people_id":"258232","first_name":"Tea","last_name":"Pedić","match_name":"T. Pedić","common_name":"Tea Pedić","date_of_birth":"1996-09-06","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:52:53","membership":{"membership_id":"3202644","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:52:53"}},{"people_id":"149899","first_name":"Petra","last_name":"Pezelj","match_name":"P. Pezelj","common_name":"Petra Pezelj","date_of_birth":"1998-10-28","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 14:52:43","membership":{"membership_id":"3202643","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:52:43"}},{"people_id":"258063","first_name":"Nina","last_name":"Prendanic","match_name":"N. Prendanic","common_name":"Nina Prendanic","date_of_birth":"1997-05-28","place_of_birth":"","country_of_birth":"Slovenia","nationality":"Slovenia","country_of_birth_area_id":"172","nationality_area_id":"172","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:52:31","membership":{"membership_id":"3202642","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:52:31"}},{"people_id":"371531","first_name":"Monika","last_name":"Conjar","match_name":"M. Conjar","common_name":"Monika Conjar","date_of_birth":"1995-04-21","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/371531.png","last_updated":"2019-08-07 14:52:17","membership":[{"membership_id":"3202641","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:52:17"},{"membership_id":"645004","team_id":"27544","team_name":"ŽNK Pomurje","short_name":"ŽNK Pomurje","team_area_name":"Slovenia","team_area_id":"172","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 14:52:07"}]},{"people_id":"202124","first_name":"Milica","last_name":"Smiljković","match_name":"M. Smiljković","common_name":"Milica Smiljković","date_of_birth":"1991-11-12","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:51:45","membership":[{"membership_id":"3202640","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:51:45"},{"membership_id":"1324354","team_id":"27556","team_name":"ŽFK Breznica","short_name":"ŽFK Breznica","team_area_name":"Montenegro","team_area_id":"225","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 14:51:39"}]},{"people_id":"202135","first_name":"Mihaela","last_name":"Horvat","match_name":"M. Horvat","common_name":"Mihaela Horvat","date_of_birth":"1994-03-21","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:51:25","membership":[{"membership_id":"3202639","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:51:25"},{"membership_id":"1324370","team_id":"27556","team_name":"ŽFK Breznica","short_name":"ŽFK Breznica","team_area_name":"Montenegro","team_area_id":"225","start_date":"2017-07-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 14:51:20"}]},{"people_id":"208635","first_name":"Matea","last_name":"Bošnjak","match_name":"M. Bošnjak","common_name":"Matea Bošnjak","date_of_birth":"1997-12-21","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:51:10","membership":{"membership_id":"3202638","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:51:10"}},{"people_id":"216823","first_name":"Fatjesa","last_name":"Gegollaj","match_name":"F. Gegollaj","common_name":"Fatjesa Gegollaj","date_of_birth":"2001-11-05","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:51:01","membership":{"membership_id":"3202637","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:51:01"}},{"people_id":"19567","first_name":"Božidar","last_name":"Miletić","match_name":"B. Miletić","common_name":"Božidar Miletić","date_of_birth":"","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 14:50:52","membership":{"membership_id":"3202636","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 14:50:40"}},{"people_id":"258231","first_name":"Antonia","last_name":"Dulčić","match_name":"A. Dulčić","common_name":"Antonia Dulčić","date_of_birth":"1997-02-04","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:49:52","membership":{"membership_id":"3202635","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:49:52"}},{"people_id":"208633","first_name":"Anela","last_name":"Lubina","match_name":"A. Lubina","common_name":"Anela Lubina","date_of_birth":"1995-12-18","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 14:49:39","membership":[{"membership_id":"3202634","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:49:39"},{"membership_id":"2736735","team_id":"27556","team_name":"ŽFK Breznica","short_name":"ŽFK Breznica","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-08-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 14:49:33"}]},{"people_id":"212413","first_name":"Kalidou","last_name":"Sidibé","match_name":"K. Sidibé","common_name":"Kalidou Sidibé","date_of_birth":"1999-01-28","place_of_birth":"Montreuil-sous-Bois","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"200","weight":"85","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/212413.png","last_updated":"2019-08-07 14:49:34"},{"people_id":"217850","first_name":"Andreja","last_name":"Valušek","match_name":"A. Valušek","common_name":"Andreja Valušek","date_of_birth":"1984-07-11","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 14:49:25","membership":{"membership_id":"3202633","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:49:25"}},{"people_id":"208638","first_name":"Ana","last_name":"Dujmović","match_name":"A. Dujmović","common_name":"Ana Dujmović","date_of_birth":"1996-02-21","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:49:12","membership":[{"membership_id":"3202632","team_id":"40323","team_name":"ŽNK Split","short_name":"ŽNK Split","team_area_name":"Croatia","team_area_id":"56","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:49:12"},{"membership_id":"2736733","team_id":"27556","team_name":"ŽFK Breznica","short_name":"ŽFK Breznica","team_area_name":"Montenegro","team_area_id":"225","start_date":"2018-08-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 14:49:07"}]},{"people_id":"333173","first_name":"Maksym","last_name":"Rakhaiev","match_name":"M. Rakhaiev","common_name":"Maksym Rakhaiev","date_of_birth":"","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"female","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 14:48:52","membership":{"membership_id":"3202631","team_id":"27541","team_name":"WFC Zhytlobud-1 Kharkiv","short_name":"Zhytlobud-1","team_area_name":"Ukraine","team_area_id":"201","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 14:48:52"}},{"people_id":"363410","first_name":"Valentyna","last_name":"Kotyk","match_name":"V. Kotyk","common_name":"Valentyna Kotyk","date_of_birth":"1978-01-08","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:48:45","membership":{"membership_id":"2736688","team_id":"27541","team_name":"WFC Zhytlobud-1 Kharkiv","short_name":"Zhytlobud-1","team_area_name":"Ukraine","team_area_id":"201","start_date":"2018-07-01","end_date":"2019-06-01","role":"coach","active":"no","last_updated":"2019-08-07 14:48:45"}},{"people_id":"150452","first_name":"Kristina","last_name":"Aleksanyan","match_name":"K. Aleksanyan","common_name":"Kristina Aleksanyan","date_of_birth":"1989-03-25","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/150452.png","last_updated":"2019-08-07 14:46:40","membership":[{"membership_id":"3202630","team_id":"27541","team_name":"WFC Zhytlobud-1 Kharkiv","short_name":"Zhytlobud-1","team_area_name":"Ukraine","team_area_id":"201","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:46:40"},{"membership_id":"921576","team_id":"27512","team_name":"WFC Rossiyanka","short_name":"WFC Rossiyanka","team_area_name":"Russia","team_area_id":"160","start_date":"2016-10-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 14:46:32"}]},{"people_id":"280429","first_name":"Bafodé","last_name":"Diakité","match_name":"B. Diakité","common_name":"Bafodé Diakité","date_of_birth":"2001-01-06","place_of_birth":"Toulouse","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"182","weight":"73","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:46:27"},{"people_id":"208628","first_name":"Olha","last_name":"Basanska","match_name":"O. Basanska","common_name":"Olha Basanska","date_of_birth":"1992-01-06","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:45:58","membership":[{"membership_id":"3202629","team_id":"27541","team_name":"WFC Zhytlobud-1 Kharkiv","short_name":"Zhytlobud-1","team_area_name":"Ukraine","team_area_id":"201","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:45:58"},{"membership_id":"2762654","team_id":"34760","team_name":"FK Ryazan-VDV","short_name":"FK Ryazan-VDV","team_area_name":"Russia","team_area_id":"160","start_date":"2018-08-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 14:45:51"}]},{"people_id":"286680","first_name":"Lyudmyla","last_name":"Kunina","match_name":"L. Kunina","common_name":"Lyudmyla Kunina","date_of_birth":"2002-07-18","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:45:42","membership":{"membership_id":"3202628","team_id":"27541","team_name":"WFC Zhytlobud-1 Kharkiv","short_name":"Zhytlobud-1","team_area_name":"Ukraine","team_area_id":"201","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:45:42"}},{"people_id":"333172","first_name":"Siobhan","last_name":"Higgins","match_name":"S. Higgins","common_name":"Siobhan Higgins","date_of_birth":"1995-12-07","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 14:45:05","membership":{"membership_id":"3202627","team_id":"27524","team_name":"Hibernian LFC","short_name":"Hibernian LFC","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:45:05"}},{"people_id":"333171","first_name":"Rachael","last_name":"Boyle","match_name":"R. Boyle","common_name":"Rachael Boyle","date_of_birth":"1991-12-20","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:44:02","membership":{"membership_id":"3202626","team_id":"27524","team_name":"Hibernian LFC","short_name":"Hibernian LFC","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:44:02"}},{"people_id":"255628","first_name":"William","last_name":"Saliba","match_name":"W. Saliba","common_name":"William Saliba","date_of_birth":"2001-03-24","place_of_birth":"Bondy","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"193","weight":"76","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/255628.png","last_updated":"2019-08-07 14:43:29"},{"people_id":"333170","first_name":"Kirsten Jane","last_name":"Reilly","match_name":"K. Reilly","common_name":"Kirsten Reilly","date_of_birth":"1995-08-20","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:43:17","membership":{"membership_id":"3202625","team_id":"27524","team_name":"Hibernian LFC","short_name":"Hibernian LFC","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:43:07"}},{"people_id":"233454","first_name":"Wesley","last_name":"Fofana","match_name":"W. Fofana","common_name":"Wesley Fofana","date_of_birth":"2000-12-17","place_of_birth":"Marseille","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"185","weight":"76","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:42:38"},{"people_id":"210398","first_name":"Alpha Nelson","last_name":"Sissoko","match_name":"N. Sissoko","common_name":"Nelson Sissoko","date_of_birth":"1997-03-07","place_of_birth":"Bondy","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"177","weight":"70","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:41:35"},{"people_id":"333169","first_name":"Jennifer","last_name":"Currie","match_name":"J. Currie","common_name":"Jennifer Currie","date_of_birth":"1996-06-24","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 14:41:01","membership":{"membership_id":"3202624","team_id":"27524","team_name":"Hibernian LFC","short_name":"Hibernian LFC","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:41:01"}},{"people_id":"333168","first_name":"Valerii","last_name":"Kichin","match_name":"V. KICHIN","common_name":"Valerii Kichin","date_of_birth":"1992-10-12","place_of_birth":"","country_of_birth":"Kyrgyz Republic","nationality":"Kyrgyz Republic","country_of_birth_area_id":"109","nationality_area_id":"109","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:40:46","membership":{"membership_id":"3202623","team_id":"18859","team_name":"FK Dinamo Minsk","short_name":"Dinamo Minsk","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-03","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:40:46"}},{"people_id":"275466","first_name":"Marvin","last_name":"Tshibuabua","match_name":"M. Tshibuabua","common_name":"Marvin Tshibuabua","date_of_birth":"2002-01-08","place_of_birth":"Lyon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"185","weight":"77","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:40:09"},{"people_id":"333167","first_name":"Grant","last_name":"Scott","match_name":"G. Scott","common_name":"Grant Scott","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 14:39:33","membership":{"membership_id":"3202622","team_id":"27524","team_name":"Hibernian LFC","short_name":"Hibernian LFC","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:39:23"}},{"people_id":"182865","first_name":"Mickaël","last_name":"Nade","match_name":"M. Nade","common_name":"Mickaël Nade","date_of_birth":"1999-03-04","place_of_birth":"Sarcelles","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"187","weight":"73","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:38:30"},{"people_id":"333166","first_name":"Colette","last_name":"Cavanagh","match_name":"C. Cavanagh","common_name":"Colette Cavanagh","date_of_birth":"1998-11-24","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:38:12","membership":{"membership_id":"3202621","team_id":"27524","team_name":"Hibernian LFC","short_name":"Hibernian LFC","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:38:12"}},{"people_id":"70952","first_name":"Dmitri","last_name":"Yatchenko","match_name":"D. Yatchenko","common_name":"Dmitri Yatchenko","date_of_birth":"1986-08-25","place_of_birth":"Moskva","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"172","weight":"70","foot":"both","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/70952.png","last_updated":"2019-08-07 14:38:02","membership":{"membership_id":"3202620","team_id":"18859","team_name":"FK Dinamo Minsk","short_name":"Dinamo Minsk","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-03","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:38:02"}},{"people_id":"142456","first_name":"Shannon","last_name":"McGregor","match_name":"S. McGregor","common_name":"Shannon McGregor","date_of_birth":"1999-12-07","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:37:08","membership":{"membership_id":"3202619","team_id":"27524","team_name":"Hibernian LFC","short_name":"Hibernian LFC","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:37:08"}},{"people_id":"197757","first_name":"Jamie","last_name":"Lee Napier","match_name":"Jamie-Lee Napier","common_name":"Jamie-Lee Napier","date_of_birth":"2000-04-06","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:36:57","membership":{"membership_id":"3202618","team_id":"27524","team_name":"Hibernian LFC","short_name":"Hibernian LFC","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:36:57"}},{"people_id":"225792","first_name":"Charles Nathan","last_name":"Abi","match_name":"C. Abi","common_name":"Charles Abi","date_of_birth":"2000-04-12","place_of_birth":"Clermont-Ferrand","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"187","weight":"73","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 14:36:52"},{"people_id":"217399","first_name":"Ellis","last_name":"Notley","match_name":"E. Notley","common_name":"Ellis Notley","date_of_birth":"1999-02-02","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:36:46","membership":{"membership_id":"3202617","team_id":"27524","team_name":"Hibernian LFC","short_name":"Hibernian LFC","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:36:46"}},{"people_id":"217400","first_name":"Amy","last_name":"Muir","match_name":"A. Muir","common_name":"Amy Muir","date_of_birth":"2000-03-07","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:36:36","membership":{"membership_id":"3202616","team_id":"27524","team_name":"Hibernian LFC","short_name":"Hibernian LFC","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:36:36"}},{"people_id":"105335","first_name":"Wenderson","last_name":"Galeno","match_name":"Galeno","common_name":"Galeno","date_of_birth":"1997-10-22","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:32:04","membership":[{"membership_id":"3202615","team_id":"1493","team_name":"Sporting Clube de Braga","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:32:04"},{"membership_id":"3200838","team_id":"867","team_name":"FC Porto","short_name":"Porto","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-30","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 14:32:04"}]},{"people_id":"164232","first_name":"Givi","last_name":"Kvaratskhelia","match_name":"G. Kvaratskhelia","common_name":"Givi Kvaratskhelia","date_of_birth":"1979-05-11","place_of_birth":"Tbilisi","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:31:57","membership":{"membership_id":"3202614","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 14:31:50"}},{"people_id":"254249","first_name":"Gnantin Yann","last_name":"Gboho","match_name":"Y. Gboho","common_name":"Yann Gboho","date_of_birth":"2001-01-14","place_of_birth":"Man","country_of_birth":"Côte d’Ivoire","nationality":"France","country_of_birth_area_id":"60","nationality_area_id":"76","gender":"male","height":"176","weight":"70","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/254249.png","last_updated":"2019-08-07 14:31:49"},{"people_id":"155988","first_name":"Timothée","last_name":"Nkada","match_name":"T. Nkada","common_name":"Timothée Nkada","date_of_birth":"1999-07-20","place_of_birth":"Lille","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"177","weight":"68","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 14:31:16"},{"people_id":"222091","first_name":"Anastasia","last_name":"Bolkvadze","match_name":"A. Bolkvadze","common_name":"Anastasia Bolkvadze","date_of_birth":"2002-11-06","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:31:07","membership":{"membership_id":"3202613","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:31:07"}},{"people_id":"287267","first_name":"Lizi","last_name":"Mtskerashvili","match_name":"L. Mtskerashvili","common_name":"Lizi Mtskerashvili","date_of_birth":"2003-02-17","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 14:30:45","membership":{"membership_id":"3202612","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:30:45"}},{"people_id":"3693","first_name":"Shoya","last_name":"Nakajima","match_name":"S. Nakajima","common_name":"Shoya Nakajima","date_of_birth":"1994-08-23","place_of_birth":"Hachiōji-shi","country_of_birth":"Japan","nationality":"Japan","country_of_birth_area_id":"102","nationality_area_id":"102","gender":"male","height":"164","weight":"64","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3693.png","last_updated":"2019-08-07 14:30:24","membership":[{"membership_id":"3200842","team_id":"867","team_name":"FC Porto","short_name":"Porto","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:30:24"},{"membership_id":"3008422","team_id":"1238","team_name":"Al Duhail SC","short_name":"Al Duhail","team_area_name":"Qatar","team_area_id":"158","start_date":"2019-02-03","end_date":"2019-07-04","role":"player","active":"no","last_updated":"2019-08-07 14:30:24"}]},{"people_id":"207390","first_name":"Amalia","last_name":"Khandaziani","match_name":"A. Khandaziani","common_name":"Amalia Khandaziani","date_of_birth":"2000-11-23","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:30:20","membership":{"membership_id":"3202611","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:30:20"}},{"people_id":"157611","first_name":"Nino","last_name":"Sutidze","match_name":"N. Sutidze","common_name":"Nino Sutidze","date_of_birth":"1992-03-27","place_of_birth":"Oni","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:29:47","membership":[{"membership_id":"3202610","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:29:47"},{"membership_id":"1003971","team_id":"202","team_name":"Ataşehir Belediyesi SK","short_name":"Ataşehir Bld","team_area_name":"Turkey","team_area_id":"196","start_date":"2016-10-14","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 14:29:40"}]},{"people_id":"63144","first_name":"Andrés Mateus","last_name":"Uribe Villa","match_name":"M. Uribe","common_name":"Mateus Uribe","date_of_birth":"1991-03-21","place_of_birth":"Medellín","country_of_birth":"Colombia","nationality":"Colombia","country_of_birth_area_id":"51","nationality_area_id":"51","gender":"male","height":"182","weight":"71","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/63144.png","last_updated":"2019-08-07 14:29:29","membership":[{"membership_id":"3202340","team_id":"867","team_name":"FC Porto","short_name":"Porto","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-04","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:55:09"},{"membership_id":"1311062","team_id":"2068","team_name":"CF América","short_name":"América","team_area_name":"Mexico","team_area_id":"129","start_date":"2017-07-01","end_date":"2019-08-03","role":"player","active":"no","last_updated":"2019-08-07 14:29:29"}]},{"people_id":"141877","first_name":"Souleymane Keli","last_name":"Doumbia","match_name":"S. Doumbia","common_name":"Souleymane Doumbia","date_of_birth":"1996-09-24","place_of_birth":"Paris","country_of_birth":"France","nationality":"Côte d’Ivoire","country_of_birth_area_id":"76","nationality_area_id":"60","gender":"male","height":"175","weight":"64","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:29:20"},{"people_id":"287265","first_name":"Maiko","last_name":"Bebia","match_name":"M. Bebia","common_name":"Maiko Bebia","date_of_birth":"2003-05-20","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:29:13","membership":{"membership_id":"3202609","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:29:13"}},{"people_id":"41647","first_name":"Sérgio Miguel","last_name":"Relvas Oliveira","match_name":"Sergio Oliveira","common_name":"Sergio Oliveira","date_of_birth":"1992-06-02","place_of_birth":"Paços de Brandão","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"181","weight":"82","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41647.png","last_updated":"2019-08-07 14:29:00","membership":[{"membership_id":"3200844","team_id":"867","team_name":"FC Porto","short_name":"Porto","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:29:00"},{"membership_id":"3010919","team_id":"1494","team_name":"PAOK FC","short_name":"PAOK FC","team_area_name":"Greece","team_area_id":"82","start_date":"2019-01-31","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 14:29:00"}]},{"people_id":"287266","first_name":"Natia","last_name":"Danelia","match_name":"N. Danelia","common_name":"Natia Danelia","date_of_birth":"2003-09-23","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:28:48","membership":{"membership_id":"3202608","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:28:48"}},{"people_id":"115354","first_name":"Rafik","last_name":"Guitane","match_name":"R. Guitane","common_name":"Rafik Guitane","date_of_birth":"1999-05-26","place_of_birth":"Evreux","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"164","weight":"60","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/115354.png","last_updated":"2019-08-07 14:28:31"},{"people_id":"157610","first_name":"Nino","last_name":"Pasikashvili","match_name":"N. Pasikashvili","common_name":"Nino Pasikashvili","date_of_birth":"1991-12-04","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:28:18","membership":[{"membership_id":"3202607","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:28:18"},{"membership_id":"1003970","team_id":"202","team_name":"Ataşehir Belediyesi SK","short_name":"Ataşehir Bld","team_area_name":"Turkey","team_area_id":"196","start_date":"2016-02-05","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 14:28:12"}]},{"people_id":"94523","first_name":"Andrei","last_name":"Alshanik","match_name":"A. Alshanik","common_name":"Andrei Alshanik","date_of_birth":"1999-05-03","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:27:56","membership":[{"membership_id":"3202606","team_id":"19140","team_name":"FK Energetik-BGU Minsk","short_name":"Energetik-BGU","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:27:56"},{"membership_id":"2718513","team_id":"17648","team_name":"FK BATE Borisov","short_name":"BATE","team_area_name":"Belarus","team_area_id":"26","start_date":"2018-07-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 14:27:42"}]},{"people_id":"333165","first_name":"Lamara","last_name":"Babayan","match_name":"L. Babayan","common_name":"Lamara Babayan","date_of_birth":"2000-10-01","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:27:49","membership":{"membership_id":"3202605","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:27:49"}},{"people_id":"217917","first_name":"Lucas","last_name":"Da Cunha","match_name":"L. Da Cunha","common_name":"Lucas Da Cunha","date_of_birth":"2001-06-09","place_of_birth":"Roanne","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"172","weight":"60","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 14:27:49"},{"people_id":"98264","first_name":"Diogo Lucas","last_name":"Queirós","match_name":"Diogo Queirós","common_name":"Diogo Queirós","date_of_birth":"1999-01-05","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"188","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/98264.png","last_updated":"2019-08-07 14:27:26","membership":{"membership_id":"1311750","team_id":"18449","team_name":"FC Porto B","short_name":"FC Porto B","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:27:26"}},{"people_id":"75969","first_name":"Chidozie Collins","last_name":"Awaziem","match_name":"C. Awaziem","common_name":"Chidozie Awaziem","date_of_birth":"1997-01-01","place_of_birth":"Lagos","country_of_birth":"Nigeria","nationality":"Nigeria","country_of_birth_area_id":"144","nationality_area_id":"144","gender":"male","height":"177","weight":"70","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/75969.png","last_updated":"2019-08-07 14:26:52","membership":[{"membership_id":"3202604","team_id":"867","team_name":"FC Porto","short_name":"Porto","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:26:52"},{"membership_id":"3001195","team_id":"1109","team_name":"Çaykur Rizespor","short_name":"Rizespor","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-01-22","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 14:26:52"}]},{"people_id":"207387","first_name":"Ana","last_name":"Jojua","match_name":"A. Jojua","common_name":"Ana Jojua","date_of_birth":"2001-08-08","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:26:40","membership":{"membership_id":"3202603","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:26:40"}},{"people_id":"222087","first_name":"Megi","last_name":"Ejibia","match_name":"M. Ejibia","common_name":"Megi Ejibia","date_of_birth":"2002-07-07","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:26:11","membership":{"membership_id":"3202602","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:26:11"}},{"people_id":"210095","first_name":"Isaac","last_name":"Matondo","match_name":"I. Matondo","common_name":"Isaac Matondo","date_of_birth":"1999-03-24","place_of_birth":"Kinshasa","country_of_birth":"Congo DR","nationality":"Congo DR","country_of_birth_area_id":"53","nationality_area_id":"53","gender":"male","height":"168","weight":"67","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 14:26:11"},{"people_id":"287263","first_name":"Ani","last_name":"Akobidze","match_name":"A. Akobidze","common_name":"Ani Akobidze","date_of_birth":"2003-03-12","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:25:48","membership":{"membership_id":"3202601","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:25:48"}},{"people_id":"284041","first_name":"Eduardo","last_name":"Camavinga","match_name":"E. Camavinga","common_name":"Eduardo Camavinga","date_of_birth":"2002-11-10","place_of_birth":"Cabinda","country_of_birth":"Angola","nationality":"Congo DR","country_of_birth_area_id":"13","nationality_area_id":"53","gender":"male","height":"182","weight":"68","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:24:53"},{"people_id":"47634","first_name":"Igor","last_name":"Banović","match_name":"I. Banović","common_name":"Igor Banović","date_of_birth":"1987-05-12","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:23:55","membership":[{"membership_id":"3202600","team_id":"20338","team_name":"FK Isloch Minsk","short_name":"Isloch","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:23:55"},{"membership_id":"2046108","team_id":"18791","team_name":"PFK Lokomotiv 1936 Plovdiv","short_name":"Lok Plovdiv","team_area_name":"Bulgaria","team_area_id":"38","start_date":"2017-11-08","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 14:23:40"}]},{"people_id":"24794","first_name":"Jesús Manuel","last_name":"Corona Ruíz","match_name":"J. Corona","common_name":"Jesús Corona","date_of_birth":"1993-01-06","place_of_birth":"Hermosillo, Sonora","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"173","weight":"62","foot":"both","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/24794.png","last_updated":"2019-08-07 14:22:13"},{"people_id":"98265","first_name":"Diogo Filipe","last_name":"Monteiro Pinto Leite","match_name":"Diogo Leite","common_name":"Diogo Leite","date_of_birth":"1999-01-23","place_of_birth":"Porto","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"188","weight":"","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/98265.png","last_updated":"2019-08-07 14:21:26","membership":{"membership_id":"259675","team_id":"24045","team_name":"FC Porto U19","short_name":"Porto U19","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 14:21:26"}},{"people_id":"209201","first_name":"Atay","last_name":"Djoldoşbekov","match_name":"A. Djoldoşbekov","common_name":"Atay Djoldoşbekov","date_of_birth":"2002-08-20","place_of_birth":"","country_of_birth":"Kyrgyz Republic","nationality":"Kyrgyz Republic","country_of_birth_area_id":"109","nationality_area_id":"109","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 14:21:02","membership":[{"membership_id":"3202599","team_id":"19140","team_name":"FK Energetik-BGU Minsk","short_name":"Energetik-BGU","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:21:02"},{"membership_id":"1350184","team_id":"24118","team_name":"Kyrgyz Republic U16","short_name":"Kyrgyz Rep U16","team_area_name":"Kyrgyz Republic","team_area_id":"109","start_date":"2017-09-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 14:20:44"}]},{"people_id":"155987","first_name":"Armand","last_name":"Lauriente","match_name":"A. Lauriente","common_name":"Armand Lauriente","date_of_birth":"1998-12-04","place_of_birth":"Gonesse","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"171","weight":"59","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 14:20:55"},{"people_id":"98258","first_name":"Diogo Costa","last_name":"Meireles Costa","match_name":"Diogo Costa","common_name":"Diogo Costa","date_of_birth":"1999-09-19","place_of_birth":"Vila das Aves","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"192","weight":"","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/98258.png","last_updated":"2019-08-07 14:20:37","membership":{"membership_id":"259662","team_id":"24045","team_name":"FC Porto U19","short_name":"Porto U19","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 14:20:37"}},{"people_id":"69897","first_name":"Daniel","last_name":"Mancini","match_name":"D. Mancini","common_name":"Daniel Mancini","date_of_birth":"1996-11-11","place_of_birth":"Transito","country_of_birth":"Argentina","nationality":"Argentina","country_of_birth_area_id":"16","nationality_area_id":"16","gender":"male","height":"171","weight":"72","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:19:49"},{"people_id":"523176","first_name":"Yassine","last_name":"Benrahou","match_name":"Y. Benrahou","common_name":"Yassine Benrahou","date_of_birth":"1999-01-24","place_of_birth":"Le Blanc-Mesnil","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"170","weight":"68","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:19:10"},{"people_id":"112988","first_name":"Raoul","last_name":"Bellanova","match_name":"R. Bellanova","common_name":"Raoul Bellanova","date_of_birth":"2000-06-17","place_of_birth":"Rho","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"185","weight":"83","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/112988.png","last_updated":"2019-08-07 14:15:06"},{"people_id":"18543","first_name":"Pyungrae","last_name":"Kim","match_name":"Kim Pyungrae","common_name":"Kim Pyungrae","date_of_birth":"1987-11-09","place_of_birth":"","country_of_birth":"Korea Republic","nationality":"Korea Republic","country_of_birth_area_id":"107","nationality_area_id":"107","gender":"male","height":"182","weight":"75","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:13:31","membership":{"membership_id":"3202598","team_id":"1214","team_name":"Samut Prakan City FC","short_name":"Samut Prakan","team_area_name":"Thailand","team_area_id":"191","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:13:31"}},{"people_id":"333164","first_name":"Seval","last_name":"Kirac","match_name":"S. Kirac","common_name":"Seval Kirac","date_of_birth":"1988-07-21","place_of_birth":"","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:12:04","membership":{"membership_id":"3202597","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:12:04"}},{"people_id":"157613","first_name":"Seval","last_name":"Kıraç","match_name":"S. Kıraç","common_name":"Seval Kıraç","date_of_birth":"1988-04-28","place_of_birth":"Gebze","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 14:10:29","membership":{"membership_id":"2690655","team_id":"199","team_name":"Trabzon İdmanocağı SK","short_name":"Trabzon İO","team_area_name":"Turkey","team_area_id":"196","start_date":"2017-10-14","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:10:29"}},{"people_id":"149880","first_name":"Sopiko","last_name":"Narsia","match_name":"S. Narsia","common_name":"Sopiko Narsia","date_of_birth":"2000-05-03","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:09:54","membership":{"membership_id":"3202596","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:09:54"}},{"people_id":"222085","first_name":"Gvantsa","last_name":"Kadagishvili","match_name":"G. Kadagishvili","common_name":"Gvantsa Kadagishvili","date_of_birth":"2002-05-28","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:09:23","membership":{"membership_id":"3202595","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:09:23"}},{"people_id":"333162","first_name":"Omar","last_name":"Morales Castro","match_name":"O. Morales","common_name":"Omar Morales","date_of_birth":"","place_of_birth":"","country_of_birth":"Guatemala","nationality":"Guatemala","country_of_birth_area_id":"85","nationality_area_id":"85","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:09:00","membership":{"membership_id":"3202589","team_id":"15443","team_name":"Antigua GFC","short_name":"Antigua","team_area_name":"Guatemala","team_area_id":"85","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:09:00"}},{"people_id":"157636","first_name":"Ezgi","last_name":"Çağlar","match_name":"E. Çağlar","common_name":"Ezgi Çağlar","date_of_birth":"1991-07-03","place_of_birth":"Konak","country_of_birth":"Turkey","nationality":"Turkey","country_of_birth_area_id":"196","nationality_area_id":"196","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 14:08:50","membership":[{"membership_id":"3202588","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:08:50"},{"membership_id":"2690698","team_id":"34225","team_name":"Amedspor K","short_name":"Amedspor K","team_area_name":"Turkey","team_area_id":"196","start_date":"2017-10-13","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 14:08:35"}]},{"people_id":"363449","first_name":"Ekaterina","last_name":"Miklashevich","match_name":"E. Miklashevich","common_name":"Ekaterina Miklashevich","date_of_birth":"1992-01-25","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/363449.png","last_updated":"2019-08-07 14:08:16","membership":[{"membership_id":"3202587","team_id":"41312","team_name":"WFC Nike","short_name":"Nike","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:08:16"},{"membership_id":"2736715","team_id":"31467","team_name":"FC Kiryat Gat","short_name":"Kiryat Gat","team_area_name":"Israel","team_area_id":"99","start_date":"2018-08-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 14:08:06"}]},{"people_id":"159012","first_name":"Valentin Adelin","last_name":"Delanys","match_name":"V. Delanys","common_name":"Valentin Delanys","date_of_birth":"1993-06-08","place_of_birth":"Riansoro","country_of_birth":"Burundi","nationality":"Burundi","country_of_birth_area_id":"40","nationality_area_id":"40","gender":"male","height":"181","weight":"72","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159012.png","last_updated":"2019-08-07 14:08:09","membership":{"membership_id":"3188834","team_id":"19733","team_name":"RWD Molenbeek","short_name":"RWD Molenbeek","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-07-16","end_date":"2019-07-30","role":"player","active":"no","last_updated":"2019-08-07 14:08:09"}},{"people_id":"333163","first_name":"Martin Hedeager","last_name":"Jensen","match_name":"M. Jensen","common_name":"Martin Jensen","date_of_birth":"1991-04-13","place_of_birth":"","country_of_birth":"Denmark","nationality":"Denmark","country_of_birth_area_id":"61","nationality_area_id":"61","gender":"male","height":"184","weight":"70","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 14:05:35","membership":{"membership_id":"3202584","team_id":"19240","team_name":"Kolding IF","short_name":"Kolding IF","team_area_name":"Denmark","team_area_id":"61","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:05:35"}},{"people_id":"207343","first_name":"Virgiliu","last_name":"Postolachi","match_name":"V. Postolachi","common_name":"Virgiliu Postolachi","date_of_birth":"2000-03-17","place_of_birth":"Edineţ","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"male","height":"163","weight":"60","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 14:05:09"},{"people_id":"168299","first_name":"Manuel Luís","last_name":"da Silva Cafumana","match_name":"Show","common_name":"Show","date_of_birth":"1999-03-06","place_of_birth":"Luanda","country_of_birth":"Angola","nationality":"Angola","country_of_birth_area_id":"13","nationality_area_id":"13","gender":"male","height":"180","weight":"75","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/168299.png","last_updated":"2019-08-07 14:05:03"},{"people_id":"333161","first_name":"Jesus Andres","last_name":"Mora Castañon","match_name":"J. Mora","common_name":"Jesus Mora","date_of_birth":"","place_of_birth":"","country_of_birth":"Guatemala","nationality":"Guatemala","country_of_birth_area_id":"85","nationality_area_id":"85","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 14:04:34","membership":{"membership_id":"3202578","team_id":"15443","team_name":"Antigua GFC","short_name":"Antigua","team_area_name":"Guatemala","team_area_id":"85","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:04:34"}},{"people_id":"21812","first_name":"Jens","last_name":"Rinke Kristensen","match_name":"J. Rinke","common_name":"Jens Rinke","date_of_birth":"1990-04-16","place_of_birth":"","country_of_birth":"Denmark","nationality":"Denmark","country_of_birth_area_id":"61","nationality_area_id":"61","gender":"male","height":"177","weight":"72","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 14:02:37","membership":{"membership_id":"3202577","team_id":"19240","team_name":"Kolding IF","short_name":"Kolding IF","team_area_name":"Denmark","team_area_id":"61","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 14:02:37"}},{"people_id":"85009","first_name":"Arseny","last_name":"Kontsedaylov","match_name":"A. Kontsedaylov","common_name":"Arseny Kontsedaylov","date_of_birth":"1997-07-15","place_of_birth":"","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:58:29","membership":[{"membership_id":"3202576","team_id":"19140","team_name":"FK Energetik-BGU Minsk","short_name":"Energetik-BGU","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:58:29"},{"membership_id":"3198374","team_id":"22866","team_name":"FK Ašmiany","short_name":"Oshmyany","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-05-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 13:58:10"}]},{"people_id":"254930","first_name":"Pavel","last_name":"Shorats","match_name":"P. Shorats","common_name":"Pavel Shorats","date_of_birth":"1998-01-30","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 13:56:31","membership":[{"membership_id":"3202575","team_id":"19140","team_name":"FK Energetik-BGU Minsk","short_name":"Energetik-BGU","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:56:31"},{"membership_id":"2695328","team_id":"20360","team_name":"FK Lida","short_name":"Lida","team_area_name":"Belarus","team_area_id":"26","start_date":"2014-01-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 13:56:14"}]},{"people_id":"218726","first_name":"Mathias","last_name":"Kisum","match_name":"M. Kisum","common_name":"Mathias Kisum","date_of_birth":"1999-05-20","place_of_birth":"","country_of_birth":"Denmark","nationality":"Denmark","country_of_birth_area_id":"61","nationality_area_id":"61","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:53:47","membership":[{"membership_id":"3202574","team_id":"19242","team_name":"Næstved BK","short_name":"Næstved BK","team_area_name":"Denmark","team_area_id":"61","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:53:47"},{"membership_id":"2771023","team_id":"18902","team_name":"FC Roskilde","short_name":"FC Roskilde","team_area_name":"Denmark","team_area_id":"61","start_date":"2018-09-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 13:53:32"}]},{"people_id":"196702","first_name":"Sergio Alejandro","last_name":"Blancas Hernández","match_name":"S. Blancas","common_name":"Sergio Blancas","date_of_birth":"1988-06-27","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"180","weight":"80","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 13:53:37","membership":{"membership_id":"3202573","team_id":"12153","team_name":"CD Iztapa","short_name":"Iztapa","team_area_name":"Guatemala","team_area_id":"85","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:53:37"}},{"people_id":"207334","first_name":"Loïc","last_name":"Mbe Soh","match_name":"L. Mbe Soh","common_name":"Loïc Mbe Soh","date_of_birth":"2001-06-13","place_of_birth":"Souza Gare","country_of_birth":"Cameroon","nationality":"France","country_of_birth_area_id":"42","nationality_area_id":"76","gender":"male","height":"186","weight":"78","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 13:52:49"},{"people_id":"156569","first_name":"Melfor Rafael","last_name":"Ramos Monroy","match_name":"M. Ramos","common_name":"Melfor Ramos","date_of_birth":"1997-04-11","place_of_birth":"","country_of_birth":"Guatemala","nationality":"Guatemala","country_of_birth_area_id":"85","nationality_area_id":"85","gender":"male","height":"172","weight":"64","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:52:45","membership":{"membership_id":"3202572","team_id":"12153","team_name":"CD Iztapa","short_name":"Iztapa","team_area_name":"Guatemala","team_area_id":"85","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:52:45"}},{"people_id":"207338","first_name":"Arthur","last_name":"Zagre","match_name":"A. Zagre","common_name":"Arthur Zagre","date_of_birth":"2001-10-04","place_of_birth":"Neuilly-sur-Seine","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"168","weight":"55","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 13:51:02"},{"people_id":"28577","first_name":"Alex Flávio","last_name":"Santos Luz","match_name":"Alex","common_name":"Alex","date_of_birth":"1993-01-21","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 13:48:04","membership":[{"membership_id":"3202571","team_id":"19140","team_name":"FK Energetik-BGU Minsk","short_name":"Energetik-BGU","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-03","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:48:04"},{"membership_id":"2737935","team_id":"1395","team_name":"AD São Caetano","short_name":"São Caetano","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-07-01","end_date":"2019-08-03","role":"player","active":"no","last_updated":"2019-08-07 13:47:52"}]},{"people_id":"333158","first_name":"Sofus Berger","last_name":"Brix","match_name":"S. Brix","common_name":"Sofus Brix","date_of_birth":"2003-06-02","place_of_birth":"","country_of_birth":"Denmark","nationality":"Denmark","country_of_birth_area_id":"61","nationality_area_id":"61","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:47:59","membership":{"membership_id":"3202570","team_id":"18484","team_name":"Viborg FF","short_name":"Viborg FF","team_area_name":"Denmark","team_area_id":"61","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:47:59"}},{"people_id":"215734","first_name":"Rúna","last_name":"Olsen","match_name":"R. Olsen","common_name":"Rúna Olsen","date_of_birth":"2001-05-02","place_of_birth":"","country_of_birth":"Faroe Islands","nationality":"Faroe Islands","country_of_birth_area_id":"73","nationality_area_id":"73","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:46:36","membership":{"membership_id":"3202569","team_id":"36921","team_name":"EB\/Streymur\/Skála","short_name":"EBS\/Skála","team_area_name":"Faroe Islands","team_area_id":"73","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:46:36"}},{"people_id":"333157","first_name":"Mirjam","last_name":"Huneck","match_name":"M. Huneck","common_name":"Mirjam Huneck","date_of_birth":"1994-10-14","place_of_birth":"","country_of_birth":"Faroe Islands","nationality":"Faroe Islands","country_of_birth_area_id":"73","nationality_area_id":"73","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 13:46:02","membership":{"membership_id":"3202568","team_id":"36921","team_name":"EB\/Streymur\/Skála","short_name":"EBS\/Skála","team_area_name":"Faroe Islands","team_area_id":"73","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:46:02"}},{"people_id":"45149","first_name":"Hakan","last_name":"Redzep","match_name":"H. Redzep","common_name":"Hakan Redzep","date_of_birth":"1994-03-02","place_of_birth":"","country_of_birth":"Denmark","nationality":"Denmark","country_of_birth_area_id":"61","nationality_area_id":"61","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:44:40","membership":{"membership_id":"3202567","team_id":"18503","team_name":"Hvidovre IF","short_name":"Hvidovre IF","team_area_name":"Denmark","team_area_id":"61","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:44:40"}},{"people_id":"333156","first_name":"Katrina Svartá","last_name":"Hansen","match_name":"K. Hansen","common_name":"Katrina Hansen","date_of_birth":"2001-12-13","place_of_birth":"","country_of_birth":"Faroe Islands","nationality":"Faroe Islands","country_of_birth_area_id":"73","nationality_area_id":"73","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:44:22","membership":{"membership_id":"3202566","team_id":"36921","team_name":"EB\/Streymur\/Skála","short_name":"EBS\/Skála","team_area_name":"Faroe Islands","team_area_id":"73","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:44:22"}},{"people_id":"333155","first_name":"Bjarta","last_name":"Djurhuus","match_name":"B. Djurhuus","common_name":"Bjarta Djurhuus","date_of_birth":"2000-09-14","place_of_birth":"","country_of_birth":"Faroe Islands","nationality":"Faroe Islands","country_of_birth_area_id":"73","nationality_area_id":"73","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:42:17","membership":{"membership_id":"3202565","team_id":"36921","team_name":"EB\/Streymur\/Skála","short_name":"EBS\/Skála","team_area_name":"Faroe Islands","team_area_id":"73","start_date":"2015-01-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:42:17"}},{"people_id":"79838","first_name":"Levan","last_name":"Kurdadze","match_name":"L. Kurdadze","common_name":"Levan Kurdadze","date_of_birth":"1990-09-03","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 13:40:37","membership":[{"membership_id":"3202564","team_id":"16048","team_name":"FC Dila Gori","short_name":"Dila Gori","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-23","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:40:37"},{"membership_id":"1304600","team_id":"16066","team_name":"FC Lokomotivi Tbilisi","short_name":"Lokomotivi","team_area_name":"Georgia","team_area_id":"79","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 13:40:19"}]},{"people_id":"318752","first_name":"Kevin Estuardo ","last_name":"Ramirez Siguenza","match_name":"K. Ramirez","common_name":"Kevin Ramirez","date_of_birth":"2002-08-01","place_of_birth":"","country_of_birth":"Guatemala","nationality":"Guatemala","country_of_birth_area_id":"85","nationality_area_id":"85","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:40:22","membership":{"membership_id":"3202563","team_id":"15446","team_name":"CD Malacateco","short_name":"Malacateco","team_area_name":"Guatemala","team_area_id":"85","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:40:22"}},{"people_id":"218698","first_name":"Giorgi","last_name":"Nemsadze","match_name":"G. Nemsadze","common_name":"Giorgi Nemsadze","date_of_birth":"1972-05-10","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:39:53","membership":{"membership_id":"3202562","team_id":"16048","team_name":"FC Dila Gori","short_name":"Dila Gori","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-08-01","end_date":"","role":"assistant_coach","active":"yes","last_updated":"2019-08-07 13:39:53"}},{"people_id":"333154","first_name":"Angela","last_name":"Djurhuus","match_name":"A. Djurhuus","common_name":"Angela Djurhuus","date_of_birth":"2003-03-16","place_of_birth":"","country_of_birth":"Faroe Islands","nationality":"Faroe Islands","country_of_birth_area_id":"73","nationality_area_id":"73","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:39:37","membership":{"membership_id":"3202561","team_id":"36921","team_name":"EB\/Streymur\/Skála","short_name":"EBS\/Skála","team_area_name":"Faroe Islands","team_area_id":"73","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:39:37"}},{"people_id":"292792","first_name":"Racheal","last_name":"Kundananji","match_name":"R. Kundananji","common_name":"Racheal Kundananji","date_of_birth":"2000-06-03","place_of_birth":"","country_of_birth":"Zambia","nationality":"Zambia","country_of_birth_area_id":"211","nationality_area_id":"211","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/292792.png","last_updated":"2019-08-07 13:38:11","membership":{"membership_id":"3202560","team_id":"27531","team_name":"BIIK Kazygurt","short_name":"BIIK Kazygurt","team_area_name":"Kazakhstan","team_area_id":"104","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:38:11"}},{"people_id":"158426","first_name":"Fabian","last_name":"Reid","match_name":"F. Reid","common_name":"Fabian Reid","date_of_birth":"1985-10-03","place_of_birth":"","country_of_birth":"Jamaica","nationality":"Jamaica","country_of_birth_area_id":"101","nationality_area_id":"101","gender":"male","height":"178","weight":"75","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:38:11","membership":[{"membership_id":"3202559","team_id":"16048","team_name":"FC Dila Gori","short_name":"Dila Gori","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:38:11"},{"membership_id":"1014079","team_id":"15488","team_name":"Arnett Gardens FC","short_name":"Arnett Gardens","team_area_name":"Jamaica","team_area_id":"101","start_date":"2016-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 13:37:42"}]},{"people_id":"333153","first_name":"Madeleine Tanner","last_name":"Kaplan","match_name":"M. Kaplan","common_name":"Madeleine Kaplan","date_of_birth":"1995-07-30","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 13:37:31","membership":{"membership_id":"3202558","team_id":"27531","team_name":"BIIK Kazygurt","short_name":"BIIK Kazygurt","team_area_name":"Kazakhstan","team_area_id":"104","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:37:31"}},{"people_id":"16241","first_name":"Jambul","last_name":"Jighauri","match_name":"J. Jighauri","common_name":"Jaba Jighauri","date_of_birth":"1992-07-08","place_of_birth":"Tbilisi","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"175","weight":"70","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/16241.png","last_updated":"2019-08-07 13:37:19","membership":{"membership_id":"3202557","team_id":"15979","team_name":"FC Dinamo Batumi","short_name":"Dinamo Batumi","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-20","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:37:19"}},{"people_id":"196773","first_name":"Maksym","last_name":"Kuchynsky","match_name":"M. Kuchynsky","common_name":"Maksym Kuchynsky","date_of_birth":"1988-06-28","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"male","height":"190","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 13:37:04","membership":{"membership_id":"3202556","team_id":"15979","team_name":"FC Dinamo Batumi","short_name":"Dinamo Batumi","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-23","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:37:04"}},{"people_id":"333152","first_name":"Kennedy Mae","last_name":"Rose","match_name":"K. Rose","common_name":"Kennedy Rose","date_of_birth":"1996-05-30","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 13:36:33","membership":{"membership_id":"3202555","team_id":"27531","team_name":"BIIK Kazygurt","short_name":"BIIK Kazygurt","team_area_name":"Kazakhstan","team_area_id":"104","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:36:33"}},{"people_id":"292551","first_name":"Imane","last_name":"Chebel","match_name":"I. Chebel","common_name":"Imane Chebel","date_of_birth":"1995-03-25","place_of_birth":"","country_of_birth":"Algeria","nationality":"Algeria","country_of_birth_area_id":"10","nationality_area_id":"10","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:35:27","membership":[{"membership_id":"3202554","team_id":"27531","team_name":"BIIK Kazygurt","short_name":"BIIK Kazygurt","team_area_name":"Kazakhstan","team_area_id":"104","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:35:27"},{"membership_id":"2846443","team_id":"38543","team_name":"Concordia University","short_name":"Concordia U","team_area_name":"Canada","team_area_id":"43","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 13:35:15"}]},{"people_id":"333151","first_name":"Chisha Racheal","last_name":"Misozi Zulu","match_name":"C. Misozi","common_name":"Chisha Misozi","date_of_birth":"1994-10-11","place_of_birth":"","country_of_birth":"Zambia","nationality":"Zambia","country_of_birth_area_id":"211","nationality_area_id":"211","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 13:34:37","membership":{"membership_id":"3202553","team_id":"27531","team_name":"BIIK Kazygurt","short_name":"BIIK Kazygurt","team_area_name":"Kazakhstan","team_area_id":"104","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:34:37"}},{"people_id":"157300","first_name":"Charity Chetachukwu","last_name":"Reuben","match_name":"C. Reuben","common_name":"Charity Reuben","date_of_birth":"2000-12-25","place_of_birth":"","country_of_birth":"Nigeria","nationality":"Nigeria","country_of_birth_area_id":"144","nationality_area_id":"144","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 13:33:30","membership":{"membership_id":"3202552","team_id":"27531","team_name":"BIIK Kazygurt","short_name":"BIIK Kazygurt","team_area_name":"Kazakhstan","team_area_id":"104","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:33:30"}},{"people_id":"333150","first_name":"Arden Ohare","last_name":"Holden","match_name":"A. Holden","common_name":"Arden Holden","date_of_birth":"1996-12-30","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:32:40","membership":{"membership_id":"3202551","team_id":"27531","team_name":"BIIK Kazygurt","short_name":"BIIK Kazygurt","team_area_name":"Kazakhstan","team_area_id":"104","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:32:40"}},{"people_id":"68806","first_name":"Bidzina","last_name":"Makharoblidze","match_name":"B. Makharoblidze","common_name":"Bidzina Makharoblidze","date_of_birth":"1992-10-10","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:32:22","membership":[{"membership_id":"3202550","team_id":"16066","team_name":"FC Lokomotivi Tbilisi","short_name":"Lokomotivi","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:32:22"},{"membership_id":"3025021","team_id":"16056","team_name":"FC Chikhura Sachkhere","short_name":"Chikhura","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 13:32:13"}]},{"people_id":"79757","first_name":"Dato","last_name":"Kirkitadze","match_name":"D. Kirkitadze","common_name":"Dato Kirkitadze","date_of_birth":"1992-09-03","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:32:03","membership":[{"membership_id":"3202549","team_id":"16066","team_name":"FC Lokomotivi Tbilisi","short_name":"Lokomotivi","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:32:03"},{"membership_id":"2736142","team_id":"16054","team_name":"FC Sioni Bolnisi","short_name":"Sioni","team_area_name":"Georgia","team_area_id":"79","start_date":"2018-08-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-07 13:31:52"}]},{"people_id":"333149","first_name":"Angelina","last_name":"Gaier","match_name":"A. Gaier","common_name":"Angelina Gaier","date_of_birth":"1998-04-09","place_of_birth":"","country_of_birth":"Kazakhstan","nationality":"Kazakhstan","country_of_birth_area_id":"104","nationality_area_id":"104","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 13:30:56","membership":{"membership_id":"3202548","team_id":"27531","team_name":"BIIK Kazygurt","short_name":"BIIK Kazygurt","team_area_name":"Kazakhstan","team_area_id":"104","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:30:56"}},{"people_id":"333148","first_name":"Nikoloz","last_name":"Abuladze","match_name":"N. Abuladze","common_name":"Nikoloz Abuladze","date_of_birth":"1998-03-02","place_of_birth":"","country_of_birth":"Georgia","nationality":"Germany","country_of_birth_area_id":"79","nationality_area_id":"80","gender":"male","height":"193","weight":"80","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:29:57","membership":{"membership_id":"3202547","team_id":"16052","team_name":"FC WIT Georgia","short_name":"WIT Georgia","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:29:57"}},{"people_id":"333147","first_name":"Shota","last_name":"Avlokhashvili","match_name":"S. Avlokhashvili","common_name":"Shota Avlokhashvili","date_of_birth":"1998-05-10","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 13:27:57","membership":{"membership_id":"3202546","team_id":"16052","team_name":"FC WIT Georgia","short_name":"WIT Georgia","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:27:57"}},{"people_id":"183772","first_name":"Cathrine","last_name":"Høegh Dekkerhus","match_name":"C. Dekkerhus","common_name":"Cathrine Dekkerhus","date_of_birth":"1992-09-17","place_of_birth":"","country_of_birth":"Norway","nationality":"Norway","country_of_birth_area_id":"146","nationality_area_id":"146","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:27:54","membership":{"membership_id":"3202545","team_id":"27525","team_name":"LSK Kvinner FK","short_name":"LSK","team_area_name":"Norway","team_area_id":"146","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:27:54"}},{"people_id":"275720","first_name":"Vicky","last_name":"Ashton-Jones","match_name":"V. Ashton-Jones","common_name":"Vicky Ashton-Jones","date_of_birth":"1987-01-07","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 13:27:00","membership":[{"membership_id":"3202544","team_id":"31469","team_name":"Linfield FC","short_name":"Linfield FC","team_area_name":"Northern Ireland","team_area_id":"145","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:27:00"},{"membership_id":"2760347","team_id":"37546","team_name":"Brighton & Hove Albion WFC","short_name":"B&H Albion","team_area_name":"England","team_area_id":"68","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 13:26:47"}]},{"people_id":"292249","first_name":"Lasha","last_name":"Nanobashvili","match_name":"L. Nanobashvili","common_name":"Lasha Nanobashvili","date_of_birth":"2000-05-03","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:26:43","membership":{"membership_id":"3202543","team_id":"16052","team_name":"FC WIT Georgia","short_name":"WIT Georgia","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:26:43"}},{"people_id":"333146","first_name":"Philip","last_name":"Lewis","match_name":"Philip Lewis","common_name":"Philip Lewis","date_of_birth":"","place_of_birth":"","country_of_birth":"Northern Ireland","nationality":"Northern Ireland","country_of_birth_area_id":"145","nationality_area_id":"145","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 13:26:15","membership":{"membership_id":"3202542","team_id":"31469","team_name":"Linfield FC","short_name":"Linfield FC","team_area_name":"Northern Ireland","team_area_id":"145","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 13:26:05"}},{"people_id":"333145","first_name":"Luka","last_name":"Janelidze","match_name":"L. Janelidze","common_name":"Luka Janelidze","date_of_birth":"1998-08-02","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 13:24:22","membership":{"membership_id":"3202541","team_id":"16052","team_name":"FC WIT Georgia","short_name":"WIT Georgia","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:24:22"}},{"people_id":"333144","first_name":"Hayley","last_name":"O'Donnell","match_name":"H. O'Donnell","common_name":"Hayley O'Donnell","date_of_birth":"1994-02-11","place_of_birth":"","country_of_birth":"Northern Ireland","nationality":"Northern Ireland","country_of_birth_area_id":"145","nationality_area_id":"145","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:22:27","membership":{"membership_id":"3202540","team_id":"31469","team_name":"Linfield FC","short_name":"Linfield FC","team_area_name":"Northern Ireland","team_area_id":"145","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:22:27"}},{"people_id":"112946","first_name":"Davit","last_name":"Kikalishvili","match_name":"D. Kikalishvili","common_name":"Davit Kikalishvili","date_of_birth":"1999-03-19","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 13:22:05","membership":[{"membership_id":"3202539","team_id":"16052","team_name":"FC WIT Georgia","short_name":"WIT Georgia","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:22:05"},{"membership_id":"1765447","team_id":"16066","team_name":"FC Lokomotivi Tbilisi","short_name":"Lokomotivi","team_area_name":"Georgia","team_area_id":"79","start_date":"2017-11-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 13:21:56"}]},{"people_id":"173131","first_name":"Luka","last_name":"Vardzelashvili","match_name":"L. Vardzelashvili","common_name":"Luka Vardzelashvili","date_of_birth":"1998-03-09","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:21:47","membership":[{"membership_id":"3202538","team_id":"16052","team_name":"FC WIT Georgia","short_name":"WIT Georgia","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:21:47"},{"membership_id":"2704996","team_id":"15978","team_name":"FC Gagra","short_name":"FC Gagra","team_area_name":"Georgia","team_area_id":"79","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 13:21:34"}]},{"people_id":"141592","first_name":"Andro","last_name":"Nemsadze","match_name":"A. Nemsadze","common_name":"Andro Nemsadze","date_of_birth":"1997-08-15","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 13:21:22","membership":[{"membership_id":"3202537","team_id":"16052","team_name":"FC WIT Georgia","short_name":"WIT Georgia","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:21:22"},{"membership_id":"2704902","team_id":"16058","team_name":"FC Tskhinvali","short_name":"FC Tskhinvali","team_area_name":"Georgia","team_area_id":"79","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 13:21:13"}]},{"people_id":"333143","first_name":"Dimitri","last_name":"Khutsianidze","match_name":"D. Khutsianidze","common_name":"Dimitri Khutsianidze","date_of_birth":"1998-04-23","place_of_birth":"Tbilisi","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 13:16:41","membership":{"membership_id":"3202536","team_id":"16052","team_name":"FC WIT Georgia","short_name":"WIT Georgia","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:16:41"}},{"people_id":"68809","first_name":"Giorgi","last_name":"Ivanishvili","match_name":"G. Ivanishvili","common_name":"Giorgi Ivanishvili","date_of_birth":"1989-10-18","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:13:49","membership":[{"membership_id":"3202535","team_id":"16054","team_name":"FC Sioni Bolnisi","short_name":"Sioni","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:13:49"},{"membership_id":"3010612","team_id":"1941","team_name":"Zagłębie Sosnowiec","short_name":"Zagl Sosnowiec","team_area_name":"Poland","team_area_id":"155","start_date":"2019-01-24","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 13:13:40"}]},{"people_id":"33919","first_name":"Dimitri","last_name":"Tatanashvili","match_name":"D. Tatanashvili","common_name":"Dimitri Tatanashvili","date_of_birth":"1983-10-19","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 13:13:29","membership":[{"membership_id":"3202534","team_id":"16054","team_name":"FC Sioni Bolnisi","short_name":"Sioni","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:13:29"},{"membership_id":"2633638","team_id":"9850","team_name":"FC Saburtalo","short_name":"Saburtalo","team_area_name":"Georgia","team_area_id":"79","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 13:13:14"}]},{"people_id":"241837","first_name":"Kakha","last_name":"Kakhabrishvili","match_name":"K. Kakhabrishvili","common_name":"Kakha Kakhabrishvili","date_of_birth":"1993-07-08","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 13:13:05","membership":[{"membership_id":"3202533","team_id":"16054","team_name":"FC Sioni Bolnisi","short_name":"Sioni","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:13:05"},{"membership_id":"2633559","team_id":"16056","team_name":"FC Chikhura Sachkhere","short_name":"Chikhura","team_area_name":"Georgia","team_area_id":"79","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 13:12:50"}]},{"people_id":"68609","first_name":"Zurab","last_name":"Japiashvili","match_name":"Z. Japiashvili","common_name":"Zurab Japiashvili","date_of_birth":"1996-05-26","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"184","weight":"77","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:12:42","membership":[{"membership_id":"3202532","team_id":"16054","team_name":"FC Sioni Bolnisi","short_name":"Sioni","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:12:42"},{"membership_id":"3024985","team_id":"24283","team_name":"FC Rustavi","short_name":"FC Rustavi","team_area_name":"Georgia","team_area_id":"79","start_date":"2019-02-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-07 13:12:30"}]},{"people_id":"333120","first_name":"Marijan","last_name":"Cvitković","match_name":"M. Cvitković","common_name":"Marijan Cvitković","date_of_birth":"1987-07-08","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 13:09:25","membership":[{"membership_id":"3202472","team_id":"19705","team_name":"Melbourne Knights FC","short_name":"Melb. Knights","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:33:00"},{"membership_id":"3202531","team_id":"19705","team_name":"Melbourne Knights FC","short_name":"Melb. Knights","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 13:09:25"}]},{"people_id":"333141","first_name":"Chiara","last_name":"Gottinger","match_name":"C. Gottinger","common_name":"Chiara Gottinger","date_of_birth":"2003-03-25","place_of_birth":"","country_of_birth":"Austria","nationality":"Austria","country_of_birth_area_id":"20","nationality_area_id":"20","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 13:07:37","membership":{"membership_id":"3202530","team_id":"27520","team_name":"SK Sturm Graz","short_name":"Sturm Graz","team_area_name":"Austria","team_area_id":"20","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:07:37"}},{"people_id":"333140","first_name":"Abdul","last_name":"Rahman","match_name":"A. Rahman","common_name":"Abdul Rahman","date_of_birth":"1988-01-30","place_of_birth":"","country_of_birth":"Indonesia","nationality":"Indonesia","country_of_birth_area_id":"95","nationality_area_id":"95","gender":"male","height":"169","weight":"55","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 13:07:36","membership":{"membership_id":"3202529","team_id":"22159","team_name":"Borneo FC Samarinda","short_name":"Borneo FC","team_area_name":"Indonesia","team_area_id":"95","start_date":"2017-04-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:07:36"}},{"people_id":"333139","first_name":"Katrina","last_name":"Giantsopoulos","match_name":"K. Giantsopoulos","common_name":"Katrina Giantsopoulos","date_of_birth":"1997-11-15","place_of_birth":"","country_of_birth":"Canada","nationality":"Canada","country_of_birth_area_id":"43","nationality_area_id":"43","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 13:06:47","membership":{"membership_id":"3202528","team_id":"27520","team_name":"SK Sturm Graz","short_name":"Sturm Graz","team_area_name":"Austria","team_area_id":"20","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:06:47"}},{"people_id":"333138","first_name":"Paula","last_name":"Roth","match_name":"p. Roth","common_name":"Paula Roth","date_of_birth":"2002-09-10","place_of_birth":"","country_of_birth":"Austria","nationality":"Austria","country_of_birth_area_id":"20","nationality_area_id":"20","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:05:35","membership":{"membership_id":"3202527","team_id":"27520","team_name":"SK Sturm Graz","short_name":"Sturm Graz","team_area_name":"Austria","team_area_id":"20","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:05:35"}},{"people_id":"61174","first_name":"Abdul Abanda","last_name":"Rachman","match_name":"A. Rachman","common_name":"Abdul Rachman","date_of_birth":"1990-08-24","place_of_birth":"Makassar","country_of_birth":"Indonesia","nationality":"Indonesia","country_of_birth_area_id":"95","nationality_area_id":"95","gender":"male","height":"181","weight":"74","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/61174.png","last_updated":"2019-08-07 13:05:22"},{"people_id":"268845","first_name":"Marija","last_name":"Ilić","match_name":"M. Ilić","common_name":"Marija Ilić","date_of_birth":"1993-06-03","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:03:40","membership":[{"membership_id":"3202526","team_id":"27531","team_name":"BIIK Kazygurt","short_name":"BIIK Kazygurt","team_area_name":"Kazakhstan","team_area_id":"104","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:03:40"},{"membership_id":"2736706","team_id":"27535","team_name":"ŽFK Spartak Subotica","short_name":"Sp. Subotica","team_area_name":"Serbia","team_area_id":"224","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 13:03:40"}]},{"people_id":"285971","first_name":"Mia","last_name":"Fitzsimmons","match_name":"M. Fitzsimmons","common_name":"Mia Fitzsimmons","date_of_birth":"2002-12-13","place_of_birth":"","country_of_birth":"Northern Ireland","nationality":"Northern Ireland","country_of_birth_area_id":"145","nationality_area_id":"145","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 13:03:25","membership":{"membership_id":"3202525","team_id":"31469","team_name":"Linfield FC","short_name":"Linfield FC","team_area_name":"Northern Ireland","team_area_id":"145","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:03:25"}},{"people_id":"222144","first_name":"Kirsty","last_name":"Cameron","match_name":"K. Cameron","common_name":"Kirsty Cameron","date_of_birth":"2002-06-06","place_of_birth":"","country_of_birth":"Northern Ireland","nationality":"Northern Ireland","country_of_birth_area_id":"145","nationality_area_id":"145","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 13:03:20","membership":{"membership_id":"3202524","team_id":"31469","team_name":"Linfield FC","short_name":"Linfield FC","team_area_name":"Northern Ireland","team_area_id":"145","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:03:20"}},{"people_id":"284106","first_name":"Anna","last_name":"McCleary","match_name":"A. McCleary","common_name":"Anna McCleary","date_of_birth":"2001-07-15","place_of_birth":"","country_of_birth":"Northern Ireland","nationality":"Northern Ireland","country_of_birth_area_id":"145","nationality_area_id":"145","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 13:03:14","membership":{"membership_id":"3202523","team_id":"31469","team_name":"Linfield FC","short_name":"Linfield FC","team_area_name":"Northern Ireland","team_area_id":"145","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:03:14"}},{"people_id":"181179","first_name":"Natalia","last_name":"Munteanu","match_name":"N. Munteanu","common_name":"Natalia Munteanu","date_of_birth":"1993-12-01","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 13:03:09","membership":{"membership_id":"3202504","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:53:08"}},{"people_id":"333137","first_name":"Yelyzaveta","last_name":"Indycha","match_name":"Y. Indycha","common_name":"Yelyzaveta Indycha","date_of_birth":"2002-12-08","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 13:00:35","membership":{"membership_id":"3202522","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 13:00:35"}},{"people_id":"333136","first_name":"Patrick","last_name":"Ferry","match_name":"P. Ferry","common_name":"Patrick Ferry","date_of_birth":"","place_of_birth":"","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:59:58","membership":{"membership_id":"3202521","team_id":"18409","team_name":"Derry City FC","short_name":"Derry City","team_area_name":"Republic of Ireland","team_area_id":"98","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:59:58"}},{"people_id":"333135","first_name":"Victoria","last_name":"Zdorovețchi","match_name":"V. Zdorovețchi","common_name":"Victoria Zdorovețchi","date_of_birth":"1997-04-28","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:59:45","membership":{"membership_id":"3202520","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:59:45"}},{"people_id":"333134","first_name":"Veronica","last_name":"Cojuhari","match_name":"V. Cojuhari","common_name":"Veronica Cojuhari","date_of_birth":"1998-10-03","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:58:50","membership":{"membership_id":"3202518","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:58:50"}},{"people_id":"333133","first_name":"Tatiana","last_name":"Peșterean","match_name":"T. Peșterean","common_name":"Tatiana Peșterean","date_of_birth":"2003-11-19","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:57:40","membership":{"membership_id":"3202515","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:57:40"}},{"people_id":"333132","first_name":"Iurie","last_name":"Bodiu","match_name":"I. Bodiu","common_name":"Iurie Bodiu","date_of_birth":"","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 12:56:54","membership":{"membership_id":"3202511","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 12:56:42"}},{"people_id":"333131","first_name":"Daniela","last_name":"Luca","match_name":"D. Luca","common_name":"Daniela Luca","date_of_birth":"2002-11-07","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:55:10","membership":{"membership_id":"3202509","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:55:10"}},{"people_id":"181174","first_name":"Alina","last_name":"Şaitan","match_name":"A. Şaitan","common_name":"Alina Şaitan","date_of_birth":"1991-05-01","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 12:54:03","membership":[{"membership_id":"3202507","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:54:03"},{"membership_id":"1324409","team_id":"31473","team_name":"FC Noroc Nimoreni","short_name":"Noroc Nimoreni","team_area_name":"Moldova","team_area_id":"130","start_date":"2017-07-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 12:53:55"}]},{"people_id":"363253","first_name":"Tatiana","last_name":"Gherghelegiu","match_name":"T. Gherghelegiu","common_name":"Tatiana Gherghelegiu","date_of_birth":"1985-03-19","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:53:23","membership":[{"membership_id":"3202505","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:53:23"},{"membership_id":"2736515","team_id":"34883","team_name":"FC Codru Anenii Noi","short_name":"FC Codru","team_area_name":"Moldova","team_area_id":"130","start_date":"2018-08-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 12:53:18"}]},{"people_id":"280233","first_name":"Mihaela","last_name":"Catarău","match_name":"M. Catarău","common_name":"Mihaela Catarău","date_of_birth":"2003-06-17","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:52:56","membership":{"membership_id":"3202503","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:52:56"}},{"people_id":"363259","first_name":"Ludmila","last_name":"Caraman","match_name":"L. Caraman","common_name":"Ludmila Caraman","date_of_birth":"1985-07-27","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:52:39","membership":[{"membership_id":"3202502","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:52:39"},{"membership_id":"2736516","team_id":"34883","team_name":"FC Codru Anenii Noi","short_name":"FC Codru","team_area_name":"Moldova","team_area_id":"130","start_date":"2018-08-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 12:52:32"}]},{"people_id":"323481","first_name":"Taylor","last_name":"Porter","match_name":"T. Porter","common_name":"Taylor Porter","date_of_birth":"1997-10-29","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:52:12","membership":[{"membership_id":"3202501","team_id":"27535","team_name":"ŽFK Spartak Subotica","short_name":"Sp. Subotica","team_area_name":"Serbia","team_area_id":"224","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:52:05"},{"membership_id":"3123068","team_id":"28040","team_name":"Orlando Pride","short_name":"Orlando Pride","team_area_name":"United States","team_area_id":"203","start_date":"2019-05-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 12:52:12"}]},{"people_id":"333130","first_name":"Myra Alexandra","last_name":"Delgadillo","match_name":"M. Delgadillo","common_name":"Myra Delgadillo","date_of_birth":"1995-12-09","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:50:59","membership":{"membership_id":"3202498","team_id":"27535","team_name":"ŽFK Spartak Subotica","short_name":"Sp. Subotica","team_area_name":"Serbia","team_area_id":"224","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:50:59"}},{"people_id":"333129","first_name":"Molly Rose","last_name":"Fiedler","match_name":"M. Fiedler","common_name":"Molly Fiedler","date_of_birth":"1997-03-21","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:49:59","membership":{"membership_id":"3202495","team_id":"27535","team_name":"ŽFK Spartak Subotica","short_name":"Sp. Subotica","team_area_name":"Serbia","team_area_id":"224","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:49:59"}},{"people_id":"333128","first_name":"Mariah Nicole","last_name":"Williams","match_name":"M. Williams","common_name":"Mariah Williams","date_of_birth":"1997-08-15","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:48:57","membership":{"membership_id":"3202493","team_id":"27535","team_name":"ŽFK Spartak Subotica","short_name":"Sp. Subotica","team_area_name":"Serbia","team_area_id":"224","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:48:57"}},{"people_id":"333127","first_name":"Kayla Joan","last_name":"Zophia Adamek","match_name":"K. Zophia","common_name":"Kayla Zophia","date_of_birth":"1995-02-01","place_of_birth":"","country_of_birth":"Canada","nationality":"Canada","country_of_birth_area_id":"43","nationality_area_id":"43","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:47:53","membership":{"membership_id":"3202490","team_id":"27535","team_name":"ŽFK Spartak Subotica","short_name":"Sp. Subotica","team_area_name":"Serbia","team_area_id":"224","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:47:53"}},{"people_id":"333126","first_name":"Haley Mays","last_name":"Lukas","match_name":"H. Lukas","common_name":"Haley Lukas","date_of_birth":"1995-10-21","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:46:22","membership":{"membership_id":"3202487","team_id":"27535","team_name":"ŽFK Spartak Subotica","short_name":"Sp. Subotica","team_area_name":"Serbia","team_area_id":"224","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:46:22"}},{"people_id":"333125","first_name":"Adrijana","last_name":"Derviši","match_name":"A. Derviši","common_name":"Adrijana Derviši","date_of_birth":"2003-03-23","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:44:56","membership":{"membership_id":"3202485","team_id":"27535","team_name":"ŽFK Spartak Subotica","short_name":"Sp. Subotica","team_area_name":"Serbia","team_area_id":"224","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:44:56"}},{"people_id":"333124","first_name":"Isabella Michelle","last_name":"Habuda","match_name":"I. Habuda","common_name":"Isabella Habuda","date_of_birth":"1996-09-30","place_of_birth":"","country_of_birth":"Canada","nationality":"Canada","country_of_birth_area_id":"43","nationality_area_id":"43","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:42:46","membership":{"membership_id":"3202481","team_id":"27520","team_name":"SK Sturm Graz","short_name":"Sturm Graz","team_area_name":"Austria","team_area_id":"20","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:42:46"}},{"people_id":"333123","first_name":"Rayanne Cristine","last_name":"dos Santos Melo Machado","match_name":"Rayanne Machado","common_name":"Rayanne Machado","date_of_birth":"1994-06-16","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:36:05","membership":{"membership_id":"3202477","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:36:05"}},{"people_id":"203886","first_name":"Nicholas","last_name":"Glavan","match_name":"N. Glavan","common_name":"Nicholas Glavan","date_of_birth":"1996-11-03","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:35:18","membership":[{"membership_id":"3202476","team_id":"19705","team_name":"Melbourne Knights FC","short_name":"Melb. Knights","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:35:18"},{"membership_id":"1329308","team_id":"19704","team_name":"Bentleigh Greens SC","short_name":"Bentleigh Gr.","team_area_name":"Australia","team_area_id":"19","start_date":"2017-08-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-07 12:35:05"}]},{"people_id":"333122","first_name":"Janaína","last_name":"Queiroz Cavalcante","match_name":"Janaína","common_name":"Janaína","date_of_birth":"1988-04-02","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"female","height":"172","weight":"59","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:34:41","membership":{"membership_id":"3202475","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:34:41"}},{"people_id":"333121","first_name":"Mohammed","last_name":"Awad","match_name":"M. Awad","common_name":"Mohammed Awad","date_of_birth":"1994-05-07","place_of_birth":"","country_of_birth":"New Zealand","nationality":"New Zealand","country_of_birth_area_id":"141","nationality_area_id":"141","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:34:22","membership":{"membership_id":"3202474","team_id":"19705","team_name":"Melbourne Knights FC","short_name":"Melb. Knights","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:34:22"}},{"people_id":"221105","first_name":"Hannah","last_name":"Keane","match_name":"H. Keane","common_name":"Hannah Keane","date_of_birth":"1993-05-07","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"180","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:33:19","membership":[{"membership_id":"3202473","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:33:19"},{"membership_id":"1833902","team_id":"333","team_name":"FF USV Jena","short_name":"FF USV Jena","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 12:33:11"}]},{"people_id":"333119","first_name":"Francisca","last_name":"Cardoso","match_name":"Francisca Cardoso","common_name":"Francisca Cardoso","date_of_birth":"1997-12-13","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:32:23","membership":{"membership_id":"3202471","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:32:23"}},{"people_id":"333118","first_name":"Luke","last_name":"Jurčić","match_name":"L. Jurčić","common_name":"Luke Jurčić","date_of_birth":"1997-06-23","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:31:36","membership":{"membership_id":"3202470","team_id":"19705","team_name":"Melbourne Knights FC","short_name":"Melb. Knights","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:31:36"}},{"people_id":"288050","first_name":"Francisco Rivera","last_name":"Cardoso","match_name":"Rivera Cardoso","common_name":"Rivera Cardoso","date_of_birth":"2000-12-31","place_of_birth":"","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:31:31"},{"people_id":"203082","first_name":"Jordan","last_name":"Gifkins","match_name":"J. Gifkins","common_name":"Jordan Gifkins","date_of_birth":"1996-04-23","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 12:30:26","membership":[{"membership_id":"3202469","team_id":"19705","team_name":"Melbourne Knights FC","short_name":"Melb. Knights","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:30:26"},{"membership_id":"1329357","team_id":"19704","team_name":"Bentleigh Greens SC","short_name":"Bentleigh Gr.","team_area_name":"Australia","team_area_id":"19","start_date":"2017-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-07 12:30:12"}]},{"people_id":"130473","first_name":"Folashade Annie Evelyn","last_name":"Pratt","match_name":"S. Pratt","common_name":"Shade Pratt","date_of_birth":"1993-04-02","place_of_birth":"Rosemount, MN","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"170","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:29:50","membership":[{"membership_id":"3202468","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:29:50"},{"membership_id":"2677126","team_id":"34700","team_name":"IFK Kalmar","short_name":"IFK Kalmar","team_area_name":"Sweden","team_area_id":"184","start_date":"2018-04-01","end_date":"2019-01-05","role":"player","active":"no","last_updated":"2019-08-07 12:29:44"}]},{"people_id":"333117","first_name":"Ivan","last_name":"Grgić","match_name":"I. Grgić","common_name":"Ivan Grgić","date_of_birth":"1996-05-03","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:29:17","membership":{"membership_id":"3202467","team_id":"19705","team_name":"Melbourne Knights FC","short_name":"Melb. Knights","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:29:17"}},{"people_id":"333116","first_name":"Farida","last_name":"Machia Machia","match_name":"F. Machia","common_name":"Farida Machia","date_of_birth":"1991-07-27","place_of_birth":"","country_of_birth":"Cameroon","nationality":"Cambodia","country_of_birth_area_id":"42","nationality_area_id":"41","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:28:20","membership":{"membership_id":"3202466","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:28:20"}},{"people_id":"333115","first_name":"Hrvoje","last_name":"Cakarun","match_name":"H. Cakarun","common_name":"Hrvoje Cakarun","date_of_birth":"1997-12-31","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 12:28:05","membership":{"membership_id":"3202465","team_id":"19705","team_name":"Melbourne Knights FC","short_name":"Melb. Knights","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:28:05"}},{"people_id":"333113","first_name":"Gian","last_name":"Albano","match_name":"G. Albano","common_name":"Gian Albano","date_of_birth":"1996-06-08","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:26:52","membership":{"membership_id":"3202464","team_id":"19705","team_name":"Melbourne Knights FC","short_name":"Melb. Knights","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:26:52"}},{"people_id":"362935","first_name":"Denali","last_name":"Murnan","match_name":"D. Murnan","common_name":"Denali Murnan","date_of_birth":"1993-06-12","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:26:47","membership":[{"membership_id":"3202463","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:26:47"},{"membership_id":"631328","team_id":"27547","team_name":"FC Ramat HaSharon","short_name":"Ramat HaSharon","team_area_name":"Israel","team_area_id":"99","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 12:26:37"}]},{"people_id":"145690","first_name":"Daniuska Isamar","last_name":"Rodríguez Pineda","match_name":"Daniuska Rodríguez","common_name":"Daniuska Rodríguez","date_of_birth":"1999-01-04","place_of_birth":"","country_of_birth":"Venezuela","nationality":"Venezuela","country_of_birth_area_id":"207","nationality_area_id":"207","gender":"female","height":"160","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:26:02","membership":{"membership_id":"3202462","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:26:02"}},{"people_id":"333112","first_name":"Corey","last_name":"Sewell","match_name":"C. Sewell","common_name":"Corey Sewell","date_of_birth":"1996-08-09","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:25:43","membership":{"membership_id":"3202461","team_id":"19705","team_name":"Melbourne Knights FC","short_name":"Melb. Knights","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:25:43"}},{"people_id":"157292","first_name":"Chinaza Love","last_name":"Uchendu","match_name":"C. Uchendu","common_name":"Chinaza Uchendu","date_of_birth":"1997-12-03","place_of_birth":"","country_of_birth":"Nigeria","nationality":"Nigeria","country_of_birth_area_id":"144","nationality_area_id":"144","gender":"female","height":"172","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/157292.png","last_updated":"2019-08-07 12:25:17","membership":{"membership_id":"3202460","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:25:17"}},{"people_id":"333110","first_name":"Carlos Miguel","last_name":"Sousa Santos","match_name":"Miguel Santos","common_name":"Miguel Santos","date_of_birth":"1984-05-15","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 12:24:09","membership":{"membership_id":"3202458","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-03-03","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 12:23:48"}},{"people_id":"333111","first_name":"Ayden","last_name":"Brice","match_name":"A. Brice","common_name":"Ayden Brice","date_of_birth":"1996-10-03","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:24:04","membership":{"membership_id":"3202459","team_id":"19705","team_name":"Melbourne Knights FC","short_name":"Melb. Knights","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:24:04"}},{"people_id":"333109","first_name":"Atilla","last_name":"Ofli","match_name":"A. Ofli","common_name":"Atilla Ofli","date_of_birth":"1994-02-03","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:22:44","membership":{"membership_id":"3202457","team_id":"19705","team_name":"Melbourne Knights FC","short_name":"Melb. Knights","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:22:44"}},{"people_id":"333108","first_name":"Aj","last_name":"Inia","match_name":"A. Inia","common_name":"Aj Inia","date_of_birth":"2000-04-25","place_of_birth":"","country_of_birth":"Tonga","nationality":"Tonga","country_of_birth_area_id":"193","nationality_area_id":"193","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:21:31","membership":{"membership_id":"3202456","team_id":"19705","team_name":"Melbourne Knights FC","short_name":"Melb. Knights","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:21:31"}},{"people_id":"333107","first_name":"Ágata Filipa Pinto","last_name":"Coelho Pimenta","match_name":"Ágata Pimenta","common_name":"Ágata Pimenta","date_of_birth":"1995-05-17","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:20:21","membership":{"membership_id":"3202455","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:20:21"}},{"people_id":"333106","first_name":"Anthony","last_name":"Duzel","match_name":"A. Duzel","common_name":"Anthony Duzel","date_of_birth":"1997-02-05","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:20:20","membership":{"membership_id":"3202454","team_id":"19705","team_name":"Melbourne Knights FC","short_name":"Melb. Knights","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:20:20"}},{"people_id":"363258","first_name":"Ludmila","last_name":"Andone","match_name":"L. Andone","common_name":"Ludmila Andone","date_of_birth":"1989-01-29","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:15:11","membership":[{"membership_id":"3202453","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:15:11"},{"membership_id":"2736530","team_id":"34883","team_name":"FC Codru Anenii Noi","short_name":"FC Codru","team_area_name":"Moldova","team_area_id":"130","start_date":"2018-08-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 12:15:04"}]},{"people_id":"333104","first_name":"Zachary","last_name":"Maltby","match_name":"Z. Maltby","common_name":"Zachary Maltby","date_of_birth":"1999-05-07","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:14:59","membership":{"membership_id":"3202452","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:14:59"}},{"people_id":"331662","first_name":"Jorge Humberto","last_name":"Rodriguez Alvarez","match_name":"J. Rodriguez","common_name":"Jorge Rodriguez","date_of_birth":"","place_of_birth":"","country_of_birth":"Guatemala","nationality":"Guatemala","country_of_birth_area_id":"85","nationality_area_id":"85","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 12:14:33"},{"people_id":"363265","first_name":"Laura-Maria","last_name":"Mereuța","match_name":"L. Mereuța","common_name":"Laura-Maria Mereuța","date_of_birth":"1998-07-24","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:14:23","membership":[{"membership_id":"3202451","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:14:23"},{"membership_id":"2736524","team_id":"34883","team_name":"FC Codru Anenii Noi","short_name":"FC Codru","team_area_name":"Moldova","team_area_id":"130","start_date":"2018-08-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 12:14:18"}]},{"people_id":"363264","first_name":"Diana","last_name":"Loghin","match_name":"D. Loghin","common_name":"Diana Loghin","date_of_birth":"1997-04-23","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:14:09","membership":[{"membership_id":"3202450","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:14:09"},{"membership_id":"632098","team_id":"27557","team_name":"ARF Criuleni","short_name":"ARF Criuleni","team_area_name":"Moldova","team_area_id":"130","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 12:14:04"}]},{"people_id":"363266","first_name":"Cristina","last_name":"Musteață","match_name":"C. Musteață","common_name":"Cristina Musteață","date_of_birth":"1985-06-22","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:13:47","membership":[{"membership_id":"3202449","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:13:47"},{"membership_id":"2736518","team_id":"34883","team_name":"FC Codru Anenii Noi","short_name":"FC Codru","team_area_name":"Moldova","team_area_id":"130","start_date":"2018-08-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 12:13:41"}]},{"people_id":"333103","first_name":"Tomislav","last_name":"Mesaric","match_name":"T. Mesaric","common_name":"Tomislav Mesaric","date_of_birth":"1999-03-18","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 12:13:37","membership":{"membership_id":"3202448","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:13:37"}},{"people_id":"181186","first_name":"Cristina","last_name":"Cerescu","match_name":"C. Cerescu","common_name":"Cristina Cerescu","date_of_birth":"1995-03-06","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:13:31","membership":[{"membership_id":"3202447","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:13:31"},{"membership_id":"1324393","team_id":"31473","team_name":"FC Noroc Nimoreni","short_name":"Noroc Nimoreni","team_area_name":"Moldova","team_area_id":"130","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 12:13:22"}]},{"people_id":"221729","first_name":"Bianca","last_name":"Druţă","match_name":"B. Druţă","common_name":"Bianca Druţă","date_of_birth":"2001-03-06","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 12:13:08","membership":[{"membership_id":"3202446","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:13:08"},{"membership_id":"2736512","team_id":"34883","team_name":"FC Codru Anenii Noi","short_name":"FC Codru","team_area_name":"Moldova","team_area_id":"130","start_date":"2018-08-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 12:12:59"}]},{"people_id":"333102","first_name":"Scott","last_name":"Halliday","match_name":"S. Halliday","common_name":"Scott Halliday","date_of_birth":"1997-07-24","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:12:14","membership":{"membership_id":"3202445","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:12:14"}},{"people_id":"333101","first_name":"Ryan","last_name":"Palmer","match_name":"R. Palmer","common_name":"Ryan Palmer","date_of_birth":"1998-03-11","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:11:05","membership":{"membership_id":"3202444","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:11:05"}},{"people_id":"280183","first_name":"Alina","last_name":"Brînza","match_name":"A. Brînza","common_name":"Alina Brînza","date_of_birth":"2003-08-09","place_of_birth":"","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:11:03","membership":{"membership_id":"3202443","team_id":"41318","team_name":"Agarista-ȘS Anenii Noi","short_name":"Anenii Noi","team_area_name":"Moldova","team_area_id":"130","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:11:03"}},{"people_id":"215053","first_name":"Živana","last_name":"Stupar","match_name":"Ž. Stupar","common_name":"Živana Stupar","date_of_birth":"2002-09-23","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:10:51","membership":{"membership_id":"3202442","team_id":"27535","team_name":"ŽFK Spartak Subotica","short_name":"Sp. Subotica","team_area_name":"Serbia","team_area_id":"224","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:10:51"}},{"people_id":"215046","first_name":"Milica","last_name":"Denda","match_name":"M. Denda","common_name":"Milica Denda","date_of_birth":"2002-12-11","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:10:35","membership":{"membership_id":"3202441","team_id":"27535","team_name":"ŽFK Spartak Subotica","short_name":"Sp. Subotica","team_area_name":"Serbia","team_area_id":"224","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:10:35"}},{"people_id":"281456","first_name":"Krstina","last_name":"Tanasković","match_name":"K. Tanasković","common_name":"Krstina Tanasković","date_of_birth":"2002-09-27","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:10:22","membership":{"membership_id":"3202440","team_id":"27535","team_name":"ŽFK Spartak Subotica","short_name":"Sp. Subotica","team_area_name":"Serbia","team_area_id":"224","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:10:22"}},{"people_id":"333099","first_name":"Owen","last_name":"Baker","match_name":"O. Baker","common_name":"Owen Baker","date_of_birth":"","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 12:09:56","membership":{"membership_id":"3202439","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 12:09:56"}},{"people_id":"333100","first_name":"Nicolas","last_name":"Sullivan","match_name":"N. Sullivan","common_name":"Nicolas Sullivan","date_of_birth":"1998-02-25","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:09:47","membership":{"membership_id":"3202438","team_id":"2148","team_name":"Western Sydney Wanderers FC","short_name":"WS Wanderers","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:09:47"}},{"people_id":"333098","first_name":"Mohamed","last_name":"Adam","match_name":"M. Adam","common_name":"Mohamed Adam","date_of_birth":"2000-08-05","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:08:58","membership":{"membership_id":"3202437","team_id":"2148","team_name":"Western Sydney Wanderers FC","short_name":"WS Wanderers","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:08:58"}},{"people_id":"333097","first_name":"Michael","last_name":"McGowan","match_name":"M. McGowan","common_name":"Michael McGowan","date_of_birth":"1987-09-28","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:08:30","membership":{"membership_id":"3202436","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:08:30"}},{"people_id":"43772","first_name":"Dylan John","last_name":"McGowan","match_name":"D. McGowan","common_name":"Dylan McGowan","date_of_birth":"1991-08-06","place_of_birth":"Modbury, SA","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"175","weight":"64","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/43772.png","last_updated":"2019-08-07 12:07:49","membership":[{"membership_id":"3202435","team_id":"2148","team_name":"Western Sydney Wanderers FC","short_name":"WS Wanderers","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:07:49"},{"membership_id":"3011467","team_id":"18502","team_name":"Vendsyssel FF","short_name":"Vendsyssel FF","team_area_name":"Denmark","team_area_id":"61","start_date":"2019-02-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 12:07:41"}]},{"people_id":"43939","first_name":"Daniel","last_name":"Georgievski","match_name":"D. Georgievski","common_name":"Daniel Georgievski","date_of_birth":"1988-02-17","place_of_birth":"Blacktown, NSW","country_of_birth":"Australia","nationality":"North Macedonia","country_of_birth_area_id":"19","nationality_area_id":"120","gender":"male","height":"179","weight":"77","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/43939.png","last_updated":"2019-08-07 12:07:25","membership":[{"membership_id":"3202434","team_id":"2148","team_name":"Western Sydney Wanderers FC","short_name":"WS Wanderers","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:07:25"},{"membership_id":"1370749","team_id":"978","team_name":"Newcastle United Jets FC","short_name":"Newcastle Utd","team_area_name":"Australia","team_area_id":"19","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 12:07:18"}]},{"people_id":"333096","first_name":"Matthew","last_name":"Richardson","match_name":"M. Richardson","common_name":"Matthew Richardson","date_of_birth":"1998-04-28","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:07:19","membership":{"membership_id":"3202433","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:07:19"}},{"people_id":"333095","first_name":"Trent","last_name":"Ostler","match_name":"Ostler","common_name":"Trent Ostler","date_of_birth":"2002-04-03","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:06:54","membership":{"membership_id":"3202432","team_id":"976","team_name":"Perth Glory FC","short_name":"Perth Glory","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:06:54"}},{"people_id":"93094","first_name":"Nicholas","last_name":"D'Agostino","match_name":"N. D'Agostino","common_name":"Nicholas D'Agostino","date_of_birth":"1998-02-25","place_of_birth":"Westmead, NSW","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"175","weight":"75","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/93094.png","last_updated":"2019-08-07 12:06:08","membership":[{"membership_id":"3202431","team_id":"976","team_name":"Perth Glory FC","short_name":"Perth Glory","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:06:08"},{"membership_id":"240456","team_id":"980","team_name":"Brisbane Roar FC","short_name":"Brisbane Roar","team_area_name":"Australia","team_area_id":"19","start_date":"2015-11-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 12:05:59"}]},{"people_id":"333094","first_name":"Lloyd","last_name":"Cabilan","match_name":"L. Cabilan","common_name":"Lloyd Cabilan","date_of_birth":"2000-09-01","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:06:05","membership":{"membership_id":"3202430","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:06:05"}},{"people_id":"110645","first_name":"Jacob Alexander John","last_name":"Tratt","match_name":"J. Tratt","common_name":"Jacob Tratt","date_of_birth":"1994-09-14","place_of_birth":"Dubbo, NSW","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"190","weight":"85","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/110645.png","last_updated":"2019-08-07 12:05:39","membership":[{"membership_id":"3202429","team_id":"976","team_name":"Perth Glory FC","short_name":"Perth Glory","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:05:39"},{"membership_id":"2982939","team_id":"982","team_name":"Sydney FC","short_name":"Sydney FC","team_area_name":"Australia","team_area_id":"19","start_date":"2018-11-09","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 12:05:31"}]},{"people_id":"158555","first_name":"Amir","last_name":"Adouyev","match_name":"A. Adouyev","common_name":"Amir Adouyev","date_of_birth":"1999-05-11","place_of_birth":"Ordjonikidzé","country_of_birth":"Russia","nationality":"France","country_of_birth_area_id":"160","nationality_area_id":"76","gender":"male","height":"181","weight":"66","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:05:22"},{"people_id":"333093","first_name":"Gabriel","last_name":"Popovic","match_name":"G. Popovic","common_name":"Gabriel Popovic","date_of_birth":"2003-07-28","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:05:12","membership":{"membership_id":"3202428","team_id":"976","team_name":"Perth Glory FC","short_name":"Perth Glory","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:05:12"}},{"people_id":"333092","first_name":"Joshua","last_name":"Matcham","match_name":"J. Matcham","common_name":"Joshua Matcham","date_of_birth":"2000-06-20","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:04:57","membership":{"membership_id":"3202427","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:04:57"}},{"people_id":"280467","first_name":"Daniel Thomas","last_name":"Walsh","match_name":"D. Walsh","common_name":"Daniel Walsh","date_of_birth":"2002-10-15","place_of_birth":"Subiaco, WA","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:03:56","membership":{"membership_id":"3202426","team_id":"976","team_name":"Perth Glory FC","short_name":"Perth Glory","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:03:56"}},{"people_id":"333091","first_name":"Hiroki","last_name":"Omori","match_name":"H. Omori","common_name":"Hiroki Omori","date_of_birth":"1990-07-26","place_of_birth":"","country_of_birth":"Japan","nationality":"Japan","country_of_birth_area_id":"102","nationality_area_id":"102","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 12:03:48","membership":{"membership_id":"3202425","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:03:48"}},{"people_id":"28616","first_name":"Bruno","last_name":"Fornaroli Mezza","match_name":"B. Fornaroli","common_name":"Bruno Fornaroli","date_of_birth":"1987-09-07","place_of_birth":"Salto","country_of_birth":"Uruguay","nationality":"Uruguay","country_of_birth_area_id":"204","nationality_area_id":"204","gender":"male","height":"","weight":"68","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:03:28","membership":{"membership_id":"3202424","team_id":"976","team_name":"Perth Glory FC","short_name":"Perth Glory","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:03:28"}},{"people_id":"248913","first_name":"Fraser","last_name":"Hills","match_name":"F. Hills","common_name":"Fraser Hills","date_of_birth":"1995-03-13","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"170","weight":"60","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 12:01:52","membership":[{"membership_id":"3202423","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:01:52"},{"membership_id":"2679984","team_id":"19692","team_name":"Western Pride FC","short_name":"Western Pride","team_area_name":"Australia","team_area_id":"19","start_date":"2018-03-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 12:01:39"}]},{"people_id":"333090","first_name":"DongYoo","last_name":"Kim","match_name":"Kim DongYoo","common_name":"Kim DongYoo","date_of_birth":"1996-03-23","place_of_birth":"","country_of_birth":"Korea Republic","nationality":"Korea Republic","country_of_birth_area_id":"107","nationality_area_id":"107","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 12:00:50","membership":{"membership_id":"3202422","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 12:00:50"}},{"people_id":"333089","first_name":"Cade","last_name":"McDermott","match_name":"C. McDermott","common_name":"Cade McDermott","date_of_birth":"2001-02-02","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 11:59:27","membership":{"membership_id":"3202421","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:59:27"}},{"people_id":"333088","first_name":"Bon","last_name":"Scott","match_name":"B. Scott","common_name":"Bon Scott","date_of_birth":"1997-07-09","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 11:58:09","membership":{"membership_id":"3202420","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:58:09"}},{"people_id":"333087","first_name":"Danielle Marie","last_name":"Etzel","match_name":"D. Etzel","common_name":"Danielle Etzel","date_of_birth":"1997-06-02","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 11:57:20","membership":{"membership_id":"3202419","team_id":"27555","team_name":"KF Vllaznia Shkodër","short_name":"KF Vllaznia","team_area_name":"Albania","team_area_id":"9","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:57:20"}},{"people_id":"248992","first_name":"Andrew","last_name":"Pengelly","match_name":"A. Pengelly","common_name":"Andrew Pengelly","date_of_birth":"1997-07-19","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 11:56:44","membership":[{"membership_id":"3202418","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:56:44"},{"membership_id":"2680097","team_id":"19692","team_name":"Western Pride FC","short_name":"Western Pride","team_area_name":"Australia","team_area_id":"19","start_date":"2017-03-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 11:56:30"}]},{"people_id":"333086","first_name":"Amanda Sh'Rae","last_name":"Doyle","match_name":"A. Doyle","common_name":"Amanda Doyle","date_of_birth":"1995-04-25","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 11:55:10","membership":{"membership_id":"3202417","team_id":"27555","team_name":"KF Vllaznia Shkodër","short_name":"KF Vllaznia","team_area_name":"Albania","team_area_id":"9","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:55:10"}},{"people_id":"150680","first_name":"Aleksandra","last_name":"Popović","match_name":"A. Popović","common_name":"Aleksandra Popović","date_of_birth":"1999-05-03","place_of_birth":"","country_of_birth":"Montenegro","nationality":"Montenegro","country_of_birth_area_id":"225","nationality_area_id":"225","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 11:53:35","membership":{"membership_id":"3202416","team_id":"27555","team_name":"KF Vllaznia Shkodër","short_name":"KF Vllaznia","team_area_name":"Albania","team_area_id":"9","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:53:35"}},{"people_id":"333085","first_name":"Hannah Collette","last_name":"Dauzat","match_name":"H. Dauzat","common_name":"Hannah Dauzat","date_of_birth":"1995-01-11","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 11:51:04","membership":{"membership_id":"3202415","team_id":"27555","team_name":"KF Vllaznia Shkodër","short_name":"KF Vllaznia","team_area_name":"Albania","team_area_id":"9","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:51:04"}},{"people_id":"333084","first_name":"Cassidy Virginia","last_name":"Blanchard","match_name":"C. Blanchard","common_name":"Cassidy Blanchard","date_of_birth":"1996-09-16","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 11:48:49","membership":{"membership_id":"3202414","team_id":"27555","team_name":"KF Vllaznia Shkodër","short_name":"KF Vllaznia","team_area_name":"Albania","team_area_id":"9","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:48:49"}},{"people_id":"41315","first_name":"Mathías Sebastián","last_name":"Suárez Suárez","match_name":"M. Suárez","common_name":"Mathías Suárez","date_of_birth":"1996-06-24","place_of_birth":"Montevideo","country_of_birth":"Uruguay","nationality":"Uruguay","country_of_birth_area_id":"204","nationality_area_id":"204","gender":"male","height":"179","weight":"76","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 11:47:59"},{"people_id":"333083","first_name":"Fiona","last_name":"Ryan","match_name":"F. Ryan","common_name":"Fiona Ryan","date_of_birth":"2001-09-02","place_of_birth":"","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 11:45:03","membership":{"membership_id":"3202413","team_id":"27539","team_name":"Wexford Youths WFC","short_name":"Wexford Youths","team_area_name":"Republic of Ireland","team_area_id":"98","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:45:03"}},{"people_id":"301522","first_name":"Ciara","last_name":"Rossiter","match_name":"C. Rossiter","common_name":"Ciara Rossiter","date_of_birth":"1996-02-12","place_of_birth":"","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 11:44:14","membership":{"membership_id":"3202412","team_id":"27539","team_name":"Wexford Youths WFC","short_name":"Wexford Youths","team_area_name":"Republic of Ireland","team_area_id":"98","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:44:14"}},{"people_id":"333082","first_name":"Vanessa","last_name":"Ogbonna","match_name":"V. Ogbonna","common_name":"Vanessa Ogbonna Vanessa ","date_of_birth":"1996-07-06","place_of_birth":"","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 11:43:36","membership":{"membership_id":"3202411","team_id":"27539","team_name":"Wexford Youths WFC","short_name":"Wexford Youths","team_area_name":"Republic of Ireland","team_area_id":"98","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:43:36"}},{"people_id":"3337","first_name":"Temitope","last_name":"Obadeyi","match_name":"T. Obadeyi","common_name":"Temitope Obadeyi","date_of_birth":"1989-10-29","place_of_birth":"Birmingham","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"182","weight":"78","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 11:41:21"},{"people_id":"280050","first_name":"Rassoul","last_name":"NDiaye","match_name":"R. Ndiaye","common_name":"Rassoul Ndiaye","date_of_birth":"2001-12-11","place_of_birth":"Besançon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"179","weight":"70","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 11:41:16"},{"people_id":"331992","first_name":"Natanael","last_name":"Ntolla","match_name":"N. Ntolla","common_name":"Natanael Ntolla","date_of_birth":"1999-07-01","place_of_birth":"Meudon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"185","weight":"65","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 11:41:12"},{"people_id":"113390","first_name":"Gaëtan","last_name":"Weissbeck","match_name":"G. Weissbeck","common_name":"Gaëtan Weissbeck","date_of_birth":"1997-01-17","place_of_birth":"Wissembourg","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"175","weight":"70","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/113390.png","last_updated":"2019-08-07 11:41:03"},{"people_id":"73326","first_name":"Fabien","last_name":"Ourega","match_name":"F. Ourega","common_name":"Fabien Ourega","date_of_birth":"1994-09-17","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"179","weight":"65","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 11:41:02"},{"people_id":"185984","first_name":"Makhtar","last_name":"Gueye","match_name":"M. Gueye","common_name":"Makhtar Gueye","date_of_birth":"1997-12-04","place_of_birth":"","country_of_birth":"Senegal","nationality":"Senegal","country_of_birth_area_id":"166","nationality_area_id":"166","gender":"male","height":"195","weight":"90","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/185984.png","last_updated":"2019-08-07 11:35:53"},{"people_id":"499847","first_name":"Gaye","last_name":"Sanogo","match_name":"G. Sanogo","common_name":"Gaye Sanogo","date_of_birth":"1996-01-21","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"176","weight":"69","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 11:26:56","membership":[{"membership_id":"3202409","team_id":"20085","team_name":"Blois Football 41","short_name":"Blois Foot 41","team_area_name":"France","team_area_id":"76","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:26:56"},{"membership_id":"2846323","team_id":"18280","team_name":"FC Bastia-Borgo","short_name":"Bastia-Borgo","team_area_name":"France","team_area_id":"76","start_date":"2018-11-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 11:26:56"}]},{"people_id":"71357","first_name":"Mario","last_name":"Burić","match_name":"M. Burić","common_name":"Mario Burić","date_of_birth":"1991-10-25","place_of_birth":"Makarska","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"188","weight":"80","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 11:25:44","membership":{"membership_id":"3202408","team_id":"630","team_name":"AS Béziers","short_name":"Béziers","team_area_name":"France","team_area_id":"76","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:25:44"}},{"people_id":"250271","first_name":"Christopher","last_name":"Maher","match_name":"C. Maher","common_name":"Christopher Maher","date_of_birth":"1991-12-11","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"178","weight":"76","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 11:24:37","membership":[{"membership_id":"3202407","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:24:37"},{"membership_id":"2682242","team_id":"14084","team_name":"Queensland Lions FC","short_name":"QLD Lions","team_area_name":"Australia","team_area_id":"19","start_date":"2017-10-21","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 11:24:37"}]},{"people_id":"96808","first_name":"Jake","last_name":"McLean","match_name":"J. McLean","common_name":"Jake McLean","date_of_birth":"","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 11:24:26","membership":[{"membership_id":"3202406","team_id":"19688","team_name":"Brisbane Strikers FC","short_name":"Brisbane Strik","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:24:26"},{"membership_id":"257017","team_id":"21490","team_name":"Oakleigh Cannons FC","short_name":"Oakleigh Can","team_area_name":"Australia","team_area_id":"19","start_date":"2015-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 11:24:26"}]},{"people_id":"43796","first_name":"Hamish John Sanders","last_name":"Watson","match_name":"H. Watson","common_name":"Hamish Watson","date_of_birth":"1993-04-17","place_of_birth":"Lower Hutt","country_of_birth":"New Zealand","nationality":"New Zealand","country_of_birth_area_id":"141","nationality_area_id":"141","gender":"male","height":"187","weight":"90","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/43796.png","last_updated":"2019-08-07 11:24:12","membership":[{"membership_id":"3202405","team_id":"19705","team_name":"Melbourne Knights FC","short_name":"Melb. Knights","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:24:12"},{"membership_id":"2621131","team_id":"14792","team_name":"Team Wellington FC","short_name":"T. Wellington","team_area_name":"New Zealand","team_area_id":"141","start_date":"2018-01-31","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 11:24:12"}]},{"people_id":"218932","first_name":"Riselda","last_name":"Leba","match_name":"Riselda Leba","common_name":"Riselda Leba","date_of_birth":"2001-03-19","place_of_birth":"","country_of_birth":"Albania","nationality":"Albania","country_of_birth_area_id":"9","nationality_area_id":"9","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 11:23:54","membership":{"membership_id":"3202404","team_id":"27555","team_name":"KF Vllaznia Shkodër","short_name":"KF Vllaznia","team_area_name":"Albania","team_area_id":"9","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:23:54"}},{"people_id":"197958","first_name":"Négo","last_name":"Ekofo","match_name":"N. Ekofo","common_name":"Négo Ekofo","date_of_birth":"1997-05-17","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"178","weight":"74","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 11:23:49","membership":[{"membership_id":"3202403","team_id":"19040","team_name":"AS Poissy Football","short_name":"Poissy","team_area_name":"France","team_area_id":"76","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:23:49"},{"membership_id":"3013424","team_id":"18942","team_name":"Monts d'Or Anse Foot","short_name":"MDA Foot","team_area_name":"France","team_area_id":"76","start_date":"2019-02-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 11:23:49"}]},{"people_id":"271176","first_name":"Matilda","last_name":"Gjergji","match_name":"M. Gjergji","common_name":"Matilda Gjergji","date_of_birth":"2003-05-21","place_of_birth":"","country_of_birth":"Albania","nationality":"Albania","country_of_birth_area_id":"9","nationality_area_id":"9","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 11:23:41","membership":{"membership_id":"3202402","team_id":"27555","team_name":"KF Vllaznia Shkodër","short_name":"KF Vllaznia","team_area_name":"Albania","team_area_id":"9","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:23:41"}},{"people_id":"218923","first_name":"Esi","last_name":"Lufo","match_name":"Esi Lufo","common_name":"Esi Lufo","date_of_birth":"2001-09-10","place_of_birth":"","country_of_birth":"Albania","nationality":"Albania","country_of_birth_area_id":"9","nationality_area_id":"9","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 11:23:36","membership":{"membership_id":"3202401","team_id":"27555","team_name":"KF Vllaznia Shkodër","short_name":"KF Vllaznia","team_area_name":"Albania","team_area_id":"9","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:23:36"}},{"people_id":"258149","first_name":"Maeve","last_name":"Williams","match_name":"M. Williams","common_name":"Maeve Williams","date_of_birth":"2002-07-12","place_of_birth":"","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 11:23:02","membership":{"membership_id":"3202400","team_id":"27539","team_name":"Wexford Youths WFC","short_name":"Wexford Youths","team_area_name":"Republic of Ireland","team_area_id":"98","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:23:02"}},{"people_id":"149971","first_name":"Lynn","last_name":"Craven","match_name":"L. Craven","common_name":"Lynn Craven","date_of_birth":"1999-01-22","place_of_birth":"","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 11:22:55","membership":[{"membership_id":"3202399","team_id":"27539","team_name":"Wexford Youths WFC","short_name":"Wexford Youths","team_area_name":"Republic of Ireland","team_area_id":"98","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:22:55"},{"membership_id":"1323965","team_id":"31463","team_name":"Shelbourne LFC","short_name":"Shelbourne LFC","team_area_name":"Republic of Ireland","team_area_id":"98","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 11:22:55"}]},{"people_id":"176447","first_name":"Lauren","last_name":"Kelly","match_name":"L. Kelly","common_name":"Lauren Kelly","date_of_birth":"1999-03-07","place_of_birth":"","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 11:22:47","membership":{"membership_id":"3202398","team_id":"27539","team_name":"Wexford Youths WFC","short_name":"Wexford Youths","team_area_name":"Republic of Ireland","team_area_id":"98","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:22:47"}},{"people_id":"255404","first_name":"Blessing","last_name":"Kingsley","match_name":"B. Kingsley","common_name":"Blessing Kingsley","date_of_birth":"2002-01-15","place_of_birth":"","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 11:22:41","membership":{"membership_id":"3202397","team_id":"27539","team_name":"Wexford Youths WFC","short_name":"Wexford Youths","team_area_name":"Republic of Ireland","team_area_id":"98","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:22:41"}},{"people_id":"215158","first_name":"Valentina","last_name":"Kröll","match_name":"V. Kröll","common_name":"Valentina Kröll","date_of_birth":"2002-12-06","place_of_birth":"","country_of_birth":"Austria","nationality":"Austria","country_of_birth_area_id":"20","nationality_area_id":"20","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 11:22:15","membership":{"membership_id":"3202396","team_id":"27520","team_name":"SK Sturm Graz","short_name":"Sturm Graz","team_area_name":"Austria","team_area_id":"20","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:22:15"}},{"people_id":"333081","first_name":"Théo","last_name":"Louis","match_name":"T. Louis","common_name":"Théo Louis","date_of_birth":"1999-07-12","place_of_birth":"Luxeuil-les-Bains","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"188","weight":"72","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 11:21:35","membership":[{"membership_id":"3202395","team_id":"18731","team_name":"AS Monaco FC 2","short_name":"AS Monaco 2","team_area_name":"Monaco","team_area_id":"253","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:21:35"},{"membership_id":"3202394","team_id":"37831","team_name":"Stade Rennais FC 1901 3","short_name":"Stade Rennes 3","team_area_name":"France","team_area_id":"76","start_date":"2014-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 11:21:21"}]},{"people_id":"215155","first_name":"Stefanie","last_name":"Großgasteiger","match_name":"S. Großgasteiger","common_name":"Stefanie Großgasteiger","date_of_birth":"2001-01-27","place_of_birth":"","country_of_birth":"Austria","nationality":"Austria","country_of_birth_area_id":"20","nationality_area_id":"20","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 11:20:52","membership":{"membership_id":"3202393","team_id":"27520","team_name":"SK Sturm Graz","short_name":"Sturm Graz","team_area_name":"Austria","team_area_id":"20","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:20:52"}},{"people_id":"213355","first_name":"Maria","last_name":"Plattner","match_name":"M. Plattner","common_name":"Maria Plattner","date_of_birth":"2001-05-06","place_of_birth":"","country_of_birth":"Austria","nationality":"Austria","country_of_birth_area_id":"20","nationality_area_id":"20","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 11:20:44","membership":{"membership_id":"3202392","team_id":"27520","team_name":"SK Sturm Graz","short_name":"Sturm Graz","team_area_name":"Austria","team_area_id":"20","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:20:44"}},{"people_id":"310670","first_name":"Katja","last_name":"Maria Dorn","match_name":"K. Maria Dorn","common_name":"Katja Maria Dorn","date_of_birth":"2003-11-20","place_of_birth":"","country_of_birth":"Austria","nationality":"Austria","country_of_birth_area_id":"20","nationality_area_id":"20","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 11:20:38","membership":{"membership_id":"3202391","team_id":"27520","team_name":"SK Sturm Graz","short_name":"Sturm Graz","team_area_name":"Austria","team_area_id":"20","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:20:38"}},{"people_id":"280542","first_name":"Julia","last_name":"Magerl","match_name":"J. Magerl","common_name":"Julia Magerl","date_of_birth":"2003-05-02","place_of_birth":"","country_of_birth":"Austria","nationality":"Austria","country_of_birth_area_id":"20","nationality_area_id":"20","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 11:20:33","membership":{"membership_id":"3202390","team_id":"27520","team_name":"SK Sturm Graz","short_name":"Sturm Graz","team_area_name":"Austria","team_area_id":"20","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:20:33"}},{"people_id":"96819","first_name":"Joseph","last_name":"Franjic","match_name":"J. Franjic","common_name":"Joseph Franjic","date_of_birth":"1991-08-06","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 11:20:18","membership":[{"membership_id":"3202389","team_id":"19705","team_name":"Melbourne Knights FC","short_name":"Melb. Knights","team_area_name":"Australia","team_area_id":"19","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:20:18"},{"membership_id":"257043","team_id":"21492","team_name":"Hume City FC","short_name":"Hume City","team_area_name":"Australia","team_area_id":"19","start_date":"2015-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 11:20:18"}]},{"people_id":"159702","first_name":"Dolores Isabel","last_name":"Jacome Silva","match_name":"Dolores Silva","common_name":"Dolores Silva","date_of_birth":"1991-08-07","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159702.png","last_updated":"2019-08-07 11:20:01","membership":[{"membership_id":"3202388","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:20:01"},{"membership_id":"2764325","team_id":"31459","team_name":"Atlético Madrid Femenino","short_name":"Atlético","team_area_name":"Spain","team_area_id":"176","start_date":"2018-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 11:20:01"}]},{"people_id":"149944","first_name":"Diana Catarina","last_name":"Ribeiro Gomes","match_name":"Diana Gomes","common_name":"Diana Gomes","date_of_birth":"1998-07-26","place_of_birth":"Santo Tirso","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"female","height":"167","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/149944.png","last_updated":"2019-08-07 11:19:50","membership":{"membership_id":"3202387","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:19:50"}},{"people_id":"195015","first_name":"Vanessa","last_name":"Marques","match_name":"Vanessa Marques","common_name":"Vanessa Marques","date_of_birth":"1996-04-04","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/195015.png","last_updated":"2019-08-07 11:19:33","membership":{"membership_id":"3202386","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:19:33"}},{"people_id":"195019","first_name":"Ana","last_name":"Costa","match_name":"Ana Costa","common_name":"Ana Costa","date_of_birth":"1994-06-01","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/195019.png","last_updated":"2019-08-07 11:19:25","membership":{"membership_id":"3202385","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:19:25"}},{"people_id":"274017","first_name":"Regina","last_name":"Carvalho Pereira","match_name":"R. Pereira","common_name":"Regina Pereira","date_of_birth":"1992-08-13","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 11:19:18","membership":{"membership_id":"3202384","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:19:18"}},{"people_id":"152764","first_name":"Marie","last_name":"Hourihan","match_name":"M. Hourihan","common_name":"Marie Hourihan","date_of_birth":"1987-03-10","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/152764.png","last_updated":"2019-08-07 11:19:10","membership":[{"membership_id":"3202383","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:19:10"},{"membership_id":"2819374","team_id":"37546","team_name":"Brighton & Hove Albion WFC","short_name":"B&H Albion","team_area_name":"England","team_area_id":"68","start_date":"2018-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 11:19:10"}]},{"people_id":"217581","first_name":"Maria","last_name":"Inês","match_name":"Maria Inês","common_name":"Maria Inês","date_of_birth":"1999-06-17","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 11:18:59","membership":{"membership_id":"3202382","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:18:59"}},{"people_id":"159710","first_name":"Laura José","last_name":"Ramos Luis","match_name":"Laura Luis","common_name":"Laura Luis","date_of_birth":"1992-08-15","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159710.png","last_updated":"2019-08-07 11:18:51","membership":[{"membership_id":"3202381","team_id":"41320","team_name":"SC Braga Feminino","short_name":"Braga","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:18:51"},{"membership_id":"1030036","team_id":"333","team_name":"FF USV Jena","short_name":"FF USV Jena","team_area_name":"Germany","team_area_id":"80","start_date":"2016-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 11:18:51"}]},{"people_id":"207336","first_name":"Nordine","last_name":"Ibouroi","match_name":"N. Ibouroi","common_name":"Nordine Ibouroi","date_of_birth":"1998-07-30","place_of_birth":"Marseille","country_of_birth":"France","nationality":"Comoros","country_of_birth_area_id":"76","nationality_area_id":"232","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/207336.png","last_updated":"2019-08-07 11:18:44","membership":[{"membership_id":"3202380","team_id":"18731","team_name":"AS Monaco FC 2","short_name":"AS Monaco 2","team_area_name":"Monaco","team_area_id":"253","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:18:44"},{"membership_id":"2770564","team_id":"28459","team_name":"AJ Auxerre 2","short_name":"AJ Auxerre 2","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 11:18:44"}]},{"people_id":"2334","first_name":"Yrondu","last_name":"Musavu-King","match_name":"Y. Musavu-King","common_name":"Yrondu Musavu-King","date_of_birth":"1992-01-08","place_of_birth":"Libreville","country_of_birth":"Gabon","nationality":"Gabon","country_of_birth_area_id":"77","nationality_area_id":"77","gender":"male","height":"186","weight":"83","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/2334.png","last_updated":"2019-08-07 11:18:10","membership":[{"membership_id":"3202379","team_id":"606","team_name":"Le Mans FC","short_name":"Le Mans","team_area_name":"France","team_area_id":"76","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:18:10"},{"membership_id":"2997823","team_id":"639","team_name":"US Boulogne Côte d'Opale","short_name":"US Boulogne","team_area_name":"France","team_area_id":"76","start_date":"2019-01-18","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 11:18:10"}]},{"people_id":"16703","first_name":"David","last_name":"Oberhauser","match_name":"D. Oberhauser","common_name":"David Oberhauser","date_of_birth":"1990-11-29","place_of_birth":"Bitche","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"185","weight":"82","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/16703.png","last_updated":"2019-08-07 11:16:52","membership":[{"membership_id":"3202378","team_id":"623","team_name":"Red Star FC","short_name":"Red Star","team_area_name":"France","team_area_id":"76","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:16:41"},{"membership_id":"2703402","team_id":"611","team_name":"GFC Ajaccio","short_name":"GFC Ajaccio","team_area_name":"France","team_area_id":"76","start_date":"2018-06-04","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 11:16:52"}]},{"people_id":"128570","first_name":"Yann","last_name":"Mvita Nkelu","match_name":"Y. Mvita","common_name":"Yann Mvita Nkelu","date_of_birth":"1996-05-11","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"196","weight":"94","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 11:16:03","membership":[{"membership_id":"3202377","team_id":"623","team_name":"Red Star FC","short_name":"Red Star","team_area_name":"France","team_area_id":"76","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:15:42"},{"membership_id":"1275564","team_id":"30515","team_name":"Treasure Coast Tritons","short_name":"TC Tritons","team_area_name":"United States","team_area_id":"203","start_date":"2017-05-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 11:15:42"}]},{"people_id":"141479","first_name":"Safwan","last_name":"Mbaé","match_name":"S. Mbaé","common_name":"Safwan Mbaé","date_of_birth":"1997-04-20","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"181","weight":"63","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 11:14:56","membership":{"membership_id":"3202376","team_id":"18731","team_name":"AS Monaco FC 2","short_name":"AS Monaco 2","team_area_name":"Monaco","team_area_id":"253","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:14:56"}},{"people_id":"123433","first_name":"Ufuk","last_name":"Talay","match_name":"U. Talay","common_name":"Ufuk Talay","date_of_birth":"1976-03-26","place_of_birth":"Sydney, NSW","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"178","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 11:13:24","membership":{"membership_id":"3202375","team_id":"984","team_name":"Wellington Phoenix FC","short_name":"Wellington Ph","team_area_name":"New Zealand","team_area_id":"141","start_date":"2019-05-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 11:13:24"}},{"people_id":"102837","first_name":"Renat","last_name":"Dadashov","match_name":"R. Dadashov","common_name":"Renat Dadashov","date_of_birth":"1999-05-17","place_of_birth":"Rüdesheim am Rhein","country_of_birth":"Germany","nationality":"Azerbaijan","country_of_birth_area_id":"80","nationality_area_id":"21","gender":"male","height":"184","weight":"","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/102837.png","last_updated":"2019-08-07 11:12:34","membership":[{"membership_id":"3202357","team_id":"459","team_name":"Wolverhampton Wanderers FC","short_name":"Wolverhampton","team_area_name":"England","team_area_id":"68","start_date":"2019-08-06","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:12:34"},{"membership_id":"3202371","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:12:34"},{"membership_id":"2714398","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:06:12"}]},{"people_id":"84523","first_name":"Sam","last_name":"Surridge","match_name":"S. Surridge","common_name":"Sam Surridge","date_of_birth":"1998-07-28","place_of_birth":"Brighton & Hove","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"181","weight":"74","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/84523.png","last_updated":"2019-08-07 11:12:34","membership":[{"membership_id":"3202370","team_id":"465","team_name":"Swansea City AFC","short_name":"Swansea","team_area_name":"Wales","team_area_id":"209","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:12:34"},{"membership_id":"3010589","team_id":"2169","team_name":"AFC Bournemouth","short_name":"Bournemouth","team_area_name":"England","team_area_id":"68","start_date":"2019-01-07","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:12:34"}]},{"people_id":"15383","first_name":"Pape Ndiaye","last_name":"Souaré","match_name":"P. Souaré","common_name":"Pape Ndiaye Souaré","date_of_birth":"1990-06-06","place_of_birth":"Mbao","country_of_birth":"Senegal","nationality":"Senegal","country_of_birth_area_id":"166","nationality_area_id":"166","gender":"male","height":"178","weight":"68","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/15383.png","last_updated":"2019-08-07 11:12:34","membership":[{"membership_id":"3202374","team_id":"592","team_name":"ES Troyes AC","short_name":"Troyes","team_area_name":"France","team_area_id":"76","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:12:34"},{"membership_id":"78372","team_id":"508","team_name":"Crystal Palace FC","short_name":"Crystal Palace","team_area_name":"England","team_area_id":"68","start_date":"2015-02-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:12:34"}]},{"people_id":"2477","first_name":"Jason","last_name":"Puncheon","match_name":"J. Puncheon","common_name":"Jason Puncheon","date_of_birth":"1986-06-26","place_of_birth":"London","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"173","weight":"70","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/2477.png","last_updated":"2019-08-07 11:12:34","membership":[{"membership_id":"3202373","team_id":"13436","team_name":"Pafos FC","short_name":"Pafos","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:12:34"},{"membership_id":"3145010","team_id":"508","team_name":"Crystal Palace FC","short_name":"Crystal Palace","team_area_name":"England","team_area_id":"68","start_date":"2019-06-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:12:34"}]},{"people_id":"37915","first_name":"Judilson Mamadú","last_name":"Tuncará Gomes","match_name":"Pelé","common_name":"Pelé","date_of_birth":"1991-09-29","place_of_birth":"Agualva-Cacém","country_of_birth":"Portugal","nationality":"Guinea-Bissau","country_of_birth_area_id":"156","nationality_area_id":"87","gender":"male","height":"182","weight":"78","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/37915.png","last_updated":"2019-08-07 11:12:33","membership":[{"membership_id":"3202368","team_id":"517","team_name":"Reading FC","short_name":"Reading","team_area_name":"England","team_area_id":"68","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:12:33"},{"membership_id":"3168282","team_id":"595","team_name":"AS Monaco FC","short_name":"AS Monaco","team_area_name":"Monaco","team_area_id":"253","start_date":"2019-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:12:33"}]},{"people_id":"36232","first_name":"Caolan Owen","last_name":"Lavery","match_name":"C. Lavery","common_name":"Caolan Lavery","date_of_birth":"1992-10-22","place_of_birth":"Red Deer, AB","country_of_birth":"Canada","nationality":"Northern Ireland","country_of_birth_area_id":"43","nationality_area_id":"145","gender":"male","height":"180","weight":"76","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/36232.png","last_updated":"2019-08-07 11:12:33","membership":[{"membership_id":"3202367","team_id":"13921","team_name":"Walsall FC","short_name":"Walsall","team_area_name":"England","team_area_id":"68","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:12:33"},{"membership_id":"3145055","team_id":"480","team_name":"Sheffield United FC","short_name":"Sheffield Utd","team_area_name":"England","team_area_id":"68","start_date":"2019-06-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:12:33"}]},{"people_id":"12186","first_name":"Rafael","last_name":"Cabral Barbosa","match_name":"Rafael","common_name":"Rafael","date_of_birth":"1990-05-20","place_of_birth":"Sorocaba","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"186","weight":"88","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12186.png","last_updated":"2019-08-07 11:12:33","membership":[{"membership_id":"3202369","team_id":"517","team_name":"Reading FC","short_name":"Reading","team_area_name":"England","team_area_id":"68","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:12:33"},{"membership_id":"2743653","team_id":"797","team_name":"UC Sampdoria","short_name":"Sampdoria","team_area_name":"Italy","team_area_id":"100","start_date":"2018-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:12:33"}]},{"people_id":"210569","first_name":"Jordan Alan","last_name":"Courtney-Perkins","match_name":"J. Courtney-Perkins","common_name":"Jordan Courtney-Perkins","date_of_birth":"2002-11-06","place_of_birth":"North Adelaide, SA","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 11:09:41","membership":{"membership_id":"3202366","team_id":"980","team_name":"Brisbane Roar FC","short_name":"Brisbane Roar","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:09:41"}},{"people_id":"130838","first_name":"Matt","last_name":"Godden","match_name":"M. Godden","common_name":"Matt Godden","date_of_birth":"1991-07-29","place_of_birth":"Kent","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"185","weight":"78","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/130838.png","last_updated":"2019-08-07 11:08:20","membership":[{"membership_id":"3202363","team_id":"507","team_name":"Coventry City FC","short_name":"Coventry City","team_area_name":"England","team_area_id":"68","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:08:20"},{"membership_id":"2713789","team_id":"19371","team_name":"Peterborough United FC","short_name":"Peterborough","team_area_name":"England","team_area_id":"68","start_date":"2018-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:08:20"}]},{"people_id":"37362","first_name":"Paul","last_name":"Jones","match_name":"P. Jones","common_name":"Paul Jones","date_of_birth":"1986-06-28","place_of_birth":"Maidstone","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"191","weight":"83","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/37362.png","last_updated":"2019-08-07 11:08:20","membership":[{"membership_id":"3202365","team_id":"485","team_name":"Sheffield Wednesday FC","short_name":"Sheffield Wed","team_area_name":"England","team_area_id":"68","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:08:20"},{"membership_id":"2734597","team_id":"19369","team_name":"Fleetwood Town FC","short_name":"Fleetwood Town","team_area_name":"England","team_area_id":"68","start_date":"2018-08-02","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:08:20"}]},{"people_id":"36077","first_name":"Harry","last_name":"Arter","match_name":"H. Arter","common_name":"Harry Arter","date_of_birth":"1989-12-28","place_of_birth":"Eltham","country_of_birth":"England","nationality":"Republic of Ireland","country_of_birth_area_id":"68","nationality_area_id":"98","gender":"male","height":"178","weight":"73","foot":"left","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/36077.png","last_updated":"2019-08-07 11:08:20","membership":[{"membership_id":"3202361","team_id":"460","team_name":"Fulham FC","short_name":"Fulham","team_area_name":"England","team_area_id":"68","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:08:20"},{"membership_id":"3202359","team_id":"2169","team_name":"AFC Bournemouth","short_name":"Bournemouth","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:08:20"},{"membership_id":"2738852","team_id":"495","team_name":"Cardiff City FC","short_name":"Cardiff","team_area_name":"Wales","team_area_id":"209","start_date":"2018-08-09","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 11:06:12"}]},{"people_id":"33114","first_name":"Lucas Eduardo","last_name":" Santos João","match_name":"Lucas João","common_name":"Lucas João","date_of_birth":"1993-09-04","place_of_birth":"Luanda","country_of_birth":"Angola","nationality":"Portugal","country_of_birth_area_id":"13","nationality_area_id":"156","gender":"male","height":"192","weight":"79","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 11:08:20","membership":[{"membership_id":"3202364","team_id":"517","team_name":"Reading FC","short_name":"Reading","team_area_name":"England","team_area_id":"68","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:08:20"},{"membership_id":"1324505","team_id":"485","team_name":"Sheffield Wednesday FC","short_name":"Sheffield Wed","team_area_name":"England","team_area_id":"68","start_date":"2017-06-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:08:20"}]},{"people_id":"2566","first_name":"Álvaro","last_name":"Giménez Candela","match_name":"Álvaro Giménez","common_name":"Álvaro Giménez","date_of_birth":"1991-05-19","place_of_birth":"Elche","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"182","weight":"80","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/2566.png","last_updated":"2019-08-07 11:08:20","membership":[{"membership_id":"3202362","team_id":"478","team_name":"Birmingham City FC","short_name":"Birmingham","team_area_name":"England","team_area_id":"68","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:08:20"},{"membership_id":"2751611","team_id":"745","team_name":"UD Almería","short_name":"Almería","team_area_name":"Spain","team_area_id":"176","start_date":"2018-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:08:20"}]},{"people_id":"333078","first_name":"Matthew","last_name":"Bozinovski","match_name":"M. Bozinovski","common_name":"Matthew Bozinovski","date_of_birth":"2001-01-05","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 11:07:15","membership":{"membership_id":"3202360","team_id":"983","team_name":"Melbourne Victory FC","short_name":"Melb Victory","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:07:15"}},{"people_id":"56142","first_name":"Harry","last_name":"Wilson","match_name":"H. Wilson","common_name":"Harry Wilson","date_of_birth":"1997-03-22","place_of_birth":"Wrexham","country_of_birth":"Wales","nationality":"Wales","country_of_birth_area_id":"209","nationality_area_id":"209","gender":"male","height":"173","weight":"70","foot":"left","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/56142.png","last_updated":"2019-08-07 11:06:12","membership":[{"membership_id":"3202358","team_id":"2169","team_name":"AFC Bournemouth","short_name":"Bournemouth","team_area_name":"England","team_area_id":"68","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:06:12"},{"membership_id":"3165764","team_id":"462","team_name":"Liverpool FC","short_name":"Liverpool","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 11:06:12"}]},{"people_id":"11423","first_name":"Ryan James","last_name":"McGowan","match_name":"R. McGowan","common_name":"Ryan McGowan","date_of_birth":"1989-08-15","place_of_birth":"Modbury, SA","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"188","weight":"75","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/11423.png","last_updated":"2019-08-07 11:04:31","membership":[{"membership_id":"3202355","team_id":"982","team_name":"Sydney FC","short_name":"Sydney FC","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:04:31"},{"membership_id":"3005667","team_id":"1512","team_name":"Dundee FC","short_name":"Dundee FC","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-01-31","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 11:04:13"}]},{"people_id":"15163","first_name":"Kosta","last_name":"Barbarouses","match_name":"K. Barbarouses","common_name":"Kosta Barbarouses","date_of_birth":"1990-02-19","place_of_birth":"Wellington","country_of_birth":"New Zealand","nationality":"New Zealand","country_of_birth_area_id":"141","nationality_area_id":"141","gender":"male","height":"171","weight":"70","foot":"both","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/15163.png","last_updated":"2019-08-07 11:03:53","membership":[{"membership_id":"3202354","team_id":"982","team_name":"Sydney FC","short_name":"Sydney FC","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:03:53"},{"membership_id":"1324813","team_id":"983","team_name":"Melbourne Victory FC","short_name":"Melb Victory","team_area_name":"Australia","team_area_id":"19","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 11:03:31"}]},{"people_id":"333077","first_name":"Keegan","last_name":"Hughes","match_name":"K. Hughes","common_name":"Keegan Hughes","date_of_birth":"2002-07-17","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 11:02:57","membership":{"membership_id":"3202353","team_id":"978","team_name":"Newcastle United Jets FC","short_name":"Newcastle Utd","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:02:57"}},{"people_id":"14665","first_name":"Andrew","last_name":"Nabbout","match_name":"A. Nabbout","common_name":"Andrew Nabbout","date_of_birth":"1992-12-17","place_of_birth":"Carlton, VIC","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"178","weight":"85","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/14665.png","last_updated":"2019-08-07 11:00:58","membership":[{"membership_id":"3202352","team_id":"983","team_name":"Melbourne Victory FC","short_name":"Melb Victory","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:00:58"},{"membership_id":"2633671","team_id":"1153","team_name":"Urawa Red Diamonds","short_name":"Urawa RD","team_area_name":"Japan","team_area_id":"102","start_date":"2018-03-05","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 11:00:43"}]},{"people_id":"43739","first_name":"Scott","last_name":"Neville","match_name":"S. Neville","common_name":"Scott Neville","date_of_birth":"1989-01-11","place_of_birth":"Exeter","country_of_birth":"England","nationality":"Australia","country_of_birth_area_id":"68","nationality_area_id":"19","gender":"male","height":"184","weight":"71","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/43739.png","last_updated":"2019-08-07 11:00:16","membership":[{"membership_id":"3202351","team_id":"980","team_name":"Brisbane Roar FC","short_name":"Brisbane Roar","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 11:00:16"},{"membership_id":"1373030","team_id":"976","team_name":"Perth Glory FC","short_name":"Perth Glory","team_area_name":"Australia","team_area_id":"19","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 11:00:04"}]},{"people_id":"61347","first_name":"Roy Simon","last_name":"O'Donovan","match_name":"R. O'Donovan","common_name":"Roy O'Donovan","date_of_birth":"1985-08-10","place_of_birth":"Cork","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"male","height":"169","weight":"64","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/61347.png","last_updated":"2019-08-07 10:59:52","membership":[{"membership_id":"3202350","team_id":"980","team_name":"Brisbane Roar FC","short_name":"Brisbane Roar","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:59:52"},{"membership_id":"1370754","team_id":"978","team_name":"Newcastle United Jets FC","short_name":"Newcastle Utd","team_area_name":"Australia","team_area_id":"19","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 10:59:40"}]},{"people_id":"123305","first_name":"Rahmat","last_name":"Akbari","match_name":"R. Akbari","common_name":"Rahmat Akbari","date_of_birth":"2000-06-20","place_of_birth":"Ghaznī","country_of_birth":"Afghanistan","nationality":"Australia","country_of_birth_area_id":"8","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/123305.png","last_updated":"2019-08-07 10:59:24","membership":[{"membership_id":"3202349","team_id":"980","team_name":"Brisbane Roar FC","short_name":"Brisbane Roar","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:59:24"},{"membership_id":"2840700","team_id":"983","team_name":"Melbourne Victory FC","short_name":"Melb Victory","team_area_name":"Australia","team_area_id":"19","start_date":"2018-10-24","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 10:59:10"}]},{"people_id":"100573","first_name":"Joseph Larweh","last_name":"Attamah","match_name":"J. Attamah","common_name":"Joseph Attamah","date_of_birth":"1994-05-22","place_of_birth":"Tema","country_of_birth":"Ghana","nationality":"Ghana","country_of_birth_area_id":"81","nationality_area_id":"81","gender":"male","height":"180","weight":"80","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/100573.png","last_updated":"2019-08-07 10:58:58","membership":[{"membership_id":"3202348","team_id":"1120","team_name":"Medipol Başakşehir FK","short_name":"Başakşehir","team_area_name":"Turkey","team_area_id":"196","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:58:58"},{"membership_id":"616145","team_id":"1120","team_name":"Medipol Başakşehir FK","short_name":"Başakşehir","team_area_name":"Turkey","team_area_id":"196","start_date":"2016-07-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 10:57:22"}]},{"people_id":"43847","first_name":"Jai Emile Mau'u","last_name":"Ingham","match_name":"J. Ingham","common_name":"Jai Ingham","date_of_birth":"1993-08-14","place_of_birth":"Lismore, NSW","country_of_birth":"Australia","nationality":"New Zealand","country_of_birth_area_id":"19","nationality_area_id":"141","gender":"male","height":"178","weight":"72","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/43847.png","last_updated":"2019-08-07 10:58:57","membership":[{"membership_id":"3202347","team_id":"980","team_name":"Brisbane Roar FC","short_name":"Brisbane Roar","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:58:57"},{"membership_id":"271097","team_id":"983","team_name":"Melbourne Victory FC","short_name":"Melb Victory","team_area_name":"Australia","team_area_id":"19","start_date":"2016-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 10:58:47"}]},{"people_id":"36946","first_name":"Bradden","last_name":"Inman","match_name":"B. Inman","common_name":"Brad Inman","date_of_birth":"1991-12-10","place_of_birth":"Adelaide, SA","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"185","weight":"79","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/36946.png","last_updated":"2019-08-07 10:58:32","membership":{"membership_id":"3202346","team_id":"980","team_name":"Brisbane Roar FC","short_name":"Brisbane Roar","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:58:32"}},{"people_id":"12359","first_name":"John Nicholas","last_name":"Fitzgerald","match_name":"N. Fitzgerald","common_name":"Nick Fitzgerald","date_of_birth":"1992-02-13","place_of_birth":"Wahroonga, NSW","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"175","weight":"70","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12359.png","last_updated":"2019-08-07 10:57:58","membership":[{"membership_id":"3202345","team_id":"978","team_name":"Newcastle United Jets FC","short_name":"Newcastle Utd","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:57:58"},{"membership_id":"2753000","team_id":"2148","team_name":"Western Sydney Wanderers FC","short_name":"WS Wanderers","team_area_name":"Australia","team_area_id":"19","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 10:57:41"}]},{"people_id":"89215","first_name":"Mathew","last_name":"Millar","match_name":"M. Millar","common_name":"Mathew Millar","date_of_birth":"1996-08-23","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/89215.png","last_updated":"2019-08-07 10:57:27","membership":[{"membership_id":"3202344","team_id":"978","team_name":"Newcastle United Jets FC","short_name":"Newcastle Utd","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:57:27"},{"membership_id":"2777352","team_id":"977","team_name":"Central Coast Mariners FC","short_name":"CC Mariners","team_area_name":"Australia","team_area_id":"19","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 10:57:15"}]},{"people_id":"141368","first_name":"Ibrahima","last_name":"Ndiaye","match_name":"I. Ndiaye","common_name":"Ibrahima Ndiaye","date_of_birth":"1998-07-06","place_of_birth":"","country_of_birth":"Senegal","nationality":"Senegal","country_of_birth_area_id":"166","nationality_area_id":"166","gender":"male","height":"","weight":"","foot":"left","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/141368.png","last_updated":"2019-08-07 10:56:50","membership":[{"membership_id":"3202343","team_id":"1485","team_name":"FC Luzern","short_name":"Luzern","team_area_name":"Switzerland","team_area_id":"185","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:56:50"},{"membership_id":"2604579","team_id":"16956","team_name":"Wadi Degla FC","short_name":"Wadi Degla FC","team_area_name":"Egypt","team_area_id":"66","start_date":"2018-01-27","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 10:56:38"}]},{"people_id":"68207","first_name":"Abdiel","last_name":"Arroyo Molinar","match_name":"A. Arroyo","common_name":"Abdiel Arroyo","date_of_birth":"1993-12-13","place_of_birth":"Colón","country_of_birth":"Panama","nationality":"Panama","country_of_birth_area_id":"150","nationality_area_id":"150","gender":"male","height":"183","weight":"80","foot":"both","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/68207.png","last_updated":"2019-08-07 10:56:49","membership":[{"membership_id":"3202342","team_id":"978","team_name":"Newcastle United Jets FC","short_name":"Newcastle Utd","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:56:49"},{"membership_id":"3006255","team_id":"15380","team_name":"CD Árabe Unido","short_name":"Árabe Unido","team_area_name":"Panama","team_area_id":"150","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 10:56:29"}]},{"people_id":"64646","first_name":"Nazarii","last_name":"Rusyn","match_name":"N. Rusyn","common_name":"Nazarii Rusyn","date_of_birth":"1998-10-25","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"male","height":"177","weight":"68","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/64646.png","last_updated":"2019-08-07 10:55:53","membership":[{"membership_id":"3202341","team_id":"922","team_name":"FK Zorya Luhansk","short_name":"Zorya Luhansk","team_area_name":"Ukraine","team_area_id":"201","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:55:53"},{"membership_id":"2107943","team_id":"864","team_name":"FK Dynamo Kyiv","short_name":"Dynamo Kyiv","team_area_name":"Ukraine","team_area_id":"201","start_date":"2017-10-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 10:55:41"},{"membership_id":"1204507","team_id":"343","team_name":"FK Dynamo Kyiv U21","short_name":"Dynamo Ky U21","team_area_name":"Ukraine","team_area_id":"201","start_date":"2017-01-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 10:55:35"}]},{"people_id":"510568","first_name":"Hearvin","last_name":"Djetou","match_name":"H. Djetou","common_name":"Hearvin Djetou","date_of_birth":"1995-03-30","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 10:53:36","membership":[{"membership_id":"3202339","team_id":"18530","team_name":"F91 Diddeleng","short_name":"F91 Dudelange","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:53:36"},{"membership_id":"1351466","team_id":"2999","team_name":"RC Flèchois","short_name":"La Fléche","team_area_name":"France","team_area_id":"76","start_date":"2016-07-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 10:53:26"}]},{"people_id":"44398","first_name":"Vyacheslav","last_name":"Tankovskyi","match_name":"V. Tankovskyi","common_name":"Vyacheslav Tankovskyi","date_of_birth":"1995-08-16","place_of_birth":"Novomoskovsk","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"male","height":"168","weight":"64","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/44398.png","last_updated":"2019-08-07 10:53:05","membership":[{"membership_id":"3202338","team_id":"909","team_name":"FK Mariupol","short_name":"Mariupol","team_area_name":"Ukraine","team_area_id":"201","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:53:05"},{"membership_id":"3195314","team_id":"865","team_name":"FK Shakhtar Donetsk","short_name":"Shaktar","team_area_name":"Ukraine","team_area_id":"201","start_date":"2019-07-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 10:52:47"}]},{"people_id":"53099","first_name":"Marco","last_name":"Kurz","match_name":"M. Kurz","common_name":"Marco Kurz","date_of_birth":"1969-05-16","place_of_birth":"Stuttgart","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/53099.png","last_updated":"2019-08-07 10:45:20","membership":[{"membership_id":"3202337","team_id":"983","team_name":"Melbourne Victory FC","short_name":"Melb Victory","team_area_name":"Australia","team_area_id":"19","start_date":"2019-06-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 10:45:20"},{"membership_id":"1324819","team_id":"979","team_name":"Adelaide United FC","short_name":"Adelaide Utd","team_area_name":"Australia","team_area_id":"19","start_date":"2017-06-16","end_date":"2019-06-30","role":"coach","active":"no","last_updated":"2019-08-07 10:39:49"}]},{"people_id":"14941","first_name":"Kevin Vincent","last_name":"Muscat","match_name":"K. Muscat","common_name":"Kevin Muscat","date_of_birth":"1973-08-07","place_of_birth":"Crawley, Sussex","country_of_birth":"England","nationality":"Australia","country_of_birth_area_id":"68","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/14941.png","last_updated":"2019-08-07 10:44:33","membership":{"membership_id":"18268","team_id":"983","team_name":"Melbourne Victory FC","short_name":"Melb Victory","team_area_name":"Australia","team_area_id":"19","start_date":"2013-11-01","end_date":"2019-05-30","role":"coach","active":"no","last_updated":"2019-08-07 10:44:33"}},{"people_id":"52477","first_name":"Gertjan","last_name":"Verbeek","match_name":"G. Verbeek","common_name":"Gertjan Verbeek","date_of_birth":"1962-08-01","place_of_birth":"Deventer","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/52477.png","last_updated":"2019-08-07 10:40:58","membership":{"membership_id":"3202336","team_id":"979","team_name":"Adelaide United FC","short_name":"Adelaide Utd","team_area_name":"Australia","team_area_id":"19","start_date":"2019-05-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 10:40:58"}},{"people_id":"155639","first_name":"Sam","last_name":"Sutton","match_name":"S. Sutton","common_name":"Sam Sutton","date_of_birth":"2001-12-10","place_of_birth":"","country_of_birth":"New Zealand","nationality":"New Zealand","country_of_birth_area_id":"141","nationality_area_id":"141","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 10:35:55","membership":{"membership_id":"3202335","team_id":"984","team_name":"Wellington Phoenix FC","short_name":"Wellington Ph","team_area_name":"New Zealand","team_area_id":"141","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:35:55"}},{"people_id":"277750","first_name":"Oskar","last_name":"van Hattum","match_name":"O. van Hattum","common_name":"Oskar van Hattum","date_of_birth":"2002-04-14","place_of_birth":"","country_of_birth":"New Zealand","nationality":"New Zealand","country_of_birth_area_id":"141","nationality_area_id":"141","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 10:34:19","membership":{"membership_id":"3202334","team_id":"984","team_name":"Wellington Phoenix FC","short_name":"Wellington Ph","team_area_name":"New Zealand","team_area_id":"141","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:34:19"}},{"people_id":"510964","first_name":"Mahame","last_name":"Siby","match_name":"M. Siby","common_name":"Mahame Siby","date_of_birth":"1996-07-07","place_of_birth":"Bobigny","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"180","weight":"70","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 10:34:05"},{"people_id":"141327","first_name":"Malek","last_name":"Chergui","match_name":"M. Chergui","common_name":"Malek Chergui","date_of_birth":"1988-07-02","place_of_birth":"Échirolles","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"179","weight":"71","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 10:34:03"},{"people_id":"210096","first_name":"Lilian","last_name":"Brassier","match_name":"L. Brassier","common_name":"Lilian Brassier","date_of_birth":"1999-11-02","place_of_birth":"Argenteuil","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"184","weight":"78","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 10:34:01"},{"people_id":"140869","first_name":"Kevin","last_name":"Cabral","match_name":"K. Cabral","common_name":"Kevin Cabral","date_of_birth":"1999-07-10","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"179","weight":"70","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 10:34:00"},{"people_id":"26815","first_name":"Yored Hillel","last_name":"Konaté","match_name":"H. Konaté","common_name":"Hillel Konaté","date_of_birth":"1994-12-28","place_of_birth":"Abidjan","country_of_birth":"Côte d’Ivoire","nationality":"Côte d’Ivoire","country_of_birth_area_id":"60","nationality_area_id":"60","gender":"male","height":"182","weight":"77","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/26815.png","last_updated":"2019-08-07 10:33:55"},{"people_id":"270547","first_name":"Gaëtan","last_name":"Arib","match_name":"G. Arib","common_name":"Gaëtan Arib","date_of_birth":"1999-11-02","place_of_birth":"Valenciennes","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"168","weight":"60","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 10:33:53"},{"people_id":"68442","first_name":"Allan","last_name":"Linguet","match_name":"A. Linguet","common_name":"Allan Linguet","date_of_birth":"1999-08-17","place_of_birth":"Sèvres","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"178","weight":"59","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 10:33:45"},{"people_id":"230398","first_name":"Walter Edward Fitzgerald","last_name":"Scott","match_name":"W. Scott","common_name":"Walter Scott","date_of_birth":"1999-10-02","place_of_birth":"Bowral, NSW","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"176","weight":"74","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/230398.png","last_updated":"2019-08-07 10:32:03","membership":[{"membership_id":"3202333","team_id":"984","team_name":"Wellington Phoenix FC","short_name":"Wellington Ph","team_area_name":"New Zealand","team_area_id":"141","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:32:03"},{"membership_id":"2681197","team_id":"25123","team_name":"Perth Glory FC U21","short_name":"Perth Glory Y","team_area_name":"Australia","team_area_id":"19","start_date":"2018-03-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 10:31:50"}]},{"people_id":"81153","first_name":"Timothy John","last_name":"Payne","match_name":"T. Payne","common_name":"Tim Payne","date_of_birth":"1994-01-10","place_of_birth":"Auckland","country_of_birth":"New Zealand","nationality":"New Zealand","country_of_birth_area_id":"141","nationality_area_id":"141","gender":"male","height":"179","weight":"73","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 10:31:39","membership":[{"membership_id":"3202332","team_id":"984","team_name":"Wellington Phoenix FC","short_name":"Wellington Ph","team_area_name":"New Zealand","team_area_id":"141","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:31:39"},{"membership_id":"934255","team_id":"26928","team_name":"Eastern Suburbs AFC","short_name":"East. Suburbs","team_area_name":"New Zealand","team_area_id":"141","start_date":"2016-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 10:31:26"}]},{"people_id":"25281","first_name":"Stefan Tone","last_name":"Marinović","match_name":"S. Marinović","common_name":"Stefan Marinović","date_of_birth":"1991-10-07","place_of_birth":"Auckland","country_of_birth":"New Zealand","nationality":"New Zealand","country_of_birth_area_id":"141","nationality_area_id":"141","gender":"male","height":"191","weight":"90","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/25281.png","last_updated":"2019-08-07 10:31:10","membership":{"membership_id":"3202331","team_id":"984","team_name":"Wellington Phoenix FC","short_name":"Wellington Ph","team_area_name":"New Zealand","team_area_id":"141","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:31:10"}},{"people_id":"18346","first_name":"Luke Ramon","last_name":"De Vere","match_name":"L. De Vere","common_name":"Luke De Vere","date_of_birth":"1989-11-05","place_of_birth":"Box Hill, VIC","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"186","weight":"88","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/18346.png","last_updated":"2019-08-07 10:30:39","membership":[{"membership_id":"3202330","team_id":"984","team_name":"Wellington Phoenix FC","short_name":"Wellington Ph","team_area_name":"New Zealand","team_area_id":"141","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:30:39"},{"membership_id":"84995","team_id":"980","team_name":"Brisbane Roar FC","short_name":"Brisbane Roar","team_area_name":"Australia","team_area_id":"19","start_date":"2015-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 10:30:26"}]},{"people_id":"211169","first_name":"Vinni Dugary","last_name":"Triboulet","match_name":"V. Triboulet","common_name":"Vinni Triboulet","date_of_birth":"1999-06-18","place_of_birth":"Douala","country_of_birth":"Cameroon","nationality":"France","country_of_birth_area_id":"42","nationality_area_id":"76","gender":"male","height":"183","weight":"75","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 10:30:32"},{"people_id":"156619","first_name":"Souleymane","last_name":"Karamoko","match_name":"S. Karamoko","common_name":"Souleymane Karamoko","date_of_birth":"1992-07-29","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"170","weight":"65","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 10:30:28"},{"people_id":"211164","first_name":"Samir","last_name":"Bouzar Essaidi","match_name":"S. Bouzar","common_name":"Samir Bouzar","date_of_birth":"1999-08-16","place_of_birth":"Nancy","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"184","weight":"79","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 10:30:26"},{"people_id":"211166","first_name":"Mons","last_name":"Bassouamina","match_name":"M. Bassouamina","common_name":"Mons Bassouamina","date_of_birth":"1998-05-28","place_of_birth":"Gonesse","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"172","weight":"71","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 10:30:20"},{"people_id":"211161","first_name":"Hugo","last_name":"Constant","match_name":"H. Constant","common_name":"Hugo Constant","date_of_birth":"1999-11-26","place_of_birth":"Nancy","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"183","weight":"73","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 10:30:16"},{"people_id":"307940","first_name":"Liam John","last_name":"McGing","match_name":"L. McGing","common_name":"Liam McGing","date_of_birth":"1998-12-11","place_of_birth":"Campbelltown, NSW","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/307940.png","last_updated":"2019-08-07 10:30:10","membership":[{"membership_id":"3202329","team_id":"984","team_name":"Wellington Phoenix FC","short_name":"Wellington Ph","team_area_name":"New Zealand","team_area_id":"141","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:30:10"},{"membership_id":"3020670","team_id":"982","team_name":"Sydney FC","short_name":"Sydney FC","team_area_name":"Australia","team_area_id":"19","start_date":"2018-09-10","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 10:29:50"}]},{"people_id":"111003","first_name":"Callum William","last_name":"McCowatt","match_name":"C. McCowatt","common_name":"Callum McCowatt","date_of_birth":"1999-04-30","place_of_birth":"","country_of_birth":"New Zealand","nationality":"New Zealand","country_of_birth_area_id":"141","nationality_area_id":"141","gender":"male","height":"179","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 10:29:33","membership":[{"membership_id":"3202328","team_id":"984","team_name":"Wellington Phoenix FC","short_name":"Wellington Ph","team_area_name":"New Zealand","team_area_id":"141","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:29:33"},{"membership_id":"2847123","team_id":"26928","team_name":"Eastern Suburbs AFC","short_name":"East. Suburbs","team_area_name":"New Zealand","team_area_id":"141","start_date":"2018-10-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 10:29:11"}]},{"people_id":"331991","first_name":"Steven","last_name":"Luyambulabiwa","match_name":"S. Luyambulabiwa","common_name":"Steven Luyambulabiwa","date_of_birth":"2002-10-09","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 10:27:07"},{"people_id":"113922","first_name":"Riley Patrick","last_name":"McGree","match_name":"R. McGree","common_name":"Riley McGree","date_of_birth":"1998-11-02","place_of_birth":"Elizabeth Vale, SA","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"178","weight":"72","foot":"left","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/113922.png","last_updated":"2019-08-07 10:26:50","membership":[{"membership_id":"3202327","team_id":"979","team_name":"Adelaide United FC","short_name":"Adelaide Utd","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:26:50"},{"membership_id":"2736501","team_id":"987","team_name":"Melbourne City FC","short_name":"Melbourne City","team_area_name":"Australia","team_area_id":"19","start_date":"2018-08-01","end_date":"2019-07-30","role":"player","active":"no","last_updated":"2019-08-07 10:26:34"}]},{"people_id":"248381","first_name":"Alhassan","last_name":"Toure","match_name":"A. Toure","common_name":"Alhassan Toure","date_of_birth":"2000-05-30","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 10:25:50","membership":[{"membership_id":"3202326","team_id":"979","team_name":"Adelaide United FC","short_name":"Adelaide Utd","team_area_name":"Australia","team_area_id":"19","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:25:50"},{"membership_id":"2679126","team_id":"18023","team_name":"Croydon Kings FC","short_name":"Croydon Kings","team_area_name":"Australia","team_area_id":"19","start_date":"2018-03-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-07 10:25:33"}]},{"people_id":"328324","first_name":"Mael","last_name":"El Bouadellati","match_name":"M. El Bouadellati","common_name":"Mael El Bouadellati","date_of_birth":"1995-01-29","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 10:23:32"},{"people_id":"328323","first_name":"Yassin","last_name":"Larbi","match_name":"Y. Larbi","common_name":"Yassin Larbi","date_of_birth":"1998-03-10","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 10:22:38"},{"people_id":"328359","first_name":"Rayan","last_name":"Florin","match_name":"R. Florin","common_name":"Rayan Florin","date_of_birth":"1996-08-09","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 10:21:57"},{"people_id":"328358","first_name":"Morgan","last_name":"Vancauwenberge","match_name":"M. Vancauwenberge","common_name":"Morgan Vancauwenberge","date_of_birth":"2000-08-07","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 10:21:32"},{"people_id":"333075","first_name":"Spencer","last_name":"Louis Jean","match_name":"S. Louis Jean","common_name":"Spencer Louis Jean","date_of_birth":"2004-09-16","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 10:20:59","membership":{"membership_id":"3202325","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:20:59"}},{"people_id":"328316","first_name":"Baptiste","last_name":"Kernivinen","match_name":"B. Kernivinen","common_name":"Baptiste Kernivinen","date_of_birth":"2001-04-21","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 10:20:47"},{"people_id":"227814","first_name":"Titouan","last_name":"Guillou","match_name":"T. Guillou","common_name":"Titouan Guillou","date_of_birth":"2001-01-12","place_of_birth":"Massy","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 10:19:43"},{"people_id":"333074","first_name":"Schneider","last_name":"Eugene","match_name":"S. Eugene","common_name":"Schneider Eugene","date_of_birth":"2004-10-21","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 10:19:39","membership":{"membership_id":"3202324","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:19:39"}},{"people_id":"333073","first_name":"Jr Darrell","last_name":"Etienne","match_name":"J. Etienne","common_name":"Jr Darrell Etienne","date_of_birth":"2005-06-17","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 10:18:34","membership":{"membership_id":"3202323","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:18:34"}},{"people_id":"320695","first_name":"Nolann","last_name":"Marchal","match_name":"N. Marchal","common_name":"Nolann Marchal","date_of_birth":"2002-05-27","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 10:17:51"},{"people_id":"333072","first_name":"Michelson","last_name":"Alexandre","match_name":"M. Alexandre","common_name":"Michelson Alexandre","date_of_birth":"2004-05-01","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 10:16:50","membership":{"membership_id":"3202322","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:16:50"}},{"people_id":"328361","first_name":"Chris","last_name":"Gauthier Moreau","match_name":"C. Gauthier","common_name":"Chris Gauthier","date_of_birth":"2001-04-09","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 10:16:37"},{"people_id":"333071","first_name":"Cicerón","last_name":"Medina","match_name":"C. Medina","common_name":"Cicerón Medina","date_of_birth":"2004-12-29","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 10:15:38","membership":{"membership_id":"3202321","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:15:38"}},{"people_id":"326484","first_name":"Abboulaye","last_name":"Sackho","match_name":"A. Sackho","common_name":"Abboulaye Sackho","date_of_birth":"1996-03-09","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 10:14:22"},{"people_id":"201140","first_name":"Kervens","last_name":"Jolicoeur ","match_name":"K. Jolicoeur","common_name":"Kervens Jolicoeur ","date_of_birth":"2002-08-25","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 10:12:31","membership":{"membership_id":"1321653","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 10:12:31"}},{"people_id":"201135","first_name":"Martin ","last_name":"Daniel ","match_name":"M. Daniel ","common_name":"Martin Daniel ","date_of_birth":"2002-02-26","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 10:12:21","membership":{"membership_id":"1321648","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 10:12:21"}},{"people_id":"201136","first_name":"Rolph Woodley","last_name":"Philippe ","match_name":"R. Philippe ","common_name":"Rolph Philippe ","date_of_birth":"2002-11-14","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 10:12:08","membership":{"membership_id":"1321649","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 10:12:08"}},{"people_id":"201126","first_name":"Jeanty ","last_name":"Samuel ","match_name":"J. Samuel ","common_name":"Jeanty Samuel ","date_of_birth":"2002-02-06","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 10:11:34","membership":{"membership_id":"1321639","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 10:11:34"}},{"people_id":"331854","first_name":"Lamine","last_name":"Camara","match_name":"L. Camara","common_name":"Lamine Camara","date_of_birth":"1997-11-23","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 10:11:18"},{"people_id":"201139","first_name":"Fredler","last_name":"Christophe ","match_name":"F. Christophe ","common_name":"Fredler Christophe ","date_of_birth":"2002-01-14","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/201139.png","last_updated":"2019-08-07 10:11:07","membership":{"membership_id":"1321652","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 10:11:07"}},{"people_id":"289581","first_name":"Dany","last_name":"Jean ","match_name":"D. Jean ","common_name":"Dany Jean ","date_of_birth":"2002-11-28","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 10:10:35","membership":{"membership_id":"1321645","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 10:10:35"}},{"people_id":"328321","first_name":"Léo","last_name":"Galodé","match_name":"L. Galodé","common_name":"Léo Galodé","date_of_birth":"2001-04-14","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 10:10:24"},{"people_id":"201130","first_name":"Carle-Fred ","last_name":"Sainte","match_name":"C. Sainte","common_name":"Carle-Fred Sainte","date_of_birth":"2002-08-09","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 10:10:10","membership":{"membership_id":"1321643","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 10:10:10"}},{"people_id":"333070","first_name":"Judd","last_name":"Barthelemy","match_name":"J. Barthelemy","common_name":"Judd Barthelemy","date_of_birth":"2004-12-28","place_of_birth":"","country_of_birth":"Haiti","nationality":"Haiti","country_of_birth_area_id":"89","nationality_area_id":"89","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 10:09:25","membership":{"membership_id":"3202320","team_id":"24916","team_name":"Haiti U15","short_name":"Haiti U15","team_area_name":"Haiti","team_area_id":"89","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 10:09:25"}},{"people_id":"328336","first_name":"Erkan","last_name":"Sahin","match_name":"E. Sahin","common_name":"Erkan Sahin","date_of_birth":"2000-09-25","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 10:08:09"},{"people_id":"326483","first_name":"Pierre","last_name":"Bardet","match_name":"P. Bardet","common_name":"Pierre Bardet","date_of_birth":"2000-03-13","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"181","weight":"75","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 10:07:30"},{"people_id":"326481","first_name":"Anthony","last_name":"Vuolo","match_name":"A. Vuolo","common_name":"Anthony Vuolo","date_of_birth":"2000-07-01","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 10:06:30"},{"people_id":"326482","first_name":"Axel","last_name":"Drouhin","match_name":"A. Drouhin","common_name":"Axel Drouhin","date_of_birth":"2000-03-19","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 10:06:04"},{"people_id":"328314","first_name":"Mohamed","last_name":"Boutayebi","match_name":"M. Boutayebi","common_name":"Mohamed Boutayebi","date_of_birth":"1999-02-11","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 10:02:45"},{"people_id":"208641","first_name":"Volodymyr","last_name":"Reva","match_name":"V. Reva","common_name":"Volodymyr Reva","date_of_birth":"","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"female","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 09:57:18","membership":{"membership_id":"3202319","team_id":"27542","team_name":"ZFK Minsk","short_name":"ZFK Minsk","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-08-01","end_date":"","role":"assistant_coach","active":"yes","last_updated":"2019-08-07 09:57:18"}},{"people_id":"5928","first_name":"Francisco Guillermo","last_name":"Ochoa Magaña","match_name":"G. Ochoa","common_name":"Guillermo Ochoa","date_of_birth":"1985-07-13","place_of_birth":"Guadalajara, Jalisco","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"185","weight":"78","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/5928.png","last_updated":"2019-08-07 09:49:35","membership":[{"membership_id":"3202318","team_id":"2068","team_name":"CF América","short_name":"América","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-07","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 09:49:35"},{"membership_id":"1305148","team_id":"3080","team_name":"Royal Standard de Liège","short_name":"Standard Liège","team_area_name":"Belgium","team_area_id":"27","start_date":"2017-07-09","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-07 09:46:39"}]},{"people_id":"16388","first_name":"Ivan","last_name":"Fiolić","match_name":"I. Fiolić","common_name":"Ivan Fiolić","date_of_birth":"1996-04-29","place_of_birth":"Zagreb","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"176","weight":"76","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/16388.png","last_updated":"2019-08-07 09:41:58","membership":[{"membership_id":"3202317","team_id":"18697","team_name":"AÉK Lárnaka","short_name":"AÉK Lárnaka","team_area_name":"Cyprus","team_area_id":"58","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 09:41:58"},{"membership_id":"2752980","team_id":"3070","team_name":"KRC Genk","short_name":"KRC Genk","team_area_name":"Belgium","team_area_id":"27","start_date":"2018-08-28","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 09:38:10"}]},{"people_id":"4507","first_name":"Kemar","last_name":"Roofe","match_name":"K. Roofe","common_name":"Kemar Roofe","date_of_birth":"1993-01-06","place_of_birth":"Walsall, West Midlands","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"178","weight":"72","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/4507.png","last_updated":"2019-08-07 09:15:20","membership":[{"membership_id":"3201089","team_id":"860","team_name":"RSC Anderlecht","short_name":"Anderlecht","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 09:15:13"},{"membership_id":"457624","team_id":"497","team_name":"Leeds United AFC","short_name":"Leeds United","team_area_name":"England","team_area_id":"68","start_date":"2016-07-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-07 09:15:20"}]},{"people_id":"333069","first_name":"Hazani","last_name":"Rochester","match_name":"H. Rochester","common_name":"Hazani Rochester","date_of_birth":"2004-04-17","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 08:50:26","membership":{"membership_id":"3202314","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:50:26"}},{"people_id":"333068","first_name":"Jahquan","last_name":"Maynard","match_name":"J. Maynard","common_name":"Jahquan Maynard","date_of_birth":"2004-05-04","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 08:49:18","membership":{"membership_id":"3202312","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:49:18"}},{"people_id":"333067","first_name":"Ronald Jr.","last_name":"Williams","match_name":"R. Williams","common_name":"Ronald Jr. Williams","date_of_birth":"2004-12-26","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 08:48:15","membership":{"membership_id":"3202311","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:48:15"}},{"people_id":"333066","first_name":"Dane Jr.","last_name":"Weston","match_name":"D. Weston","common_name":"Dane Jr. Weston","date_of_birth":"2004-02-22","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 08:46:47","membership":{"membership_id":"3202308","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:46:47"}},{"people_id":"333065","first_name":"Elandre","last_name":"Govia","match_name":"E. Govia","common_name":"Elandre Govia","date_of_birth":"2004-05-03","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 08:45:36","membership":{"membership_id":"3202307","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:45:36"}},{"people_id":"333064","first_name":"Joshua","last_name":"Bradshaw","match_name":"J. Bradshaw","common_name":"Joshua Bradshaw","date_of_birth":"2004-06-25","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 08:44:28","membership":{"membership_id":"3202306","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:44:28"}},{"people_id":"333063","first_name":"Kenaicy","last_name":"Dorsett","match_name":"K. Dorsett","common_name":"Kenaicy Dorsett","date_of_birth":"2004-01-01","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:43:18","membership":{"membership_id":"3202305","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:43:18"}},{"people_id":"333062","first_name":"Jabez","last_name":"Dorset","match_name":"J. Dorset","common_name":"Jabez Dorset","date_of_birth":"2004-03-22","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:42:02","membership":{"membership_id":"3202304","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:42:02"}},{"people_id":"333061","first_name":"Amaner","last_name":"Caesar","match_name":"A. Caesar","common_name":"Amaner Caesar","date_of_birth":"2004-01-31","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:40:56","membership":{"membership_id":"3202303","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:40:56"}},{"people_id":"333060","first_name":"Kaleb","last_name":"Bridgewater","match_name":"K. Bridgewater","common_name":"Kaleb Bridgewater","date_of_birth":"2004-06-14","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:39:27","membership":{"membership_id":"3202302","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:39:27"}},{"people_id":"333059","first_name":"K Andre","last_name":"Wattley","match_name":"K. Wattley","common_name":"K Andre Wattley","date_of_birth":"2004-09-09","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 08:38:02","membership":{"membership_id":"3202301","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:38:02"}},{"people_id":"333058","first_name":"Theon","last_name":"Queeley","match_name":"T. Queeley","common_name":"Theon Queeley","date_of_birth":"2004-05-14","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 08:36:54","membership":{"membership_id":"3202300","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:36:54"}},{"people_id":"333057","first_name":"Jahkeem","last_name":"Morton","match_name":"J. Morton","common_name":"Jahkeem Morton","date_of_birth":"2004-02-08","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 08:35:29","membership":{"membership_id":"3202299","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:35:29"}},{"people_id":"333056","first_name":"Akeem","last_name":"Lewis","match_name":"A. Lewis","common_name":"Akeem Lewis","date_of_birth":"2004-07-08","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 08:34:15","membership":{"membership_id":"3202298","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:34:15"}},{"people_id":"333055","first_name":"Landrick","last_name":"Jones","match_name":"L. Jones","common_name":"Landrick Jones","date_of_birth":"2004-06-25","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 08:33:06","membership":{"membership_id":"3202297","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:33:06"}},{"people_id":"333054","first_name":"Elvin","last_name":"Defrietes","match_name":"E. Defrietes","common_name":"Elvin Defrietes","date_of_birth":"2004-07-24","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 08:31:52","membership":{"membership_id":"3202296","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:31:52"}},{"people_id":"201597","first_name":"Tyrique ","last_name":"Davis","match_name":"T. Davis","common_name":"Tyrique Davis","date_of_birth":"2002-03-27","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 08:30:39","membership":{"membership_id":"1322753","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 08:30:39"}},{"people_id":"201610","first_name":"Trevaughn ","last_name":"Liburd","match_name":"T. Liburd","common_name":"Trevaughn Liburd","date_of_birth":"2002-06-13","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 08:30:23","membership":{"membership_id":"1322766","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 08:30:23"}},{"people_id":"252868","first_name":"Savio ","last_name":"Weekes","match_name":"S. Weekes","common_name":"Savio Weekes","date_of_birth":"2002-01-23","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:29:49","membership":{"membership_id":"2995158","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 08:29:49"}},{"people_id":"201602","first_name":"Rodgenique ","last_name":"Hendricks","match_name":"R. Hendricks","common_name":"Rodgenique Hendricks","date_of_birth":"2002-01-17","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:29:33","membership":{"membership_id":"1322758","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 08:29:33"}},{"people_id":"201596","first_name":"TQuan ","last_name":"Dailey","match_name":"T. Dailey","common_name":"TQuan Dailey","date_of_birth":"2002-07-24","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 08:29:19","membership":{"membership_id":"1322752","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 08:29:19"}},{"people_id":"201608","first_name":"Rico ","last_name":"Browne","match_name":"R. Browne","common_name":"Rico Browne","date_of_birth":"2003-12-28","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 08:29:00","membership":{"membership_id":"1322764","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 08:29:00"}},{"people_id":"201600","first_name":"Kejaun ","last_name":"Ward","match_name":"K. Ward","common_name":"Kejaun Ward","date_of_birth":"2003-01-11","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 08:28:40","membership":{"membership_id":"1322756","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 08:28:40"}},{"people_id":"201601","first_name":"Jermaine ","last_name":"Chiuta","match_name":"J. Chiuta","common_name":"Jermaine Chiuta","date_of_birth":"2003-05-30","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:28:13","membership":{"membership_id":"1322757","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 08:28:13"}},{"people_id":"201594","first_name":"Zian ","last_name":"Drew","match_name":"Z. Drew","common_name":"Zian Drew","date_of_birth":"2002-02-11","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 08:27:49","membership":{"membership_id":"1322750","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 08:27:49"}},{"people_id":"201604","first_name":"Leon ","last_name":"Huggins","match_name":"L. Huggins","common_name":"Leon Huggins","date_of_birth":"2002-04-12","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:27:35","membership":{"membership_id":"1322760","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 08:27:35"}},{"people_id":"201606","first_name":"Quanieki ","last_name":"Phillip","match_name":"Q. Phillip","common_name":"Quanieki Phillip","date_of_birth":"2002-01-17","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:27:09","membership":{"membership_id":"1322762","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 08:27:09"}},{"people_id":"312903","first_name":"Vibert ","last_name":"Stephen","match_name":"V. Stephen","common_name":"Vibert Stephen","date_of_birth":"2005-01-21","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 08:26:06","membership":{"membership_id":"3202295","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:26:06"}},{"people_id":"193329","first_name":"Andre","last_name":"Griffith","match_name":"A. Griffith","common_name":"Andre Griffith","date_of_birth":"1975-03-13","place_of_birth":"","country_of_birth":"Anguilla","nationality":"Anguilla","country_of_birth_area_id":"14","nationality_area_id":"14","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 08:25:14","membership":{"membership_id":"3202294","team_id":"24931","team_name":"Anguilla U15","short_name":"Anguilla U15","team_area_name":"Anguilla","team_area_id":"14","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 08:25:14"}},{"people_id":"332660","first_name":"Dejon","last_name":"Samuel","match_name":"D. Samuel","common_name":"Dejon Samuel","date_of_birth":"2004-02-29","place_of_birth":"","country_of_birth":"St. Kitts and Nevis","nationality":"St. Kitts and Nevis","country_of_birth_area_id":"178","nationality_area_id":"178","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 08:24:31","membership":{"membership_id":"3201388","team_id":"24929","team_name":"St. Kitts and Nevis U15","short_name":"St. Kitts U15","team_area_name":"St. Kitts and Nevis","team_area_id":"178","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:24:31"}},{"people_id":"333053","first_name":"Tyrique","last_name":"Thwaites","match_name":"T. Thwaites","common_name":"Tyrique Thwaites","date_of_birth":"2004-07-17","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 08:20:29","membership":{"membership_id":"3202293","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:20:29"}},{"people_id":"333052","first_name":"Alexander","last_name":"Moody-Stuart","match_name":"A. Moody-Stuart","common_name":"Alexander Moody-Stuart","date_of_birth":"2004-08-27","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 08:19:28","membership":{"membership_id":"3202292","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:19:28"}},{"people_id":"333051","first_name":"Christopher","last_name":"Douglas","match_name":"C. Douglas","common_name":"Christopher Douglas","date_of_birth":"2005-12-29","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 08:18:13","membership":{"membership_id":"3202291","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:18:13"}},{"people_id":"333050","first_name":"Joylan","last_name":"Sinclair","match_name":"J. Sinclair","common_name":"Joylan Sinclair","date_of_birth":"2004-11-14","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:16:46","membership":{"membership_id":"3202290","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:16:46"}},{"people_id":"333049","first_name":"Javauhn","last_name":"Parker","match_name":"J. Parker","common_name":"Javauhn Parker","date_of_birth":"2006-01-29","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:15:39","membership":{"membership_id":"3202289","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:15:39"}},{"people_id":"333048","first_name":"Jonathan","last_name":"Mansoor","match_name":"J. Mansoor","common_name":"Jonathan Mansoor","date_of_birth":"2004-10-25","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:14:31","membership":{"membership_id":"3202288","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:14:31"}},{"people_id":"333047","first_name":"Malik","last_name":"Lashley","match_name":"M. Lashley","common_name":"Malik Lashley","date_of_birth":"2004-11-23","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:13:25","membership":{"membership_id":"3202287","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:13:25"}},{"people_id":"333046","first_name":"Raniquue","last_name":"James","match_name":"R. James","common_name":"Raniquue James","date_of_birth":"2004-04-24","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:12:19","membership":{"membership_id":"3202286","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:12:19"}},{"people_id":"333045","first_name":"Wilden Jr.","last_name":"Cornwall","match_name":"W. Cornwall","common_name":"Wilden Jr. Cornwall","date_of_birth":"2005-08-08","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:11:18","membership":{"membership_id":"3202285","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:11:18"}},{"people_id":"333044","first_name":"Tarek","last_name":"Charles","match_name":"T. Charles","common_name":"Tarek Charles","date_of_birth":"2004-06-20","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:09:51","membership":{"membership_id":"3202284","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:09:51"}},{"people_id":"333043","first_name":"Dajun","last_name":"Barthley","match_name":"D. Barthley","common_name":"Dajun Barthley","date_of_birth":"2004-01-10","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:08:57","membership":{"membership_id":"3202283","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:08:57"}},{"people_id":"333042","first_name":"Sean","last_name":"Tomlinson","match_name":"S. Tomlinson","common_name":"Sean Tomlinson","date_of_birth":"2004-03-25","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 08:08:01","membership":{"membership_id":"3202282","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:08:01"}},{"people_id":"333041","first_name":"Timothy","last_name":"Sanasie","match_name":"T. Sanasie","common_name":"Timothy Sanasie","date_of_birth":"2005-07-28","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 08:07:00","membership":{"membership_id":"3202281","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:07:00"}},{"people_id":"333040","first_name":"Nashuan","last_name":"Phillip","match_name":"N. Phillip","common_name":"Nashuan Phillip","date_of_birth":"2004-11-27","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 08:05:28","membership":{"membership_id":"3202278","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:05:28"}},{"people_id":"333039","first_name":"Daniel","last_name":"Freeland","match_name":"D. Freeland","common_name":"Daniel Freeland","date_of_birth":"2004-02-14","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 08:04:18","membership":{"membership_id":"3202277","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:04:18"}},{"people_id":"333038","first_name":"Jahzime","last_name":"Barthley","match_name":"J. Barthley","common_name":"Jahzime Barthley","date_of_birth":"2005-04-13","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 08:03:14","membership":{"membership_id":"3202276","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:03:14"}},{"people_id":"333037","first_name":"Shahoi","last_name":"Dorsett","match_name":"S. Dorsett","common_name":"Shahoi Dorsett","date_of_birth":"2004-06-23","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 08:02:00","membership":{"membership_id":"3202275","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 08:02:00"}},{"people_id":"200292","first_name":"Walton","last_name":"Rhodes","match_name":"W. Rhodes","common_name":"Walton Rhodes","date_of_birth":"2002-08-23","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:00:30","membership":{"membership_id":"1319358","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 08:00:30"}},{"people_id":"200293","first_name":"Shaquan","last_name":"Telemaque","match_name":"S. Telemaque","common_name":"Shaquan Telemaque","date_of_birth":"2002-09-16","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 08:00:17","membership":{"membership_id":"1319359","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 08:00:17"}},{"people_id":"200297","first_name":"Shackwon","last_name":"Simon","match_name":"S. Simon","common_name":"Shackwon Simon","date_of_birth":"2002-05-16","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 08:00:05","membership":{"membership_id":"1319363","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 08:00:05"}},{"people_id":"200282","first_name":"Ratijah","last_name":"Davis","match_name":"R. Davis","common_name":"Ratijah Davis","date_of_birth":"2002-04-26","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 07:59:52","membership":{"membership_id":"1319348","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 07:59:52"}},{"people_id":"200289","first_name":"Niall","last_name":"Harney-Rogerson","match_name":"N. Harney-Rogerson","common_name":"Niall Harney-Rogerson","date_of_birth":"2002-06-17","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 07:59:39","membership":{"membership_id":"1319355","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 07:59:39"}},{"people_id":"200281","first_name":"Jayden","last_name":"Martin","match_name":"J. Martin","common_name":"Jayden Martin","date_of_birth":"2002-11-07","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 07:59:02","membership":{"membership_id":"1319347","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 07:59:02"}},{"people_id":"225951","first_name":"Jahzinho ","last_name":"O'Garo","match_name":"J. O'Garo","common_name":"Jahzinho O'Garo","date_of_birth":"2002-12-12","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 07:58:44","membership":{"membership_id":"1319350","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 07:58:44"}},{"people_id":"200294","first_name":"D'Andre","last_name":"Bishop","match_name":"D. Bishop","common_name":"D'Andre Bishop","date_of_birth":"2002-10-02","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 07:57:46","membership":{"membership_id":"1319360","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 07:57:46"}},{"people_id":"200296","first_name":"Dillan","last_name":"Hadeed","match_name":"D. Hadeed","common_name":"Dillan Hadeed","date_of_birth":"2003-03-25","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 07:57:31","membership":{"membership_id":"1319362","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 07:57:31"}},{"people_id":"200288","first_name":"Courtney","last_name":"Whyte","match_name":"C. Whyte","common_name":"Courtney Whyte","date_of_birth":"2002-05-27","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 07:57:15","membership":{"membership_id":"1319354","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 07:57:15"}},{"people_id":"200295","first_name":"Conor","last_name":"Hadeed","match_name":"C. Hadeed","common_name":"Conor Hadeed","date_of_birth":"2003-04-05","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 07:57:03","membership":{"membership_id":"1319361","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 07:57:03"}},{"people_id":"200285","first_name":"Atzinga","last_name":"O´Keiffe","match_name":"A. O´Keiffe","common_name":"Atzinga O´Keiffe","date_of_birth":"2002-09-08","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 07:56:49","membership":{"membership_id":"1319351","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 07:56:49"}},{"people_id":"200290","first_name":"Antyon","last_name":"Henry","match_name":"A. Henry","common_name":"Antyon Henry","date_of_birth":"2002-04-23","place_of_birth":"St. John's","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"180","weight":"60","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 07:56:38","membership":{"membership_id":"1319356","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-07 07:56:38"}},{"people_id":"333036","first_name":"Shamoi","last_name":"Andrew","match_name":"S. Andrew","common_name":"Shamoi Andrew","date_of_birth":"2004-12-03","place_of_birth":"","country_of_birth":"Antigua and Barbuda","nationality":"Antigua and Barbuda","country_of_birth_area_id":"15","nationality_area_id":"15","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 07:56:20","membership":{"membership_id":"3202274","team_id":"24922","team_name":"Antigua and Barbuda U15","short_name":"Antigua U15","team_area_name":"Antigua and Barbuda","team_area_id":"15","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 07:56:20"}},{"people_id":"167760","first_name":"Jerrel Pete Jesse","last_name":"Britto","match_name":"J. Britto","common_name":"Jerrel Britto","date_of_birth":"1992-07-04","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"179","weight":"80","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/167760.png","last_updated":"2019-08-07 04:38:18","membership":[{"membership_id":"3202270","team_id":"13577","team_name":"CD Honduras Progreso","short_name":"CD Honduras","team_area_name":"Honduras","team_area_id":"90","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 04:38:18"},{"membership_id":"2745349","team_id":"15408","team_name":"CD Platense","short_name":"CD Platense","team_area_name":"Honduras","team_area_id":"90","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 04:37:30"}]},{"people_id":"333032","first_name":"Paulo César","last_name":"Almeida de Melo","match_name":"P. Almeida","common_name":"Paulo Almeida","date_of_birth":"1993-02-06","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 04:29:45","membership":{"membership_id":"3202268","team_id":"13577","team_name":"CD Honduras Progreso","short_name":"CD Honduras","team_area_name":"Honduras","team_area_id":"90","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 04:29:45"}},{"people_id":"333030","first_name":"Christian Camilo","last_name":"Gómez Santana","match_name":"C. Gómez","common_name":"Christian Gómez","date_of_birth":"1993-03-19","place_of_birth":"","country_of_birth":"Colombia","nationality":"Colombia","country_of_birth_area_id":"51","nationality_area_id":"51","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 04:17:22","membership":{"membership_id":"3202266","team_id":"15122","team_name":"CD Juventud Independiente","short_name":"Independiente","team_area_name":"El Salvador","team_area_id":"67","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 04:17:22"}},{"people_id":"127314","first_name":"Tardelis","last_name":"Peña González","match_name":"T. Pena","common_name":"Tardelis Pena","date_of_birth":"1988-10-31","place_of_birth":"","country_of_birth":"Colombia","nationality":"Colombia","country_of_birth_area_id":"51","nationality_area_id":"51","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 04:14:57","membership":[{"membership_id":"3202265","team_id":"15122","team_name":"CD Juventud Independiente","short_name":"Independiente","team_area_name":"El Salvador","team_area_id":"67","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 04:14:57"},{"membership_id":"2599790","team_id":"31641","team_name":"CD Audaz","short_name":"CD Audaz","team_area_name":"El Salvador","team_area_id":"67","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 04:12:49"}]},{"people_id":"270589","first_name":"Eduardo Álvaro","last_name":"Rodríguez Loreda","match_name":"E. Rodríguez","common_name":"Eduardo Rodríguez","date_of_birth":"","place_of_birth":"","country_of_birth":"El Salvador","nationality":"El Salvador","country_of_birth_area_id":"67","nationality_area_id":"67","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 04:11:00","membership":{"membership_id":"3198089","team_id":"15122","team_name":"CD Juventud Independiente","short_name":"Independiente","team_area_name":"El Salvador","team_area_id":"67","start_date":"2019-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-07 04:11:00"}},{"people_id":"128031","first_name":"Eduardo Álvaro","last_name":"Rodríguez Lloreda","match_name":"Eduardo Rodríguez","common_name":"Eduardo Rodríguez","date_of_birth":"1989-07-28","place_of_birth":"","country_of_birth":"Colombia","nationality":"Colombia","country_of_birth_area_id":"51","nationality_area_id":"51","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 04:10:00","membership":[{"membership_id":"3202264","team_id":"15122","team_name":"CD Juventud Independiente","short_name":"Independiente","team_area_name":"El Salvador","team_area_id":"67","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 04:10:00"},{"membership_id":"2998182","team_id":"31641","team_name":"CD Audaz","short_name":"CD Audaz","team_area_name":"El Salvador","team_area_id":"67","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 04:08:50"}]},{"people_id":"333028","first_name":"Michell","last_name":"Mercado","match_name":"M. Mercado","common_name":"Michell Mercado","date_of_birth":"","place_of_birth":"","country_of_birth":"Colombia","nationality":"Colombia","country_of_birth_area_id":"51","nationality_area_id":"51","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 04:05:04","membership":{"membership_id":"3202262","team_id":"42022","team_name":"CD El Vencedor","short_name":"El Vencedor","team_area_name":"El Salvador","team_area_id":"67","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 04:05:04"}},{"people_id":"63548","first_name":"Kristján Flóki","last_name":"Finnbogason","match_name":"K. Finnbogason","common_name":"Kristján Flóki Finnbogason","date_of_birth":"1995-01-12","place_of_birth":"","country_of_birth":"Iceland","nationality":"Iceland","country_of_birth_area_id":"93","nationality_area_id":"93","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/63548.png","last_updated":"2019-08-07 04:01:14","membership":[{"membership_id":"3202261","team_id":"18804","team_name":"KR Reykjavík","short_name":"KR","team_area_name":"Iceland","team_area_id":"93","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 04:01:14"},{"membership_id":"3044400","team_id":"1342","team_name":"IK Start","short_name":"IK Start","team_area_name":"Norway","team_area_id":"146","start_date":"2018-12-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-07 04:01:05"}]},{"people_id":"333026","first_name":"Illian","last_name":"Hernandez","match_name":"I. Hernandez","common_name":"Illian Hernandez","date_of_birth":"2000-04-12","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 03:58:31","membership":{"membership_id":"3202259","team_id":"18772","team_name":"Mineros de Zacatecas","short_name":"Zacatecas","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:58:31"}},{"people_id":"92234","first_name":"Juan De Dios","last_name":"Vega De León","match_name":"J. Vega","common_name":"Juan Vega","date_of_birth":"1998-10-30","place_of_birth":"Santo Domingo Tehuantepec","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"170","weight":"67","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:56:51","membership":{"membership_id":"3202258","team_id":"18772","team_name":"Mineros de Zacatecas","short_name":"Zacatecas","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:56:51"}},{"people_id":"1920","first_name":"Ronaldo","last_name":"Cisneros Morell","match_name":"R. Cisneros","common_name":"Ronaldo Cisneros","date_of_birth":"1997-01-08","place_of_birth":"Torreón, Coahuila","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"181","weight":"70","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/1920.png","last_updated":"2019-08-07 03:56:41","membership":[{"membership_id":"3202257","team_id":"18772","team_name":"Mineros de Zacatecas","short_name":"Zacatecas","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:56:41"},{"membership_id":"2990972","team_id":"2064","team_name":"CD Guadalajara","short_name":"Guadalajara","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 03:56:34"}]},{"people_id":"268052","first_name":"Gabriel","last_name":"Zanatta Oñate","match_name":"G. Zanatta","common_name":"Gabriel Zanatta","date_of_birth":"2000-08-05","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"170","weight":"60","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:56:18","membership":{"membership_id":"2733345","team_id":"2076","team_name":"Querétaro FC","short_name":"Querétaro","team_area_name":"Mexico","team_area_id":"129","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:56:18"}},{"people_id":"96265","first_name":"Claudio","last_name":"Zamudio Godínez","match_name":"C. Zamudio","common_name":"Claudio Zamudio","date_of_birth":"1998-03-30","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 03:55:34","membership":{"membership_id":"3202255","team_id":"18772","team_name":"Mineros de Zacatecas","short_name":"Zacatecas","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:55:34"}},{"people_id":"76551","first_name":"Ernesto Alejandro","last_name":"Reyes Cruz","match_name":"E. Reyes","common_name":"Ernesto Reyes","date_of_birth":"1991-07-10","place_of_birth":"Felipe Carrillo Puerto","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"171","weight":"78","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/76551.png","last_updated":"2019-08-07 03:54:49","membership":[{"membership_id":"3202253","team_id":"18772","team_name":"Mineros de Zacatecas","short_name":"Zacatecas","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:54:49"},{"membership_id":"187283","team_id":"2063","team_name":"Atlante FC","short_name":"Atlante","team_area_name":"Mexico","team_area_id":"129","start_date":"2015-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 03:54:42"}]},{"people_id":"69286","first_name":"Branislav","last_name":"Danilović","match_name":"B. Danilović","common_name":"Branislav Danilović","date_of_birth":"1988-06-24","place_of_birth":"Beograd","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"190","weight":"","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/69286.png","last_updated":"2019-08-07 03:51:56","membership":[{"membership_id":"3202252","team_id":"18893","team_name":"Diósgyőri VTK","short_name":"Diósgyőri","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-09","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:51:56"},{"membership_id":"1301938","team_id":"18888","team_name":"Puskás Akadémia FC","short_name":"Puskás","team_area_name":"Hungary","team_area_id":"92","start_date":"2017-07-01","end_date":"2019-07-08","role":"player","active":"no","last_updated":"2019-08-07 03:51:49"}]},{"people_id":"32262","first_name":"András Krisztian","last_name":"Vági","match_name":"A. Vági","common_name":"András Vági","date_of_birth":"1988-12-25","place_of_birth":"Budapest","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"173","weight":"63","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 03:51:36","membership":[{"membership_id":"3202251","team_id":"18893","team_name":"Diósgyőri VTK","short_name":"Diósgyőri","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-03","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:51:36"},{"membership_id":"1301920","team_id":"18898","team_name":"Paksi FC","short_name":"Paksi FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2017-07-01","end_date":"2019-07-02","role":"player","active":"no","last_updated":"2019-08-07 03:51:28"}]},{"people_id":"77384","first_name":"Patrik","last_name":"Ternován","match_name":"P. Ternován","common_name":"Patrik Ternován","date_of_birth":"1997-06-10","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 03:51:14","membership":[{"membership_id":"3202250","team_id":"18893","team_name":"Diósgyőri VTK","short_name":"Diósgyőri","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:51:14"},{"membership_id":"2715613","team_id":"23483","team_name":"Balmaz Kamilla Gyógyfürdő","short_name":"Balmaz Kamilla","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-05","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 03:51:06"}]},{"people_id":"77087","first_name":"Gábor","last_name":"Boros","match_name":"G. Boros","common_name":"Gábor Boros","date_of_birth":"1997-09-26","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"183","weight":"81","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 03:50:53","membership":[{"membership_id":"3202249","team_id":"18893","team_name":"Diósgyőri VTK","short_name":"Diósgyőri","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-01-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:50:53"},{"membership_id":"2733126","team_id":"22553","team_name":"Budafoki MTE","short_name":"Budafoki MTE","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-01","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-07 03:50:45"}]},{"people_id":"333024","first_name":"Roberto David","last_name":"Alderete Martínez","match_name":"R. Alderete","common_name":"Roberto Alderete","date_of_birth":"1999-06-16","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 03:49:23","membership":{"membership_id":"3202248","team_id":"23110","team_name":"FC Juárez","short_name":"Juárez","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:49:23"}},{"people_id":"333023","first_name":"Owen","last_name":"Guerrero Jiménez","match_name":"O. Guerrero","common_name":"Owen Guerrero","date_of_birth":"2001-02-07","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:48:22","membership":{"membership_id":"3202247","team_id":"23110","team_name":"FC Juárez","short_name":"Juárez","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:48:22"}},{"people_id":"333022","first_name":"Victor Alberto","last_name":"Peniche Saenz","match_name":"V. Peniche","common_name":"Victor Peniche","date_of_birth":"1999-01-15","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:47:21","membership":{"membership_id":"3202246","team_id":"18773","team_name":"Venados FC","short_name":"Venados","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:47:21"}},{"people_id":"333021","first_name":"Martín Gerardo","last_name":"Lagunes Contreras","match_name":"M. Lagunes","common_name":"Martín Lagunes","date_of_birth":"2000-07-22","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 03:46:08","membership":{"membership_id":"3202245","team_id":"2075","team_name":"Club Puebla","short_name":"Puebla","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:46:08"}},{"people_id":"333020","first_name":"Ivo Saúl","last_name":"Vázquez Serrano","match_name":"I. Vázquez","common_name":"Ivo Vázquez","date_of_birth":"2000-10-16","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 03:45:07","membership":{"membership_id":"3202243","team_id":"2075","team_name":"Club Puebla","short_name":"Puebla","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:45:07"}},{"people_id":"333019","first_name":"Yader","last_name":"Vásquez","match_name":"Y. Vásquez","common_name":"Yader Vásquez","date_of_birth":"1992-09-06","place_of_birth":"","country_of_birth":"Nicaragua","nationality":"Nicaragua","country_of_birth_area_id":"142","nationality_area_id":"142","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:44:43","membership":{"membership_id":"3202242","team_id":"357","team_name":"Deportivo Las Sabanas","short_name":"Las Sabanas","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:44:43"}},{"people_id":"333018","first_name":"Leobardo","last_name":"López Lugo","match_name":"L. López","common_name":"Leobardo López","date_of_birth":"1999-06-25","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 03:44:07","membership":{"membership_id":"3202241","team_id":"2070","team_name":"CA Monarcas Morelia","short_name":"Monarcas","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:44:07"}},{"people_id":"312592","first_name":"Misael","last_name":"Álvarez","match_name":"M. Álvarez","common_name":"Misael Álvarez","date_of_birth":"2000-09-13","place_of_birth":"","country_of_birth":"Nicaragua","nationality":"Nicaragua","country_of_birth_area_id":"142","nationality_area_id":"142","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:42:37"},{"people_id":"302457","first_name":"Juan Daniel","last_name":"Montoya Esquivel","match_name":"J. Montoya","common_name":"Juan Montoya","date_of_birth":"1999-11-11","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:41:48","membership":{"membership_id":"2998033","team_id":"23110","team_name":"FC Juárez","short_name":"Juárez","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-01-22","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:41:48"}},{"people_id":"300596","first_name":"Santiago","last_name":"Román","match_name":"S. Román","common_name":"Santiago Román","date_of_birth":"2001-07-24","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 03:40:04","membership":{"membership_id":"2991414","team_id":"2075","team_name":"Club Puebla","short_name":"Puebla","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-01-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:40:04"}},{"people_id":"41146","first_name":"Maximiliano","last_name":"Perg Schneider","match_name":"M. Perg","common_name":"Maximiliano Perg","date_of_birth":"1991-09-16","place_of_birth":"Paysandú","country_of_birth":"Uruguay","nationality":"Uruguay","country_of_birth_area_id":"204","nationality_area_id":"204","gender":"male","height":"185","weight":"77","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41146.png","last_updated":"2019-08-07 03:39:55","membership":[{"membership_id":"3202240","team_id":"2075","team_name":"Club Puebla","short_name":"Puebla","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:39:55"},{"membership_id":"2998488","team_id":"17538","team_name":"Defensor SC","short_name":"Defensor","team_area_name":"Uruguay","team_area_id":"204","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 03:39:47"}]},{"people_id":"306515","first_name":"Antonio","last_name":"Soto","match_name":"A. Soto","common_name":"Antonio Soto","date_of_birth":"2001-05-10","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:39:34","membership":{"membership_id":"3016203","team_id":"2075","team_name":"Club Puebla","short_name":"Puebla","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-02-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:39:34"}},{"people_id":"300412","first_name":"Axel Cruz","last_name":"García Barrera","match_name":"A. García","common_name":"Axel García","date_of_birth":"2000-02-22","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:39:15","membership":{"membership_id":"2990956","team_id":"2070","team_name":"CA Monarcas Morelia","short_name":"Monarcas","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-01-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:39:15"}},{"people_id":"39871","first_name":"John ","last_name":"Cleary","match_name":"J. Cleary","common_name":"John Cleary","date_of_birth":"","place_of_birth":"","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:33:54","membership":{"membership_id":"3193034","team_id":"20984","team_name":"Kilkenny City AFC","short_name":"Kilkenny City","team_area_name":"Republic of Ireland","team_area_id":"98","start_date":"1992-07-01","end_date":"1994-06-16","role":"player","active":"no","last_updated":"2019-08-07 03:33:54"}},{"people_id":"333016","first_name":"Ede","last_name":"Visinka","match_name":"E. Visinka","common_name":"Ede Visinka","date_of_birth":"1997-05-19","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 03:31:48","membership":{"membership_id":"3202237","team_id":"24021","team_name":"Aqvital FC Csákvár","short_name":"Aqvital FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"assistant_coach","active":"yes","last_updated":"2019-08-07 03:31:48"}},{"people_id":"137126","first_name":"Michael","last_name":"Boris","match_name":"M. Boris","common_name":"Michael Boris","date_of_birth":"1975-06-03","place_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","player_picture":"","last_updated":"2019-08-07 03:30:08","membership":{"membership_id":"3202235","team_id":"1479","team_name":"MTK Budapest FC","short_name":"MTK Budapest","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-06-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 03:30:08"}},{"people_id":"283482","first_name":"Ákos","last_name":"Zuigéber","match_name":"Á. Zuigéber","common_name":"Ákos Zuigéber","date_of_birth":"2002-11-08","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 03:28:45","membership":{"membership_id":"3202234","team_id":"1479","team_name":"MTK Budapest FC","short_name":"MTK Budapest","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:28:45"}},{"people_id":"333015","first_name":"Bence","last_name":"Babinszky","match_name":"B. Babinszky","common_name":"Bence Babinszky","date_of_birth":"2000-10-23","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:27:50","membership":{"membership_id":"3202233","team_id":"1479","team_name":"MTK Budapest FC","short_name":"MTK Budapest","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:27:50"}},{"people_id":"166972","first_name":"Luis Camilo","last_name":"Gutiérrez Fierro","match_name":"L. Gutiérrez","common_name":"Luis Gutiérrez","date_of_birth":"1995-02-19","place_of_birth":"Granada","country_of_birth":"Nicaragua","nationality":"Nicaragua","country_of_birth_area_id":"142","nationality_area_id":"142","gender":"male","height":"180","weight":"74","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/166972.png","last_updated":"2019-08-07 03:25:22","membership":[{"membership_id":"3202232","team_id":"2889","team_name":"Managua FC","short_name":"Managua FC","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:25:22"},{"membership_id":"1281377","team_id":"2887","team_name":"Diriangén FC","short_name":"Diriangén","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2017-06-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 03:24:49"}]},{"people_id":"72754","first_name":"Jaime","last_name":"Ayala Jain","match_name":"J. Ayala","common_name":"Jaime Ayala","date_of_birth":"1990-09-16","place_of_birth":"Uruapan, Michoacán","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"180","weight":"75","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 03:23:46","membership":[{"membership_id":"3202231","team_id":"2885","team_name":"Real Estelí FC","short_name":"Real Estelí FC","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:23:46"},{"membership_id":"2740096","team_id":"1988","team_name":"Boyacá Chicó FC","short_name":"Boyacá Chicó","team_area_name":"Colombia","team_area_id":"51","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 03:23:38"}]},{"people_id":"333014","first_name":"Rodolfo","last_name":"Forbes","match_name":"R. Forbes","common_name":"Rodolfo Forbes","date_of_birth":"1998-07-13","place_of_birth":"","country_of_birth":"Panama","nationality":"Panama","country_of_birth_area_id":"150","nationality_area_id":"150","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:23:03","membership":{"membership_id":"3202230","team_id":"2889","team_name":"Managua FC","short_name":"Managua FC","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:23:03"}},{"people_id":"129110","first_name":"András","last_name":"Simon","match_name":"A. Simon","common_name":"András Simon","date_of_birth":"1990-03-30","place_of_birth":"Salgótarján","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"185","weight":"","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 03:22:26","membership":[{"membership_id":"3202229","team_id":"1479","team_name":"MTK Budapest FC","short_name":"MTK Budapest","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-23","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:22:26"},{"membership_id":"2604414","team_id":"18898","team_name":"Paksi FC","short_name":"Paksi FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-01-29","end_date":"2019-07-22","role":"player","active":"no","last_updated":"2019-08-07 03:22:17"}]},{"people_id":"215568","first_name":"Miklos","last_name":"Szerencsi","match_name":"M. Szerencsi","common_name":"Miklos Szerencsi","date_of_birth":"1998-01-29","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 03:22:04","membership":[{"membership_id":"3202228","team_id":"1479","team_name":"MTK Budapest FC","short_name":"MTK Budapest","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:22:04"},{"membership_id":"2757086","team_id":"26389","team_name":"Monori SE","short_name":"Monori SE","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-08-25","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 03:21:56"}]},{"people_id":"268123","first_name":"Szabolcs","last_name":"Mezei","match_name":"S. Mezei","common_name":"Szabolcs Mezei","date_of_birth":"2000-10-18","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:21:44","membership":[{"membership_id":"3202226","team_id":"1479","team_name":"MTK Budapest FC","short_name":"MTK Budapest","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:21:44"},{"membership_id":"2733554","team_id":"23083","team_name":"Békéscsabai 1912 Előre","short_name":"Békéscsabai","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 03:21:36"}]},{"people_id":"214689","first_name":"Martin","last_name":"Palincsar","match_name":"M. Palincsar","common_name":"Martin Palincsar","date_of_birth":"1999-01-03","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:21:24","membership":[{"membership_id":"3202225","team_id":"1479","team_name":"MTK Budapest FC","short_name":"MTK Budapest","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:21:24"},{"membership_id":"2748299","team_id":"26389","team_name":"Monori SE","short_name":"Monori SE","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 03:21:17"}]},{"people_id":"89840","first_name":"István","last_name":"Szatmári","match_name":"I. Szatmári","common_name":"István Szatmári","date_of_birth":"1997-05-23","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"185","weight":"75","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/89840.png","last_updated":"2019-08-07 03:21:03","membership":[{"membership_id":"3202224","team_id":"1479","team_name":"MTK Budapest FC","short_name":"MTK Budapest","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:21:03"},{"membership_id":"1310187","team_id":"23083","team_name":"Békéscsabai 1912 Előre","short_name":"Békéscsabai","team_area_name":"Hungary","team_area_id":"92","start_date":"2017-07-18","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 03:20:56"}]},{"people_id":"174868","first_name":"Zsombor","last_name":"Nagy","match_name":"Z. Nagy","common_name":"Zsombor Nagy","date_of_birth":"1998-03-21","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 03:20:44","membership":[{"membership_id":"3202223","team_id":"1479","team_name":"MTK Budapest FC","short_name":"MTK Budapest","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:20:44"},{"membership_id":"2727270","team_id":"25264","team_name":"Dorogi FC","short_name":"Dorogi FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-18","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 03:20:36"}]},{"people_id":"162773","first_name":"Bence","last_name":"Somodi","match_name":"B. Somodi","common_name":"Bence Somodi","date_of_birth":"1988-11-25","place_of_birth":"Eger","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"187","weight":"","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 03:20:23","membership":[{"membership_id":"3202222","team_id":"1479","team_name":"MTK Budapest FC","short_name":"MTK Budapest","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-23","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:20:23"},{"membership_id":"1316834","team_id":"26411","team_name":"Kazincbarcika SC","short_name":"Kazincbarcika","team_area_name":"Hungary","team_area_id":"92","start_date":"2017-07-01","end_date":"2019-07-22","role":"player","active":"no","last_updated":"2019-08-07 03:20:15"}]},{"people_id":"333012","first_name":"Esteban","last_name":"Losada","match_name":"E. Losada","common_name":"Esteban Losada","date_of_birth":"","place_of_birth":"","country_of_birth":"Nicaragua","nationality":"Nicaragua","country_of_birth_area_id":"142","nationality_area_id":"142","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:18:15","membership":{"membership_id":"3202219","team_id":"2892","team_name":"Chinandega FC","short_name":"Chinandega FC","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:18:15"}},{"people_id":"333011","first_name":"Zoltán","last_name":"Sipos","match_name":"Z. Sipos","common_name":"Zoltán Sipos","date_of_birth":"2001-03-07","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:17:26","membership":{"membership_id":"3202218","team_id":"24021","team_name":"Aqvital FC Csákvár","short_name":"Aqvital FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:17:26"}},{"people_id":"216125","first_name":"Bence Máté","last_name":"Kocsis","match_name":"B. Kocsis","common_name":"Bence Kocsis","date_of_birth":"2001-04-23","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:16:20","membership":{"membership_id":"3202217","team_id":"24021","team_name":"Aqvital FC Csákvár","short_name":"Aqvital FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:16:20"}},{"people_id":"155029","first_name":"Gergely","last_name":"Mim","match_name":"G. Mim","common_name":"Gergely Mim","date_of_birth":"1999-06-07","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:15:02","membership":[{"membership_id":"3202216","team_id":"24021","team_name":"Aqvital FC Csákvár","short_name":"Aqvital FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:15:02"},{"membership_id":"966378","team_id":"24059","team_name":"Puskás FC U19","short_name":"Puskás","team_area_name":"Hungary","team_area_id":"92","start_date":"2016-09-01","end_date":"2016-12-31","role":"player","active":"no","last_updated":"2019-08-07 03:14:53"}]},{"people_id":"110891","first_name":"Márk","last_name":"Madarász","match_name":"M. Madarász","common_name":"Márk Madarász","date_of_birth":"1995-11-24","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 03:14:38","membership":[{"membership_id":"3202215","team_id":"24021","team_name":"Aqvital FC Csákvár","short_name":"Aqvital FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-16","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:14:38"},{"membership_id":"3014954","team_id":"18892","team_name":"ETO FC Győr","short_name":"ETO Győr","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-02-10","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-07 03:14:28"}]},{"people_id":"32542","first_name":"Martin","last_name":"Csató","match_name":"M. Csató","common_name":"Martin Csató","date_of_birth":"1994-07-18","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 03:14:13","membership":[{"membership_id":"3202214","team_id":"24021","team_name":"Aqvital FC Csákvár","short_name":"Aqvital FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-23","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:14:13"},{"membership_id":"833619","team_id":"25264","team_name":"Dorogi FC","short_name":"Dorogi FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2016-07-14","end_date":"2019-07-22","role":"player","active":"no","last_updated":"2019-08-07 03:14:05"}]},{"people_id":"139705","first_name":"Ádám","last_name":"Tányéros","match_name":"A. Tányéros","common_name":"Ádám Tányéros","date_of_birth":"1991-05-22","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 03:13:49","membership":[{"membership_id":"3202213","team_id":"24021","team_name":"Aqvital FC Csákvár","short_name":"Aqvital FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-09","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 03:13:49"},{"membership_id":"752219","team_id":"22554","team_name":"Budaörsi SC 1924","short_name":"Budaörsi SC","team_area_name":"Hungary","team_area_id":"92","start_date":"2014-08-01","end_date":"2019-07-08","role":"player","active":"no","last_updated":"2019-08-07 03:13:42"}]},{"people_id":"333010","first_name":"Juan","last_name":"González","match_name":"J. González","common_name":"Juan González","date_of_birth":"1998-09-03","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 02:59:19","membership":{"membership_id":"3202212","team_id":"15151","team_name":"Municipal Jalapa","short_name":"Mun. Jalapa","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:59:19"}},{"people_id":"333009","first_name":"Andrés","last_name":"Garzón","match_name":"A. Garzón","common_name":"Andrés Garzón","date_of_birth":"1996-09-12","place_of_birth":"","country_of_birth":"Colombia","nationality":"Colombia","country_of_birth_area_id":"51","nationality_area_id":"51","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 02:57:52","membership":{"membership_id":"3202211","team_id":"2886","team_name":"Real Madriz FC","short_name":"Real Madriz","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:57:52"}},{"people_id":"333008","first_name":"Joheman","last_name":"Duarte","match_name":"J. Duarte","common_name":"Joheman Duerte","date_of_birth":"1998-02-12","place_of_birth":"","country_of_birth":"Nicaragua","nationality":"Nicaragua","country_of_birth_area_id":"142","nationality_area_id":"142","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 02:39:08","membership":{"membership_id":"3202210","team_id":"15151","team_name":"Municipal Jalapa","short_name":"Mun. Jalapa","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:39:08"}},{"people_id":"197166","first_name":"Szabolcs","last_name":"Schindler","match_name":"S. Schindler","common_name":"Szabolcs Schindler","date_of_birth":"1974-10-28","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"176","weight":"76","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 02:25:50","membership":{"membership_id":"3202209","team_id":"23083","team_name":"Békéscsabai 1912 Előre","short_name":"Békéscsabai","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-06-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 02:25:50"}},{"people_id":"227104","first_name":"Soma","last_name":"Szuhodovszki","match_name":"S. Szuhodovszki","common_name":"Soma Szuhodovszki","date_of_birth":"1999-12-30","place_of_birth":"Budapest","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 02:24:04","membership":{"membership_id":"3197169","team_id":"28534","team_name":"Duna Aszfalt Tiszakécskei VSE","short_name":"Tiszakécskei","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-17","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:24:04"}},{"people_id":"197319","first_name":"Giuliano","last_name":"Durso","match_name":"G. Durso","common_name":"Giuliano Durso","date_of_birth":"1998-05-29","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 02:23:42","membership":[{"membership_id":"3202208","team_id":"28534","team_name":"Duna Aszfalt Tiszakécskei VSE","short_name":"Tiszakécskei","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-27","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:23:42"},{"membership_id":"1309195","team_id":"19026","team_name":"Vác FC","short_name":"Vác FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2017-07-28","end_date":"2019-07-26","role":"player","active":"no","last_updated":"2019-08-07 02:23:34"}]},{"people_id":"196814","first_name":"Hamsink Oniel","last_name":"Vado Vanegas","match_name":"H. Vado","common_name":"Hamsink Vado","date_of_birth":"1990-07-26","place_of_birth":"Granada","country_of_birth":"Nicaragua","nationality":"Nicaragua","country_of_birth_area_id":"142","nationality_area_id":"142","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 02:23:27","membership":[{"membership_id":"3202207","team_id":"15151","team_name":"Municipal Jalapa","short_name":"Mun. Jalapa","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:23:27"},{"membership_id":"3002602","team_id":"26220","team_name":"UNAN-Managua FC","short_name":"UNAN-Managua","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 02:23:00"}]},{"people_id":"72268","first_name":"Fábio","last_name":"Guaru","match_name":"F. Guaru","common_name":"Fábio Guaru","date_of_birth":"1987-09-03","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"183","weight":"","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-07 02:23:14","membership":{"membership_id":"3202206","team_id":"28534","team_name":"Duna Aszfalt Tiszakécskei VSE","short_name":"Tiszakécskei","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:23:14"}},{"people_id":"139912","first_name":"Krisztián","last_name":"Zádori","match_name":"K. Zádori","common_name":"Krisztián Zádori","date_of_birth":"1997-01-15","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 02:22:57","membership":[{"membership_id":"3202205","team_id":"28534","team_name":"Duna Aszfalt Tiszakécskei VSE","short_name":"Tiszakécskei","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:22:57"},{"membership_id":"2743641","team_id":"23483","team_name":"Balmaz Kamilla Gyógyfürdő","short_name":"Balmaz Kamilla","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 02:22:50"}]},{"people_id":"199918","first_name":"Botond","last_name":"Erdélyi","match_name":"B. Erdélyi","common_name":"Botond Erdélyi","date_of_birth":"1999-03-20","place_of_birth":"Budapest","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"170","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 02:22:35","membership":[{"membership_id":"3202204","team_id":"28534","team_name":"Duna Aszfalt Tiszakécskei VSE","short_name":"Tiszakécskei","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:22:35"},{"membership_id":"2721889","team_id":"25264","team_name":"Dorogi FC","short_name":"Dorogi FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 02:22:27"}]},{"people_id":"154081","first_name":"Ádám","last_name":"Varga","match_name":"A. Varga","common_name":"Ádám Varga","date_of_birth":"1999-12-19","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 02:22:14","membership":[{"membership_id":"3202203","team_id":"28534","team_name":"Duna Aszfalt Tiszakécskei VSE","short_name":"Tiszakécskei","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:22:14"},{"membership_id":"2860327","team_id":"18888","team_name":"Puskás Akadémia FC","short_name":"Puskás","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 02:22:06"}]},{"people_id":"333006","first_name":"Eder","last_name":"García","match_name":"E. García","common_name":"Eder García","date_of_birth":"1997-07-15","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 02:20:56","membership":{"membership_id":"3202202","team_id":"15151","team_name":"Municipal Jalapa","short_name":"Mun. Jalapa","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:20:56"}},{"people_id":"333007","first_name":"Tamás Károly","last_name":"Varga","match_name":"T. Varga","common_name":"Tamás Varga","date_of_birth":"2001-07-21","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 02:20:44","membership":{"membership_id":"3202201","team_id":"23083","team_name":"Békéscsabai 1912 Előre","short_name":"Békéscsabai","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:20:44"}},{"people_id":"333005","first_name":"András","last_name":"Pusztai","match_name":"A. Pusztai","common_name":"András Pusztai","date_of_birth":"1999-09-29","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 02:19:26","membership":{"membership_id":"3202200","team_id":"23083","team_name":"Békéscsabai 1912 Előre","short_name":"Békéscsabai","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:19:26"}},{"people_id":"269444","first_name":"Bálint","last_name":"Károly","match_name":"B. Károly","common_name":"Bálint Károly","date_of_birth":"1993-01-12","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 02:17:44","membership":[{"membership_id":"3202199","team_id":"23083","team_name":"Békéscsabai 1912 Előre","short_name":"Békéscsabai","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:17:44"},{"membership_id":"2737718","team_id":"28534","team_name":"Duna Aszfalt Tiszakécskei VSE","short_name":"Tiszakécskei","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 02:17:36"}]},{"people_id":"199160","first_name":"Tomás","last_name":"Faragó","match_name":"T. Faragó","common_name":"Tomás Faragó","date_of_birth":"1989-04-13","place_of_birth":"","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 02:17:20","membership":[{"membership_id":"3202198","team_id":"23083","team_name":"Békéscsabai 1912 Előre","short_name":"Békéscsabai","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:17:20"},{"membership_id":"1315397","team_id":"25264","team_name":"Dorogi FC","short_name":"Dorogi FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2017-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 02:17:13"}]},{"people_id":"143043","first_name":"Nikola","last_name":"Pantovic","match_name":"N. Pantovic","common_name":"Nikola Pantovic","date_of_birth":"1994-03-19","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 02:16:55","membership":[{"membership_id":"3202197","team_id":"23083","team_name":"Békéscsabai 1912 Előre","short_name":"Békéscsabai","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:16:55"},{"membership_id":"2743886","team_id":"15998","team_name":"KF Renova Džepčište","short_name":"Renova","team_area_name":"North Macedonia","team_area_id":"120","start_date":"2018-06-16","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 02:16:48"}]},{"people_id":"333004","first_name":"Felipe Eduardo","last_name":"Hermosillo García","match_name":"F. Hermosillo","common_name":"Felipe Hermosillo","date_of_birth":"2000-10-09","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 02:00:30","membership":{"membership_id":"3202196","team_id":"18766","team_name":"Cafetaleros de Chiapas FC","short_name":"Cafetaleros","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 02:00:30"}},{"people_id":"333003","first_name":"Juan","last_name":"Rodríguez","match_name":"J. Rodríguez","common_name":"Juan Rodríguez","date_of_birth":"1999-01-21","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 01:59:15","membership":{"membership_id":"3202195","team_id":"18766","team_name":"Cafetaleros de Chiapas FC","short_name":"Cafetaleros","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:59:15"}},{"people_id":"333002","first_name":"José Rubén","last_name":"Lozada Tapia","match_name":"J. Lozada","common_name":"José Lozada","date_of_birth":"1997-02-17","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 01:57:10","membership":{"membership_id":"3202194","team_id":"18774","team_name":"CA Zacatepec","short_name":"Zacatepec","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:57:10"}},{"people_id":"333001","first_name":"Marcos","last_name":"Montiel Flores","match_name":"M. Montiel Flores","common_name":"Marcos Flores","date_of_birth":"2001-03-12","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 01:56:05","membership":{"membership_id":"3202193","team_id":"18774","team_name":"CA Zacatepec","short_name":"Zacatepec","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:56:05"}},{"people_id":"333000","first_name":"Mauricio Paul","last_name":"Galván Juárez","match_name":"M. Galván","common_name":"Mauricio Galván","date_of_birth":"2000-02-16","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 01:55:12","membership":{"membership_id":"3202192","team_id":"18774","team_name":"CA Zacatepec","short_name":"Zacatepec","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:55:12"}},{"people_id":"96248","first_name":"Pierre","last_name":"Da Silva","match_name":"P. Da Silva","common_name":"Pierre Da Silva","date_of_birth":"1998-07-28","place_of_birth":"Port Chester, NY","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"male","height":"175","weight":"","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/96248.png","last_updated":"2019-08-07 01:51:14","membership":[{"membership_id":"3202191","team_id":"38767","team_name":"Memphis 901 FC","short_name":"Memphis 901","team_area_name":"United States","team_area_id":"203","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:51:14"},{"membership_id":"2741581","team_id":"15797","team_name":"Orlando City SC","short_name":"Orlando City","team_area_name":"United States","team_area_id":"203","start_date":"2018-08-07","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 01:51:07"}]},{"people_id":"126031","first_name":"Liam","last_name":"Doyle","match_name":"L. Doyle","common_name":"Liam Doyle","date_of_birth":"1992-01-07","place_of_birth":"","country_of_birth":"Isle of Man","nationality":"Isle of Man","country_of_birth_area_id":"236","nationality_area_id":"236","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/126031.png","last_updated":"2019-08-07 01:50:56","membership":{"membership_id":"3202190","team_id":"38767","team_name":"Memphis 901 FC","short_name":"Memphis 901","team_area_name":"United States","team_area_id":"203","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:50:56"}},{"people_id":"71690","first_name":"Gustavo Adrián","last_name":"Ramírez Rojas","match_name":"G. Ramírez","common_name":"Gustavo Ramírez","date_of_birth":"1990-05-13","place_of_birth":"Yuty, Caazapá","country_of_birth":"Paraguay","nationality":"Paraguay","country_of_birth_area_id":"152","nationality_area_id":"152","gender":"male","height":"181","weight":"74","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/71690.png","last_updated":"2019-08-07 01:50:13","membership":[{"membership_id":"3202189","team_id":"18774","team_name":"CA Zacatepec","short_name":"Zacatepec","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:50:13"},{"membership_id":"2723062","team_id":"18769","team_name":"CF Correcaminos","short_name":"Correcaminos","team_area_name":"Mexico","team_area_id":"129","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 01:50:05"}]},{"people_id":"35003","first_name":"Christopher Alejandro","last_name":"Cabral","match_name":"A. Cabral","common_name":"Alejandro Cabral","date_of_birth":"1993-08-03","place_of_birth":"","country_of_birth":"Argentina","nationality":"Argentina","country_of_birth_area_id":"16","nationality_area_id":"16","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 01:49:48","membership":{"membership_id":"3202188","team_id":"18766","team_name":"Cafetaleros de Chiapas FC","short_name":"Cafetaleros","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:49:48"}},{"people_id":"178703","first_name":"Marco Antonio","last_name":"Ruíz Zarco","match_name":"M. Ruíz","common_name":"Marco Ruíz","date_of_birth":"2000-03-14","place_of_birth":"","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"174","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 01:49:24","membership":{"membership_id":"3202187","team_id":"2067","team_name":"Atlas FC","short_name":"Atlas","team_area_name":"Mexico","team_area_id":"129","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:49:24"}},{"people_id":"178704","first_name":"José Alfonso","last_name":"Alvarado Pérez","match_name":"J. Alvarado","common_name":"José Alvarado","date_of_birth":"2000-03-13","place_of_birth":"Guasave, Sinaloa","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 01:49:08","membership":{"membership_id":"2599215","team_id":"2066","team_name":"CF Monterrey","short_name":"Monterrey","team_area_name":"Mexico","team_area_id":"129","start_date":"2018-01-20","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:49:08"}},{"people_id":"64555","first_name":"Elias","last_name":"Constantino Pereira Filho","match_name":"Elias","common_name":"Elias","date_of_birth":"1987-02-13","place_of_birth":"Rio de Janeiro, RJ","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"182","weight":"78","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-07 01:48:53","membership":[{"membership_id":"3202186","team_id":"1383","team_name":"América FC (MG)","short_name":"América (MG)","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:48:53"},{"membership_id":"2996451","team_id":"21313","team_name":"Villa Nova AC","short_name":"Villa Nova AC","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-12-11","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 01:48:44"}]},{"people_id":"24693","first_name":"Szabolcs","last_name":"Varga","match_name":"S. Varga","common_name":"Szabolcs Varga","date_of_birth":"1995-03-17","place_of_birth":"Székesfehérvár","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"175","weight":"62","foot":"left","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/24693.png","last_updated":"2019-08-07 01:43:54","membership":[{"membership_id":"3202185","team_id":"24024","team_name":"Szeged 2011 - Grosics Akadémia","short_name":"Szeged 2011","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:43:54"},{"membership_id":"3194267","team_id":"18891","team_name":"Debreceni VSC-DEAC","short_name":"Debrecen","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-21","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-07 01:43:45"}]},{"people_id":"139266","first_name":"Zsolt","last_name":"Gajdos","match_name":"Z. Gajdos","common_name":"Zsolt Gajdos","date_of_birth":"1993-02-04","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Hungary","country_of_birth_area_id":"201","nationality_area_id":"92","gender":"male","height":"183","weight":"","foot":"both","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/139266.png","last_updated":"2019-08-07 01:42:40","membership":[{"membership_id":"3202184","team_id":"24024","team_name":"Szeged 2011 - Grosics Akadémia","short_name":"Szeged 2011","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-22","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:42:40"},{"membership_id":"2733247","team_id":"21994","team_name":"Zalaegerszegi TE FC","short_name":"Zalaegerszeg","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-01","end_date":"2019-07-21","role":"player","active":"no","last_updated":"2019-08-07 01:42:32"}]},{"people_id":"332999","first_name":"Joao Pedro","last_name":"de Oliveira Janeiro","match_name":"J. Janeiro","common_name":"Joao Pedro","date_of_birth":"1981-06-29","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-07 01:34:29","membership":{"membership_id":"3202183","team_id":"24024","team_name":"Szeged 2011 - Grosics Akadémia","short_name":"Szeged 2011","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-11-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-07 01:34:29"}},{"people_id":"132249","first_name":"Roland","last_name":"Horvath","match_name":"R. Horvath","common_name":"Roland Horvath","date_of_birth":"1994-02-28","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 01:30:37","membership":[{"membership_id":"3202182","team_id":"22553","team_name":"Budafoki MTE","short_name":"Budafoki MTE","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:30:37"},{"membership_id":"2634191","team_id":"23669","team_name":"Gyirmót FC Győr","short_name":"Gyirmót FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-01-19","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 01:30:29"}]},{"people_id":"61572","first_name":"Danijel","last_name":"Romic","match_name":"D. Romic","common_name":"Danijel Romic","date_of_birth":"1993-03-19","place_of_birth":"Subotica","country_of_birth":"Serbia","nationality":"Croatia","country_of_birth_area_id":"224","nationality_area_id":"56","gender":"male","height":"187","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-07 01:30:16","membership":[{"membership_id":"3202181","team_id":"22553","team_name":"Budafoki MTE","short_name":"Budafoki MTE","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:30:16"},{"membership_id":"1328543","team_id":"20435","team_name":"Soroksár SC 1905","short_name":"Soroksár","team_area_name":"Hungary","team_area_id":"92","start_date":"2017-07-13","end_date":"2018-09-01","role":"player","active":"no","last_updated":"2019-08-07 01:30:09"}]},{"people_id":"144675","first_name":"Balázs Szilárd","last_name":"Opavszky","match_name":"B. Opavszky","common_name":"Balázs Szilárd Opavszky","date_of_birth":"2000-02-18","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/144675.png","last_updated":"2019-08-07 01:29:54","membership":[{"membership_id":"3202180","team_id":"22553","team_name":"Budafoki MTE","short_name":"Budafoki MTE","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:29:54"},{"membership_id":"1323396","team_id":"22175","team_name":"BFC Siófok","short_name":"BFC Siófok","team_area_name":"Hungary","team_area_id":"92","start_date":"2017-08-01","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-07 01:29:46"}]},{"people_id":"332998","first_name":"István","last_name":"Soltész","match_name":"I. Soltész","common_name":"István Soltész","date_of_birth":"2000-11-29","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 01:28:13","membership":{"membership_id":"3202179","team_id":"22553","team_name":"Budafoki MTE","short_name":"Budafoki MTE","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:28:13"}},{"people_id":"332997","first_name":"Bálint","last_name":"Olasz","match_name":"B. Olasz","common_name":"Bálint Olasz","date_of_birth":"2001-09-13","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 01:27:06","membership":{"membership_id":"3202178","team_id":"22553","team_name":"Budafoki MTE","short_name":"Budafoki MTE","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:27:06"}},{"people_id":"332996","first_name":"Márk Erik","last_name":"Orosz","match_name":"M. Orosz","common_name":"Márk Erik Orosz","date_of_birth":"2000-09-30","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 01:12:48","membership":{"membership_id":"3202177","team_id":"24024","team_name":"Szeged 2011 - Grosics Akadémia","short_name":"Szeged 2011","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:12:48"}},{"people_id":"332995","first_name":"János","last_name":"Takács","match_name":"J. Takács","common_name":"János Takács","date_of_birth":"2000-05-12","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 01:11:49","membership":{"membership_id":"3202176","team_id":"24024","team_name":"Szeged 2011 - Grosics Akadémia","short_name":"Szeged 2011","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:11:49"}},{"people_id":"332994","first_name":"Martin","last_name":"Bitó","match_name":"M. Bitó","common_name":"Martin Bitó","date_of_birth":"2001-01-18","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 01:10:52","membership":{"membership_id":"3202175","team_id":"24024","team_name":"Szeged 2011 - Grosics Akadémia","short_name":"Szeged 2011","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:10:52"}},{"people_id":"257621","first_name":"Dávid","last_name":"Zvara","match_name":"D. Zvara","common_name":"Dávid Zvara","date_of_birth":"1994-07-22","place_of_birth":"Eger","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"175","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 01:01:06","membership":[{"membership_id":"3202174","team_id":"24024","team_name":"Szeged 2011 - Grosics Akadémia","short_name":"Szeged 2011","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 01:01:06"},{"membership_id":"2702331","team_id":"19002","team_name":"Dunaújváros PASE","short_name":"Dunaújváros SE","team_area_name":"Hungary","team_area_id":"92","start_date":"2017-08-08","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-07 01:00:27"}]},{"people_id":"332993","first_name":"Milán","last_name":"Manga","match_name":"M. Manga","common_name":"Milán Manga","date_of_birth":"2000-05-08","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 00:59:49","membership":{"membership_id":"3202173","team_id":"24024","team_name":"Szeged 2011 - Grosics Akadémia","short_name":"Szeged 2011","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 00:59:49"}},{"people_id":"162459","first_name":"Marcell","last_name":"Horváth","match_name":"M. Horváth","common_name":"Marcell Horváth","date_of_birth":"1999-01-22","place_of_birth":"Zalaegerszeg","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 00:56:49","membership":{"membership_id":"3202172","team_id":"24024","team_name":"Szeged 2011 - Grosics Akadémia","short_name":"Szeged 2011","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 00:56:49"}},{"people_id":"139911","first_name":"Péter","last_name":"Andorka","match_name":"P. Andorka","common_name":"Péter Andorka","date_of_birth":"1984-07-18","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 00:56:32","membership":[{"membership_id":"3202171","team_id":"24024","team_name":"Szeged 2011 - Grosics Akadémia","short_name":"Szeged 2011","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-01-30","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 00:56:32"},{"membership_id":"2733576","team_id":"18900","team_name":"Kaposvári Rákóczi FC","short_name":"Kaposvári","team_area_name":"Hungary","team_area_id":"92","start_date":"2017-07-24","end_date":"2019-01-30","role":"player","active":"no","last_updated":"2019-08-07 00:56:25"}]},{"people_id":"65484","first_name":"Viktor","last_name":"Pongrácz","match_name":"V. Pongrácz","common_name":"Viktor Pongrácz","date_of_birth":"1995-09-18","place_of_birth":"Dunajská Streda","country_of_birth":"Slovakia","nationality":"Hungary","country_of_birth_area_id":"171","nationality_area_id":"92","gender":"male","height":"174","weight":"","foot":"both","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 00:56:10","membership":[{"membership_id":"3202170","team_id":"24024","team_name":"Szeged 2011 - Grosics Akadémia","short_name":"Szeged 2011","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-23","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 00:56:10"},{"membership_id":"2826627","team_id":"23483","team_name":"Balmaz Kamilla Gyógyfürdő","short_name":"Balmaz Kamilla","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-10-01","end_date":"2019-07-22","role":"player","active":"no","last_updated":"2019-08-07 00:56:01"}]},{"people_id":"31068","first_name":"Sergiu Ionuţ","last_name":"Moga","match_name":"S. Moga","common_name":"Sergiu Moga","date_of_birth":"1992-01-07","place_of_birth":"Oradea","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"male","height":"185","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/31068.png","last_updated":"2019-08-07 00:55:46","membership":[{"membership_id":"3202169","team_id":"24024","team_name":"Szeged 2011 - Grosics Akadémia","short_name":"Szeged 2011","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 00:55:46"},{"membership_id":"840977","team_id":"27280","team_name":"CS Luceafărul Oradea","short_name":"Oradea","team_area_name":"Romania","team_area_id":"159","start_date":"2016-06-18","end_date":"2017-06-30","role":"player","active":"no","last_updated":"2019-08-07 00:55:37"}]},{"people_id":"135524","first_name":"Gergő","last_name":"Oláh","match_name":"G. Oláh","common_name":"Gergő Oláh","date_of_birth":"1989-02-18","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-07 00:55:20","membership":{"membership_id":"3202168","team_id":"24024","team_name":"Szeged 2011 - Grosics Akadémia","short_name":"Szeged 2011","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-10","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 00:55:20"}},{"people_id":"44676","first_name":"Alan","last_name":"Kováč ","match_name":"A. Kováč ","common_name":"Alan Kováč","date_of_birth":"1993-05-22","place_of_birth":"","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-07 00:42:46","membership":[{"membership_id":"3202165","team_id":"19003","team_name":"Nyíregyháza Spartacus FC","short_name":"Nyíregyháza FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 00:42:46"},{"membership_id":"3060151","team_id":"18892","team_name":"ETO FC Győr","short_name":"ETO Győr","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-04-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 00:42:38"}]},{"people_id":"139691","first_name":"Máté","last_name":"Papp","match_name":"M. Papp","common_name":"Máté Papp","date_of_birth":"1993-03-12","place_of_birth":"Budapest","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"186","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 00:42:24","membership":[{"membership_id":"3202164","team_id":"19003","team_name":"Nyíregyháza Spartacus FC","short_name":"Nyíregyháza FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 00:42:24"},{"membership_id":"1317548","team_id":"24021","team_name":"Aqvital FC Csákvár","short_name":"Aqvital FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 00:42:17"}]},{"people_id":"112825","first_name":"Oleksii-Pavlo","last_name":"Shvediuk","match_name":"O. Shvediuk","common_name":"Oleksii-Pavlo Shvediuk","date_of_birth":"1995-07-11","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"male","height":"170","weight":"72","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 00:42:02","membership":{"membership_id":"3202163","team_id":"19003","team_name":"Nyíregyháza Spartacus FC","short_name":"Nyíregyháza FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 00:42:02"}},{"people_id":"332992","first_name":"Tamás","last_name":"Csorvási","match_name":"T. Csorvási","common_name":"Tamás Csorvási","date_of_birth":"1994-06-06","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 00:41:17","membership":{"membership_id":"3202162","team_id":"19003","team_name":"Nyíregyháza Spartacus FC","short_name":"Nyíregyháza FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 00:41:17"}},{"people_id":"332991","first_name":"Gábor","last_name":"Tóth","match_name":"G. Tóth","common_name":"Gábor Tóth","date_of_birth":"2002-11-14","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 00:39:48","membership":{"membership_id":"3202161","team_id":"22554","team_name":"Budaörsi SC 1924","short_name":"Budaörsi SC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 00:39:48"}},{"people_id":"284716","first_name":"Ádám","last_name":"Halmai","match_name":"A. Halmai","common_name":"Ádám Halmai","date_of_birth":"2001-07-17","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 00:38:32","membership":[{"membership_id":"3202160","team_id":"22554","team_name":"Budaörsi SC 1924","short_name":"Budaörsi SC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 00:38:32"},{"membership_id":"2822274","team_id":"37741","team_name":"Illés Akadémia","short_name":"Illés Akadémia","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-10-01","end_date":"2018-12-31","role":"player","active":"no","last_updated":"2019-08-07 00:38:20"}]},{"people_id":"332990","first_name":"Dániel Varasdi","last_name":"Gábor","match_name":"D. Gábor","common_name":"Dániel Varasdi","date_of_birth":"2000-03-12","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-07 00:37:25","membership":{"membership_id":"3202159","team_id":"22554","team_name":"Budaörsi SC 1924","short_name":"Budaörsi SC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 00:37:25"}},{"people_id":"15758","first_name":"Tamás","last_name":"Kulcsár","match_name":"T. Kulcsár","common_name":"Tamás Kulcsár","date_of_birth":"1982-10-13","place_of_birth":"Debrecen","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"185","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 00:35:47","membership":[{"membership_id":"3202158","team_id":"22554","team_name":"Budaörsi SC 1924","short_name":"Budaörsi SC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 00:35:47"},{"membership_id":"2635068","team_id":"1479","team_name":"MTK Budapest FC","short_name":"MTK Budapest","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-03-02","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 00:35:38"}]},{"people_id":"139265","first_name":"Csaba","last_name":"Molnár","match_name":"C. Molnár","common_name":"Csaba Molnár","date_of_birth":"1991-01-20","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/139265.png","last_updated":"2019-08-07 00:35:24","membership":[{"membership_id":"3202157","team_id":"22554","team_name":"Budaörsi SC 1924","short_name":"Budaörsi SC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 00:35:24"},{"membership_id":"1199657","team_id":"24021","team_name":"Aqvital FC Csákvár","short_name":"Aqvital FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2017-01-16","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-07 00:35:17"}]},{"people_id":"139620","first_name":"Szabolcs","last_name":"Bakos","match_name":"S. Bakos","common_name":"Szabolcs Bakos","date_of_birth":"1984-02-04","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"176","weight":"67","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-07 00:34:59","membership":[{"membership_id":"3202156","team_id":"22554","team_name":"Budaörsi SC 1924","short_name":"Budaörsi SC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-09","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 00:34:59"},{"membership_id":"2748302","team_id":"19003","team_name":"Nyíregyháza Spartacus FC","short_name":"Nyíregyháza FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-01","end_date":"2019-07-08","role":"player","active":"no","last_updated":"2019-08-07 00:34:51"}]},{"people_id":"68855","first_name":"Sunny","last_name":"Ogbemudia Omoregie","match_name":"S. Omoregie","common_name":"Sunny Omoregie","date_of_birth":"1989-01-02","place_of_birth":"","country_of_birth":"Nigeria","nationality":"Nigeria","country_of_birth_area_id":"144","nationality_area_id":"144","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 23:14:10","membership":{"membership_id":"3202155","team_id":"35540","team_name":"Club Always Ready","short_name":"Always Ready","team_area_name":"Bolivia","team_area_id":"32","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 23:14:10"}},{"people_id":"332989","first_name":"Neil","last_name":"Wood","match_name":"N. Wood","common_name":"Neil Wood","date_of_birth":"","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 22:49:20","membership":{"membership_id":"3202154","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 22:49:20"}},{"people_id":"48361","first_name":"Domenico","last_name":"Toscano","match_name":"D. Toscano","common_name":"Domenico Toscano","date_of_birth":"1971-08-04","place_of_birth":"Cardeto","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 22:46:30","membership":[{"membership_id":"3202153","team_id":"821","team_name":"US Reggina 1914","short_name":"US Reggina","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 22:46:30"},{"membership_id":"2636333","team_id":"19625","team_name":"FeralpiSalò","short_name":"FeralpiSalò","team_area_name":"Italy","team_area_id":"100","start_date":"2018-02-27","end_date":"2019-06-30","role":"coach","active":"no","last_updated":"2019-08-06 22:45:23"},{"membership_id":"185477","team_id":"824","team_name":"Ternana Calcio","short_name":"Ternana","team_area_name":"Italy","team_area_id":"100","start_date":"2015-07-17","end_date":"2015-09-25","role":"coach","active":"no","last_updated":"2019-08-06 22:45:27"}]},{"people_id":"5435","first_name":"Domenico","last_name":"Di Carlo","match_name":"D. Di Carlo","common_name":"Domenico Di Carlo","date_of_birth":"1964-03-23","place_of_birth":"Cassino","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 22:45:58","membership":[{"membership_id":"3202152","team_id":"827","team_name":"L.R. Vicenza Virtus","short_name":"Vicenza Virtus","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 22:45:58"},{"membership_id":"2850314","team_id":"800","team_name":"AC Chievo Verona","short_name":"Chievo","team_area_name":"Italy","team_area_id":"100","start_date":"2018-11-13","end_date":"2019-06-30","role":"coach","active":"no","last_updated":"2019-08-06 22:45:58"}]},{"people_id":"349621","first_name":"Simone","last_name":"Corazza","match_name":"S. Corazza","common_name":"Simone Corazza","date_of_birth":"1991-03-22","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 22:44:59","membership":[{"membership_id":"3202151","team_id":"821","team_name":"US Reggina 1914","short_name":"US Reggina","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:44:59"},{"membership_id":"1334860","team_id":"853","team_name":"Piacenza Calcio 1919","short_name":"Piacenza","team_area_name":"Italy","team_area_id":"100","start_date":"2017-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 22:44:59"}]},{"people_id":"94987","first_name":"Reginaldo","last_name":"Ferreira da Silva","match_name":"Reginaldo","common_name":"Reginaldo da Silva","date_of_birth":"1983-07-31","place_of_birth":"Jundiaí","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"175","weight":"72","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-06 22:44:50","membership":[{"membership_id":"3202150","team_id":"821","team_name":"US Reggina 1914","short_name":"US Reggina","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:44:50"},{"membership_id":"2735639","team_id":"17668","team_name":"SS Monza 1912","short_name":"SS Monza 1912","team_area_name":"Italy","team_area_id":"100","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 22:44:50"}]},{"people_id":"349407","first_name":"Paolo","last_name":"Marchi","match_name":"P. Marchi","common_name":"Paolo Marchi","date_of_birth":"1991-05-04","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 22:44:42","membership":[{"membership_id":"3202149","team_id":"821","team_name":"US Reggina 1914","short_name":"US Reggina","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:44:42"},{"membership_id":"1339473","team_id":"19625","team_name":"FeralpiSalò","short_name":"FeralpiSalò","team_area_name":"Italy","team_area_id":"100","start_date":"2017-07-13","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 22:44:42"}]},{"people_id":"349622","first_name":"Nicolò","last_name":"Bianchi","match_name":"N. Bianchi","common_name":"Nicolò Bianchi","date_of_birth":"1992-02-24","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 22:44:35","membership":[{"membership_id":"3202148","team_id":"821","team_name":"US Reggina 1914","short_name":"US Reggina","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:44:35"},{"membership_id":"2730043","team_id":"827","team_name":"L.R. Vicenza Virtus","short_name":"Vicenza Virtus","team_area_name":"Italy","team_area_id":"100","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 22:44:35"}]},{"people_id":"42811","first_name":"Matteo","last_name":"Rubin","match_name":"M. Rubin","common_name":"Matteo Rubin","date_of_birth":"1987-07-09","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"183","weight":"75","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 22:44:28","membership":[{"membership_id":"3202147","team_id":"821","team_name":"US Reggina 1914","short_name":"US Reggina","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:44:28"},{"membership_id":"3005982","team_id":"812","team_name":"Ascoli Calcio 1898 FC","short_name":"Ascoli","team_area_name":"Italy","team_area_id":"100","start_date":"2019-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 22:44:28"}]},{"people_id":"42850","first_name":"Marco","last_name":"Rossi","match_name":"M. Rossi","common_name":"Marco Rossi","date_of_birth":"1987-09-30","place_of_birth":"Parma","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"188","weight":"82","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/42850.png","last_updated":"2019-08-06 22:44:21","membership":[{"membership_id":"3202146","team_id":"821","team_name":"US Reggina 1914","short_name":"US Reggina","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:44:21"},{"membership_id":"2719677","team_id":"804","team_name":"Robur Siena","short_name":"Siena","team_area_name":"Italy","team_area_id":"100","start_date":"2018-07-12","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 22:44:14"},{"membership_id":"47502","team_id":"836","team_name":"AC Perugia Calcio","short_name":"Perugia","team_area_name":"Italy","team_area_id":"100","start_date":"2014-03-31","end_date":"2015-01-31","role":"player","active":"no","last_updated":"2019-08-06 22:44:17"}]},{"people_id":"52069","first_name":"Lorenzo","last_name":"Paolucci","match_name":"L. Paolucci","common_name":"Lorenzo Paolucci","date_of_birth":"1996-10-01","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 22:44:07","membership":[{"membership_id":"3202145","team_id":"821","team_name":"US Reggina 1914","short_name":"US Reggina","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:44:07"},{"membership_id":"2608415","team_id":"24441","team_name":"SS Monopoli 1966","short_name":"SS Monopoli","team_area_name":"Italy","team_area_id":"100","start_date":"2018-01-31","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 22:44:07"}]},{"people_id":"75012","first_name":"Giuseppe","last_name":"Loiacono","match_name":"G. Loiacono","common_name":"Giuseppe Loiacono","date_of_birth":"1991-10-06","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 22:43:58","membership":[{"membership_id":"3202144","team_id":"821","team_name":"US Reggina 1914","short_name":"US Reggina","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:43:58"},{"membership_id":"182141","team_id":"833","team_name":"Foggia Calcio","short_name":"Foggia","team_area_name":"Italy","team_area_id":"100","start_date":"2012-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 22:43:58"}]},{"people_id":"76082","first_name":"Francesco","last_name":"De Rose","match_name":"F. De Rose","common_name":"Francesco De Rose","date_of_birth":"1987-06-21","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 22:43:51","membership":[{"membership_id":"3202143","team_id":"821","team_name":"US Reggina 1914","short_name":"US Reggina","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:43:51"},{"membership_id":"2721897","team_id":"19623","team_name":"FC Südtirol","short_name":"Südtirol","team_area_name":"Italy","team_area_id":"100","start_date":"2018-07-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 22:43:51"}]},{"people_id":"42517","first_name":"Enrico","last_name":"Guarna","match_name":"E. Guarna","common_name":"Enrico Guarna","date_of_birth":"1985-08-11","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"185","weight":"82","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 22:43:40","membership":[{"membership_id":"3202142","team_id":"821","team_name":"US Reggina 1914","short_name":"US Reggina","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:43:40"},{"membership_id":"2847351","team_id":"17668","team_name":"SS Monza 1912","short_name":"SS Monza 1912","team_area_name":"Italy","team_area_id":"100","start_date":"2018-11-13","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 22:43:40"}]},{"people_id":"42924","first_name":"Simone","last_name":"Emmanuello","match_name":"S. Emmanuello","common_name":"Simone Emmanuello","date_of_birth":"1994-04-25","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 22:43:15","membership":[{"membership_id":"3202141","team_id":"827","team_name":"L.R. Vicenza Virtus","short_name":"Vicenza Virtus","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:43:15"},{"membership_id":"3005173","team_id":"816","team_name":"FC Pro Vercelli 1892","short_name":"Pro Vercelli","team_area_name":"Italy","team_area_id":"100","start_date":"2019-01-31","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 22:43:15"},{"membership_id":"2744049","team_id":"786","team_name":"Juventus FC","short_name":"Juve","team_area_name":"Italy","team_area_id":"100","start_date":"2018-08-10","end_date":"2018-09-01","role":"player","active":"no","last_updated":"2019-08-06 22:43:15"}]},{"people_id":"42916","first_name":"Matteo","last_name":"Liviero","match_name":"M. Liviero","common_name":"Matteo Liviero","date_of_birth":"1993-04-13","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"180","weight":"74","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 22:43:02","membership":[{"membership_id":"3202140","team_id":"827","team_name":"L.R. Vicenza Virtus","short_name":"Vicenza Virtus","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:43:02"},{"membership_id":"3009240","team_id":"23812","team_name":"Alma Juventus Fano 1906","short_name":"Fano","team_area_name":"Italy","team_area_id":"100","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 22:43:02"}]},{"people_id":"105142","first_name":"Federico Matías","last_name":"Scoppa","match_name":"F. Scoppa","common_name":"Federico Scoppa","date_of_birth":"1987-07-07","place_of_birth":"San Nicolás","country_of_birth":"Argentina","nationality":"Argentina","country_of_birth_area_id":"16","nationality_area_id":"16","gender":"male","height":"179","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 22:42:53","membership":[{"membership_id":"3202139","team_id":"827","team_name":"L.R. Vicenza Virtus","short_name":"Vicenza Virtus","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:42:53"},{"membership_id":"1327379","team_id":"24441","team_name":"SS Monopoli 1966","short_name":"SS Monopoli","team_area_name":"Italy","team_area_id":"100","start_date":"2017-07-27","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 22:42:53"}]},{"people_id":"42680","first_name":"Daniel","last_name":"Cappelletti","match_name":"D. Cappelletti","common_name":"Daniel Cappelletti","date_of_birth":"1991-10-09","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"180","weight":"78","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 22:42:46","membership":[{"membership_id":"3202138","team_id":"827","team_name":"L.R. Vicenza Virtus","short_name":"Vicenza Virtus","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:42:46"},{"membership_id":"744946","team_id":"820","team_name":"Padova Calcio","short_name":"Padova","team_area_name":"Italy","team_area_id":"100","start_date":"2016-07-22","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 22:42:46"}]},{"people_id":"349346","first_name":"Alessandro","last_name":"Marotta","match_name":"A. Marotta","common_name":"Alessandro Marotta","date_of_birth":"1986-07-15","place_of_birth":"","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 22:42:39","membership":[{"membership_id":"3202137","team_id":"827","team_name":"L.R. Vicenza Virtus","short_name":"Vicenza Virtus","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:42:39"},{"membership_id":"2721014","team_id":"795","team_name":"Calcio Catania","short_name":"Catania","team_area_name":"Italy","team_area_id":"100","start_date":"2018-07-13","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 22:42:39"}]},{"people_id":"332988","first_name":"Andrew John","last_name":"Myers","match_name":"A. Myers","common_name":"Andrew John Myers","date_of_birth":"1973-11-03","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 22:21:37","membership":{"membership_id":"3202136","team_id":"28054","team_name":"Chelsea FC U21","short_name":"Chelsea U21","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"assistant_coach","active":"yes","last_updated":"2019-08-06 22:21:37"}},{"people_id":"83102","first_name":"Steven","last_name":"Mackay","match_name":"S. Mackay","common_name":"Steven Mackay","date_of_birth":"1981-06-26","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"181","weight":"","foot":"left","position":"Attacker","player_picture":"","last_updated":"2019-08-06 22:17:24","membership":{"membership_id":"3202135","team_id":"21164","team_name":"Brora Rangers FC","short_name":"Brora Rangers","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 22:17:24"}},{"people_id":"234","first_name":"Barry","last_name":"Ferguson","match_name":"B. Ferguson","common_name":"Barry Ferguson","date_of_birth":"1978-02-02","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 22:14:28","membership":{"membership_id":"3202134","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 22:14:28"}},{"people_id":"332983","first_name":"Steven","last_name":"Elder","match_name":"S. Elder","common_name":"Steven Elder","date_of_birth":"2002-03-17","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 22:13:21","membership":{"membership_id":"3202133","team_id":"31623","team_name":"Hibernian FC U20","short_name":"Hibernian U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:13:21"}},{"people_id":"140013","first_name":"Joshua","last_name":"Rae","match_name":"J. Rae","common_name":"Joshua Rae","date_of_birth":"2000-10-17","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 22:12:59","membership":{"membership_id":"3202132","team_id":"31623","team_name":"Hibernian FC U20","short_name":"Hibernian U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:12:59"}},{"people_id":"332982","first_name":"Jack","last_name":"Hodge","match_name":"J. Hodge","common_name":"Jack Hodge","date_of_birth":"2001-04-25","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 22:12:26","membership":{"membership_id":"3202131","team_id":"31623","team_name":"Hibernian FC U20","short_name":"Hibernian U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:12:26"}},{"people_id":"332980","first_name":"Lewis","last_name":"Jamieson","match_name":"L. Jamieson","common_name":"Lewis Jamieson","date_of_birth":"2002-04-17","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 22:11:35","membership":{"membership_id":"3202129","team_id":"36803","team_name":"St. Mirren FC U20","short_name":"St. Mirren U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:11:35"}},{"people_id":"332978","first_name":"Dino","last_name":"Leddie","match_name":"D. Leddie","common_name":"Dino Leddie","date_of_birth":"2001-08-27","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 22:10:58","membership":{"membership_id":"3202127","team_id":"31623","team_name":"Hibernian FC U20","short_name":"Hibernian U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:10:58"}},{"people_id":"332977","first_name":"Findlay","last_name":"Gray","match_name":"F. Gray","common_name":"Findlay Gray","date_of_birth":"2002-04-28","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 22:10:37","membership":{"membership_id":"3202126","team_id":"36803","team_name":"St. Mirren FC U20","short_name":"St. Mirren U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:10:37"}},{"people_id":"332975","first_name":"Danny","last_name":"Baker","match_name":"D. Baker","common_name":"Danny Baker","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 22:09:43","membership":{"membership_id":"3202124","team_id":"36803","team_name":"St. Mirren FC U20","short_name":"St. Mirren U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:09:43"}},{"people_id":"332973","first_name":"Reece","last_name":"Murdoch","match_name":"R. Murdoch","common_name":"Reece Murdoch","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 22:09:24","membership":{"membership_id":"3202122","team_id":"14103","team_name":"Livingston FC U20","short_name":"Livingston U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:09:24"}},{"people_id":"332971","first_name":"Michael","last_name":"Mbewe","match_name":"M. Mbewe","common_name":"Michael Mbewe","date_of_birth":"2002-03-31","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 22:08:45","membership":{"membership_id":"3202121","team_id":"14103","team_name":"Livingston FC U20","short_name":"Livingston U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:08:45"}},{"people_id":"332972","first_name":"Carter","last_name":"Frew","match_name":"C. Frew","common_name":"Carter Frew","date_of_birth":"2002-04-08","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 22:08:40","membership":{"membership_id":"3202120","team_id":"36803","team_name":"St. Mirren FC U20","short_name":"St. Mirren U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:08:40"}},{"people_id":"332969","first_name":"Marc","last_name":"Smith","match_name":"M. Smith","common_name":"Marc Smith","date_of_birth":"2001-01-05","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 22:07:56","membership":{"membership_id":"3202118","team_id":"14103","team_name":"Livingston FC U20","short_name":"Livingston U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:07:56"}},{"people_id":"332968","first_name":"Alexander","last_name":"McCaw","match_name":"A. McCaw","common_name":"Alexander McCaw","date_of_birth":"2002-07-16","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 22:07:48","membership":{"membership_id":"3202117","team_id":"36803","team_name":"St. Mirren FC U20","short_name":"St. Mirren U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:07:48"}},{"people_id":"332966","first_name":"Kieran","last_name":"Boubekri","match_name":"K. Boubekri","common_name":"Kieran Boubekri","date_of_birth":"1999-07-23","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 22:07:22","membership":{"membership_id":"3202115","team_id":"14103","team_name":"Livingston FC U20","short_name":"Livingston U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:07:22"}},{"people_id":"332965","first_name":"Jay","last_name":"Mack","match_name":"J. Mack","common_name":"Jay Mack","date_of_birth":"2001-07-28","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 22:06:47","membership":{"membership_id":"3202114","team_id":"14103","team_name":"Livingston FC U20","short_name":"Livingston U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:06:47"}},{"people_id":"332962","first_name":"Harry","last_name":"Stone","match_name":"H. Stone","common_name":"Harry Stone","date_of_birth":"2002-04-20","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 22:06:15","membership":{"membership_id":"3202112","team_id":"27346","team_name":"Heart of Midlothian FC U20","short_name":"Heart Midl U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:06:15"}},{"people_id":"332963","first_name":"Jack","last_name":"Duncan","match_name":"J. Duncan","common_name":"Jack Duncan","date_of_birth":"2001-03-04","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 22:06:11","membership":{"membership_id":"3202111","team_id":"14103","team_name":"Livingston FC U20","short_name":"Livingston U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:06:11"}},{"people_id":"332961","first_name":"Finlay","last_name":"Anderson","match_name":"F. Anderson","common_name":"Finlay Anderson","date_of_birth":"2001-07-02","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 22:05:30","membership":{"membership_id":"3202110","team_id":"14103","team_name":"Livingston FC U20","short_name":"Livingston U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:05:30"}},{"people_id":"332959","first_name":"Scott","last_name":"McGill","match_name":"S. McGill","common_name":"Scott McGill","date_of_birth":"2002-01-27","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 22:05:12","membership":{"membership_id":"3202108","team_id":"27346","team_name":"Heart of Midlothian FC U20","short_name":"Heart Midl U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:05:12"}},{"people_id":"332958","first_name":"David","last_name":"Wilson","match_name":"D. Wilson","common_name":"David Wilson","date_of_birth":"2001-01-17","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 22:04:52","membership":{"membership_id":"3202107","team_id":"14103","team_name":"Livingston FC U20","short_name":"Livingston U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:04:52"}},{"people_id":"332956","first_name":"Kyle","last_name":"Dalling","match_name":"K. Dalling","common_name":"Kyle Dalling","date_of_birth":"2002-03-27","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 22:03:28","membership":{"membership_id":"3202105","team_id":"27343","team_name":"Aberdeen FC U20","short_name":"Aberdeen U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:03:28"}},{"people_id":"332954","first_name":"Michael","last_name":"McFarlane","match_name":"M. McFarlane","common_name":"Michael McFarlane","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 22:02:25","membership":{"membership_id":"3202103","team_id":"27347","team_name":"St. Johnstone FC U20","short_name":"St. Johnstone","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:02:25"}},{"people_id":"332953","first_name":"Scott","last_name":"Davidson","match_name":"S. Davidson","common_name":"Scott Davidson","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 22:02:01","membership":{"membership_id":"3202102","team_id":"21164","team_name":"Brora Rangers FC","short_name":"Brora Rangers","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-01-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:02:01"}},{"people_id":"332952","first_name":"Thomas","last_name":"Gray","match_name":"T. Gray","common_name":"Thomas Gray","date_of_birth":"2002-02-04","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 22:01:02","membership":{"membership_id":"3202101","team_id":"27347","team_name":"St. Johnstone FC U20","short_name":"St. Johnstone","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:01:02"}},{"people_id":"332951","first_name":"Niall","last_name":"Docherty","match_name":"N. Docherty","common_name":"Niall Docherty","date_of_birth":"1996-05-17","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 22:00:41","membership":{"membership_id":"3202100","team_id":"21164","team_name":"Brora Rangers FC","short_name":"Brora Rangers","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:00:41"}},{"people_id":"332950","first_name":"Samuel","last_name":"Denham","match_name":"S. Denham","common_name":"Samuel Denham","date_of_birth":"2002-10-25","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 22:00:18","membership":{"membership_id":"3202099","team_id":"27347","team_name":"St. Johnstone FC U20","short_name":"St. Johnstone","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:00:18"}},{"people_id":"332949","first_name":"Neil","last_name":"MacDonald","match_name":"N. MacDonald","common_name":"Neil MacDonald","date_of_birth":"1987-06-15","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:59:45","membership":{"membership_id":"3202098","team_id":"21164","team_name":"Brora Rangers FC","short_name":"Brora Rangers","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:59:45"}},{"people_id":"332948","first_name":"Lennon","last_name":"Smith","match_name":"L. Smith","common_name":"Lennon Smith","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:59:19","membership":{"membership_id":"3202097","team_id":"27347","team_name":"St. Johnstone FC U20","short_name":"St. Johnstone","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:59:19"}},{"people_id":"332947","first_name":"Calum","last_name":"Rae","match_name":"C. Rae","common_name":"Calum Rae","date_of_birth":"2003-03-05","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:58:42","membership":{"membership_id":"3202090","team_id":"27347","team_name":"St. Johnstone FC U20","short_name":"St. Johnstone","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:58:42"}},{"people_id":"332945","first_name":"Liam","last_name":"Strachan","match_name":"L. Strachan","common_name":"Liam Strachan","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:58:06","membership":{"membership_id":"3202082","team_id":"21128","team_name":"Formartine United FC","short_name":"Formartine","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:58:06"}},{"people_id":"332946","first_name":"Aidan","last_name":"Walsh","match_name":"A. Walsh","common_name":"Aidan Walsh","date_of_birth":"2003-06-03","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:58:04","membership":{"membership_id":"3202081","team_id":"27347","team_name":"St. Johnstone FC U20","short_name":"St. Johnstone","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:58:04"}},{"people_id":"332944","first_name":"Aidan","last_name":"MacFarlane","match_name":"A. MacFarlane","common_name":"Aidan MacFarlane","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:57:26","membership":{"membership_id":"3202080","team_id":"27347","team_name":"St. Johnstone FC U20","short_name":"St. Johnstone","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:57:26"}},{"people_id":"96385","first_name":"Michael","last_name":"Clark","match_name":"M. Clark","common_name":"Michael Clark","date_of_birth":"1994-12-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:57:08","membership":[{"membership_id":"3202079","team_id":"21128","team_name":"Formartine United FC","short_name":"Formartine","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:57:08"},{"membership_id":"256225","team_id":"21157","team_name":"Huntly FC","short_name":"Huntly","team_area_name":"Scotland","team_area_id":"165","start_date":"2015-10-20","end_date":"2015-12-31","role":"player","active":"no","last_updated":"2019-08-06 21:56:56"}]},{"people_id":"332943","first_name":"Aaron","last_name":"Steele","match_name":"A. Steele","common_name":"Aaron Steele","date_of_birth":"2002-04-12","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:56:45","membership":{"membership_id":"3202078","team_id":"27347","team_name":"St. Johnstone FC U20","short_name":"St. Johnstone","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:56:45"}},{"people_id":"332942","first_name":"Lewis","last_name":"Sanderson","match_name":"L. Sanderson","common_name":"Lewis Sanderson","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 21:55:39","membership":{"membership_id":"3202077","team_id":"21104","team_name":"East Kilbride FC","short_name":"East Kilbride","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:55:39"}},{"people_id":"332941","first_name":"Rhys","last_name":"Breen","match_name":"R. Breen","common_name":"Rhys Breen","date_of_birth":"2000-01-06","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:54:31","membership":{"membership_id":"3202076","team_id":"27353","team_name":"Rangers FC U20","short_name":"Rangers U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:54:31"}},{"people_id":"332940","first_name":"Ricky","last_name":"Miller","match_name":"R. Miller","common_name":"Ricky Miller","date_of_birth":"1990-04-28","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:54:27","membership":{"membership_id":"3202075","team_id":"20023","team_name":"Berwick Rangers FC","short_name":"Berwick","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:54:27"}},{"people_id":"218272","first_name":"Nathan","last_name":"Patterson","match_name":"N. Patterson","common_name":"Nathan Patterson","date_of_birth":"2001-10-16","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:53:46","membership":{"membership_id":"3202074","team_id":"27353","team_name":"Rangers FC U20","short_name":"Rangers U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:53:46"}},{"people_id":"332939","first_name":"Sherwaine","last_name":"Arthurs","match_name":"S. Arthurs","common_name":"Sherwaine Arthurs","date_of_birth":"","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 21:53:14","membership":{"membership_id":"3202073","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 21:53:14"}},{"people_id":"332937","first_name":"Joao","last_name":"Balde","match_name":"J. Balde","common_name":"Joao Balde","date_of_birth":"2001-05-21","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:51:12","membership":{"membership_id":"3202072","team_id":"27353","team_name":"Rangers FC U20","short_name":"Rangers U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:51:12"}},{"people_id":"332936","first_name":"James","last_name":"Maxwell","match_name":"J. Maxwell","common_name":"James Maxwell","date_of_birth":"2001-12-09","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:50:19","membership":{"membership_id":"3202071","team_id":"27353","team_name":"Rangers FC U20","short_name":"Rangers U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:50:19"}},{"people_id":"332935","first_name":"Alexander","last_name":"lowry","match_name":"A. lowry","common_name":"Alexander lowry","date_of_birth":"2003-06-23","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:49:33","membership":{"membership_id":"3202070","team_id":"27353","team_name":"Rangers FC U20","short_name":"Rangers U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:49:33"}},{"people_id":"200332","first_name":"Nathan","last_name":"Minnis","match_name":"N. Minnis","common_name":"Nathan Minnis","date_of_birth":"2004-02-08","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:48:50","membership":{"membership_id":"1319400","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 21:48:50"}},{"people_id":"218265","first_name":"Adedapo","last_name":"Awokoya-Mebude","match_name":"A. Mebude","common_name":"Adedapo Awokoya-Mebude","date_of_birth":"2001-07-29","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:48:20","membership":{"membership_id":"3202069","team_id":"27353","team_name":"Rangers FC U20","short_name":"Rangers U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:48:20"}},{"people_id":"309779","first_name":"Jordin ","last_name":"Wilson","match_name":"J. Wilson","common_name":"Jordin Wilson","date_of_birth":"2005-07-19","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:48:03","membership":{"membership_id":"3202068","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:48:03"}},{"people_id":"332934","first_name":"Joshua","last_name":"Hamilton","match_name":"J. Hamilton","common_name":"Joshua Hamilton","date_of_birth":"2005-06-28","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:47:16","membership":{"membership_id":"3202067","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:47:16"}},{"people_id":"332933","first_name":"William","last_name":"Gardiner","match_name":"W. Gardiner","common_name":"William Gardiner","date_of_birth":"2006-06-27","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:46:01","membership":{"membership_id":"3202066","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:46:01"}},{"people_id":"131723","first_name":"Javier Benito","last_name":"Lezcano Obregón","match_name":"J. Lezcano","common_name":"Javier Lezcano","date_of_birth":"1989-09-24","place_of_birth":"","country_of_birth":"Paraguay","nationality":"Paraguay","country_of_birth_area_id":"152","nationality_area_id":"152","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:45:49","membership":[{"membership_id":"3202065","team_id":"15113","team_name":"CD Águila","short_name":"Águila","team_area_name":"El Salvador","team_area_id":"67","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:45:49"},{"membership_id":"2727756","team_id":"18066","team_name":"Club Guabirá","short_name":"Guabirá","team_area_name":"Bolivia","team_area_id":"32","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 21:45:15"}]},{"people_id":"282487","first_name":"Damain","last_name":"Szuprytowski","match_name":"D. Szuprytowski","common_name":"Damain Szuprytowski","date_of_birth":"1989-06-25","place_of_birth":"Malbork","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"172","weight":"60","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:45:14","membership":{"membership_id":"3201102","team_id":"24673","team_name":"ZKS Olimpia Elbląg","short_name":"Elbląg","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-20","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:45:14"}},{"people_id":"332932","first_name":"Ravard","last_name":"Underwood","match_name":"R. Underwood","common_name":"Ravard Underwood","date_of_birth":"2004-05-11","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:44:32","membership":{"membership_id":"3202064","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:44:32"}},{"people_id":"193861","first_name":"Przemyslaw","last_name":"Brychlik","match_name":"P. Brychlik","common_name":"Przemyslaw Brychlik","date_of_birth":"1989-07-03","place_of_birth":"","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"189","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:44:31","membership":[{"membership_id":"3202062","team_id":"24673","team_name":"ZKS Olimpia Elbląg","short_name":"Elbląg","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:44:31"},{"membership_id":"1297343","team_id":"2015","team_name":"KS ROW 1964 Rybnik","short_name":"ROW Rybnik","team_area_name":"Poland","team_area_id":"155","start_date":"2017-01-18","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-06 21:43:59"}]},{"people_id":"332931","first_name":"Liam","last_name":"Hughes","match_name":"L. Hughes","common_name":"Liam Hughes","date_of_birth":"2001-09-19","place_of_birth":"","country_of_birth":"Northern Ireland","nationality":"Northern Ireland","country_of_birth_area_id":"145","nationality_area_id":"145","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 21:44:28","membership":{"membership_id":"3202063","team_id":"27348","team_name":"Celtic FC U20","short_name":"Celtic U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:44:28"}},{"people_id":"332930","first_name":"Leo","last_name":"Mazis","match_name":"L. Mazis","common_name":"Leo Mazis","date_of_birth":"2000-01-01","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","country_of_birth_area_id":"19","nationality_area_id":"19","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:43:34","membership":{"membership_id":"3202061","team_id":"27348","team_name":"Celtic FC U20","short_name":"Celtic U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:43:34"}},{"people_id":"218267","first_name":"Connor","last_name":"McBride","match_name":"C. McBride","common_name":"Connor McBride","date_of_birth":"2001-03-20","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:42:45","membership":{"membership_id":"3202060","team_id":"27348","team_name":"Celtic FC U20","short_name":"Celtic U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:42:45"}},{"people_id":"332929","first_name":"Cameron","last_name":"Harper","match_name":"C. Harper","common_name":"Cameron Harper","date_of_birth":"2001-11-19","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:42:11","membership":{"membership_id":"3202059","team_id":"27348","team_name":"Celtic FC U20","short_name":"Celtic U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:42:11"}},{"people_id":"332928","first_name":"Walter","last_name":"Sawyer","match_name":"W. Sawyer","common_name":"Walter Sawyer","date_of_birth":"2004-03-24","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:42:06","membership":{"membership_id":"3202058","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:42:06"}},{"people_id":"332927","first_name":"Brody","last_name":"Paterson","match_name":"B. Paterson","common_name":"Brody Paterson","date_of_birth":"2001-04-24","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:40:50","membership":{"membership_id":"3202057","team_id":"27348","team_name":"Celtic FC U20","short_name":"Celtic U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:40:50"}},{"people_id":"332926","first_name":"Aiden","last_name":"Lowe","match_name":"A. Lowe","common_name":"Aiden Lowe","date_of_birth":"2004-03-16","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:40:34","membership":{"membership_id":"3202056","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:40:34"}},{"people_id":"332925","first_name":"Regan","last_name":"Thomson","match_name":"R. Thomson","common_name":"Regan Thomson","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:39:46","membership":{"membership_id":"3202055","team_id":"1517","team_name":"Queen´s Park FC","short_name":"Queen´s Park","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:39:46"}},{"people_id":"201209","first_name":"Adrian","last_name":"Zaluschi","match_name":"A. Zaluschi","common_name":"Adrian Zaluschi","date_of_birth":"1989-12-02","place_of_birth":"","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"male","height":"179","weight":"72","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:39:37","membership":[{"membership_id":"3202054","team_id":"32651","team_name":"FC Ripensia Timişoara","short_name":"Ripensia","team_area_name":"Romania","team_area_id":"159","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:39:37"},{"membership_id":"2604575","team_id":"18885","team_name":"ACS Poli Timișoara","short_name":"Poli Timișoara","team_area_name":"Romania","team_area_id":"159","start_date":"2018-01-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-06 21:39:30"}]},{"people_id":"332924","first_name":"Jacques","last_name":"Herraghty","match_name":"J. Herraghty","common_name":"Jacques Herraghty","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 21:39:06","membership":{"membership_id":"3202053","team_id":"1517","team_name":"Queen´s Park FC","short_name":"Queen´s Park","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:39:06"}},{"people_id":"276213","first_name":"Marius","last_name":"Fotescu","match_name":"M. Fotescu","common_name":"Marius Fotescu","date_of_birth":"1995-07-24","place_of_birth":"","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:38:55","membership":[{"membership_id":"3202052","team_id":"32651","team_name":"FC Ripensia Timişoara","short_name":"Ripensia","team_area_name":"Romania","team_area_id":"159","start_date":"2019-07-09","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:38:55"},{"membership_id":"2761885","team_id":"1815","team_name":"FC Farul Constanţa","short_name":"SSC Farul","team_area_name":"Romania","team_area_id":"159","start_date":"2018-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 21:38:47"}]},{"people_id":"332923","first_name":"Kynami","last_name":"Hanna","match_name":"K. Hanna","common_name":"Kynami Hanna","date_of_birth":"2004-01-16","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:38:51","membership":{"membership_id":"3202051","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:38:51"}},{"people_id":"90074","first_name":"Justice Kofi","last_name":"Peprah","match_name":"J. Peprah","common_name":"Justice Kofi Peprah","date_of_birth":"1994-05-03","place_of_birth":"Kumasi","country_of_birth":"Ghana","nationality":"Ghana","country_of_birth_area_id":"81","nationality_area_id":"81","gender":"male","height":"","weight":"","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:38:34","membership":{"membership_id":"3202050","team_id":"16195","team_name":"Sporting Club de Gagnoa","short_name":"SC Gagnoa","team_area_name":"Côte d’Ivoire","team_area_id":"60","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:38:34"}},{"people_id":"332922","first_name":"Nathan","last_name":"Duncan","match_name":"N. Duncan","common_name":"Nathan Duncan","date_of_birth":"2004-06-05","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:37:36","membership":{"membership_id":"3202049","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:37:36"}},{"people_id":"332921","first_name":"Tomas","last_name":"Brindley","match_name":"T. Brindley","common_name":"Tomas Brindley","date_of_birth":"2001-10-13","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:37:31","membership":{"membership_id":"3202048","team_id":"27352","team_name":"Kilmarnock FC U20","short_name":"Kilmarnock U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:37:31"}},{"people_id":"34123","first_name":"Richard","last_name":"Brittain","match_name":"R. Brittain","common_name":"Richard Brittain","date_of_birth":"1983-09-24","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"183","weight":"77","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:36:52","membership":{"membership_id":"3202047","team_id":"27345","team_name":"Ross County FC U20","short_name":"Ross County","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"assistant_coach","active":"yes","last_updated":"2019-08-06 21:36:52"}},{"people_id":"332920","first_name":"Steven","last_name":"Warnock","match_name":"S. Warnock","common_name":"Steven Warnock","date_of_birth":"2003-06-12","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:36:38","membership":{"membership_id":"3202046","team_id":"27352","team_name":"Kilmarnock FC U20","short_name":"Kilmarnock U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:36:38"}},{"people_id":"332918","first_name":"Daniel","last_name":"D´Aguillar","match_name":"D. D´Aguillar","common_name":"Daniel D´Aguillar","date_of_birth":"2004-06-03","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:35:59","membership":{"membership_id":"3202045","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:35:59"}},{"people_id":"332919","first_name":"Emilio","last_name":"Regini-Moran","match_name":"E. Regini-Moran","common_name":"Emilio Regini-Moran","date_of_birth":"","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 21:35:55","membership":{"membership_id":"3202044","team_id":"19854","team_name":"Ebbsfleet United FC","short_name":"Ebbsfleet Utd","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:35:55"}},{"people_id":"332917","first_name":"Ruari","last_name":"Fraser","match_name":"R. Fraser","common_name":"Ruari Fraser","date_of_birth":"2001-04-12","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:35:45","membership":{"membership_id":"3202043","team_id":"27345","team_name":"Ross County FC U20","short_name":"Ross County","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:35:45"}},{"people_id":"332916","first_name":"Robbie","last_name":"McCracken","match_name":"R. McCracken","common_name":"Robbie McCracken","date_of_birth":"2001-08-03","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:35:43","membership":{"membership_id":"3202042","team_id":"27352","team_name":"Kilmarnock FC U20","short_name":"Kilmarnock U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:35:43"}},{"people_id":"332915","first_name":"Kenneth","last_name":"Sloan","match_name":"K. Sloan","common_name":"Kenneth Sloan","date_of_birth":"2003-06-17","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:34:55","membership":{"membership_id":"3202041","team_id":"27352","team_name":"Kilmarnock FC U20","short_name":"Kilmarnock U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:34:55"}},{"people_id":"332914","first_name":"Matthew","last_name":"Wright","match_name":"M. Wright","common_name":"Matthew Wright","date_of_birth":"2002-10-06","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:34:40","membership":{"membership_id":"3202040","team_id":"27345","team_name":"Ross County FC U20","short_name":"Ross County","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:34:40"}},{"people_id":"332913","first_name":"Keir","last_name":"Russell","match_name":"K. Russell","common_name":"Keir Russell","date_of_birth":"2002-01-12","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:34:07","membership":{"membership_id":"3202039","team_id":"27352","team_name":"Kilmarnock FC U20","short_name":"Kilmarnock U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:34:07"}},{"people_id":"332911","first_name":"Jaylen","last_name":"Minnis","match_name":"J. Minnis","common_name":"Jaylen Minnis","date_of_birth":"2005-07-23","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:34:04","membership":{"membership_id":"3202038","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:34:04"}},{"people_id":"332912","first_name":"Simba","last_name":"Kudyiwa","match_name":"S. Kudyiwa","common_name":"Simba Kudyiwa","date_of_birth":"","place_of_birth":"London","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:34:01","membership":{"membership_id":"3202037","team_id":"19551","team_name":"Aldershot Town FC","short_name":"Aldershot Town","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:34:01"}},{"people_id":"332909","first_name":"Jamie","last_name":"Walker","match_name":"J. Walker","common_name":"Jamie Walker","date_of_birth":"2001-09-07","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 21:32:58","membership":{"membership_id":"3202036","team_id":"27352","team_name":"Kilmarnock FC U20","short_name":"Kilmarnock U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:32:58"}},{"people_id":"332908","first_name":"Sean","last_name":"Lynes","match_name":"S. Lynes","common_name":"Sean Lynes","date_of_birth":"2004-07-03","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:32:52","membership":{"membership_id":"3202035","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:32:52"}},{"people_id":"332907","first_name":"Craig","last_name":"Ross","match_name":"C. Ross","common_name":"Craig Ross","date_of_birth":"2002-06-09","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:32:15","membership":{"membership_id":"3202034","team_id":"27352","team_name":"Kilmarnock FC U20","short_name":"Kilmarnock U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:32:15"}},{"people_id":"332906","first_name":"Marcus","last_name":"Goodall","match_name":"M. Goodall","common_name":"Marcus Goodall","date_of_birth":"2002-02-03","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:32:02","membership":{"membership_id":"3202033","team_id":"27345","team_name":"Ross County FC U20","short_name":"Ross County","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:32:02"}},{"people_id":"241038","first_name":"Franklin Edenilson","last_name":"Campos Turcios","match_name":"F. Campos","common_name":"Franklin Campos","date_of_birth":"1997-06-11","place_of_birth":"San Miguel","country_of_birth":"El Salvador","nationality":"El Salvador","country_of_birth_area_id":"67","nationality_area_id":"67","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:31:44","membership":{"membership_id":"3202032","team_id":"15124","team_name":"CD Once Deportivo","short_name":"Once Deportivo","team_area_name":"El Salvador","team_area_id":"67","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:31:44"}},{"people_id":"332905","first_name":"Declan","last_name":"Hughes","match_name":"D. Hughes","common_name":"Declan Hughes","date_of_birth":"2000-05-27","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:31:16","membership":{"membership_id":"3202031","team_id":"27345","team_name":"Ross County FC U20","short_name":"Ross County","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:31:16"}},{"people_id":"332904","first_name":"Peyton","last_name":"Johnson","match_name":"P. Johnson","common_name":"Peyton Johnson","date_of_birth":"2004-08-25","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:30:58","membership":{"membership_id":"3202030","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:30:58"}},{"people_id":"332903","first_name":"Ben","last_name":"Williamson","match_name":"B. Williamson","common_name":"Ben Williamson","date_of_birth":"2003-03-17","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:30:02","membership":{"membership_id":"3202029","team_id":"27345","team_name":"Ross County FC U20","short_name":"Ross County","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:30:02"}},{"people_id":"150244","first_name":"Yimmy Rodrigo","last_name":"Cuéllar De León","match_name":"Y. Cuéllar","common_name":"Yimmy Cuéllar","date_of_birth":"1989-10-20","place_of_birth":"","country_of_birth":"El Salvador","nationality":"El Salvador","country_of_birth_area_id":"67","nationality_area_id":"67","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 21:29:51","membership":[{"membership_id":"3202028","team_id":"15124","team_name":"CD Once Deportivo","short_name":"Once Deportivo","team_area_name":"El Salvador","team_area_id":"67","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:29:51"},{"membership_id":"2998164","team_id":"25129","team_name":"Sonsonate FC","short_name":"Sonsonate","team_area_name":"El Salvador","team_area_id":"67","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 21:29:07"}]},{"people_id":"332902","first_name":"Euan","last_name":"Deveney","match_name":"E. Deveney","common_name":"Euan Deveney","date_of_birth":"2002-01-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:29:10","membership":{"membership_id":"3202027","team_id":"27352","team_name":"Kilmarnock FC U20","short_name":"Kilmarnock U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:29:10"}},{"people_id":"332901","first_name":"Jamie","last_name":"Walker","match_name":"J. Walker","common_name":"Jamie Walker","date_of_birth":"2001-07-07","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 21:27:54","membership":{"membership_id":"3202026","team_id":"27352","team_name":"Kilmarnock FC U20","short_name":"Kilmarnock U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:27:54"}},{"people_id":"309772","first_name":"Derrick ","last_name":"Ferguson","match_name":"D. Ferguson","common_name":"Derrick Ferguson","date_of_birth":"2004-10-04","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:27:43","membership":{"membership_id":"3202025","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:27:43"}},{"people_id":"332900","first_name":"Matthew","last_name":"Beneby","match_name":"M. Beneby","common_name":"Matthew Beneby","date_of_birth":"2005-05-18","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:26:50","membership":{"membership_id":"3202024","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:26:50"}},{"people_id":"332899","first_name":"Macaih","last_name":"Pierre","match_name":"M. Pierre","common_name":"Macaih Pierre","date_of_birth":"2004-11-30","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 21:25:20","membership":{"membership_id":"3202023","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:25:20"}},{"people_id":"332898","first_name":"Logan","last_name":"Watt","match_name":"L. Watt","common_name":"Logan Watt","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:24:00","membership":{"membership_id":"3202022","team_id":"21158","team_name":"Fraserburgh FC","short_name":"Fraserburgh","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:24:00"}},{"people_id":"332897","first_name":"Owen","last_name":"Cairns","match_name":"O. Cairns","common_name":"Owen Cairns","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:23:01","membership":{"membership_id":"3202021","team_id":"21158","team_name":"Fraserburgh FC","short_name":"Fraserburgh","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:23:01"}},{"people_id":"200321","first_name":"Mason","last_name":"Lowe","match_name":"M. Lowe","common_name":"Mason Lowe","date_of_birth":"2002-03-24","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:22:28","membership":{"membership_id":"1319389","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 21:22:28"}},{"people_id":"200318","first_name":"Mario Leslie","last_name":"Johnson","match_name":"M. Johnson","common_name":"Mario Johnson","date_of_birth":"2002-07-16","place_of_birth":"Nassau","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"187","weight":"72","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/200318.png","last_updated":"2019-08-06 21:22:15","membership":{"membership_id":"1319386","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 21:22:15"}},{"people_id":"200329","first_name":"Kyle","last_name":"Ferguson","match_name":"K. Ferguson","common_name":"Kyle Ferguson","date_of_birth":"2002-07-08","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:21:48","membership":{"membership_id":"1319397","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 21:21:48"}},{"people_id":"332896","first_name":"Edward","last_name":"Flinn","match_name":"e. Flinn","common_name":"Edward Flinn","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 21:21:45","membership":{"membership_id":"3202020","team_id":"21158","team_name":"Fraserburgh FC","short_name":"Fraserburgh","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:21:45"}},{"people_id":"200322","first_name":"Elijah","last_name":"Mitchell","match_name":"E. Mitchell","common_name":"Elijah Mitchell","date_of_birth":"2003-02-23","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:21:33","membership":{"membership_id":"1319390","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 21:21:33"}},{"people_id":"200334","first_name":"Dominic","last_name":"Archer","match_name":"D. Archer","common_name":"Dominic Archer","date_of_birth":"2002-05-04","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:21:22","membership":{"membership_id":"1319402","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 21:21:22"}},{"people_id":"332895","first_name":"Tom","last_name":"Ritchie","match_name":"T. Ritchie","common_name":"Tom Ritchie","date_of_birth":"2003-01-27","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 21:21:01","membership":{"membership_id":"3202019","team_id":"27343","team_name":"Aberdeen FC U20","short_name":"Aberdeen U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:21:01"}},{"people_id":"200325","first_name":"Carlyle","last_name":"Brown","match_name":"C. Brown","common_name":"Carlyle Brown","date_of_birth":"2002-10-10","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:20:58","membership":{"membership_id":"1319393","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 21:20:58"}},{"people_id":"200326","first_name":"Camrawn","last_name":"Cox","match_name":"C. Cox","common_name":"Camrawn Cox","date_of_birth":"2002-03-27","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:20:46","membership":{"membership_id":"1319394","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 21:20:46"}},{"people_id":"200323","first_name":"Alonzo","last_name":"Smith","match_name":"A. Smith","common_name":"Alonzo Smith","date_of_birth":"2002-07-29","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:20:32","membership":{"membership_id":"1319391","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 21:20:32"}},{"people_id":"332894","first_name":"Nathan","last_name":"Neymour","match_name":"N. Neymour","common_name":"Nathan Neymour","date_of_birth":"2005-03-03","place_of_birth":"","country_of_birth":"Bahamas","nationality":"Bahamas","country_of_birth_area_id":"22","nationality_area_id":"22","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 21:20:14","membership":{"membership_id":"3202018","team_id":"24933","team_name":"Bahamas U15","short_name":"Bahamas U15","team_area_name":"Bahamas","team_area_id":"22","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:20:14"}},{"people_id":"81109","first_name":"Leonardo","last_name":"Costa Silva","match_name":"Léo Tilica","common_name":"Léo Tilica","date_of_birth":"1995-04-20","place_of_birth":"São Luís","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"172","weight":"62","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:20:13","membership":[{"membership_id":"3202017","team_id":"22073","team_name":"AD Confiança","short_name":"AD Confiança","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-06-15","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:20:13"},{"membership_id":"2994857","team_id":"29013","team_name":"CA Tubarão","short_name":"CA Tubarão","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-15","end_date":"0019-02-15","role":"player","active":"no","last_updated":"2019-08-06 21:20:13"}]},{"people_id":"332893","first_name":"Michael","last_name":"Dangana","match_name":"M. angana","common_name":"Michael Dangana","date_of_birth":"2003-04-29","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:19:23","membership":{"membership_id":"3202016","team_id":"27343","team_name":"Aberdeen FC U20","short_name":"Aberdeen U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:19:23"}},{"people_id":"95141","first_name":"Luan","last_name":"Bueno Ferreira de Brito","match_name":"Luan Bueno","common_name":"Luan Bueno","date_of_birth":"1987-06-28","place_of_birth":"Brasília, DF","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"185","weight":"84","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/95141.png","last_updated":"2019-08-06 21:19:05","membership":[{"membership_id":"3202015","team_id":"22073","team_name":"AD Confiança","short_name":"AD Confiança","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-06-20","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:19:05"},{"membership_id":"3050374","team_id":"17744","team_name":"Joinville EC","short_name":"Joinville","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-12-22","end_date":"2019-06-20","role":"player","active":"no","last_updated":"2019-08-06 21:19:05"}]},{"people_id":"319207","first_name":"Luke","last_name":"Turner","match_name":"L. Turner","common_name":"Luke Turner","date_of_birth":"2002-05-20","place_of_birth":"","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:18:19","membership":{"membership_id":"3202014","team_id":"27343","team_name":"Aberdeen FC U20","short_name":"Aberdeen U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:18:19"}},{"people_id":"332892","first_name":"Kieran","last_name":"Shanks","match_name":"K. Shanks","common_name":"Kieran Shanks","date_of_birth":"2002-04-30","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:16:47","membership":{"membership_id":"3202013","team_id":"27343","team_name":"Aberdeen FC U20","short_name":"Aberdeen U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:16:47"}},{"people_id":"332891","first_name":"Kevin","last_name":"Hanratty","match_name":"K. Hanratty","common_name":"Kevin Hanratty","date_of_birth":"2003-03-15","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:15:42","membership":{"membership_id":"3202012","team_id":"27343","team_name":"Aberdeen FC U20","short_name":"Aberdeen U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:15:42"}},{"people_id":"98589","first_name":"Bryan Alexander","last_name":"Tamacas Lopez","match_name":"B. Tamacas","common_name":"Bryan Tamacas","date_of_birth":"1995-02-21","place_of_birth":"San Salvador","country_of_birth":"El Salvador","nationality":"El Salvador","country_of_birth_area_id":"67","nationality_area_id":"67","gender":"male","height":"174","weight":"72","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/98589.png","last_updated":"2019-08-06 21:15:03","membership":[{"membership_id":"3202011","team_id":"12784","team_name":"Santa Tecla FC","short_name":"Santa Tecla","team_area_name":"El Salvador","team_area_id":"67","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:15:03"},{"membership_id":"2999281","team_id":"17819","team_name":"CS Luqueño","short_name":"Luqueño","team_area_name":"Paraguay","team_area_id":"152","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 21:14:50"}]},{"people_id":"289116","first_name":"Connor","last_name":"Barron","match_name":"C. Barron","common_name":"Connor Barron","date_of_birth":"2002-08-29","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:13:30","membership":{"membership_id":"3202010","team_id":"27343","team_name":"Aberdeen FC U20","short_name":"Aberdeen U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:13:30"}},{"people_id":"148482","first_name":"Innes","last_name":"Cameron","match_name":"I. Cameron","common_name":"Innes Cameron","date_of_birth":"2000-08-22","place_of_birth":"Alexandria","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/148482.png","last_updated":"2019-08-06 21:13:01","membership":{"membership_id":"3202009","team_id":"27352","team_name":"Kilmarnock FC U20","short_name":"Kilmarnock U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:13:01"}},{"people_id":"271105","first_name":"Edin","last_name":"Lynch","match_name":"E. Lynch","common_name":"Edin Lynch","date_of_birth":"2000-08-07","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:12:54","membership":[{"membership_id":"3202008","team_id":"27352","team_name":"Kilmarnock FC U20","short_name":"Kilmarnock U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:12:54"},{"membership_id":"2743945","team_id":"21104","team_name":"East Kilbride FC","short_name":"East Kilbride","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 21:12:54"}]},{"people_id":"332284","first_name":"Calvin","last_name":"Ramsay","match_name":"C. Ramsay","common_name":"Calvin Ramsay","date_of_birth":"2003-07-31","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:12:20","membership":{"membership_id":"3202007","team_id":"27343","team_name":"Aberdeen FC U20","short_name":"Aberdeen U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:12:20"}},{"people_id":"42725","first_name":"Davide","last_name":"Bertoncini","match_name":"D. Bertoncini","common_name":"Davide Bertoncini","date_of_birth":"1991-05-09","place_of_birth":"Fiorenzuola D'arda","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"188","weight":"80","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/42725.png","last_updated":"2019-08-06 21:12:14","membership":[{"membership_id":"3202006","team_id":"821","team_name":"US Reggina 1914","short_name":"US Reggina","team_area_name":"Italy","team_area_id":"100","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:12:14"},{"membership_id":"2730198","team_id":"853","team_name":"Piacenza Calcio 1919","short_name":"Piacenza","team_area_name":"Italy","team_area_id":"100","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 21:11:57"}]},{"people_id":"28276","first_name":"Erick Fernando","last_name":"Brandão Daltro","match_name":"Erick Brandão","common_name":"Erick Brandão","date_of_birth":"1993-01-17","place_of_birth":"Rio de Janeiro, RJ","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"181","weight":"78","foot":"left","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/28276.png","last_updated":"2019-08-06 21:11:00","membership":[{"membership_id":"3202005","team_id":"1371","team_name":"Clube Náutico Capibaribe","short_name":"Clube Náutico","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-06-20","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:11:00"},{"membership_id":"3057299","team_id":"17744","team_name":"Joinville EC","short_name":"Joinville","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-02-05","end_date":"2019-06-20","role":"player","active":"no","last_updated":"2019-08-06 21:11:00"}]},{"people_id":"332890","first_name":"Cole","last_name":"McKinnon","match_name":"C. McKinnon","common_name":"Cole McKinnon","date_of_birth":"2003-01-29","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:10:38","membership":{"membership_id":"3202004","team_id":"27353","team_name":"Rangers FC U20","short_name":"Rangers U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:10:38"}},{"people_id":"332889","first_name":"Marcus","last_name":"Tudor","match_name":"M. Tudor","common_name":"Marcus Tudor","date_of_birth":"2004-05-30","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:09:16","membership":{"membership_id":"3202003","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:09:16"}},{"people_id":"318765","first_name":"Shoran","last_name":"James","match_name":"S. James","common_name":"Shoran James","date_of_birth":"2004-09-22","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:07:16","membership":{"membership_id":"3202002","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:07:16"}},{"people_id":"332888","first_name":"Colin","last_name":"Henriques","match_name":"C. Henriques","common_name":"Colin Henriques","date_of_birth":"2004-08-01","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:06:33","membership":{"membership_id":"3202001","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:06:33"}},{"people_id":"332887","first_name":"Scott","last_name":"Lisle","match_name":"S. Lisle","common_name":"Scott Lisle","date_of_birth":"1998-05-07","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:05:57","membership":{"membership_id":"3202000","team_id":"21128","team_name":"Formartine United FC","short_name":"Formartine","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:05:57"}},{"people_id":"332886","first_name":"Antwone","last_name":"Vasconcellos","match_name":"A. Vasconcellos","common_name":"Antwone Vasconcellos","date_of_birth":"2004-02-29","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:05:23","membership":{"membership_id":"3201999","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:05:23"}},{"people_id":"332884","first_name":"Gary","last_name":"McGowan","match_name":"G. McGowan","common_name":"Gary McGowan","date_of_birth":"1985-01-09","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:04:16","membership":{"membership_id":"3201998","team_id":"21128","team_name":"Formartine United FC","short_name":"Formartine","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:04:16"}},{"people_id":"332885","first_name":"Sealon","last_name":"Sue","match_name":"S. Sue","common_name":"Sealon Sue","date_of_birth":"2004-08-18","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:04:09","membership":{"membership_id":"3201997","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:04:09"}},{"people_id":"332883","first_name":"Brandon","last_name":"Solomon","match_name":"B. Solomon","common_name":"Brandon Solomon","date_of_birth":"2004-04-04","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:03:05","membership":{"membership_id":"3201996","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:03:05"}},{"people_id":"332882","first_name":"Rajan","last_name":"Ramdeholl","match_name":"R. Ramdeholl","common_name":"Rajan Ramdeholl","date_of_birth":"2004-06-15","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:01:37","membership":{"membership_id":"3201995","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:01:37"}},{"people_id":"332881","first_name":"Stuart","last_name":"Cargill","match_name":"S. Cargill","common_name":"Stuart Cargill","date_of_birth":"1988-12-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 21:00:57","membership":{"membership_id":"3201994","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:00:57"}},{"people_id":"332880","first_name":"Andrew","last_name":"Hannar","match_name":"A. Hannar","common_name":"Andrew Hannar","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 21:00:32","membership":{"membership_id":"3201993","team_id":"21158","team_name":"Fraserburgh FC","short_name":"Fraserburgh","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:00:32"}},{"people_id":"332879","first_name":"Devon","last_name":"Padmore","match_name":"D. Padmore","common_name":"Devon Padmore","date_of_birth":"2004-04-19","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 21:00:19","membership":{"membership_id":"3201992","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:00:19"}},{"people_id":"332878","first_name":"Stephen","last_name":"Husband","match_name":"S. Husband","common_name":"Stephen Husband","date_of_birth":"1990-10-29","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:58:52","membership":{"membership_id":"3201991","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:58:52"}},{"people_id":"332876","first_name":"Romel","last_name":"Medas","match_name":"R. Medas","common_name":"Romel Medas","date_of_birth":"2004-02-08","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:58:34","membership":{"membership_id":"3201990","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:58:34"}},{"people_id":"332877","first_name":"Ross","last_name":"Philp","match_name":"R. Philp","common_name":"Ross Philp","date_of_birth":"1992-02-20","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:57:59","membership":{"membership_id":"3201989","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:57:59"}},{"people_id":"332875","first_name":"Ross","last_name":"Jardine","match_name":"R. Jardine","common_name":"Ross Jardine","date_of_birth":"1999-01-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 20:56:59","membership":{"membership_id":"3201988","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:56:59"}},{"people_id":"37675","first_name":"James Edward","last_name":"Stephens","match_name":"J. Stephens","common_name":"Jamie Stephens","date_of_birth":"1993-08-24","place_of_birth":"Gloucester","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"188","weight":"70","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 20:56:39","membership":{"membership_id":"3201987","team_id":"27345","team_name":"Ross County FC U20","short_name":"Ross County","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:56:39"}},{"people_id":"34132","first_name":"Declan","last_name":"Hughes","match_name":"D. Hughes","common_name":"Declan Hughes","date_of_birth":"1995-05-17","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:56:21","membership":[{"membership_id":"3201986","team_id":"27345","team_name":"Ross County FC U20","short_name":"Ross County","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:56:21"},{"membership_id":"2758910","team_id":"3640","team_name":"BSC Glasgow FC","short_name":"BSC Glasgow","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 20:56:06"}]},{"people_id":"332873","first_name":"Daniel","last_name":"Lowe","match_name":"D. Lowe","common_name":"Daniel Lowe","date_of_birth":"2004-01-04","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:55:48","membership":{"membership_id":"3201985","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:55:48"}},{"people_id":"332874","first_name":"Murray","last_name":"Carstairs","match_name":"M. Carstairs","common_name":"Murray Carstairs","date_of_birth":"1992-12-23","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:55:46","membership":{"membership_id":"3201984","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:55:46"}},{"people_id":"332872","first_name":"Joshua","last_name":"Kesney","match_name":"J. Kesney","common_name":"Joshua Kesney","date_of_birth":"2004-03-28","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:54:33","membership":{"membership_id":"3201983","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:54:33"}},{"people_id":"332871","first_name":"Brian","last_name":"Ritchie","match_name":"B. Ritchie","common_name":"Brian Ritchie","date_of_birth":"1990-10-05","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:54:28","membership":{"membership_id":"3201982","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:54:28"}},{"people_id":"332870","first_name":"Samuel","last_name":"Garnette","match_name":"S. Garnette","common_name":"Samuel Garnette","date_of_birth":"2004-10-03","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:53:17","membership":{"membership_id":"3201981","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:53:17"}},{"people_id":"332869","first_name":"Oswin","last_name":"Archer","match_name":"O. Archer","common_name":"Oswin Archer","date_of_birth":"2004-02-16","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:51:28","membership":{"membership_id":"3201980","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:51:28"}},{"people_id":"332868","first_name":" Josh ","last_name":" Reid","match_name":"","common_name":" Josh Reid","date_of_birth":"2002-05-03","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:50:30","membership":{"membership_id":"3201979","team_id":"27345","team_name":"Ross County FC U20","short_name":"Ross County","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:50:30"}},{"people_id":"332867","first_name":"Kevin","last_name":"Mullin","match_name":"K. Mullin","common_name":"Kevin Mullin","date_of_birth":"2004-07-28","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:48:06","membership":{"membership_id":"3201978","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:48:06"}},{"people_id":"332866","first_name":"Zakeel","last_name":"Flatts","match_name":"Z. Flatts","common_name":"Zakeel Flatts","date_of_birth":"2004-04-17","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:46:58","membership":{"membership_id":"3201977","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:46:58"}},{"people_id":"332865","first_name":"Gregor ","last_name":"MacDonald","match_name":"","common_name":"Gregor MacDonald","date_of_birth":"2001-01-06","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:46:34","membership":{"membership_id":"3201976","team_id":"27345","team_name":"Ross County FC U20","short_name":"Ross County","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:46:34"}},{"people_id":"332864","first_name":"Tyquan","last_name":"Brummel","match_name":"T. Brummel","common_name":"Tyquan Brummel","date_of_birth":"2004-09-10","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:45:07","membership":{"membership_id":"3201975","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:45:07"}},{"people_id":"490","first_name":"Graeme","last_name":"Murty","match_name":"G. Murty","common_name":"Graeme Murty","date_of_birth":"1974-11-13","place_of_birth":"","country_of_birth":"England","nationality":"Scotland","country_of_birth_area_id":"68","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:43:57","membership":[{"membership_id":"3201974","team_id":"27353","team_name":"Rangers FC U20","short_name":"Rangers U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 20:43:57"},{"membership_id":"1193336","team_id":"859","team_name":"Rangers FC","short_name":"Rangers FC","team_area_name":"Scotland","team_area_id":"165","start_date":"2017-02-01","end_date":"2017-03-12","role":"interim_coach","active":"no","last_updated":"2019-08-06 20:43:45"}]},{"people_id":"133032","first_name":"Kieran","last_name":"Wright","match_name":"K. Wright","common_name":"Kieran Wright","date_of_birth":"2000-04-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 20:43:24","membership":[{"membership_id":"3201972","team_id":"27353","team_name":"Rangers FC U20","short_name":"Rangers U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:43:11"},{"membership_id":"2988946","team_id":"859","team_name":"Rangers FC","short_name":"Rangers FC","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-01-08","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:42:59"},{"membership_id":"2734509","team_id":"1522","team_name":"Raith Rovers FC","short_name":"Raith Rovers","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-08-01","end_date":"2019-01-08","role":"player","active":"no","last_updated":"2019-08-06 20:43:24"}]},{"people_id":"332863","first_name":"Shavid","last_name":"Hernandez","match_name":"S. Hernandez","common_name":"Shavid Hernandez","date_of_birth":"2004-05-13","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 20:43:22","membership":{"membership_id":"3201973","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:43:22"}},{"people_id":"144509","first_name":"Jordan","last_name":"Houston","match_name":"J. Houston","common_name":"Jordan Houston","date_of_birth":"2000-01-28","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/144509.png","last_updated":"2019-08-06 20:42:29","membership":[{"membership_id":"3201971","team_id":"27353","team_name":"Rangers FC U20","short_name":"Rangers U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:42:29"},{"membership_id":"3016986","team_id":"1519","team_name":"Airdrieonians FC","short_name":"Airdrieonians","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:42:29"}]},{"people_id":"114969","first_name":"Jamie","last_name":"Barjonas","match_name":"J. Barjonas","common_name":"Jamie Barjonas","date_of_birth":"1999-01-24","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:42:20","membership":{"membership_id":"3201970","team_id":"27353","team_name":"Rangers FC U20","short_name":"Rangers U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:42:20"}},{"people_id":"76114","first_name":"Eros","last_name":"Grezda","match_name":"E. Grezda","common_name":"Eros Grezda","date_of_birth":"1995-04-15","place_of_birth":"Gjakovë","country_of_birth":"Kosovo","nationality":"Albania","country_of_birth_area_id":"249","nationality_area_id":"9","gender":"male","height":"182","weight":"77","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:42:15","membership":{"membership_id":"3201969","team_id":"27353","team_name":"Rangers FC U20","short_name":"Rangers U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:42:15"}},{"people_id":"96953","first_name":"Aidan","last_name":"Mcadams ","match_name":"A. Mcadams","common_name":"Aidan Mcadams","date_of_birth":"1999-03-23","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/96953.png","last_updated":"2019-08-06 20:42:11","membership":[{"membership_id":"3201968","team_id":"27353","team_name":"Rangers FC U20","short_name":"Rangers U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:42:11"},{"membership_id":"2992405","team_id":"20021","team_name":"Annan Athletic FC","short_name":"Annan Athletic","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:42:11"}]},{"people_id":"201109","first_name":"Tyrel ","last_name":"Khan","match_name":"T. Khan","common_name":"Tyrel Khan","date_of_birth":"2002-05-02","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:41:28","membership":{"membership_id":"1321614","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:41:28"}},{"people_id":"143775","first_name":"Errol","last_name":"Watson","match_name":"E. Watson","common_name":"Errol Watson","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 20:41:02","membership":[{"membership_id":"3201967","team_id":"21128","team_name":"Formartine United FC","short_name":"Formartine","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:41:02"},{"membership_id":"3010667","team_id":"20022","team_name":"Elgin City FC","short_name":"Elgin City","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:41:02"}]},{"people_id":"201116","first_name":"Troni ","last_name":"Semple","match_name":"T. Semple","common_name":"Troni Semple","date_of_birth":"2002-03-16","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/201116.png","last_updated":"2019-08-06 20:40:49","membership":{"membership_id":"1321621","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:40:49"}},{"people_id":"201098","first_name":"Shawn ","last_name":"Adonis","match_name":"S. Adonis","common_name":"Shawn Adonis","date_of_birth":"2002-05-14","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 20:40:37","membership":{"membership_id":"1321603","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:40:37"}},{"people_id":"194862","first_name":"Kyle","last_name":"McClung","match_name":"K. McClung","common_name":"Kyle McClung","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:40:37","membership":[{"membership_id":"3201966","team_id":"14103","team_name":"Livingston FC U20","short_name":"Livingston U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:40:37"},{"membership_id":"1300112","team_id":"21175","team_name":"Edinburgh City FC","short_name":"Edinburgh City","team_area_name":"Scotland","team_area_id":"165","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:40:37"}]},{"people_id":"264798","first_name":"Justin","last_name":"Watson","match_name":"J. Watson","common_name":"Justin Watson","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:40:30","membership":[{"membership_id":"3201965","team_id":"14103","team_name":"Livingston FC U20","short_name":"Livingston U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:40:30"},{"membership_id":"2720046","team_id":"1536","team_name":"Stirling Albion FC","short_name":"Stirling Alb.","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:40:30"}]},{"people_id":"3648","first_name":"Gregg","last_name":"Wylde","match_name":"G. Wylde","common_name":"Gregg Wylde","date_of_birth":"1991-03-23","place_of_birth":"Kirkintilloch","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"174","weight":"70","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3648.png","last_updated":"2019-08-06 20:40:23","membership":{"membership_id":"3201964","team_id":"14103","team_name":"Livingston FC U20","short_name":"Livingston U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:40:23"}},{"people_id":"201108","first_name":"Jermaine ","last_name":"Garrett","match_name":"J. Garrett","common_name":"Jermaine Garrett","date_of_birth":"2002-01-23","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/201108.png","last_updated":"2019-08-06 20:40:21","membership":{"membership_id":"1321613","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:40:21"}},{"people_id":"129976","first_name":"Gary","last_name":"Maley","match_name":"G. Maley","common_name":"Gary Maley","date_of_birth":"1982-08-03","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 20:40:18","membership":[{"membership_id":"3201963","team_id":"14103","team_name":"Livingston FC U20","short_name":"Livingston U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:40:18"},{"membership_id":"2837104","team_id":"1528","team_name":"Cowdenbeath FC","short_name":"Cowdenbeath","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:40:18"}]},{"people_id":"201113","first_name":"Isiah ","last_name":"James","match_name":"I. James","common_name":"Isiah James","date_of_birth":"2003-03-20","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:40:06","membership":{"membership_id":"1321618","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:40:06"}},{"people_id":"201101","first_name":"Wayne ","last_name":"Dasilva","match_name":"W. Dasilva","common_name":"Wayne Dasilva","date_of_birth":"2002-02-02","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:39:50","membership":{"membership_id":"1321606","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:39:50"}},{"people_id":"201103","first_name":"Jermaine ","last_name":"Padmore","match_name":"J. Padmore","common_name":"Jermaine Padmore","date_of_birth":"2002-11-05","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:39:31","membership":{"membership_id":"1321608","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:39:31"}},{"people_id":"201114","first_name":"Ronaldo ","last_name":"Rodrigues","match_name":"R. Rodrigues","common_name":"Ronaldo Rodrigues","date_of_birth":"2002-05-03","place_of_birth":"Moruca","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:39:17","membership":{"membership_id":"1321619","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:39:17"}},{"people_id":"201107","first_name":"Orvil ","last_name":"Daniels","match_name":"O. Daniels","common_name":"Orvil Daniels","date_of_birth":"2003-02-04","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:38:49","membership":{"membership_id":"1321612","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:38:49"}},{"people_id":"201110","first_name":"Okifi ","last_name":"Patoir","match_name":"O. Patoir","common_name":"Okifi Patoir","date_of_birth":"2002-07-09","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:38:37","membership":{"membership_id":"1321615","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:38:37"}},{"people_id":"201104","first_name":"Kevin ","last_name":"Reddy","match_name":"K. Reddy","common_name":"Kevin Reddy","date_of_birth":"2003-03-06","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:38:18","membership":{"membership_id":"1321609","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:38:18"}},{"people_id":"34146","first_name":"Thomas","last_name":"Reilly","match_name":"T. Reilly","common_name":"Thomas Reilly","date_of_birth":"1994-09-15","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:38:12","membership":[{"membership_id":"3201962","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:38:12"},{"membership_id":"2721804","team_id":"19501","team_name":"Forfar Athletic FC","short_name":"Forfar Athl.","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:38:06"}]},{"people_id":"201112","first_name":"Omari ","last_name":"Glasgow","match_name":"O. Glasgow","common_name":"Omari Glasgow","date_of_birth":"2003-11-22","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:38:05","membership":{"membership_id":"1321617","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:38:05"}},{"people_id":"47732","first_name":"Sean","last_name":"McKirdy","match_name":"S. McKirdy","common_name":"Sean McKirdy","date_of_birth":"1998-04-12","place_of_birth":"Edinburgh","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"172","weight":"70","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:38:01","membership":{"membership_id":"3201961","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:38:01"}},{"people_id":"201099","first_name":"Oswin ","last_name":"Fredericks","match_name":"O. Fredericks","common_name":"Oswin Fredericks","date_of_birth":"2002-08-22","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 20:37:55","membership":{"membership_id":"1321604","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:37:55"}},{"people_id":"35806","first_name":"Scott","last_name":"Linton","match_name":"S. Linton","common_name":"Scott Linton","date_of_birth":"1989-09-06","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"175","weight":"71","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:37:54","membership":[{"membership_id":"3201960","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:37:54"},{"membership_id":"1313488","team_id":"1532","team_name":"East Fife FC","short_name":"East Fife","team_area_name":"Scotland","team_area_id":"165","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:37:49"}]},{"people_id":"102426","first_name":"Kyle","last_name":"McAllister","match_name":"K. McAllister","common_name":"Kyle McAllister","date_of_birth":"1999-01-21","place_of_birth":"Paisley","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"175","weight":"68","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:37:49","membership":[{"membership_id":"3201958","team_id":"36803","team_name":"St. Mirren FC U20","short_name":"St. Mirren U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:37:43"},{"membership_id":"1126062","team_id":"483","team_name":"Derby County FC","short_name":"Derby County","team_area_name":"England","team_area_id":"68","start_date":"2017-01-27","end_date":"2019-01-18","role":"player","active":"no","last_updated":"2019-08-06 20:37:49"}]},{"people_id":"201111","first_name":"Shannon ","last_name":"Samnauth","match_name":"S. Samnauth","common_name":"Shannon Samnauth","date_of_birth":"2002-10-13","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:37:45","membership":{"membership_id":"1321616","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:37:45"}},{"people_id":"128445","first_name":"Ross","last_name":"Mutch","match_name":"R. Mutch","common_name":"Ross Mutch","date_of_birth":"1999-01-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:37:44","membership":[{"membership_id":"3201959","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:37:44"},{"membership_id":"443285","team_id":"1532","team_name":"East Fife FC","short_name":"East Fife","team_area_name":"Scotland","team_area_id":"165","start_date":"2016-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:37:39"}]},{"people_id":"37572","first_name":"Dean","last_name":"Lyness","match_name":"D. Lyness","common_name":"Dean Lyness","date_of_birth":"1991-07-20","place_of_birth":"Birmingham","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"191","weight":"80","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/37572.png","last_updated":"2019-08-06 20:37:38","membership":{"membership_id":"3201957","team_id":"36803","team_name":"St. Mirren FC U20","short_name":"St. Mirren U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:37:38"}},{"people_id":"201105","first_name":"Marcus ","last_name":"Wilson","match_name":"M. Wilson","common_name":"Marcus Wilson","date_of_birth":"2002-04-19","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:37:34","membership":{"membership_id":"1321610","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:37:34"}},{"people_id":"271974","first_name":"Conor","last_name":"McBrearty","match_name":"C. McBrearty","common_name":"Conor McBrearty","date_of_birth":"2000-09-27","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:37:33","membership":[{"membership_id":"3201956","team_id":"36803","team_name":"St. Mirren FC U20","short_name":"St. Mirren U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:37:33"},{"membership_id":"2746305","team_id":"19503","team_name":"Stenhousemuir FC","short_name":"Stenhousemuir","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-08-16","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:37:33"}]},{"people_id":"72692","first_name":"Nathan","last_name":"Austin","match_name":"N. Austin","common_name":"Nathan Austin","date_of_birth":"1994-02-15","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:37:32","membership":[{"membership_id":"3201955","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:37:32"},{"membership_id":"2586436","team_id":"1538","team_name":"Inverness Caledonian Thistle FC","short_name":"Inverness Cal.","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:37:26"}]},{"people_id":"275948","first_name":"Cameron","last_name":"Breadner","match_name":"C. Breadner","common_name":"Cameron Breadner","date_of_birth":"2000-10-13","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:37:27","membership":{"membership_id":"3201954","team_id":"36803","team_name":"St. Mirren FC U20","short_name":"St. Mirren U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:37:27"}},{"people_id":"201100","first_name":"Joshua ","last_name":"Braithwaite","match_name":"J. Braithwaite","common_name":"Joshua Braithwaite","date_of_birth":"2002-02-21","place_of_birth":"Georgetown","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"182","weight":"61","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:37:23","membership":{"membership_id":"1321605","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:37:23"}},{"people_id":"172309","first_name":"Gary","last_name":"Cennerazzo","match_name":"G. Cennerazzo","common_name":"Gary Cennerazzo","date_of_birth":"1989-11-07","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"178","weight":"79","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:37:20","membership":[{"membership_id":"3201953","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:37:20"},{"membership_id":"2720097","team_id":"21145","team_name":"The Spartans FC","short_name":"Spartans","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:37:15"}]},{"people_id":"201106","first_name":"Ravon ","last_name":"Bayley","match_name":"R. Bayley","common_name":"Ravon Bayley","date_of_birth":"2002-01-22","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:37:13","membership":{"membership_id":"1321611","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 20:37:13"}},{"people_id":"148720","first_name":"Daniel","last_name":"Ashe","match_name":"D. Ashe","common_name":"Daniel Ashe","date_of_birth":"1992-02-27","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:37:11","membership":[{"membership_id":"3201952","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:37:11"},{"membership_id":"2743033","team_id":"1533","team_name":"East Stirlingshire FC","short_name":"East Stirling","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:37:02"}]},{"people_id":"141307","first_name":"Sebastian","last_name":"Ross","match_name":"S. Ross","common_name":"Sebastian Ross","date_of_birth":"2000-01-20","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/141307.png","last_updated":"2019-08-06 20:37:10","membership":[{"membership_id":"3201951","team_id":"27343","team_name":"Aberdeen FC U20","short_name":"Aberdeen U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:37:10"},{"membership_id":"2720068","team_id":"19503","team_name":"Stenhousemuir FC","short_name":"Stenhousemuir","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-07-05","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:37:10"}]},{"people_id":"275449","first_name":"Samuel","last_name":"Jackson","match_name":"S. Jackson","common_name":"Samuel Jackson","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 20:37:03","membership":[{"membership_id":"3201950","team_id":"27343","team_name":"Aberdeen FC U20","short_name":"Aberdeen U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:37:03"},{"membership_id":"2759474","team_id":"27342","team_name":"Dundee FC U20","short_name":"Dundee U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:37:03"}]},{"people_id":"332862","first_name":"Dwayne","last_name":"Bess","match_name":"D. Bess","common_name":"Dwayne Bess","date_of_birth":"2004-07-15","place_of_birth":"","country_of_birth":"Guyana","nationality":"Guyana","country_of_birth_area_id":"88","nationality_area_id":"88","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 20:36:57","membership":{"membership_id":"3201949","team_id":"24927","team_name":"Guyana U15","short_name":"Guyana U15","team_area_name":"Guyana","team_area_id":"88","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:36:57"}},{"people_id":"299402","first_name":"Miko","last_name":"Virtanen","match_name":"M. Virtanen","common_name":"Miko Virtanen","date_of_birth":"1999-01-26","place_of_birth":"Tampere","country_of_birth":"Finland","nationality":"Finland","country_of_birth_area_id":"75","nationality_area_id":"75","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:36:56","membership":{"membership_id":"3201948","team_id":"27343","team_name":"Aberdeen FC U20","short_name":"Aberdeen U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:36:56"}},{"people_id":"128436","first_name":"Chris","last_name":"Dodd","match_name":"C. Dodd","common_name":"Chris Dodd","date_of_birth":"1991-02-28","place_of_birth":"Perth","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:36:47","membership":[{"membership_id":"3201947","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:36:47"},{"membership_id":"443271","team_id":"20022","team_name":"Elgin City FC","short_name":"Elgin City","team_area_name":"Scotland","team_area_id":"165","start_date":"2016-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:36:41"}]},{"people_id":"246314","first_name":"Michael","last_name":"Ruth","match_name":"M. Ruth","common_name":"Michael Ruth","date_of_birth":"2002-01-08","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:36:38","membership":[{"membership_id":"3201946","team_id":"27343","team_name":"Aberdeen FC U20","short_name":"Aberdeen U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:36:38"},{"membership_id":"2673289","team_id":"1517","team_name":"Queen´s Park FC","short_name":"Queen´s Park","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-03-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:36:38"}]},{"people_id":"233781","first_name":"Ben","last_name":"McKenzie","match_name":"B. McKenzie","common_name":"Ben McKenzie","date_of_birth":"1997-10-20","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 20:36:34","membership":[{"membership_id":"3201944","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:36:26"},{"membership_id":"2746293","team_id":"1519","team_name":"Airdrieonians FC","short_name":"Airdrieonians","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:36:20"}]},{"people_id":"271073","first_name":"Luc","last_name":"Bollan","match_name":"L. Bollan","common_name":"Luc Bollan","date_of_birth":"2000-02-20","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:36:32","membership":[{"membership_id":"3201945","team_id":"27343","team_name":"Aberdeen FC U20","short_name":"Aberdeen U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:36:32"},{"membership_id":"3013521","team_id":"1528","team_name":"Cowdenbeath FC","short_name":"Cowdenbeath","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:36:32"}]},{"people_id":"199780","first_name":"Christian","last_name":"Antoniazzi","match_name":"C. Antoniazzi","common_name":"Christian Antoniazzi","date_of_birth":"2000-05-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:36:25","membership":{"membership_id":"3201943","team_id":"27343","team_name":"Aberdeen FC U20","short_name":"Aberdeen U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-06 20:36:25"}},{"people_id":"35835","first_name":"Archie","last_name":"Campbell","match_name":"A. Campbell","common_name":"Archie Campbell","date_of_birth":"1991-01-10","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"170","weight":"67","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:36:14","membership":{"membership_id":"3201942","team_id":"21114","team_name":"Kelty Hearts FC","short_name":"Kelty Hearts","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:36:14"}},{"people_id":"253613","first_name":"Sean","last_name":"Ward","match_name":"S. Ward","common_name":"Sean Ward","date_of_birth":"2002-03-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:36:06","membership":{"membership_id":"3201941","team_id":"27346","team_name":"Heart of Midlothian FC U20","short_name":"Heart Midl U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:36:06"}},{"people_id":"145977","first_name":"Rory","last_name":"Currie","match_name":"R. Currie","common_name":"Rory Currie","date_of_birth":"1998-02-20","place_of_birth":"Edinburgh","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"178","weight":"72","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:36:01","membership":[{"membership_id":"3201940","team_id":"27346","team_name":"Heart of Midlothian FC U20","short_name":"Heart Midl U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:36:01"},{"membership_id":"2734519","team_id":"1532","team_name":"East Fife FC","short_name":"East Fife","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:36:01"}]},{"people_id":"253612","first_name":"Leeroy","last_name":"Makovora","match_name":"L. Makovora","common_name":"Leeroy Makovora","date_of_birth":"2002-01-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:35:53","membership":{"membership_id":"3201939","team_id":"27346","team_name":"Heart of Midlothian FC U20","short_name":"Heart Midl U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:35:53"}},{"people_id":"183629","first_name":"Euan","last_name":"Henderson","match_name":"E. Henderson","common_name":"Euan Henderson","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:35:49","membership":[{"membership_id":"3201938","team_id":"27346","team_name":"Heart of Midlothian FC U20","short_name":"Heart Midl U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:35:49"},{"membership_id":"2734534","team_id":"20020","team_name":"Montrose FC","short_name":"Montrose","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:35:49"}]},{"people_id":"144506","first_name":"Christopher","last_name":"Hamilton","match_name":"C. Hamilton","common_name":"Christopher Hamilton","date_of_birth":"2001-07-13","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:35:42","membership":[{"membership_id":"3201937","team_id":"27346","team_name":"Heart of Midlothian FC U20","short_name":"Heart Midl U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:35:42"},{"membership_id":"2816337","team_id":"20023","team_name":"Berwick Rangers FC","short_name":"Berwick","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:35:42"}]},{"people_id":"214525","first_name":"Robert","last_name":"Burns","match_name":"R. Burns","common_name":"Bobby Burns","date_of_birth":"1999-10-07","place_of_birth":"","country_of_birth":"Northern Ireland","nationality":"Northern Ireland","country_of_birth_area_id":"145","nationality_area_id":"145","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:35:34","membership":{"membership_id":"3201936","team_id":"27346","team_name":"Heart of Midlothian FC U20","short_name":"Heart Midl U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:35:34"}},{"people_id":"332861","first_name":"Roy","last_name":"Syla","match_name":"R. Syla","common_name":"Roy Syla","date_of_birth":"2000-06-20","place_of_birth":"","country_of_birth":"Albania","nationality":"Albania","country_of_birth_area_id":"9","nationality_area_id":"9","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:35:23","membership":{"membership_id":"3201935","team_id":"19554","team_name":"Barnet FC","short_name":"Barnet","team_area_name":"England","team_area_id":"68","start_date":"2019-03-09","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:35:23"}},{"people_id":"219406","first_name":"Anthony","last_name":"McDonald","match_name":"A. McDonald","common_name":"Anthony McDonald","date_of_birth":"2001-12-17","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:34:47","membership":[{"membership_id":"3201934","team_id":"27346","team_name":"Heart of Midlothian FC U20","short_name":"Heart Midl U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:34:47"},{"membership_id":"2999747","team_id":"1538","team_name":"Inverness Caledonian Thistle FC","short_name":"Inverness Cal.","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-01-25","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:34:47"}]},{"people_id":"114973","first_name":"Aidan","last_name":"Keena","match_name":"A. Keena","common_name":"Aidan Keena","date_of_birth":"1999-04-25","place_of_birth":"Mullingar, Co. Westmeath","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"male","height":"180","weight":"68","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:34:37","membership":{"membership_id":"3201933","team_id":"27346","team_name":"Heart of Midlothian FC U20","short_name":"Heart Midl U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:34:37"}},{"people_id":"128371","first_name":"Yaw Osei","last_name":"Opoku-Berchie","match_name":"Y. Opoku-Berchie","common_name":"Yaw Opoku-Berchie","date_of_birth":"1998-02-19","place_of_birth":"","country_of_birth":"Ghana","nationality":"eSwatini","country_of_birth_area_id":"81","nationality_area_id":"183","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:34:19","membership":[{"membership_id":"3201932","team_id":"20023","team_name":"Berwick Rangers FC","short_name":"Berwick","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:34:19"},{"membership_id":"439239","team_id":"1522","team_name":"Raith Rovers FC","short_name":"Raith Rovers","team_area_name":"Scotland","team_area_id":"165","start_date":"2016-07-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:34:19"}]},{"people_id":"144536","first_name":"Ryan","last_name":"Stirk","match_name":"R. Stirk","common_name":"Ryan Stirk","date_of_birth":"2000-09-25","place_of_birth":"","country_of_birth":"Wales","nationality":"Wales","country_of_birth_area_id":"209","nationality_area_id":"209","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:33:32","membership":{"membership_id":"3201931","team_id":"478","team_name":"Birmingham City FC","short_name":"Birmingham","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:33:32"}},{"people_id":"332860","first_name":"Ryan","last_name":"Burke","match_name":"R. Burke","common_name":"Ryan Burke","date_of_birth":"2000-11-23","place_of_birth":"","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:32:48","membership":{"membership_id":"3201930","team_id":"478","team_name":"Birmingham City FC","short_name":"Birmingham","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:32:48"}},{"people_id":"266899","first_name":"Jordan","last_name":"MacRae","match_name":"J. MacRae","common_name":"Jordan MacRae","date_of_birth":"1998-10-23","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:31:57","membership":[{"membership_id":"3201929","team_id":"21164","team_name":"Brora Rangers FC","short_name":"Brora Rangers","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:31:57"},{"membership_id":"2728638","team_id":"21126","team_name":"Cove Rangers FC","short_name":"Cove Rangers","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-07-25","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:31:57"}]},{"people_id":"212121","first_name":"Bjorn","last_name":"Wagenaar","match_name":"B. Wagenaar","common_name":"Bjorn Wagenaar","date_of_birth":"1998-03-31","place_of_birth":"","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:31:51","membership":[{"membership_id":"3201928","team_id":"21164","team_name":"Brora Rangers FC","short_name":"Brora Rangers","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:31:51"},{"membership_id":"1360557","team_id":"2489","team_name":"SVV Scheveningen","short_name":"Scheveningen","team_area_name":"Netherlands","team_area_id":"138","start_date":"2017-08-18","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:31:51"}]},{"people_id":"133040","first_name":"Lewis","last_name":"Davidson","match_name":"L. Davidson","common_name":"Lewis Davidson","date_of_birth":"1990-08-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:31:37","membership":[{"membership_id":"3201927","team_id":"21158","team_name":"Fraserburgh FC","short_name":"Fraserburgh","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:31:37"},{"membership_id":"597656","team_id":"21129","team_name":"Turriff United FC","short_name":"Turriff Utd","team_area_name":"Scotland","team_area_id":"165","start_date":"2012-07-04","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:31:37"}]},{"people_id":"68289","first_name":"William Nicholas","last_name":"Wood","match_name":"Will Wood","common_name":"Will Wood","date_of_birth":"1996-11-29","place_of_birth":"Burgess Hill","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:31:24","membership":{"membership_id":"3201926","team_id":"19543","team_name":"Dagenham & Redbridge FC","short_name":"Dagenham & Red","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:31:24"}},{"people_id":"37070","first_name":"Callum","last_name":"Howe","match_name":"C. Howe","common_name":"Callum Howe","date_of_birth":"1994-04-09","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"186","weight":"77","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:31:14","membership":[{"membership_id":"3201925","team_id":"19883","team_name":"Solihull Moors FC","short_name":"Solihull","team_area_name":"England","team_area_id":"68","start_date":"2019-08-04","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:31:14"},{"membership_id":"2735339","team_id":"19879","team_name":"Harrogate Town AFC","short_name":"Harrogate","team_area_name":"England","team_area_id":"68","start_date":"2018-07-01","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-06 20:30:53"}]},{"people_id":"332859","first_name":"Jude","last_name":"Bellingham","match_name":"J. Bellingham","common_name":"Jude Bellingham","date_of_birth":"2003-06-29","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:31:01","membership":{"membership_id":"3201924","team_id":"478","team_name":"Birmingham City FC","short_name":"Birmingham","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:31:01"}},{"people_id":"11173","first_name":"Vykintas","last_name":"Slivka","match_name":"V. Slivka","common_name":"Vykintas Slivka","date_of_birth":"1995-04-29","place_of_birth":"Panevėžys","country_of_birth":"Lithuania","nationality":"Lithuania","country_of_birth_area_id":"117","nationality_area_id":"117","gender":"male","height":"185","weight":"81","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/11173.png","last_updated":"2019-08-06 20:30:27","membership":{"membership_id":"3201923","team_id":"31623","team_name":"Hibernian FC U20","short_name":"Hibernian U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:30:27"}},{"people_id":"332858","first_name":"Luke ","last_name":"Barbour","match_name":"","common_name":"Luke Barbour","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:30:23","membership":{"membership_id":"3201922","team_id":"21158","team_name":"Fraserburgh FC","short_name":"Fraserburgh","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:30:23"}},{"people_id":"227820","first_name":"Tommy","last_name":"Block","match_name":"T. Block","common_name":"Tommy Block","date_of_birth":"","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:30:21","membership":{"membership_id":"3201921","team_id":"31623","team_name":"Hibernian FC U20","short_name":"Hibernian U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-06 20:30:21"}},{"people_id":"329783","first_name":"Josh","last_name":"Doig","match_name":"J. Doig","common_name":"Josh Doig","date_of_birth":"2002-01-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:30:13","membership":{"membership_id":"3201920","team_id":"31623","team_name":"Hibernian FC U20","short_name":"Hibernian U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:30:13"}},{"people_id":"275467","first_name":"Josh","last_name":"Campbell","match_name":"J. Campbell","common_name":"Josh Campbell","date_of_birth":"2000-05-06","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:30:09","membership":{"membership_id":"3201919","team_id":"31623","team_name":"Hibernian FC U20","short_name":"Hibernian U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:30:09"}},{"people_id":"199974","first_name":"James","last_name":"Gullan","match_name":"J. Gullan","common_name":"James Gullan","date_of_birth":"1999-07-02","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:30:05","membership":[{"membership_id":"3201918","team_id":"31623","team_name":"Hibernian FC U20","short_name":"Hibernian U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:30:05"},{"membership_id":"3019432","team_id":"1522","team_name":"Raith Rovers FC","short_name":"Raith Rovers","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-02-25","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:30:05"}]},{"people_id":"180088","first_name":"Joseph","last_name":"Redmond","match_name":"J. Redmond","common_name":"Joseph Redmond","date_of_birth":"2000-01-23","place_of_birth":"","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/180088.png","last_updated":"2019-08-06 20:29:58","membership":{"membership_id":"3201917","team_id":"478","team_name":"Birmingham City FC","short_name":"Birmingham","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:29:58"}},{"people_id":"140017","first_name":"Robbie","last_name":"Deas","match_name":"R. Deas","common_name":"Robbie Deas","date_of_birth":"2000-02-27","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/140017.png","last_updated":"2019-08-06 20:29:46","membership":[{"membership_id":"3201916","team_id":"27348","team_name":"Celtic FC U20","short_name":"Celtic U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:29:46"},{"membership_id":"2755769","team_id":"1528","team_name":"Cowdenbeath FC","short_name":"Cowdenbeath","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-08-24","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:29:46"}]},{"people_id":"244186","first_name":"Luca","last_name":"Connell","match_name":"L. Connell","common_name":"Luca Connell","date_of_birth":"2001-04-20","place_of_birth":"Liverpool","country_of_birth":"England","nationality":"Republic of Ireland","country_of_birth_area_id":"68","nationality_area_id":"98","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/244186.png","last_updated":"2019-08-06 20:29:32","membership":{"membership_id":"3201915","team_id":"27348","team_name":"Celtic FC U20","short_name":"Celtic U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:29:32"}},{"people_id":"63429","first_name":"Liam","last_name":"Burt","match_name":"L. Burt","common_name":"Liam Burt","date_of_birth":"1999-02-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/63429.png","last_updated":"2019-08-06 20:29:27","membership":[{"membership_id":"3201914","team_id":"27348","team_name":"Celtic FC U20","short_name":"Celtic U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:29:27"},{"membership_id":"2750526","team_id":"1526","team_name":"Alloa Athletic FC","short_name":"Alloa Athletic","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-08-25","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:29:27"}]},{"people_id":"63436","first_name":"Jack","last_name":"Aitchison","match_name":"J. Aitchison","common_name":"Jack Aitchison","date_of_birth":"2000-03-05","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/63436.png","last_updated":"2019-08-06 20:29:21","membership":[{"membership_id":"3201913","team_id":"27348","team_name":"Celtic FC U20","short_name":"Celtic U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:29:21"},{"membership_id":"3000549","team_id":"1526","team_name":"Alloa Athletic FC","short_name":"Alloa Athletic","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-01-18","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:29:21"}]},{"people_id":"63437","first_name":"Calvin","last_name":"Miller","match_name":"C. Miller","common_name":"Calvin Miller","date_of_birth":"1998-01-09","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/63437.png","last_updated":"2019-08-06 20:29:14","membership":[{"membership_id":"3201911","team_id":"27348","team_name":"Celtic FC U20","short_name":"Celtic U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:29:08"},{"membership_id":"3005661","team_id":"1523","team_name":"Ayr United FC","short_name":"Ayr United","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-01-31","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:29:14"}]},{"people_id":"310577","first_name":"Geraldo","last_name":"Bajrami","match_name":"G. Bajrami","common_name":"Geraldo Bajrami","date_of_birth":"1999-09-24","place_of_birth":"","country_of_birth":"Albania","nationality":"Albania","country_of_birth_area_id":"9","nationality_area_id":"9","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:29:12","membership":{"membership_id":"3201912","team_id":"478","team_name":"Birmingham City FC","short_name":"Birmingham","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:29:12"}},{"people_id":"305957","first_name":"Armstrong","last_name":"Okoflex","match_name":"A. Okoflex","common_name":"Armstrong Okoflex","date_of_birth":"2002-03-02","place_of_birth":"Dublin","country_of_birth":"Republic of Ireland","nationality":"England","country_of_birth_area_id":"98","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:29:03","membership":{"membership_id":"3201910","team_id":"27348","team_name":"Celtic FC U20","short_name":"Celtic U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:29:03"}},{"people_id":"329139","first_name":"Tommy","last_name":"Dixon-Hodge","match_name":"T. Dixon-Hodge","common_name":"Tommy Dixon-Hodge","date_of_birth":"2001-04-20","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 20:28:45","membership":{"membership_id":"3201909","team_id":"27345","team_name":"Ross County FC U20","short_name":"Ross County","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:28:45"}},{"people_id":"144822","first_name":"Caolan Boyd","last_name":"Munce","match_name":"C. Munce","common_name":"Caolan Boyd Munce","date_of_birth":"2000-01-26","place_of_birth":"","country_of_birth":"Northern Ireland","nationality":"Northern Ireland","country_of_birth_area_id":"145","nationality_area_id":"145","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:28:41","membership":{"membership_id":"3201908","team_id":"478","team_name":"Birmingham City FC","short_name":"Birmingham","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:28:41"}},{"people_id":"34074","first_name":"Ross","last_name":"Draper","match_name":"R. Draper","common_name":"Ross Draper","date_of_birth":"1988-10-22","place_of_birth":"Wolverhampton","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"185","weight":"79","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:28:41","membership":{"membership_id":"3201907","team_id":"27345","team_name":"Ross County FC U20","short_name":"Ross County","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:28:41"}},{"people_id":"148457","first_name":"Davis","last_name":"Keillor-Dunn","match_name":"D. Keillor-Dunn","common_name":"Davis Keillor-Dunn","date_of_birth":"1997-11-02","place_of_birth":"Sunderland","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:28:36","membership":[{"membership_id":"3201906","team_id":"27345","team_name":"Ross County FC U20","short_name":"Ross County","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:28:36"},{"membership_id":"2992380","team_id":"1520","team_name":"Falkirk FC","short_name":"Falkirk","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-01-07","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:28:36"}]},{"people_id":"4427","first_name":"Agustín","last_name":"Medina Delgado","match_name":"Agus Medina","common_name":"Agus Medina","date_of_birth":"1994-09-08","place_of_birth":"","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:28:00","membership":[{"membership_id":"3201905","team_id":"478","team_name":"Birmingham City FC","short_name":"Birmingham","team_area_name":"England","team_area_id":"68","start_date":"2019-07-28","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:28:00"},{"membership_id":"2722713","team_id":"19618","team_name":"UE Cornellà","short_name":"Cornellà","team_area_name":"Spain","team_area_id":"176","start_date":"2018-07-16","end_date":"2019-07-27","role":"player","active":"no","last_updated":"2019-08-06 20:27:49"}]},{"people_id":"332857","first_name":"Kieran ","last_name":"Simpson","match_name":"","common_name":"Kieran Simpson","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:27:59","membership":{"membership_id":"3201904","team_id":"21158","team_name":"Fraserburgh FC","short_name":"Fraserburgh","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:27:59"}},{"people_id":"284273","first_name":"Marcel","last_name":"Lewis","match_name":"M. Lewis","common_name":"Marcel Lewis","date_of_birth":"2001-09-30","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:26:55","membership":{"membership_id":"3201903","team_id":"28054","team_name":"Chelsea FC U21","short_name":"Chelsea U21","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:26:55"}},{"people_id":"284272","first_name":"Jack","last_name":"Wakely","match_name":"J. Wakely","common_name":"Jack Wakely","date_of_birth":"2000-10-25","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:26:25","membership":{"membership_id":"3201902","team_id":"28054","team_name":"Chelsea FC U21","short_name":"Chelsea U21","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:26:25"}},{"people_id":"332856","first_name":"Ralph","last_name":"Graham","match_name":"R. Graham","common_name":"Ralph Graham","date_of_birth":"","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:25:26","membership":{"membership_id":"3201901","team_id":"515","team_name":"Swindon Town FC","short_name":"Swindon Town","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:25:26"}},{"people_id":"217807","first_name":"Karlo","last_name":"Ziger","match_name":"K. Ziger","common_name":"Karlo Ziger","date_of_birth":"2001-05-11","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 20:24:58","membership":[{"membership_id":"3201900","team_id":"28054","team_name":"Chelsea FC U21","short_name":"Chelsea U21","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:24:51"},{"membership_id":"2821031","team_id":"24044","team_name":"Chelsea FC U19","short_name":"Chelsea FC","team_area_name":"England","team_area_id":"68","start_date":"2018-10-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:24:58"},{"membership_id":"2669662","team_id":"28095","team_name":"Chelsea FC U23","short_name":"Chelsea","team_area_name":"England","team_area_id":"68","start_date":"2018-03-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:24:58"}]},{"people_id":"290955","first_name":"Henry","last_name":"Lawrence","match_name":"H. Lawrence","common_name":"Henry Lawrence","date_of_birth":"2001-09-21","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:24:38","membership":{"membership_id":"3201899","team_id":"28054","team_name":"Chelsea FC U21","short_name":"Chelsea U21","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:24:38"}},{"people_id":"284277","first_name":"Armando","last_name":"Broja","match_name":"A. Broja","common_name":"Armando Broja","date_of_birth":"2001-09-10","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:24:34","membership":{"membership_id":"3201898","team_id":"28054","team_name":"Chelsea FC U21","short_name":"Chelsea U21","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:24:34"}},{"people_id":"271132","first_name":"Oliver","last_name":"Hamilton","match_name":"O. Hamilton","common_name":"Oliver Hamilton","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:24:19","membership":{"membership_id":"3201897","team_id":"27347","team_name":"St. Johnstone FC U20","short_name":"St. Johnstone","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-06 20:24:19"}},{"people_id":"32073","first_name":"Max","last_name":"Johnstone","match_name":"M. Johnstone","common_name":"Max Johnstone","date_of_birth":"1998-08-18","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 20:24:09","membership":[{"membership_id":"3201896","team_id":"27347","team_name":"St. Johnstone FC U20","short_name":"St. Johnstone","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:24:09"},{"membership_id":"2742260","team_id":"28104","team_name":"Sunderland AFC U23","short_name":"Sunderland","team_area_name":"England","team_area_id":"68","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:24:09"}]},{"people_id":"292626","first_name":"Marky","last_name":"Munro","match_name":"M. Munro","common_name":"Marky Munro","date_of_birth":"2001-03-10","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:23:59","membership":{"membership_id":"3201895","team_id":"27347","team_name":"St. Johnstone FC U20","short_name":"St. Johnstone","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-08-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-06 20:23:59"}},{"people_id":"35932","first_name":"Liam","last_name":"Gordon","match_name":"L. Gordon","common_name":"Liam Gordon","date_of_birth":"1996-01-26","place_of_birth":"Perth","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"180","weight":"72","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:23:28","membership":{"membership_id":"3201894","team_id":"27347","team_name":"St. Johnstone FC U20","short_name":"St. Johnstone","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:23:28"}},{"people_id":"36231","first_name":"Liam","last_name":"McAlinden","match_name":"L. McAlinden","common_name":"Liam McAlinden","date_of_birth":"1993-09-26","place_of_birth":"Cannock","country_of_birth":"England","nationality":"Republic of Ireland","country_of_birth_area_id":"68","nationality_area_id":"98","gender":"male","height":"185","weight":"74","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/36231.png","last_updated":"2019-08-06 20:23:13","membership":[{"membership_id":"3201893","team_id":"19562","team_name":"FC Halifax Town","short_name":"Halifax Town","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:23:13"},{"membership_id":"2984624","team_id":"19884","team_name":"Brackley Town FC","short_name":"Brackley Town","team_area_name":"England","team_area_id":"68","start_date":"2018-12-14","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:23:13"}]},{"people_id":"244592","first_name":"Sam","last_name":"Graham","match_name":"S. Graham","common_name":"Sam Graham","date_of_birth":"2000-08-13","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/244592.png","last_updated":"2019-08-06 20:22:58","membership":[{"membership_id":"3201892","team_id":"484","team_name":"Notts County FC","short_name":"Notts County","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:22:58"},{"membership_id":"3010427","team_id":"977","team_name":"Central Coast Mariners FC","short_name":"CC Mariners","team_area_name":"Australia","team_area_id":"19","start_date":"2019-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:22:58"}]},{"people_id":"15973","first_name":"Connell","last_name":"Rawlinson","match_name":"C. Rawlinson","common_name":"Connell Rawlinson","date_of_birth":"1991-09-22","place_of_birth":"Chester","country_of_birth":"England","nationality":"Wales","country_of_birth_area_id":"68","nationality_area_id":"209","gender":"male","height":"191","weight":"89","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:22:49","membership":[{"membership_id":"3201891","team_id":"484","team_name":"Notts County FC","short_name":"Notts County","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:22:49"},{"membership_id":"2712833","team_id":"19372","team_name":"Port Vale FC","short_name":"Port Vale","team_area_name":"England","team_area_id":"68","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:22:49"}]},{"people_id":"332855","first_name":"Greg Buchan","last_name":"Greg Buchan","match_name":"","common_name":"Greg Buchan","date_of_birth":"1999-01-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 20:22:17","membership":{"membership_id":"3201890","team_id":"21158","team_name":"Fraserburgh FC","short_name":"Fraserburgh","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:22:17"}},{"people_id":"270587","first_name":"Thomas","last_name":"Bradbury","match_name":"T. Bradbury","common_name":"Thomas Bradbury","date_of_birth":"","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:22:13","membership":[{"membership_id":"3201889","team_id":"18075","team_name":"Yeovil Town FC","short_name":"Yeovil Town","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:22:13"},{"membership_id":"2985292","team_id":"1512","team_name":"Dundee FC","short_name":"Dundee FC","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-12-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:22:13"},{"membership_id":"2743060","team_id":"27342","team_name":"Dundee FC U20","short_name":"Dundee U20","team_area_name":"Scotland","team_area_id":"165","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:22:13"}]},{"people_id":"36201","first_name":"Luke","last_name":"Williams","match_name":"L. Williams","common_name":"Luke Williams","date_of_birth":"1993-06-11","place_of_birth":"Middlesbrough","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"185","weight":"74","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/36201.png","last_updated":"2019-08-06 20:21:52","membership":{"membership_id":"3201888","team_id":"13922","team_name":"Hartlepool United FC","short_name":"Hartlepool Utd","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:21:52"}},{"people_id":"156152","first_name":"Gime","last_name":"Touré","match_name":"G. Touré","common_name":"Gime Touré","date_of_birth":"1994-05-07","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"188","weight":"85","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:21:31","membership":[{"membership_id":"3201887","team_id":"13922","team_name":"Hartlepool United FC","short_name":"Hartlepool Utd","team_area_name":"England","team_area_id":"68","start_date":"2019-08-04","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:21:31"},{"membership_id":"2985918","team_id":"19851","team_name":"Sutton United FC","short_name":"Sutton United","team_area_name":"England","team_area_id":"68","start_date":"2018-12-15","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-06 20:21:14"}]},{"people_id":"36956","first_name":"Jermaine","last_name":"McGlashan","match_name":"J. McGlashan","common_name":"Jermaine McGlashan","date_of_birth":"1988-04-14","place_of_birth":"Croydon","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"170","weight":"60","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:20:31","membership":[{"membership_id":"3201886","team_id":"515","team_name":"Swindon Town FC","short_name":"Swindon Town","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:20:31"},{"membership_id":"3021666","team_id":"13938","team_name":"Wrexham FC","short_name":"Wrexham","team_area_name":"Wales","team_area_id":"209","start_date":"2019-03-07","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:20:31"}]},{"people_id":"332854","first_name":"Tautvydas","last_name":"Špiegis","match_name":"T. Špiegis","common_name":"Tautvydas Špiegis","date_of_birth":"2003-05-25","place_of_birth":"","country_of_birth":"Lithuania","nationality":"Lithuania","country_of_birth_area_id":"117","nationality_area_id":"117","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:16:47","membership":{"membership_id":"3201885","team_id":"15838","team_name":"FK Atlantas Klaipėda","short_name":"FK Atlantas","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:16:47"}},{"people_id":"63279","first_name":"Corey","last_name":"O'Keeffe","match_name":"C. O'Keeffe","common_name":"Corey O'Keeffe","date_of_birth":"1998-06-05","place_of_birth":"","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/63279.png","last_updated":"2019-08-06 20:16:06","membership":[{"membership_id":"3201884","team_id":"478","team_name":"Birmingham City FC","short_name":"Birmingham","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:16:06"},{"membership_id":"2746200","team_id":"19883","team_name":"Solihull Moors FC","short_name":"Solihull","team_area_name":"England","team_area_id":"68","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:16:06"}]},{"people_id":"332853","first_name":"Aidan Combe","last_name":"Aidan Combe","match_name":"","common_name":"Aidan Combe","date_of_birth":"1997-01-01","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:15:54","membership":{"membership_id":"3201883","team_id":"21158","team_name":"Fraserburgh FC","short_name":"Fraserburgh","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:15:54"}},{"people_id":"332852","first_name":"Jurica","last_name":"Kovačić","match_name":"J. Kovačić","common_name":"Jurica Kovačić","date_of_birth":"1994-03-30","place_of_birth":"Zagreb","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:15:31","membership":{"membership_id":"3201882","team_id":"15838","team_name":"FK Atlantas Klaipėda","short_name":"FK Atlantas","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:15:31"}},{"people_id":"269962","first_name":"João Luís","last_name":"Gouveia Martins","match_name":"J. Gouveia","common_name":"João Gouveia","date_of_birth":"1967-04-24","place_of_birth":"Funchal","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 20:14:05","membership":{"membership_id":"3201881","team_id":"15837","team_name":"FK Žalgiris Vilnius","short_name":"Žalgiris","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 20:14:05"}},{"people_id":"30796","first_name":"Andrei-Alexandru","last_name":"Cordoș","match_name":"A. Cordoș","common_name":"Andrei Cordoș","date_of_birth":"1988-06-06","place_of_birth":"Câmpia Turzii","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"male","height":"192","weight":"79","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:13:25","membership":[{"membership_id":"3201880","team_id":"15837","team_name":"FK Žalgiris Vilnius","short_name":"Žalgiris","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:13:25"},{"membership_id":"3073243","team_id":"1795","team_name":"FC Universitatea Cluj","short_name":"FCU Cluj","team_area_name":"Romania","team_area_id":"159","start_date":"2017-08-30","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-06 20:13:15"}]},{"people_id":"324044","first_name":"David ","last_name":"Kealy","match_name":"D. Kealy","common_name":"Dax Kealy","date_of_birth":"1965-08-09","place_of_birth":"Dublin","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:13:24","membership":[{"membership_id":"3201868","team_id":"18417","team_name":"Longford Town FC","short_name":"Longford Town","team_area_name":"Republic of Ireland","team_area_id":"98","start_date":"1996-07-01","end_date":"1996-12-31","role":"player","active":"no","last_updated":"2019-08-06 20:07:25"},{"membership_id":"3201869","team_id":"9870","team_name":"St. James Gate FC","short_name":"St. James Gate","team_area_name":"Republic of Ireland","team_area_id":"98","start_date":"1995-12-01","end_date":"1996-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:13:24"},{"membership_id":"3129334","team_id":"18417","team_name":"Longford Town FC","short_name":"Longford Town","team_area_name":"Republic of Ireland","team_area_id":"98","start_date":"1994-07-01","end_date":"1995-11-30","role":"player","active":"no","last_updated":"2019-08-06 20:13:24"}]},{"people_id":"173335","first_name":"Bonfils-Caleb","last_name":"Bimenyimana","match_name":"B. Bimenyimana","common_name":"Bonfils-Caleb Bimenyimana","date_of_birth":"1997-11-21","place_of_birth":"","country_of_birth":"Burundi","nationality":"Burundi","country_of_birth_area_id":"40","nationality_area_id":"40","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/173335.png","last_updated":"2019-08-06 20:12:46","membership":[{"membership_id":"3201879","team_id":"15838","team_name":"FK Atlantas Klaipėda","short_name":"FK Atlantas","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:12:46"},{"membership_id":"3120067","team_id":"15635","team_name":"FK Rīgas Futbola Skola","short_name":"FK Rīgas FS","team_area_name":"Latvia","team_area_id":"111","start_date":"2019-05-15","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-06 20:12:38"}]},{"people_id":"173918","first_name":"Vladislavs","last_name":"Kuzmins","match_name":"V. Kuzmins","common_name":"Vladislavs Kuzmins","date_of_birth":"1996-01-20","place_of_birth":"","country_of_birth":"Latvia","nationality":"Latvia","country_of_birth_area_id":"111","nationality_area_id":"111","gender":"male","height":"178","weight":"70","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:10:56","membership":[{"membership_id":"3201878","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:10:56"},{"membership_id":"1234798","team_id":"26962","team_name":"SK Babīte","short_name":"SK Babīte","team_area_name":"Latvia","team_area_id":"111","start_date":"2016-01-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-06 20:10:44"}]},{"people_id":"60864","first_name":"James","last_name":"Hooper","match_name":"J. Hooper","common_name":"James Hooper","date_of_birth":"1997-02-10","place_of_birth":"Wythenshawe","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"178","weight":"70","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:10:37","membership":[{"membership_id":"3201877","team_id":"19866","team_name":"Chorley FC","short_name":"Chorley","team_area_name":"England","team_area_id":"68","start_date":"2019-07-15","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:10:37"},{"membership_id":"2737204","team_id":"21349","team_name":"Salford City FC","short_name":"Salford City","team_area_name":"England","team_area_id":"68","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 20:10:31"}]},{"people_id":"179406","first_name":"Marius","last_name":"Paukštė","match_name":"M. Paukštė","common_name":"Marius Paukštė","date_of_birth":"1994-12-15","place_of_birth":"","country_of_birth":"Lithuania","nationality":"Lithuania","country_of_birth_area_id":"117","nationality_area_id":"117","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 20:10:26","membership":[{"membership_id":"3201876","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:10:26"},{"membership_id":"1261692","team_id":"18552","team_name":"FK Utenis Utena","short_name":"FK Utenis","team_area_name":"Lithuania","team_area_id":"117","start_date":"2017-04-10","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-06 20:10:17"}]},{"people_id":"32771","first_name":"Andrejs","last_name":"Kiriļins","match_name":"A. Kiriļins","common_name":"Andrejs Kiriļins","date_of_birth":"1995-11-03","place_of_birth":"","country_of_birth":"Latvia","nationality":"Latvia","country_of_birth_area_id":"111","nationality_area_id":"111","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/32771.png","last_updated":"2019-08-06 20:10:06","membership":[{"membership_id":"3201875","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:10:06"},{"membership_id":"3051758","team_id":"15631","team_name":"FK Spartaks Jūrmala","short_name":"Spartaks Jūr","team_area_name":"Latvia","team_area_id":"111","start_date":"2019-02-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-06 20:09:55"}]},{"people_id":"69603","first_name":"Josip","last_name":"Jurjević","match_name":"J. Jurjević","common_name":"Josip Jurjević","date_of_birth":"1994-01-10","place_of_birth":"Zadar","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"185","weight":"79","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/69603.png","last_updated":"2019-08-06 20:09:43","membership":[{"membership_id":"3201874","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:09:43"},{"membership_id":"1884415","team_id":"18562","team_name":"NK Zadar","short_name":"Zadar","team_area_name":"Croatia","team_area_id":"56","start_date":"2017-07-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-06 20:09:36"}]},{"people_id":"56530","first_name":"Klimas","last_name":"Gusočenko","match_name":"K. Gusočenko","common_name":"Klimas Gusočenko","date_of_birth":"1989-03-09","place_of_birth":"","country_of_birth":"Lithuania","nationality":"Lithuania","country_of_birth_area_id":"117","nationality_area_id":"117","gender":"male","height":"189","weight":"79","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:09:17","membership":[{"membership_id":"3201873","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:09:17"},{"membership_id":"3025457","team_id":"15838","team_name":"FK Atlantas Klaipėda","short_name":"FK Atlantas","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-02-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-06 20:09:06"}]},{"people_id":"56915","first_name":"Aurimas","last_name":"Tručinskas","match_name":"A. Tručinskas","common_name":"Aurimas Tručinskas","date_of_birth":"1994-10-25","place_of_birth":"","country_of_birth":"Lithuania","nationality":"Lithuania","country_of_birth_area_id":"117","nationality_area_id":"117","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:08:53","membership":[{"membership_id":"3201872","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:08:53"},{"membership_id":"3025448","team_id":"15838","team_name":"FK Atlantas Klaipėda","short_name":"FK Atlantas","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-02-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-06 20:08:44"}]},{"people_id":"83915","first_name":"Matvey","last_name":"Guydanov","match_name":"M. Guydanov","common_name":"Matvey Guydanov","date_of_birth":"1994-07-28","place_of_birth":"Sevastopol","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"male","height":"185","weight":"72","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:08:35","membership":[{"membership_id":"3201871","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:08:35"},{"membership_id":"3020690","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-01-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-06 20:08:21"}]},{"people_id":"332851","first_name":"Andrew","last_name":"das Neves Lebre","match_name":"Andrew Lebre","common_name":"Andrew Lebre","date_of_birth":"1997-03-12","place_of_birth":"Toronto, ON","country_of_birth":"Canada","nationality":"Canada","country_of_birth_area_id":"43","nationality_area_id":"43","gender":"male","height":"188","weight":"","foot":"both","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:07:55","membership":{"membership_id":"3201870","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:07:55"}},{"people_id":"332850","first_name":"Jackson Allan","last_name":"da Cruz Miguel","match_name":"Jackson","common_name":"Jackson da Cruz","date_of_birth":"1992-07-24","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 20:05:48","membership":{"membership_id":"3201867","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:05:48"}},{"people_id":"121059","first_name":"Vyachaslaw Leonidovich","last_name":"Geraschenka","match_name":"V. Geraschenka","common_name":"Vyachaslaw Geraschenka","date_of_birth":"1972-07-25","place_of_birth":"Mogilev","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"male","height":"175","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 20:02:53","membership":[{"membership_id":"3201866","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 20:02:53"},{"membership_id":"1253774","team_id":"18861","team_name":"FK Gomel","short_name":"FK Gomel","team_area_name":"Belarus","team_area_id":"26","start_date":"2017-01-01","end_date":"2019-07-31","role":"coach","active":"no","last_updated":"2019-08-06 20:02:38"}]},{"people_id":"277099","first_name":"Albert","last_name":"Rybak","match_name":"A. Rybak","common_name":"Albert Rybak","date_of_birth":"1973-05-16","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 20:02:19","membership":{"membership_id":"3201863","team_id":"15849","team_name":"FK Riteriai","short_name":"Riteriai","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 20:02:19"}},{"people_id":"45197","first_name":"Aurelijus","last_name":"Skarbalius","match_name":"A. Skarbalius","common_name":"Aurelijus Skarbalius","date_of_birth":"1973-05-12","place_of_birth":"","country_of_birth":"Lithuania","nationality":"Lithuania","country_of_birth_area_id":"117","nationality_area_id":"117","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 20:02:12","membership":{"membership_id":"3025522","team_id":"15849","team_name":"FK Riteriai","short_name":"Riteriai","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-01-01","end_date":"2019-07-31","role":"coach","active":"no","last_updated":"2019-08-06 20:02:12"}},{"people_id":"234999","first_name":"Daniel Andrés","last_name":"Mantilla Ossa","match_name":"D. Mantilla","common_name":"Daniel Mantilla","date_of_birth":"1996-12-25","place_of_birth":"","country_of_birth":"Colombia","nationality":"Colombia","country_of_birth_area_id":"51","nationality_area_id":"51","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 20:01:31","membership":[{"membership_id":"3201864","team_id":"1478","team_name":"AA Coimbra","short_name":"AA Coimbra","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:01:31"},{"membership_id":"2999973","team_id":"2004","team_name":"Boyacá Patriotas FC","short_name":"Boyacá Patriot","team_area_name":"Colombia","team_area_id":"51","start_date":"2019-01-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 19:59:25"}]},{"people_id":"191959","first_name":"Sam","last_name":"Shaban","match_name":"S. Shaban","common_name":"Sam Shaban","date_of_birth":"1995-11-04","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 20:00:14","membership":{"membership_id":"3201865","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 20:00:14"}},{"people_id":"153691","first_name":"Valdas","last_name":"Trakys","match_name":"V. Trakys","common_name":"Valdas Trakys","date_of_birth":"1979-03-20","place_of_birth":"","country_of_birth":"Lithuania","nationality":"Lithuania","country_of_birth_area_id":"117","nationality_area_id":"117","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 19:59:13","membership":{"membership_id":"956018","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2016-01-01","end_date":"2019-07-31","role":"coach","active":"no","last_updated":"2019-08-06 19:59:13"}},{"people_id":"31840","first_name":"Tadas","last_name":"Eliošius","match_name":"T. Eliošius","common_name":"Tadas Eliošius","date_of_birth":"1990-03-01","place_of_birth":"Ukmergė","country_of_birth":"Lithuania","nationality":"Lithuania","country_of_birth_area_id":"117","nationality_area_id":"117","gender":"male","height":"181","weight":"74","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/31840.png","last_updated":"2019-08-06 19:58:38","membership":[{"membership_id":"3201862","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:58:38"},{"membership_id":"3025497","team_id":"25064","team_name":"FK Panevėžys","short_name":"FK Panevėžys","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-01-30","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:58:30"}]},{"people_id":"129454","first_name":"Giorgi","last_name":"Diakvnishvili","match_name":"G. Diakvnishvili","common_name":"Giorgi Diakvnishvili","date_of_birth":"1987-11-21","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:58:16","membership":[{"membership_id":"3201861","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:58:16"},{"membership_id":"3171847","team_id":"30889","team_name":"FC New Project","short_name":"New Project","team_area_name":"Latvia","team_area_id":"111","start_date":"2019-05-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-06 19:58:08"}]},{"people_id":"56463","first_name":"Klaudijus","last_name":"Upstas","match_name":"K. Upstas","common_name":"Klaudijus Upstas","date_of_birth":"1994-10-30","place_of_birth":"","country_of_birth":"Lithuania","nationality":"Lithuania","country_of_birth_area_id":"117","nationality_area_id":"117","gender":"male","height":"181","weight":"72","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 19:57:53","membership":[{"membership_id":"3201860","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:57:53"},{"membership_id":"3025461","team_id":"15838","team_name":"FK Atlantas Klaipėda","short_name":"FK Atlantas","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:57:32"}]},{"people_id":"41514","first_name":"Marcos Paulo Gelmini","last_name":"Gomes","match_name":"Marcos Paulo","common_name":"Marcos Paulo","date_of_birth":"1988-07-13","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"182","weight":"70","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:57:24","membership":[{"membership_id":"3201859","team_id":"1478","team_name":"AA Coimbra","short_name":"AA Coimbra","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:57:24"},{"membership_id":"188356","team_id":"1844","team_name":"Panaitolikόs GFS","short_name":"Panaitolikόs","team_area_name":"Greece","team_area_id":"82","start_date":"2015-08-24","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 19:57:03"}]},{"people_id":"1742","first_name":"Andriy","last_name":"Yakovlev","match_name":"A. Yakovlev","common_name":"Andriy Yakovlev","date_of_birth":"1989-02-20","place_of_birth":"Kharkiv","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/1742.png","last_updated":"2019-08-06 19:57:16","membership":[{"membership_id":"3201858","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:57:16"},{"membership_id":"3020687","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:57:05"}]},{"people_id":"32294","first_name":"Simonas","last_name":"Urbys","match_name":"S. Urbys","common_name":"Simonas Urbys","date_of_birth":"1995-11-07","place_of_birth":"Gargždai","country_of_birth":"Lithuania","nationality":"Lithuania","country_of_birth_area_id":"117","nationality_area_id":"117","gender":"male","height":"178","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 19:53:56","membership":[{"membership_id":"3201857","team_id":"15855","team_name":"FK Kauno Žalgiris","short_name":"Kauno Žalgiris","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:53:56"},{"membership_id":"3051338","team_id":"15837","team_name":"FK Žalgiris Vilnius","short_name":"Žalgiris","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-03-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-06 19:48:55"}]},{"people_id":"332849","first_name":"Nazar","last_name":"Mocyk","match_name":"N. Mocyk","common_name":"Nazar Mocyk","date_of_birth":"1993-10-23","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:52:55","membership":{"membership_id":"3201856","team_id":"25064","team_name":"FK Panevėžys","short_name":"FK Panevėžys","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:52:55"}},{"people_id":"38160","first_name":"Mickael","last_name":"Pereira Moura","match_name":"Mike","common_name":"Mike","date_of_birth":"1989-10-01","place_of_birth":"Grenoble","country_of_birth":"France","nationality":"Portugal","country_of_birth_area_id":"76","nationality_area_id":"156","gender":"male","height":"179","weight":"74","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 19:52:18","membership":{"membership_id":"1311528","team_id":"1478","team_name":"AA Coimbra","short_name":"AA Coimbra","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:52:18"}},{"people_id":"217757","first_name":"Arnau","last_name":"Puigmal Martínez","match_name":"Arnau Puigmal","common_name":"Arnau Puigmal","date_of_birth":"2001-01-10","place_of_birth":"","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/217757.png","last_updated":"2019-08-06 19:51:53","membership":[{"membership_id":"3201852","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:51:32"},{"membership_id":"3201855","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:51:53"},{"membership_id":"2769532","team_id":"24029","team_name":"Manchester United FC U19","short_name":"Man United","team_area_name":"England","team_area_id":"68","start_date":"2018-09-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 19:51:42"}]},{"people_id":"114554","first_name":"Alex","last_name":"Fojtíček","match_name":"A. Fojtíček","common_name":"Alex Fojtíček","date_of_birth":"2000-03-03","place_of_birth":"","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 19:51:46","membership":{"membership_id":"3201854","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:51:46"}},{"people_id":"234795","first_name":"Aliou Badara","last_name":"Traore","match_name":"Aliou Badara Traore","common_name":"Aliou Badara Traore","date_of_birth":"2001-01-08","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:51:40","membership":[{"membership_id":"3201853","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:51:40"},{"membership_id":"3201831","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:50:00"},{"membership_id":"2769576","team_id":"24029","team_name":"Manchester United FC U19","short_name":"Man United","team_area_name":"England","team_area_id":"68","start_date":"2018-09-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 19:49:48"}]},{"people_id":"207234","first_name":"Brandon","last_name":"Williams","match_name":"B. Williams","common_name":"Brandon Williams","date_of_birth":"2000-09-03","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 19:51:27","membership":{"membership_id":"3201851","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:51:27"}},{"people_id":"234797","first_name":"D'Mani Bughail","last_name":"Mellor","match_name":"D'Mani Bughail-Mellor","common_name":"D'Mani Bughail-Mellor","date_of_birth":"2000-09-20","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 19:51:22","membership":{"membership_id":"3201850","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:51:22"}},{"people_id":"279483","first_name":"Di'Shon","last_name":"Bernard","match_name":"D. Bernard","common_name":"Di'Shon Bernard","date_of_birth":"2000-10-14","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:51:17","membership":{"membership_id":"3201849","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:51:17"}},{"people_id":"103525","first_name":"Rafael Broetto","last_name":"Henrique","match_name":"Rafael Broetto","common_name":"Rafael Broetto","date_of_birth":"1990-08-18","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"195","weight":"81","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 19:51:14","membership":[{"membership_id":"3201848","team_id":"25064","team_name":"FK Panevėžys","short_name":"FK Panevėžys","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:51:14"},{"membership_id":"2757022","team_id":"1565","team_name":"Varzim SC","short_name":"Varzim SC","team_area_name":"Portugal","team_area_id":"156","start_date":"2018-08-25","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:51:06"}]},{"people_id":"290915","first_name":"Dion","last_name":"Mcghee","match_name":"D. Mcghee","common_name":"Dion Mcghee","date_of_birth":"2000-09-14","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:51:13","membership":{"membership_id":"3201847","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:51:13"}},{"people_id":"144537","first_name":"Dylan","last_name":"Levitt","match_name":"D. Levitt","common_name":"Dylan Levitt","date_of_birth":"2000-11-17","place_of_birth":"","country_of_birth":"Wales","nationality":"Wales","country_of_birth_area_id":"209","nationality_area_id":"209","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:51:08","membership":{"membership_id":"3201846","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:51:08"}},{"people_id":"151930","first_name":"Adilson Angel","last_name":"Abreu de Almeida Gomes","match_name":"A. Gomes","common_name":"Angel Gomes","date_of_birth":"2000-08-31","place_of_birth":"London","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"168","weight":"52","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/151930.png","last_updated":"2019-08-06 19:51:07","membership":[{"membership_id":"3201843","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:51:07"},{"membership_id":"2589818","team_id":"28101","team_name":"Manchester United FC U23","short_name":"Man United","team_area_name":"England","team_area_id":"68","start_date":"2018-01-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 19:50:55"}]},{"people_id":"144824","first_name":"Ethan","last_name":"Galbraith","match_name":"E. Galbraith","common_name":"Ethan Galbraith","date_of_birth":"2001-05-11","place_of_birth":"","country_of_birth":"Northern Ireland","nationality":"Northern Ireland","country_of_birth_area_id":"145","nationality_area_id":"145","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:50:47","membership":{"membership_id":"3201833","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:50:00"}},{"people_id":"207220","first_name":"Ethan","last_name":"Laird","match_name":"E. Laird","common_name":"Ethan Laird","date_of_birth":"2001-05-08","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/207220.png","last_updated":"2019-08-06 19:50:42","membership":{"membership_id":"3201841","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:50:42"}},{"people_id":"140383","first_name":"George","last_name":"Tanner","match_name":"G. Tanner","common_name":"George Tanner","date_of_birth":"1999-11-16","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 19:50:38","membership":{"membership_id":"3201840","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:50:38"}},{"people_id":"207235","first_name":"James","last_name":"Garner","match_name":"J. Garner","common_name":"James Garner","date_of_birth":"2001-03-13","place_of_birth":"Birkenhead","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/207235.png","last_updated":"2019-08-06 19:50:34","membership":{"membership_id":"3201839","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:50:34"}},{"people_id":"239820","first_name":"Patrik","last_name":"Bordon","match_name":"P. Bordon","common_name":"Patrik Bordon","date_of_birth":"1988-04-06","place_of_birth":"","country_of_birth":"Slovenia","nationality":"Slovenia","country_of_birth_area_id":"172","nationality_area_id":"172","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 19:50:30","membership":[{"membership_id":"3201829","team_id":"25064","team_name":"FK Panevėžys","short_name":"FK Panevėžys","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:50:30"},{"membership_id":"2620864","team_id":"23304","team_name":"NK Ankaran Postojna","short_name":"NK Ankaran","team_area_name":"Slovenia","team_area_id":"172","start_date":"2018-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:49:07"}]},{"people_id":"219178","first_name":"Largie","last_name":"Ramazani","match_name":"L. Ramazani","common_name":"Largie Ramazani","date_of_birth":"2001-02-27","place_of_birth":"","country_of_birth":"Belgium","nationality":"Belgium","country_of_birth_area_id":"27","nationality_area_id":"27","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/219178.png","last_updated":"2019-08-06 19:50:29","membership":{"membership_id":"3201838","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:50:29"}},{"people_id":"114984","first_name":"Lee","last_name":"O'Connor","match_name":"L. O'Connor","common_name":"Lee O'Connor","date_of_birth":"2000-07-28","place_of_birth":"","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/114984.png","last_updated":"2019-08-06 19:50:25","membership":{"membership_id":"3201837","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:50:25"}},{"people_id":"177285","first_name":"Luca","last_name":"Ercolani","match_name":"L. Ercolani","common_name":"Luca Ercolani","date_of_birth":"1999-11-25","place_of_birth":"Ravenna","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 19:50:15","membership":{"membership_id":"3201830","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:49:56"}},{"people_id":"239274","first_name":"Matej","last_name":"Kovar","match_name":"M. Kovar","common_name":"Matej Kovar","date_of_birth":"2000-05-17","place_of_birth":"","country_of_birth":"Czech Republic","nationality":"Czech Republic","country_of_birth_area_id":"59","nationality_area_id":"59","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 19:50:10","membership":{"membership_id":"3201835","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:50:10"}},{"people_id":"114508","first_name":"Tahith","last_name":"Chong","match_name":"T. Chong","common_name":"Tahith Chong","date_of_birth":"1999-12-04","place_of_birth":"Willemstad","country_of_birth":"Curaçao","nationality":"Netherlands","country_of_birth_area_id":"139","nationality_area_id":"138","gender":"male","height":"185","weight":"77","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/114508.png","last_updated":"2019-08-06 19:50:06","membership":{"membership_id":"3201834","team_id":"26883","team_name":"Manchester United FC U21","short_name":"Man Utd U21","team_area_name":"England","team_area_id":"68","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:50:06"}},{"people_id":"332845","first_name":"Oren","last_name":"Tal","match_name":"O. Tal","common_name":"Oren Tal","date_of_birth":"2000-06-16","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 19:45:54","membership":{"membership_id":"3201826","team_id":"18778","team_name":"Hapoel Haifa FC","short_name":"Hapoel Haifa","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:45:54"}},{"people_id":"332844","first_name":"Dudu","last_name":"Altrovich","match_name":"D. Altrovich","common_name":"Dudu Altrovich","date_of_birth":"1999-07-12","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 19:44:08","membership":{"membership_id":"3201825","team_id":"18778","team_name":"Hapoel Haifa FC","short_name":"Hapoel Haifa","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:44:08"}},{"people_id":"139236","first_name":"Laurence","last_name":"Bilboe","match_name":"L. Bilboe","common_name":"Laurence Bilboe","date_of_birth":"1998-02-21","place_of_birth":"Derby","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"195","weight":"77","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 19:43:30","membership":[{"membership_id":"3201824","team_id":"13923","team_name":"Rotherham United FC","short_name":"Rotherham Utd","team_area_name":"England","team_area_id":"68","start_date":"2019-05-31","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:43:30"},{"membership_id":"3044475","team_id":"19850","team_name":"Havant & Waterlooville FC","short_name":"Havant & Water","team_area_name":"England","team_area_id":"68","start_date":"2019-03-25","end_date":"2019-05-31","role":"player","active":"no","last_updated":"2019-08-06 19:43:17"}]},{"people_id":"332843","first_name":"Omer","last_name":"Abadi","match_name":"O. Abadi","common_name":"Omer Abadi","date_of_birth":"2001-08-12","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 19:42:37","membership":{"membership_id":"3201823","team_id":"18778","team_name":"Hapoel Haifa FC","short_name":"Hapoel Haifa","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:42:37"}},{"people_id":"154845","first_name":"Snir","last_name":"Talias","match_name":"S. Talias","common_name":"Snir Talias","date_of_birth":"1999-07-26","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:40:34","membership":[{"membership_id":"3201822","team_id":"18778","team_name":"Hapoel Haifa FC","short_name":"Hapoel Haifa","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:40:34"},{"membership_id":"964928","team_id":"28322","team_name":"Maccabi Haifa FC U19","short_name":"Mac Haifa U19","team_area_name":"Israel","team_area_id":"99","start_date":"2016-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:40:21"}]},{"people_id":"38632","first_name":"Amir","last_name":"Ben Shimon","match_name":"A. Shimon","common_name":"Amir Shimon","date_of_birth":"1993-12-14","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:39:46","membership":[{"membership_id":"3201821","team_id":"18775","team_name":"Hapoel Ironi Kiryat Shmona FC","short_name":"Hapoel Ironi","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:39:46"},{"membership_id":"2758895","team_id":"24713","team_name":"Hapoel Katamon Jerusalem FC","short_name":"Hapoel Katamon","team_area_name":"Israel","team_area_id":"99","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:39:31"}]},{"people_id":"332842","first_name":"Ben","last_name":"Lavie","match_name":"B. Lavie","common_name":"Ben Lavie","date_of_birth":"1999-04-11","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 19:36:34","membership":{"membership_id":"3201820","team_id":"20321","team_name":"Hapoel Kfar Saba FC","short_name":"Kfar Saba","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:36:34"}},{"people_id":"332841","first_name":"Ben Victor","last_name":"Chayoun","match_name":"B. Chayoun","common_name":"Ben Chayoun","date_of_birth":"2000-11-08","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:33:23","membership":{"membership_id":"3201818","team_id":"20321","team_name":"Hapoel Kfar Saba FC","short_name":"Kfar Saba","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:33:23"}},{"people_id":"98689","first_name":"Aviv","last_name":"Solomon","match_name":"A. Solomon","common_name":"Aviv Solomon","date_of_birth":"1995-01-10","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 19:32:10","membership":[{"membership_id":"3201817","team_id":"20321","team_name":"Hapoel Kfar Saba FC","short_name":"Kfar Saba","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:32:10"},{"membership_id":"1327058","team_id":"18730","team_name":"FC Ashdod","short_name":"FC Ashdod","team_area_name":"Israel","team_area_id":"99","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:32:00"}]},{"people_id":"332840","first_name":"Torai","last_name":"Sihao","match_name":"T. Sihao","common_name":"Torai Sihao","date_of_birth":"2000-06-06","place_of_birth":"","country_of_birth":"Gambia","nationality":"Gambia","country_of_birth_area_id":"78","nationality_area_id":"78","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:30:53","membership":{"membership_id":"3201815","team_id":"20310","team_name":"Sektzia Nes Tziona FC","short_name":"Sektiza NT","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:30:53"}},{"people_id":"98901","first_name":"Ohad","last_name":"Rabinowitz","match_name":"O. Rabinowitz","common_name":"Ohad Rabinowitz","date_of_birth":"1996-06-23","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:29:37","membership":[{"membership_id":"3201814","team_id":"18730","team_name":"FC Ashdod","short_name":"FC Ashdod","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:29:37"},{"membership_id":"2768540","team_id":"20317","team_name":"Hapoel Nazareth Illit FC","short_name":"Nazareth Illit","team_area_name":"Israel","team_area_id":"99","start_date":"2018-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:29:28"}]},{"people_id":"296488","first_name":"Yakir","last_name":"Artzi","match_name":"Y. Artzi","common_name":"Yakir Artzi","date_of_birth":"1995-09-03","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 19:28:26","membership":[{"membership_id":"3201812","team_id":"18779","team_name":"Beitar Jerusalem FC","short_name":"Beitar Jer","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:28:26"},{"membership_id":"2858188","team_id":"20305","team_name":"Maccabi Yavne FC","short_name":"Mac Yavne","team_area_name":"Israel","team_area_id":"99","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:28:16"}]},{"people_id":"287824","first_name":"Roy","last_name":"Korine","match_name":"R. Korine","common_name":"Roy Korine","date_of_birth":"2002-10-09","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 19:26:16","membership":{"membership_id":"3201811","team_id":"18786","team_name":"Maccabi Netanya FC","short_name":"Mac Netanya","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:26:16"}},{"people_id":"332839","first_name":"Omri","last_name":"Gandelman","match_name":"O. Gandelman","common_name":"Omri Gandelman","date_of_birth":"2000-05-16","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:25:18","membership":{"membership_id":"3201809","team_id":"18786","team_name":"Maccabi Netanya FC","short_name":"Mac Netanya","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:25:18"}},{"people_id":"275028","first_name":"Yuval","last_name":"Sadeh","match_name":"Y. Sadeh","common_name":"Yuval Sadeh","date_of_birth":"2000-05-10","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 19:22:48","membership":[{"membership_id":"3201807","team_id":"18786","team_name":"Maccabi Netanya FC","short_name":"Mac Netanya","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:22:48"},{"membership_id":"2757989","team_id":"18785","team_name":"Hapoel Nir Ramat HaSharon FC","short_name":"Hapoel NRH","team_area_name":"Israel","team_area_id":"99","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:22:31"}]},{"people_id":"234659","first_name":"Roy","last_name":"Yonatan Ronen","match_name":"R. Ronen","common_name":"Roy Ronen","date_of_birth":"1998-01-17","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:20:06","membership":[{"membership_id":"3201806","team_id":"20321","team_name":"Hapoel Kfar Saba FC","short_name":"Kfar Saba","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:20:06"},{"membership_id":"3011803","team_id":"18775","team_name":"Hapoel Ironi Kiryat Shmona FC","short_name":"Hapoel Ironi","team_area_name":"Israel","team_area_id":"99","start_date":"2019-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:19:51"}]},{"people_id":"94140","first_name":"Ben","last_name":"Mizan","match_name":"B. Mizan","common_name":"Ben Mizan","date_of_birth":"1995-02-19","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:18:56","membership":[{"membership_id":"3201804","team_id":"20321","team_name":"Hapoel Kfar Saba FC","short_name":"Kfar Saba","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:18:56"},{"membership_id":"2756237","team_id":"17398","team_name":"Hapoel Marmorek FC","short_name":"Hap Marmorek","team_area_name":"Israel","team_area_id":"99","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:18:46"}]},{"people_id":"32564","first_name":"Noam","last_name":"Gamoun","match_name":"N. Gamoun","common_name":"Noam Gamoun","date_of_birth":"1997-03-08","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/32564.png","last_updated":"2019-08-06 19:18:32","membership":[{"membership_id":"3201803","team_id":"20321","team_name":"Hapoel Kfar Saba FC","short_name":"Kfar Saba","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:18:32"},{"membership_id":"1155944","team_id":"11651","team_name":"Hapoel Afula FC","short_name":"Hapoel Afula","team_area_name":"Israel","team_area_id":"99","start_date":"2017-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:18:20"}]},{"people_id":"274111","first_name":"Niran","last_name":"Rotstein","match_name":"N. Rotstein","common_name":"Niran Rotstein","date_of_birth":"1993-06-14","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 19:18:12","membership":[{"membership_id":"3201802","team_id":"20321","team_name":"Hapoel Kfar Saba FC","short_name":"Kfar Saba","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:18:12"},{"membership_id":"2753663","team_id":"18775","team_name":"Hapoel Ironi Kiryat Shmona FC","short_name":"Hapoel Ironi","team_area_name":"Israel","team_area_id":"99","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:18:05"}]},{"people_id":"47695","first_name":"Richárd","last_name":"Vernes","match_name":"R. Vernes","common_name":"Richárd Vernes","date_of_birth":"1992-02-24","place_of_birth":"Budapest","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"176","weight":"74","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/47695.png","last_updated":"2019-08-06 19:17:57","membership":[{"membership_id":"3201801","team_id":"20321","team_name":"Hapoel Kfar Saba FC","short_name":"Kfar Saba","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:17:57"},{"membership_id":"2725606","team_id":"18893","team_name":"Diósgyőri VTK","short_name":"Diósgyőri","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:17:48"}]},{"people_id":"120611","first_name":"Mahmoud Ali Nafe","last_name":"Yousef","match_name":"Mahmoud Yousef","common_name":"Mahmoud Yousef","date_of_birth":"1997-07-30","place_of_birth":"Nahariya","country_of_birth":"Israel","nationality":"Palestine","country_of_birth_area_id":"99","nationality_area_id":"149","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 19:16:40","membership":[{"membership_id":"3201800","team_id":"20321","team_name":"Hapoel Kfar Saba FC","short_name":"Kfar Saba","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:16:40"},{"membership_id":"2150427","team_id":"18005","team_name":"Shabab Al Khaleel SC","short_name":"Shabab Khaleel","team_area_name":"Palestine","team_area_id":"149","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:16:31"}]},{"people_id":"81624","first_name":"Sodiq Ololade","last_name":"Atanda","match_name":"S. Atanda","common_name":"Sodiq Ololade Atanda","date_of_birth":"1993-08-26","place_of_birth":"","country_of_birth":"Nigeria","nationality":"Nigeria","country_of_birth_area_id":"144","nationality_area_id":"144","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 19:16:01","membership":[{"membership_id":"3201799","team_id":"20321","team_name":"Hapoel Kfar Saba FC","short_name":"Kfar Saba","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:16:01"},{"membership_id":"289863","team_id":"18850","team_name":"FK Partizani","short_name":"Partizani","team_area_name":"Albania","team_area_id":"9","start_date":"2016-01-23","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:15:51"}]},{"people_id":"70404","first_name":"Aitor","last_name":"Ruano Castellanos","match_name":"Aitor Ruano","common_name":"Aitor Ruano","date_of_birth":"1994-08-13","place_of_birth":"Barcelona","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-06 19:15:37","membership":[{"membership_id":"3201798","team_id":"29096","team_name":"Hapoel Eran Hadera-Giv'at Olga FC","short_name":"Eran Hadera","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:15:37"},{"membership_id":"163594","team_id":"18588","team_name":"NK Zavrč","short_name":"NK Zavrč","team_area_name":"Slovenia","team_area_id":"172","start_date":"2015-07-05","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:15:29"}]},{"people_id":"158258","first_name":"Jonathan","last_name":"Cissé","match_name":"J. Cissé","common_name":"Jonathan Cissé","date_of_birth":"1997-05-18","place_of_birth":"","country_of_birth":"Côte d’Ivoire","nationality":"Côte d’Ivoire","country_of_birth_area_id":"60","nationality_area_id":"60","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 19:15:19","membership":[{"membership_id":"3201797","team_id":"29096","team_name":"Hapoel Eran Hadera-Giv'at Olga FC","short_name":"Eran Hadera","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:15:19"},{"membership_id":"1012741","team_id":"18731","team_name":"AS Monaco FC 2","short_name":"AS Monaco 2","team_area_name":"Monaco","team_area_id":"253","start_date":"2016-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:15:09"}]},{"people_id":"332838","first_name":"Roy","last_name":"Baranes","match_name":"R. Baranes","common_name":"Roy Baranes","date_of_birth":"2001-12-07","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:14:11","membership":{"membership_id":"3201796","team_id":"16512","team_name":"Hapoel Tel Aviv FC","short_name":"Hapoel TA","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:14:11"}},{"people_id":"98806","first_name":"Tomer","last_name":"Levi","match_name":"T. Levi","common_name":"Tomer Levi","date_of_birth":"1993-05-25","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/98806.png","last_updated":"2019-08-06 19:12:01","membership":[{"membership_id":"3201795","team_id":"16512","team_name":"Hapoel Tel Aviv FC","short_name":"Hapoel TA","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:12:01"},{"membership_id":"2758670","team_id":"20319","team_name":"Hapoel Ashkelon FC","short_name":"Hap Ashkelon","team_area_name":"Israel","team_area_id":"99","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:11:50"}]},{"people_id":"331565","first_name":"Francis","last_name":"Kierma","match_name":"F. Kierma","common_name":"Francis Kierma","date_of_birth":"","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 19:11:25"},{"people_id":"45565","first_name":"Lior","last_name":"Inbrum","match_name":"L. Inbrum","common_name":"Lior Inbrum","date_of_birth":"1996-01-12","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"180","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/45565.png","last_updated":"2019-08-06 19:10:18","membership":[{"membership_id":"3201794","team_id":"16512","team_name":"Hapoel Tel Aviv FC","short_name":"Hapoel TA","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:10:18"},{"membership_id":"2718773","team_id":"18779","team_name":"Beitar Jerusalem FC","short_name":"Beitar Jer","team_area_name":"Israel","team_area_id":"99","start_date":"2018-07-05","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:10:07"}]},{"people_id":"332837","first_name":"Zohar","last_name":"Zohar","match_name":"Z. Zasno","common_name":"Zohar Zohar","date_of_birth":"2001-11-21","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:09:23","membership":{"membership_id":"3201793","team_id":"18730","team_name":"FC Ashdod","short_name":"FC Ashdod","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:09:23"}},{"people_id":"230169","first_name":"Montari","last_name":"Kamaheni","match_name":"M. Kamaheni","common_name":"Montari Kamaheni","date_of_birth":"2000-02-01","place_of_birth":"","country_of_birth":"Ghana","nationality":"Ghana","country_of_birth_area_id":"81","nationality_area_id":"81","gender":"male","height":"174","weight":"61","foot":"left","position":"Defender","player_picture":"","last_updated":"2019-08-06 19:07:44","membership":[{"membership_id":"3201792","team_id":"18730","team_name":"FC Ashdod","short_name":"FC Ashdod","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:07:44"},{"membership_id":"2589461","team_id":"26650","team_name":"Dreams FC","short_name":"Dreams FC","team_area_name":"Ghana","team_area_id":"81","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:07:32"}]},{"people_id":"38639","first_name":"Elior","last_name":"Mashali","match_name":"E. Mashali","common_name":"Elior Mashali","date_of_birth":"1995-07-05","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 19:06:15","membership":[{"membership_id":"3201791","team_id":"18730","team_name":"FC Ashdod","short_name":"FC Ashdod","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:06:15"},{"membership_id":"2758673","team_id":"20319","team_name":"Hapoel Ashkelon FC","short_name":"Hap Ashkelon","team_area_name":"Israel","team_area_id":"99","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:06:04"}]},{"people_id":"16022","first_name":"Milovan","last_name":"Petrovikj","match_name":"M. Petrovikj","common_name":"Milovan Petrovikj","date_of_birth":"1990-01-23","place_of_birth":"Kavadarci","country_of_birth":"North Macedonia","nationality":"North Macedonia","country_of_birth_area_id":"120","nationality_area_id":"120","gender":"male","height":"174","weight":"71","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:05:42","membership":[{"membership_id":"3201790","team_id":"15960","team_name":"FK Sutjeska Nikšić","short_name":"Sutjeska Nik","team_area_name":"Montenegro","team_area_id":"225","start_date":"2019-07-28","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:05:42"},{"membership_id":"3015817","team_id":"16019","team_name":"FK Rabotnički Skopje","short_name":"Rabotnički","team_area_name":"North Macedonia","team_area_id":"120","start_date":"2019-01-01","end_date":"2019-07-28","role":"player","active":"no","last_updated":"2019-08-06 19:05:17"}]},{"people_id":"98712","first_name":"Ya'akov","last_name":"Brihon","match_name":"J. Brihon","common_name":"Ya'akov Brihon","date_of_birth":"1993-07-06","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/98712.png","last_updated":"2019-08-06 19:05:35","membership":[{"membership_id":"3201789","team_id":"18730","team_name":"FC Ashdod","short_name":"FC Ashdod","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:05:35"},{"membership_id":"396590","team_id":"18779","team_name":"Beitar Jerusalem FC","short_name":"Beitar Jer","team_area_name":"Israel","team_area_id":"99","start_date":"2016-06-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:05:27"}]},{"people_id":"38944","first_name":"Ron","last_name":"Shushan","match_name":"R. Shushan","common_name":"Ron Shushan","date_of_birth":"1993-06-11","place_of_birth":"Haifa","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38944.png","last_updated":"2019-08-06 19:05:18","membership":[{"membership_id":"3201788","team_id":"18730","team_name":"FC Ashdod","short_name":"FC Ashdod","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:05:18"},{"membership_id":"1330233","team_id":"11651","team_name":"Hapoel Afula FC","short_name":"Hapoel Afula","team_area_name":"Israel","team_area_id":"99","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:05:11"}]},{"people_id":"275197","first_name":"Firas","last_name":"Abu Akel","match_name":"F. Abu Akel","common_name":"Firas Abu Akel","date_of_birth":"1997-02-08","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 19:05:03","membership":[{"membership_id":"3201787","team_id":"18730","team_name":"FC Ashdod","short_name":"FC Ashdod","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:05:03"},{"membership_id":"2758712","team_id":"29100","team_name":"Hapoel Iksal FC","short_name":"Hapoel Iksal","team_area_name":"Israel","team_area_id":"99","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:04:51"}]},{"people_id":"32713","first_name":"Naor","last_name":"Aboudi","match_name":"N. Aboudi","common_name":"Naor Aboudi","date_of_birth":"1993-07-17","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:04:41","membership":[{"membership_id":"3201786","team_id":"18730","team_name":"FC Ashdod","short_name":"FC Ashdod","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:04:41"},{"membership_id":"3040974","team_id":"18780","team_name":"Hapoel Ironi Acre FC","short_name":"Hapoel Acre","team_area_name":"Israel","team_area_id":"99","start_date":"2019-03-20","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:04:34"}]},{"people_id":"70141","first_name":"Vladimir","last_name":"Azarov","match_name":"V. Azarov","common_name":"Vladimir Azarov","date_of_birth":"1994-03-19","place_of_birth":"","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"173","weight":"69","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 19:00:18","membership":[{"membership_id":"3201785","team_id":"31778","team_name":"FC Noah","short_name":"FC Noah","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 19:00:18"},{"membership_id":"161265","team_id":"19196","team_name":"FK Sibir Novosibirsk","short_name":"FK Sibir","team_area_name":"Russia","team_area_id":"160","start_date":"2015-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 19:00:11"}]},{"people_id":"331547","first_name":"Stepan","last_name":"Kuleshov","match_name":"S. Kuleshov","common_name":"Stepan Kuleshov","date_of_birth":"2001-01-24","place_of_birth":"","country_of_birth":"Belgium","nationality":"Belgium","country_of_birth_area_id":"27","nationality_area_id":"27","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 19:00:15"},{"people_id":"291644","first_name":"Sergey","last_name":"Mikhaylov","match_name":"S. Mikhaylov","common_name":"Sergey Mikhaylov","date_of_birth":"1998-04-03","place_of_birth":"","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"178","weight":"65","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:59:57","membership":{"membership_id":"3201784","team_id":"31778","team_name":"FC Noah","short_name":"FC Noah","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:59:57"}},{"people_id":"69730","first_name":"Vitaly","last_name":"Zaprudskikh","match_name":"V. Zaprudskikh","common_name":"Vitaly Zaprudskikh","date_of_birth":"1991-01-01","place_of_birth":"","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"175","weight":"70","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:59:47","membership":[{"membership_id":"3201783","team_id":"31778","team_name":"FC Noah","short_name":"FC Noah","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:59:47"},{"membership_id":"2830513","team_id":"32082","team_name":"FK Zorkiy Krasnogorsk","short_name":"Krasnogorsk","team_area_name":"Russia","team_area_id":"160","start_date":"2018-07-29","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:59:34"}]},{"people_id":"33212","first_name":"Davit","last_name":"Manoyan","match_name":"D. Manoyan","common_name":"Davit Manoyan","date_of_birth":"1990-07-05","place_of_birth":"Yerevan","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"174","weight":"65","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:59:20","membership":[{"membership_id":"3201782","team_id":"31778","team_name":"FC Noah","short_name":"FC Noah","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:59:20"},{"membership_id":"3018056","team_id":"16019","team_name":"FK Rabotnički Skopje","short_name":"Rabotnički","team_area_name":"North Macedonia","team_area_id":"120","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:59:12"}]},{"people_id":"22385","first_name":"Alexey","last_name":"Turik","match_name":"A. Turik","common_name":"Alexey Turik","date_of_birth":"1995-04-25","place_of_birth":"","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"174","weight":"65","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:59:03","membership":[{"membership_id":"3201781","team_id":"31778","team_name":"FC Noah","short_name":"FC Noah","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:59:03"},{"membership_id":"2746852","team_id":"19297","team_name":"FK Zenit Izhevsk","short_name":"Zenit Izhevsk","team_area_name":"Russia","team_area_id":"160","start_date":"2018-08-16","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:58:54"}]},{"people_id":"27542","first_name":"Tomáš","last_name":"Koubek","match_name":"T. Koubek","common_name":"Tomáš Koubek","date_of_birth":"1992-08-26","place_of_birth":"Hradec Králové","country_of_birth":"Czech Republic","nationality":"Czech Republic","country_of_birth_area_id":"59","nationality_area_id":"59","gender":"male","height":"198","weight":"95","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/27542.png","last_updated":"2019-08-06 18:58:51","membership":[{"membership_id":"3201780","team_id":"569","team_name":"FC Augsburg","short_name":"Augsburg","team_area_name":"Germany","team_area_id":"80","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:58:51"},{"membership_id":"1330048","team_id":"578","team_name":"Stade Rennais FC 1901","short_name":"Stade Rennais","team_area_name":"France","team_area_id":"76","start_date":"2017-08-29","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-06 18:58:51"}]},{"people_id":"155584","first_name":"Edgar","last_name":"Grigoryan","match_name":"E. Grigoryan","common_name":"Edgar Grigoryan","date_of_birth":"1998-08-25","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:58:39","membership":{"membership_id":"3201779","team_id":"31778","team_name":"FC Noah","short_name":"FC Noah","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:58:39"}},{"people_id":"134153","first_name":"Vadim","last_name":"Boreţ","match_name":"V. Boreţ","common_name":"Vadim Boreţ","date_of_birth":"1976-09-05","place_of_birth":"Chişinău","country_of_birth":"Moldova","nationality":"Moldova","country_of_birth_area_id":"130","nationality_area_id":"130","gender":"male","height":"178","weight":"76","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:57:53","membership":{"membership_id":"3201777","team_id":"31778","team_name":"FC Noah","short_name":"FC Noah","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 18:57:53"}},{"people_id":"229308","first_name":"Rafael","last_name":"Nazaryan","match_name":"R. Nazaryan","common_name":"Rafael Nazaryan","date_of_birth":"1975-03-26","place_of_birth":"Yerevan","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:57:48","membership":{"membership_id":"2740778","team_id":"31778","team_name":"FC Noah","short_name":"FC Noah","team_area_name":"Armenia","team_area_id":"17","start_date":"2018-06-05","end_date":"2019-06-30","role":"assistant_coach","active":"no","last_updated":"2019-08-06 18:57:48"}},{"people_id":"332836","first_name":"Kelvin","last_name":"Ofori","match_name":"K. Ofori","common_name":"Kelvin Ofori","date_of_birth":"2001-07-27","place_of_birth":"","country_of_birth":"Ghana","nationality":"Ghana","country_of_birth_area_id":"81","nationality_area_id":"81","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:57:41","membership":{"membership_id":"3201778","team_id":"540","team_name":"TSV Fortuna 95 Düsseldorf","short_name":"Düsseldorf","team_area_name":"Germany","team_area_id":"80","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:57:41"}},{"people_id":"121085","first_name":"Vardan","last_name":"Arzoyan","match_name":"V. Arzoyan","common_name":"Vardan Arzoyan","date_of_birth":"1995-04-30","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:56:50","membership":[{"membership_id":"3201776","team_id":"15252","team_name":"Gandzasar FC","short_name":"Gandzasar","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:56:50"},{"membership_id":"374462","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2016-04-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:56:43"}]},{"people_id":"33229","first_name":"Gegham","last_name":"Tumbaryan","match_name":"G. Tumbaryan","common_name":"Gegham Tumbaryan","date_of_birth":"1996-05-13","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:56:33","membership":{"membership_id":"3201775","team_id":"15252","team_name":"Gandzasar FC","short_name":"Gandzasar","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:56:33"}},{"people_id":"149842","first_name":"Hakob","last_name":"Hambardzumyan","match_name":"H. Hambardzumyan","common_name":"Hakob Hambardzumyan","date_of_birth":"1997-05-25","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:56:21","membership":[{"membership_id":"3201774","team_id":"15252","team_name":"Gandzasar FC","short_name":"Gandzasar","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:56:21"},{"membership_id":"2837787","team_id":"31778","team_name":"FC Noah","short_name":"FC Noah","team_area_name":"Armenia","team_area_id":"17","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:56:13"}]},{"people_id":"12418","first_name":"Gagik","last_name":"Maghaqyan","match_name":"G. Maghaqyan","common_name":"Gagik Maghaqyan","date_of_birth":"1996-02-07","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/12418.png","last_updated":"2019-08-06 18:56:03","membership":[{"membership_id":"3201773","team_id":"15252","team_name":"Gandzasar FC","short_name":"Gandzasar","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:56:03"},{"membership_id":"14258","team_id":"15268","team_name":"FC Banants Yerevan","short_name":"Banants","team_area_name":"Armenia","team_area_id":"17","start_date":"2014-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:55:54"}]},{"people_id":"78502","first_name":"Emil","last_name":"Yeghiazaryan","match_name":"E. Yeghiazaryan","common_name":"Emil Yeghiazaryan","date_of_birth":"1997-11-03","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"179","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:55:43","membership":[{"membership_id":"3201771","team_id":"15252","team_name":"Gandzasar FC","short_name":"Gandzasar","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:55:43"},{"membership_id":"2743570","team_id":"31778","team_name":"FC Noah","short_name":"FC Noah","team_area_name":"Armenia","team_area_id":"17","start_date":"2018-02-09","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:55:34"}]},{"people_id":"68991","first_name":"Andranik","last_name":"Kocharyan","match_name":"Andranik Kocharyan","common_name":"Andranik Kocharyan","date_of_birth":"1994-01-29","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/68991.png","last_updated":"2019-08-06 18:55:25","membership":[{"membership_id":"3201770","team_id":"15252","team_name":"Gandzasar FC","short_name":"Gandzasar","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:55:25"},{"membership_id":"1244656","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2017-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:55:17"}]},{"people_id":"33065","first_name":"Artur","last_name":"Grigoryan","match_name":"A. Grigoryan","common_name":"Artur Grigoryan","date_of_birth":"1993-07-10","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:55:08","membership":[{"membership_id":"3201769","team_id":"15252","team_name":"Gandzasar FC","short_name":"Gandzasar","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:55:08"},{"membership_id":"2743567","team_id":"31778","team_name":"FC Noah","short_name":"FC Noah","team_area_name":"Armenia","team_area_id":"17","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:54:58"}]},{"people_id":"332833","first_name":"Ibrahim","last_name":"Mandefu","match_name":"I. Mandefu","common_name":"Ibrahim Mandefu","date_of_birth":"2001-04-21","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:54:43","membership":{"membership_id":"3201767","team_id":"2176","team_name":"Lille OSC 2","short_name":"Lille OSC 2","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:54:43"}},{"people_id":"332832","first_name":"Levon","last_name":"Bdalyan","match_name":"L. Badalyan","common_name":"Levon Bdalyan","date_of_birth":"","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:51:55","membership":{"membership_id":"3201766","team_id":"15274","team_name":"FC Yerevan","short_name":"FC Yerevan","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:51:55"}},{"people_id":"95232","first_name":"Grigor","last_name":"Makaryan","match_name":"G. Makaryan","common_name":"Grigor Makaryan","date_of_birth":"1995-04-19","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 18:50:26","membership":{"membership_id":"3201765","team_id":"15274","team_name":"FC Yerevan","short_name":"FC Yerevan","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:50:26"}},{"people_id":"120842","first_name":"Vladimir","last_name":"Babayan","match_name":"V.Babayan","common_name":"Vladimir Babayan","date_of_birth":"1997-05-06","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:49:57","membership":[{"membership_id":"3201764","team_id":"15274","team_name":"FC Yerevan","short_name":"FC Yerevan","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:49:57"},{"membership_id":"3020723","team_id":"15286","team_name":"FC Lori","short_name":"FC Lori","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:49:48"}]},{"people_id":"115092","first_name":"Aghavard","last_name":"Petrosyan","match_name":"A. Petrosyan","common_name":"Aghavard Petrosyan","date_of_birth":"1997-04-16","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:49:27","membership":{"membership_id":"3201762","team_id":"15274","team_name":"FC Yerevan","short_name":"FC Yerevan","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:49:27"}},{"people_id":"70124","first_name":"Ramazan","last_name":"Isaev","match_name":"R. Isaev","common_name":"Ramazan Isaev","date_of_birth":"1998-01-17","place_of_birth":"","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"173","weight":"73","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:48:34","membership":{"membership_id":"3201761","team_id":"15274","team_name":"FC Yerevan","short_name":"FC Yerevan","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:48:34"}},{"people_id":"83685","first_name":"Edgar","last_name":"Mkrtchyan","match_name":"E. Mkrtchyan","common_name":"Edgar Mkrtchyan","date_of_birth":"1994-07-14","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:48:06","membership":{"membership_id":"3201760","team_id":"15274","team_name":"FC Yerevan","short_name":"FC Yerevan","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:48:06"}},{"people_id":"23357","first_name":"Jens","last_name":"Naessens","match_name":"J. Naessens","common_name":"Jens Naessens","date_of_birth":"1991-04-01","place_of_birth":"Deinze","country_of_birth":"Belgium","nationality":"Belgium","country_of_birth_area_id":"27","nationality_area_id":"27","gender":"male","height":"187","weight":"78","foot":"left","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/23357.png","last_updated":"2019-08-06 18:47:39","membership":{"membership_id":"3201759","team_id":"17596","team_name":"KSV Roeselare","short_name":"KSV Roeselare","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:47:39"}},{"people_id":"68362","first_name":"Aram","last_name":"Hovsepyan","match_name":"A. Hovsepyan","common_name":"Aram Hovsepyan","date_of_birth":"1991-06-06","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:47:26","membership":{"membership_id":"3201758","team_id":"15274","team_name":"FC Yerevan","short_name":"FC Yerevan","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:47:26"}},{"people_id":"332830","first_name":"Vahe","last_name":"Movsisyan","match_name":"V. Movsisyan","common_name":"Vahe Movsisyan","date_of_birth":"2002-02-02","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:46:58","membership":{"membership_id":"3201756","team_id":"15274","team_name":"FC Yerevan","short_name":"FC Yerevan","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:46:58"}},{"people_id":"63946","first_name":"Philipe","last_name":"Maia de Freitas","match_name":"Philipe Maia","common_name":"Philipe Maia","date_of_birth":"1995-07-11","place_of_birth":"Brasília, DF","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"185","weight":"79","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/63946.png","last_updated":"2019-08-06 18:46:52","membership":[{"membership_id":"3201755","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:46:52"},{"membership_id":"3080920","team_id":"17754","team_name":"Vila Nova FC","short_name":"Vila Nova FC","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-04-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:46:34"}]},{"people_id":"181861","first_name":"Aguibou","last_name":"Camara","match_name":"A. Camara","common_name":"Aguibou Camara","date_of_birth":"2001-05-20","place_of_birth":"","country_of_birth":"Guinea","nationality":"Guinea","country_of_birth_area_id":"86","nationality_area_id":"86","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:46:23","membership":{"membership_id":"3201754","team_id":"2176","team_name":"Lille OSC 2","short_name":"Lille OSC 2","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:46:23"}},{"people_id":"332828","first_name":"Roman","last_name":"Zavialov","match_name":"R. Zavialov","common_name":"Roman Zavialov","date_of_birth":"1999-09-17","place_of_birth":"","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:46:03","membership":{"membership_id":"3201753","team_id":"15274","team_name":"FC Yerevan","short_name":"FC Yerevan","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:46:03"}},{"people_id":"91685","first_name":"Abdoul Karim","last_name":"Danté","match_name":"A. Danté","common_name":"Abdoul Karim Danté","date_of_birth":"1998-10-29","place_of_birth":"Bamako","country_of_birth":"Mali","nationality":"Mali","country_of_birth_area_id":"125","nationality_area_id":"125","gender":"male","height":"182","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/91685.png","last_updated":"2019-08-06 18:45:18","membership":[{"membership_id":"3201752","team_id":"17601","team_name":"Royal Excelsior Virton","short_name":"Virton","team_area_name":"Belgium","team_area_id":"27","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:45:18"},{"membership_id":"300944","team_id":"860","team_name":"RSC Anderlecht","short_name":"Anderlecht","team_area_name":"Belgium","team_area_id":"27","start_date":"2016-10-29","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-06 18:45:03"}]},{"people_id":"161223","first_name":"Khevin","last_name":"Rodrigo Fraga","match_name":"Khevin","common_name":"Khevin","date_of_birth":"1997-06-03","place_of_birth":"Florianópolis","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:44:56","membership":[{"membership_id":"3201750","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:44:47"},{"membership_id":"3036059","team_id":"25185","team_name":"Toledo EC","short_name":"Toledo","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-03-06","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:44:56"}]},{"people_id":"97811","first_name":"Evgenii","last_name":"Evgenev","match_name":"E. Evgenev","common_name":"Evgenii Evgenev","date_of_birth":"1998-05-05","place_of_birth":"","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:44:41","membership":[{"membership_id":"3201749","team_id":"15274","team_name":"FC Yerevan","short_name":"FC Yerevan","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:44:41"},{"membership_id":"259119","team_id":"24074","team_name":"FK Spartak Moskva U19","short_name":"Spartak Moskva","team_area_name":"Russia","team_area_id":"160","start_date":"2015-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:44:25"}]},{"people_id":"250251","first_name":"Andy","last_name":"Pembélé","match_name":"A. Pembélé","common_name":"Andy Pembélé","date_of_birth":"2000-07-04","place_of_birth":"Gonesse","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"180","weight":"70","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:44:28","membership":[{"membership_id":"3201748","team_id":"2176","team_name":"Lille OSC 2","short_name":"Lille OSC 2","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:44:28"},{"membership_id":"2682205","team_id":"31206","team_name":"SM Caen 2","short_name":"SM Caen 2","team_area_name":"France","team_area_id":"76","start_date":"2018-04-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:44:28"}]},{"people_id":"332826","first_name":"Denis","last_name":"Lyubimov","match_name":"D. Lyubimov","common_name":"Denis Lyubimov","date_of_birth":"1998-03-19","place_of_birth":"Tolyatti","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:43:58","membership":{"membership_id":"3201747","team_id":"15274","team_name":"FC Yerevan","short_name":"FC Yerevan","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:43:58"}},{"people_id":"332824","first_name":"Maksim","last_name":"Evstigneev","match_name":"M. Evstigneev","common_name":"Maksim Evstigneev","date_of_birth":"1998-07-29","place_of_birth":"","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:43:02","membership":{"membership_id":"3201745","team_id":"15274","team_name":"FC Yerevan","short_name":"FC Yerevan","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:43:02"}},{"people_id":"156802","first_name":"Corentin","last_name":"Fatou","match_name":"C. Fatou","common_name":"Corentin Fatou","date_of_birth":"1998-11-30","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:42:12","membership":{"membership_id":"997699","team_id":"2176","team_name":"Lille OSC 2","short_name":"Lille OSC 2","team_area_name":"France","team_area_id":"76","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:42:12"}},{"people_id":"500469","first_name":"Svyatoslav","last_name":"Grabchak","match_name":"S. Grabchak","common_name":"Svyatoslav Grabchak","date_of_birth":"1996-03-04","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"male","height":"180","weight":"72","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:41:55","membership":[{"membership_id":"3201743","team_id":"15274","team_name":"FC Yerevan","short_name":"FC Yerevan","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:41:55"},{"membership_id":"2728891","team_id":"31489","team_name":"SK Chajka Petropavliska Borshtahivka","short_name":"SK Chajka","team_area_name":"Ukraine","team_area_id":"201","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:41:39"}]},{"people_id":"141919","first_name":"André Filipe","last_name":"Russo Franco","match_name":"André Filipe Russo Franco","common_name":"André Filipe Russo Franco","date_of_birth":"1998-04-12","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:41:27","membership":{"membership_id":"3201742","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:41:27"}},{"people_id":"132042","first_name":"Argishti","last_name":"Petrosyan","match_name":"A. Petrosyan","common_name":"Argishti Petrosyan","date_of_birth":"1992-10-16","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:41:19","membership":{"membership_id":"3201741","team_id":"15274","team_name":"FC Yerevan","short_name":"FC Yerevan","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:41:19"}},{"people_id":"209830","first_name":"Jonathan","last_name":"Bumbu","match_name":"J. Bumbu","common_name":"Jonathan Bumbu","date_of_birth":"1999-02-11","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:41:00","membership":[{"membership_id":"3201740","team_id":"31211","team_name":"Amiens SC 2","short_name":"Amiens SC 2","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:41:00"},{"membership_id":"1353941","team_id":"2176","team_name":"Lille OSC 2","short_name":"Lille OSC 2","team_area_name":"France","team_area_id":"76","start_date":"2017-05-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:41:00"}]},{"people_id":"32179","first_name":"Jānis","last_name":"Krūmiņš","match_name":"J. Krūmiņš","common_name":"Jānis Krūmiņš","date_of_birth":"1992-01-09","place_of_birth":"Rīga","country_of_birth":"Latvia","nationality":"Latvia","country_of_birth_area_id":"111","nationality_area_id":"111","gender":"male","height":"188","weight":"85","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 18:40:55","membership":[{"membership_id":"3201739","team_id":"15274","team_name":"FC Yerevan","short_name":"FC Yerevan","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:40:55"},{"membership_id":"1235070","team_id":"14590","team_name":"FK Jelgava","short_name":"Jelgava","team_area_name":"Latvia","team_area_id":"111","start_date":"2017-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:39:08"}]},{"people_id":"129286","first_name":"Olávio","last_name":"Vieira dos Santos Júnior","match_name":"Juninho","common_name":"Juninho","date_of_birth":"1996-11-21","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"179","weight":"73","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:36:29","membership":[{"membership_id":"3201735","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:36:29"},{"membership_id":"3080924","team_id":"17754","team_name":"Vila Nova FC","short_name":"Vila Nova FC","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-04-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:36:03"}]},{"people_id":"332819","first_name":"Weslen Júnior","last_name":"Faustino de Melo","match_name":"Weslen Júnior","common_name":"Weslen Júnior","date_of_birth":"1999-11-12","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:35:52","membership":{"membership_id":"3201733","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:35:52"}},{"people_id":"248221","first_name":"Yann","last_name":"Kembo Diantela","match_name":"Y. Kembo Diantela","common_name":"Yann Kembo Diantela","date_of_birth":"2002-03-20","place_of_birth":"Clichy-la-Garenne","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:35:16","membership":[{"membership_id":"3201732","team_id":"24310","team_name":"Racing Club de Lens 2","short_name":"RC Lens 2","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:35:16"},{"membership_id":"3101378","team_id":"610","team_name":"Tours FC","short_name":"Tours FC","team_area_name":"France","team_area_id":"76","start_date":"2019-05-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:35:16"},{"membership_id":"2678774","team_id":"31207","team_name":"Tours FC 2","short_name":"Tours FC 2","team_area_name":"France","team_area_id":"76","start_date":"2018-04-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:35:16"}]},{"people_id":"155591","first_name":"Albert","last_name":"Mnatsakanian","match_name":"A. Mnatsakanian","common_name":"Albert Mnatsakanian","date_of_birth":"1999-09-09","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:34:45","membership":{"membership_id":"3201731","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:34:45"}},{"people_id":"332818","first_name":"Arame","last_name":"Tsaturyan","match_name":"A. Tsaturyan","common_name":"Arame Tsaturyan","date_of_birth":"2001-08-07","place_of_birth":"","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:33:59","membership":{"membership_id":"3201730","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:33:59"}},{"people_id":"155842","first_name":"Ancoub","last_name":"Mze Ali","match_name":"A. Mze Ali","common_name":"Ancoub Mze Ali","date_of_birth":"1996-02-11","place_of_birth":"Nice","country_of_birth":"France","nationality":"Comoros","country_of_birth_area_id":"76","nationality_area_id":"232","gender":"male","height":"170","weight":"60","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/155842.png","last_updated":"2019-08-06 18:33:38","membership":[{"membership_id":"3201728","team_id":"24310","team_name":"Racing Club de Lens 2","short_name":"RC Lens 2","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:33:38"},{"membership_id":"1015294","team_id":"28869","team_name":"OGC de Nice Côte d'Azur 2","short_name":"OGC Nice 2","team_area_name":"France","team_area_id":"76","start_date":"2014-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:33:38"}]},{"people_id":"64589","first_name":"Rafael ","last_name":"Barbosa","match_name":"R. Barbosa","common_name":"Rafael Barbosa","date_of_birth":"1996-03-29","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:32:27","membership":[{"membership_id":"3201727","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:32:27"},{"membership_id":"2993126","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-01-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:32:11"}]},{"people_id":"207071","first_name":"Pierre","last_name":"Fonkeu","match_name":"P. Fonkeu","common_name":"Pierre Fonkeu","date_of_birth":"1997-07-10","place_of_birth":"","country_of_birth":"Cameroon","nationality":"Cameroon","country_of_birth_area_id":"42","nationality_area_id":"42","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:32:25","membership":[{"membership_id":"3201726","team_id":"24310","team_name":"Racing Club de Lens 2","short_name":"RC Lens 2","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:32:25"},{"membership_id":"1341150","team_id":"28112","team_name":"Norwich City FC U23","short_name":"Norwich U23","team_area_name":"England","team_area_id":"68","start_date":"2017-09-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:32:25"}]},{"people_id":"332816","first_name":"Ivan","last_name":"Spychka","match_name":"I. Spychka","common_name":"Ivan Spychka","date_of_birth":"1991-01-18","place_of_birth":"Dnipro","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"male","height":"185","weight":"70","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:32:24","membership":{"membership_id":"3201725","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:32:24"}},{"people_id":"277258","first_name":"Mohamed","last_name":"Cissé","match_name":"M. Cissé","common_name":"Mohamed Cissé","date_of_birth":"2001-04-26","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:31:43","membership":[{"membership_id":"3201723","team_id":"24310","team_name":"Racing Club de Lens 2","short_name":"RC Lens 2","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:31:43"},{"membership_id":"2764350","team_id":"31201","team_name":"Stade Lavallois Mayenne FC 2","short_name":"Stade Laval 2","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:31:43"}]},{"people_id":"275761","first_name":"Arthur","last_name":"Leblond","match_name":"A. Leblond","common_name":"Arthur Leblond","date_of_birth":"2001-01-17","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 18:30:47","membership":[{"membership_id":"3201722","team_id":"24310","team_name":"Racing Club de Lens 2","short_name":"RC Lens 2","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:30:47"},{"membership_id":"2760499","team_id":"28786","team_name":"FC Lorient 2","short_name":"Lorient 2","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:30:47"}]},{"people_id":"194969","first_name":"João Victor","last_name":"Maistro Soares","match_name":"João Victor","common_name":"João Victor","date_of_birth":"2000-08-04","place_of_birth":"Piracicaba, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:30:27","membership":{"membership_id":"3201721","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:30:27"}},{"people_id":"209846","first_name":"Yassine","last_name":"Chah","match_name":"Y. Chah","common_name":"Yassine Chah","date_of_birth":"1999-06-18","place_of_birth":"","country_of_birth":"Morocco","nationality":"Morocco","country_of_birth_area_id":"133","nationality_area_id":"133","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:29:41","membership":[{"membership_id":"3201719","team_id":"20041","team_name":"Arras Football","short_name":"Arras","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:29:41"},{"membership_id":"1353962","team_id":"24310","team_name":"Racing Club de Lens 2","short_name":"RC Lens 2","team_area_name":"France","team_area_id":"76","start_date":"2017-04-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:29:41"}]},{"people_id":"72702","first_name":"Taimuraz","last_name":"Toboev","match_name":"T. Toboev","common_name":"Taimuraz Toboev","date_of_birth":"1995-03-09","place_of_birth":"","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"170","weight":"64","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:29:26","membership":{"membership_id":"3201718","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:29:26"}},{"people_id":"206211","first_name":"Denis","last_name":"Shevchuk","match_name":"D. Shevchuk","common_name":"Denis Shevchuk","date_of_birth":"1992-01-23","place_of_birth":"","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"male","height":"169","weight":"66","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:29:18","membership":{"membership_id":"3201717","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:29:18"}},{"people_id":"84498","first_name":"Zurab","last_name":"Arziani","match_name":"Z. Arziani","common_name":"Zurab Arziani","date_of_birth":"1987-10-19","place_of_birth":"","country_of_birth":"Georgia","nationality":"Georgia","country_of_birth_area_id":"79","nationality_area_id":"79","gender":"male","height":"178","weight":"73","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:29:09","membership":[{"membership_id":"3201716","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:29:09"},{"membership_id":"2633537","team_id":"16074","team_name":"FC Kolkheti-1913 Poti","short_name":"Kolkheti Poti","team_area_name":"Georgia","team_area_id":"79","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:29:01"}]},{"people_id":"47635","first_name":"Sergey","last_name":"Karetnik","match_name":"S. Karetnik","common_name":"Sergey Karetnik","date_of_birth":"1995-02-14","place_of_birth":"Lubny","country_of_birth":"Ukraine","nationality":"Russia","country_of_birth_area_id":"201","nationality_area_id":"160","gender":"male","height":"191","weight":"80","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/47635.png","last_updated":"2019-08-06 18:28:51","membership":[{"membership_id":"3201715","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:28:51"},{"membership_id":"3025532","team_id":"15833","team_name":"FK Palanga","short_name":"FK Palanga","team_area_name":"Lithuania","team_area_id":"117","start_date":"2019-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:28:43"}]},{"people_id":"69814","first_name":"Dmitri","last_name":"Ryzhov","match_name":"D. Ryzhov","common_name":"Dmitri Ryzhov","date_of_birth":"1989-08-26","place_of_birth":"Tolyatti","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"188","weight":"84","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:28:29","membership":{"membership_id":"3201713","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:28:29"}},{"people_id":"68990","first_name":"David","last_name":"Khurtsidze","match_name":"D. Khurtsidze","common_name":"David Khurtsidze","date_of_birth":"1993-07-04","place_of_birth":"Kutaisi","country_of_birth":"Georgia","nationality":"Russia","country_of_birth_area_id":"79","nationality_area_id":"160","gender":"male","height":"185","weight":"73","foot":"left","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/68990.png","last_updated":"2019-08-06 18:28:19","membership":[{"membership_id":"3201712","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:28:19"},{"membership_id":"1325703","team_id":"32081","team_name":"FK Ararat Moskva","short_name":"Ararat","team_area_name":"Russia","team_area_id":"160","start_date":"2017-07-17","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:28:12"}]},{"people_id":"209833","first_name":"Thomas","last_name":"Decottignies","match_name":"T. Decottignies","common_name":"Thomas Decottignies","date_of_birth":"1998-01-03","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:28:11","membership":{"membership_id":"2735958","team_id":"20009","team_name":"Croix Football Iris Club","short_name":"IC Croix","team_area_name":"France","team_area_id":"76","start_date":"2018-06-22","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:28:11"}},{"people_id":"68994","first_name":"Artak","last_name":"Aleksanyan","match_name":"Artak Aleksanyan","common_name":"Artak Aleksanyan","date_of_birth":"1991-03-10","place_of_birth":"Yerevan","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"174","weight":"62","foot":"left","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:28:00","membership":{"membership_id":"3201711","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:28:00"}},{"people_id":"68978","first_name":"Konstantin","last_name":"Morozov","match_name":"K. Morozov","common_name":"Konstantin Morozov","date_of_birth":"1992-05-13","place_of_birth":"","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"181","weight":"75","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:27:47","membership":{"membership_id":"3201710","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:27:47"}},{"people_id":"22296","first_name":"Sergei","last_name":"Revyakin","match_name":"S. Revyakin","common_name":"Sergei Revyakin","date_of_birth":"1995-04-02","place_of_birth":"Sankt-Petersburg","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"189","weight":"80","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 18:27:36","membership":{"membership_id":"3201709","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:27:36"}},{"people_id":"332811","first_name":"Sergey","last_name":"Boyko","match_name":"S. Boyko","common_name":"Sergey Boyko","date_of_birth":"1971-09-14","place_of_birth":"Vladimir","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:27:05","membership":{"membership_id":"3201707","team_id":"15254","team_name":"FC Ararat Yerevan","short_name":"Ararat","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"assistant_coach","active":"yes","last_updated":"2019-08-06 18:27:05"}},{"people_id":"188626","first_name":"Miguel","last_name":"Crespo da Silva","match_name":"Crespo","common_name":"Crespo","date_of_birth":"1996-09-11","place_of_birth":"Lyon","country_of_birth":"France","nationality":"Portugal","country_of_birth_area_id":"76","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:26:57","membership":[{"membership_id":"3201706","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:26:57"},{"membership_id":"1311187","team_id":"18445","team_name":"Sporting Clube de Braga B","short_name":"SC Braga B","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:26:41"}]},{"people_id":"198567","first_name":"David","last_name":"Alcibiade","match_name":"D. Alcibiade","common_name":"David Alcibiade","date_of_birth":"1991-09-26","place_of_birth":"Créteil","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"186","weight":"72","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:26:39","membership":{"membership_id":"2994321","team_id":"20009","team_name":"Croix Football Iris Club","short_name":"IC Croix","team_area_name":"France","team_area_id":"76","start_date":"2019-01-15","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:26:39"}},{"people_id":"307093","first_name":"Baptiste","last_name":"Mendes","match_name":"B. Mendes","common_name":"Baptiste Mendes","date_of_birth":"1999-08-21","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:25:44","membership":{"membership_id":"3017880","team_id":"20009","team_name":"Croix Football Iris Club","short_name":"IC Croix","team_area_name":"France","team_area_id":"76","start_date":"2019-02-15","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:25:44"}},{"people_id":"532823","first_name":"Alex","last_name":"Paindavoine","match_name":"A. Paindavoine","common_name":"Alex Paindavoine","date_of_birth":"1998-02-11","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:25:02","membership":{"membership_id":"2745425","team_id":"20009","team_name":"Croix Football Iris Club","short_name":"IC Croix","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:25:02"}},{"people_id":"134326","first_name":"Nebojša","last_name":"Petrović","match_name":"N. Petrović","common_name":"Nebojša Petrović","date_of_birth":"","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 18:24:17","membership":{"membership_id":"3201691","team_id":"15274","team_name":"FC Yerevan","short_name":"FC Yerevan","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 18:24:17"}},{"people_id":"106499","first_name":"Dame","last_name":"Guèye","match_name":"D. Guèye","common_name":"Dame Guèye","date_of_birth":"1995-08-12","place_of_birth":"Tivaouane","country_of_birth":"Senegal","nationality":"Senegal","country_of_birth_area_id":"166","nationality_area_id":"166","gender":"male","height":"176","weight":"70","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:24:10","membership":[{"membership_id":"3201689","team_id":"20009","team_name":"Croix Football Iris Club","short_name":"IC Croix","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:24:10"},{"membership_id":"2994884","team_id":"17264","team_name":"Olympique de Médéa","short_name":"Médéa","team_area_name":"Algeria","team_area_id":"10","start_date":"2019-01-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:24:10"}]},{"people_id":"56480","first_name":"Abenego Azongha","last_name":"Tembeng","match_name":"A. Tembeng","common_name":"Abenego Tembeng","date_of_birth":"1991-09-13","place_of_birth":"Douala","country_of_birth":"Cameroon","nationality":"Cameroon","country_of_birth_area_id":"42","nationality_area_id":"42","gender":"male","height":"188","weight":"80","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:23:45","membership":[{"membership_id":"3201685","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:23:45"},{"membership_id":"1295573","team_id":"3065","team_name":"CD Tondela","short_name":"Tondela","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:23:31"}]},{"people_id":"211532","first_name":"Martin","last_name":"Pollet","match_name":"M. Pollet","common_name":"Martin Pollet","date_of_birth":"1994-11-04","place_of_birth":"Calais","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:23:14","membership":[{"membership_id":"3201680","team_id":"20009","team_name":"Croix Football Iris Club","short_name":"IC Croix","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:23:14"},{"membership_id":"2749741","team_id":"18935","team_name":"US Gravelines Foot","short_name":"Gravelines","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:23:14"}]},{"people_id":"532709","first_name":"Clément","last_name":"Boudjema","match_name":"C. Boudjema","common_name":"Clément Boudjema","date_of_birth":"1996-12-26","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:22:10","membership":[{"membership_id":"3201677","team_id":"20009","team_name":"Croix Football Iris Club","short_name":"IC Croix","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:22:10"},{"membership_id":"2736045","team_id":"31210","team_name":"Entente Feignies Aulnoye FC","short_name":"Feignies AFC","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:22:10"}]},{"people_id":"209831","first_name":"Romain","last_name":"Vanherreweghe","match_name":"R. Vanherreweghe","common_name":"Romain Vanherreweghe","date_of_birth":"1998-04-03","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 18:20:55","membership":[{"membership_id":"3201675","team_id":"28830","team_name":"Olympique Marcquois Football","short_name":"Ol. Marcquois","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:20:55"},{"membership_id":"2735964","team_id":"20009","team_name":"Croix Football Iris Club","short_name":"IC Croix","team_area_name":"France","team_area_id":"76","start_date":"2018-06-18","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:20:55"}]},{"people_id":"246556","first_name":"Nadir","last_name":"Guenoun","match_name":"N. Guenoun","common_name":"Nadir Guenoun","date_of_birth":"1990-04-16","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:20:26","membership":{"membership_id":"2674314","team_id":"20009","team_name":"Croix Football Iris Club","short_name":"IC Croix","team_area_name":"France","team_area_id":"76","start_date":"2018-04-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:20:26"}},{"people_id":"26506","first_name":"Mathieu","last_name":"Robail","match_name":"M. Robail","common_name":"Mathieu Robail","date_of_birth":"1985-06-02","place_of_birth":"Cambrai","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"173","weight":"72","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:20:05","membership":[{"membership_id":"3201674","team_id":"31210","team_name":"Entente Feignies Aulnoye FC","short_name":"Feignies AFC","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:20:05"},{"membership_id":"2736061","team_id":"20009","team_name":"Croix Football Iris Club","short_name":"IC Croix","team_area_name":"France","team_area_id":"76","start_date":"2018-06-18","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:20:05"}]},{"people_id":"52269","first_name":"Mamadou","last_name":"Dia","match_name":"M. Dia","common_name":"Mamadou Dia","date_of_birth":"1987-06-24","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"185","weight":"80","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:19:34","membership":{"membership_id":"74210","team_id":"20009","team_name":"Croix Football Iris Club","short_name":"IC Croix","team_area_name":"France","team_area_id":"76","start_date":"2014-10-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:19:34"}},{"people_id":"77595","first_name":"Jurica","last_name":"Grgec","match_name":"J. Grgec","common_name":"Jurica Grgec","date_of_birth":"1992-09-01","place_of_birth":"","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:17:52","membership":[{"membership_id":"3201671","team_id":"15268","team_name":"FC Banants Yerevan","short_name":"Banants","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:17:52"},{"membership_id":"2758856","team_id":"11651","team_name":"Hapoel Afula FC","short_name":"Hapoel Afula","team_area_name":"Israel","team_area_id":"99","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:17:42"}]},{"people_id":"177535","first_name":"Bogdan","last_name":"Miličić","match_name":"B. Miličić","common_name":"Bogdan Miličić","date_of_birth":"1989-01-06","place_of_birth":"Užice","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"174","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:17:08","membership":[{"membership_id":"3201669","team_id":"15257","team_name":"Shirak FC","short_name":"Shirak","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:17:08"},{"membership_id":"1664721","team_id":"33653","team_name":"FK Zlatibor Čajetina","short_name":"Zlatibor Čaj.","team_area_name":"Serbia","team_area_id":"224","start_date":"2017-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:16:58"}]},{"people_id":"68349","first_name":"Edgar","last_name":"Malakyan","match_name":"E. Malakyan","common_name":"Edgar Malakyan","date_of_birth":"1990-09-22","place_of_birth":"Yerevan","country_of_birth":"Armenia","nationality":"Armenia","country_of_birth_area_id":"17","nationality_area_id":"17","gender":"male","height":"171","weight":"","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/68349.png","last_updated":"2019-08-06 18:14:53","membership":[{"membership_id":"3201665","team_id":"15257","team_name":"Shirak FC","short_name":"Shirak","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:14:53"},{"membership_id":"2642052","team_id":"18246","team_name":"Jetisu Taldyqorǵan FK","short_name":"Jetisu","team_area_name":"Kazakhstan","team_area_id":"104","start_date":"2018-01-23","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:14:44"}]},{"people_id":"323022","first_name":"Mory","last_name":"Kone","match_name":"M. Kone","common_name":"Mory Kone","date_of_birth":"1995-07-13","place_of_birth":"","country_of_birth":"Côte d’Ivoire","nationality":"Côte d’Ivoire","country_of_birth_area_id":"60","nationality_area_id":"60","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:14:30","membership":[{"membership_id":"3201664","team_id":"15257","team_name":"Shirak FC","short_name":"Shirak","team_area_name":"Armenia","team_area_id":"17","start_date":"2019-07-23","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:14:30"},{"membership_id":"3120070","team_id":"15639","team_name":"BFC Daugavpils","short_name":"BFC Daugavpils","team_area_name":"Latvia","team_area_id":"111","start_date":"2019-05-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:14:16"}]},{"people_id":"11979","first_name":"Branko","last_name":"Ivanković","match_name":"B. Ivanković","common_name":"Branko Ivanković","date_of_birth":"1954-02-28","place_of_birth":"Čakovec","country_of_birth":"Croatia","nationality":"Croatia","country_of_birth_area_id":"56","nationality_area_id":"56","gender":"male","height":"181","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/11979.png","last_updated":"2019-08-06 18:12:42","membership":[{"membership_id":"3201663","team_id":"1261","team_name":"Al Ahli Saudi FC","short_name":"Al Ahli Saudi","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 18:12:42"},{"membership_id":"117026","team_id":"1712","team_name":"Persepolis FC","short_name":"Persepolis","team_area_name":"Iran","team_area_id":"96","start_date":"2015-04-13","end_date":"2019-06-30","role":"coach","active":"no","last_updated":"2019-08-06 18:12:42"}]},{"people_id":"218738","first_name":"Charlotte","last_name":"Saint-Sans Levacher","match_name":"C. Saint-Sans Levacher","common_name":"Charlotte Saint-Sans Levacher","date_of_birth":"1995-05-20","place_of_birth":"Rouen","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"180","weight":"75","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:12:18","membership":{"membership_id":"1582561","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:12:18"}},{"people_id":"923660","first_name":"Charlotte","last_name":"Sailly","match_name":"C. Sailly","common_name":"Charlotte Sailly","date_of_birth":"1997-06-16","place_of_birth":"Roubaix","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:12:06","membership":{"membership_id":"1581979","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2015-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:12:06"}},{"people_id":"30932","first_name":"Răzvan","last_name":"Lucescu","match_name":"R. Lucescu","common_name":"Răzvan Lucescu","date_of_birth":"1969-02-17","place_of_birth":"","country_of_birth":"Romania","nationality":"Romania","country_of_birth_area_id":"159","nationality_area_id":"159","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/30932.png","last_updated":"2019-08-06 18:11:53","membership":[{"membership_id":"3201661","team_id":"1256","team_name":"Al Hilal Saudi Club","short_name":"Al Hilal Saudi","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 18:11:47"},{"membership_id":"1319217","team_id":"1494","team_name":"PAOK FC","short_name":"PAOK FC","team_area_name":"Greece","team_area_id":"82","start_date":"2017-08-11","end_date":"2019-06-30","role":"coach","active":"no","last_updated":"2019-08-06 17:44:50"},{"membership_id":"34996","team_id":"1801","team_name":"SC FC Petrolul Ploieşti","short_name":"Petrolul","team_area_name":"Romania","team_area_id":"159","start_date":"2014-03-11","end_date":"2014-09-25","role":"coach","active":"no","last_updated":"2019-08-06 18:11:47"}]},{"people_id":"923690","first_name":"Camille","last_name":"Lewandoski","match_name":"C. Lewandoski","common_name":"Camille Lewandoski","date_of_birth":"1990-06-14","place_of_birth":"Douai","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"175","weight":"58","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:11:52","membership":{"membership_id":"1581988","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2017-07-10","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:11:52"}},{"people_id":"38542","first_name":"Simão Pedro","last_name":"Soares Azevedo","match_name":"Simãozinho","common_name":"Simãozinho","date_of_birth":"1995-05-31","place_of_birth":"Trofa","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"181","weight":"70","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38542.png","last_updated":"2019-08-06 18:11:52","membership":[{"membership_id":"3201662","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-10","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:11:52"},{"membership_id":"177410","team_id":"18445","team_name":"Sporting Clube de Braga B","short_name":"SC Braga B","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-08-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:11:35"}]},{"people_id":"923630","first_name":"Camille","last_name":"Dolignon","match_name":"C. Dolignon","common_name":"Camille Dolignon","date_of_birth":"1997-02-20","place_of_birth":"Rouen","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:11:33","membership":{"membership_id":"1581966","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2015-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:11:33"}},{"people_id":"923662","first_name":"Anne-Laure","last_name":"Davy","match_name":"A. Davy","common_name":"Anne-Laure Davy","date_of_birth":"1992-01-30","place_of_birth":"Angers","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:11:20","membership":{"membership_id":"1581981","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2017-07-12","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 18:11:20"}},{"people_id":"274238","first_name":"Yazeed","last_name":"Al Bakr","match_name":"Yazeed Al Bakr","common_name":"Yazeed Al Bakr","date_of_birth":"1995-11-11","place_of_birth":"","country_of_birth":"Saudi Arabia","nationality":"Saudi Arabia","country_of_birth_area_id":"164","nationality_area_id":"164","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 18:10:23","membership":[{"membership_id":"3201660","team_id":"1261","team_name":"Al Ahli Saudi FC","short_name":"Al Ahli Saudi","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:10:23"},{"membership_id":"2755246","team_id":"1263","team_name":"Al Faisaly FC","short_name":"Al Faisaly","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2018-08-30","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:10:23"}]},{"people_id":"75953","first_name":"Sultan Ahmed Mohammed","last_name":"Mandash","match_name":"Sultan Mandash","common_name":"Sultan Mandash","date_of_birth":"1994-10-17","place_of_birth":"Jiddah","country_of_birth":"Saudi Arabia","nationality":"Saudi Arabia","country_of_birth_area_id":"164","nationality_area_id":"164","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/75953.png","last_updated":"2019-08-06 18:10:11","membership":[{"membership_id":"3201659","team_id":"1261","team_name":"Al Ahli Saudi FC","short_name":"Al Ahli Saudi","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:10:11"},{"membership_id":"1313737","team_id":"1263","team_name":"Al Faisaly FC","short_name":"Al Faisaly","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:10:11"}]},{"people_id":"76228","first_name":"Mohammed Abdu Ibrahim","last_name":"Khubrani","match_name":"Mohammed Khubrani","common_name":"Mohammed Khubrani","date_of_birth":"1993-10-14","place_of_birth":"ad-Dammām","country_of_birth":"Saudi Arabia","nationality":"Saudi Arabia","country_of_birth_area_id":"164","nationality_area_id":"164","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/76228.png","last_updated":"2019-08-06 18:10:02","membership":[{"membership_id":"3201658","team_id":"1261","team_name":"Al Ahli Saudi FC","short_name":"Al Ahli Saudi","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:10:02"},{"membership_id":"186631","team_id":"1270","team_name":"Al Qadisiya FC","short_name":"Al Qadisiya","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2015-07-30","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:10:02"}]},{"people_id":"21345","first_name":"Danijel","last_name":"Aleksić","match_name":"D. Aleksić","common_name":"Danijel Aleksić","date_of_birth":"1991-04-30","place_of_birth":"Pula","country_of_birth":"Croatia","nationality":"Serbia","country_of_birth_area_id":"56","nationality_area_id":"224","gender":"male","height":"182","weight":"74","foot":"left","position":"Attacker","player_picture":"","last_updated":"2019-08-06 18:09:51","membership":[{"membership_id":"3201657","team_id":"1261","team_name":"Al Ahli Saudi FC","short_name":"Al Ahli Saudi","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:09:51"},{"membership_id":"2741329","team_id":"18291","team_name":"Yeni Malatyaspor","short_name":"Y. Malatyaspor","team_area_name":"Turkey","team_area_id":"196","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:09:51"}]},{"people_id":"149161","first_name":"Ali Hassan A.","last_name":"Al Asmari","match_name":"Ali Al Asmari","common_name":"Ali Al Asmari","date_of_birth":"1997-01-12","place_of_birth":"","country_of_birth":"Saudi Arabia","nationality":"Saudi Arabia","country_of_birth_area_id":"164","nationality_area_id":"164","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/149161.png","last_updated":"2019-08-06 18:09:43","membership":[{"membership_id":"3201656","team_id":"1261","team_name":"Al Ahli Saudi FC","short_name":"Al Ahli Saudi","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:09:43"},{"membership_id":"2752782","team_id":"1276","team_name":"Ohod Club","short_name":"Ohod","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2018-08-26","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:09:43"}]},{"people_id":"17720","first_name":"Hyunsoo","last_name":"Jang","match_name":"Jang Hyunsoo","common_name":"Jang Hyunsoo","date_of_birth":"1991-09-28","place_of_birth":"Seoul","country_of_birth":"Korea Republic","nationality":"Korea Republic","country_of_birth_area_id":"107","nationality_area_id":"107","gender":"male","height":"187","weight":"79","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/17720.png","last_updated":"2019-08-06 18:09:25","membership":[{"membership_id":"3201655","team_id":"1256","team_name":"Al Hilal Saudi Club","short_name":"Al Hilal Saudi","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:09:25"},{"membership_id":"1296044","team_id":"1151","team_name":"FC Tokyo","short_name":"FC Tokyo","team_area_name":"Japan","team_area_id":"102","start_date":"2017-07-12","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:09:25"}]},{"people_id":"14520","first_name":"Abdullah Fareed Ibrahim","last_name":"Al Hafith","match_name":"Abdullah Al Hafith","common_name":"Abdullah Al Hafith","date_of_birth":"1992-12-25","place_of_birth":"Makkah","country_of_birth":"Saudi Arabia","nationality":"Saudi Arabia","country_of_birth_area_id":"164","nationality_area_id":"164","gender":"male","height":"188","weight":"80","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/14520.png","last_updated":"2019-08-06 18:09:15","membership":[{"membership_id":"3201654","team_id":"1256","team_name":"Al Hilal Saudi Club","short_name":"Al Hilal Saudi","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:09:15"},{"membership_id":"3010165","team_id":"1258","team_name":"Al Ettifaq Saudi Club","short_name":"Al Ettifaq","team_area_name":"Saudi Arabia","team_area_id":"164","start_date":"2019-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:09:15"}]},{"people_id":"65210","first_name":"Mohammed Ahmed M.","last_name":"Al Bakri","match_name":"Mohammed Al Bakri","common_name":"Mohammed Al Bakri","date_of_birth":"1997-03-28","place_of_birth":"Doha","country_of_birth":"Qatar","nationality":"Qatar","country_of_birth_area_id":"158","nationality_area_id":"158","gender":"male","height":"181","weight":"69","foot":"","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/65210.png","last_updated":"2019-08-06 18:08:29","membership":[{"membership_id":"3201652","team_id":"1238","team_name":"Al Duhail SC","short_name":"Al Duhail","team_area_name":"Qatar","team_area_id":"158","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:08:29"},{"membership_id":"2733985","team_id":"1227","team_name":"Al Khor SC","short_name":"Al Khor","team_area_name":"Qatar","team_area_id":"158","start_date":"2018-07-07","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:08:29"}]},{"people_id":"38298","first_name":"Marcos André","last_name":"Costa Valente","match_name":"MarcosValente","common_name":"Marcos Valente","date_of_birth":"1994-02-04","place_of_birth":"Penafiel","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"196","weight":"75","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/38298.png","last_updated":"2019-08-06 18:08:29","membership":{"membership_id":"3165734","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:08:29"}},{"people_id":"140360","first_name":"Khaled Mohammed Mohammed","last_name":"Saleh","match_name":"Khaled Mohammed","common_name":"Khaled Mohammed","date_of_birth":"2000-06-07","place_of_birth":"Doha","country_of_birth":"Qatar","nationality":"Qatar","country_of_birth_area_id":"158","nationality_area_id":"158","gender":"male","height":"168","weight":"61","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/140360.png","last_updated":"2019-08-06 18:08:13","membership":[{"membership_id":"3201651","team_id":"1238","team_name":"Al Duhail SC","short_name":"Al Duhail","team_area_name":"Qatar","team_area_id":"158","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:08:13"},{"membership_id":"3009744","team_id":"1228","team_name":"Qatar SC","short_name":"Qatar SC","team_area_name":"Qatar","team_area_id":"158","start_date":"2019-02-06","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:08:13"}]},{"people_id":"140365","first_name":"Hashim Ali Abdullatif","last_name":"Ali","match_name":"Hashim Ali","common_name":"Hashim Ali","date_of_birth":"2000-08-17","place_of_birth":"","country_of_birth":"Kenya","nationality":"Qatar","country_of_birth_area_id":"105","nationality_area_id":"158","gender":"male","height":"166","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/140365.png","last_updated":"2019-08-06 18:07:44","membership":[{"membership_id":"3201650","team_id":"1231","team_name":"Al Sadd SC","short_name":"Al Sadd","team_area_name":"Qatar","team_area_id":"158","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:07:44"},{"membership_id":"3012806","team_id":"1229","team_name":"Al Arabi SC","short_name":"Al Arabi","team_area_name":"Qatar","team_area_id":"158","start_date":"2019-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 18:07:44"}]},{"people_id":"39092","first_name":"Boualem","last_name":"Khoukhi","match_name":"Boualem Khoukhi","common_name":"Boualem Khoukhi","date_of_birth":"1990-07-09","place_of_birth":"Bou Ismaïl","country_of_birth":"Algeria","nationality":"Qatar","country_of_birth_area_id":"10","nationality_area_id":"158","gender":"male","height":"183","weight":"76","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/39092.png","last_updated":"2019-08-06 18:07:18","membership":{"membership_id":"1329719","team_id":"1231","team_name":"Al Sadd SC","short_name":"Al Sadd","team_area_name":"Qatar","team_area_id":"158","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:07:18"}},{"people_id":"52119","first_name":"Akram Hassan Afif Yahya","last_name":"Afif","match_name":"Akram Afif","common_name":"Akram Afif","date_of_birth":"1996-11-18","place_of_birth":"Doha","country_of_birth":"Qatar","nationality":"Qatar","country_of_birth_area_id":"158","nationality_area_id":"158","gender":"male","height":"177","weight":"68","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/52119.png","last_updated":"2019-08-06 18:06:52","membership":{"membership_id":"2719850","team_id":"1231","team_name":"Al Sadd SC","short_name":"Al Sadd","team_area_name":"Qatar","team_area_id":"158","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:06:52"}},{"people_id":"29126","first_name":"Rodrigo","last_name":"Defendi","match_name":"Rodrigo Defendi","common_name":"Rodrigo Defendi","date_of_birth":"1986-06-17","place_of_birth":"Ribeirão Preto, SP","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"79","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 18:02:41","membership":[{"membership_id":"3201646","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-25","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:02:41"},{"membership_id":"1308900","team_id":"1559","team_name":"CD Aves","short_name":"Aves","team_area_name":"Portugal","team_area_id":"156","start_date":"2017-07-12","end_date":"2019-07-25","role":"player","active":"no","last_updated":"2019-08-06 18:02:18"}]},{"people_id":"41673","first_name":"António Filipe","last_name":"Norinho de Carvalho","match_name":"António Filipe","common_name":"António Filipe","date_of_birth":"1985-04-14","place_of_birth":"Foz do Sousa","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"187","weight":"84","foot":"right","position":"Goalkeeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/41673.png","last_updated":"2019-08-06 17:59:57","membership":[{"membership_id":"3201642","team_id":"1542","team_name":"GD Estoril Praia","short_name":"Estoril Praia","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 17:59:57"},{"membership_id":"184835","team_id":"1564","team_name":"GD Chaves","short_name":"Chaves","team_area_name":"Portugal","team_area_id":"156","start_date":"2015-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 17:59:45"}]},{"people_id":"332797","first_name":"Matchoi Bobó","last_name":"Djaló","match_name":"M. Djaló","common_name":"Matchoi Djaló","date_of_birth":"2003-04-10","place_of_birth":"","country_of_birth":"Guinea-Bissau","nationality":"Guinea-Bissau","country_of_birth_area_id":"87","nationality_area_id":"87","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 17:54:04","membership":{"membership_id":"3201639","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 17:54:04"}},{"people_id":"279862","first_name":"Eva","last_name":"Fremaux","match_name":"E. Fremaux","common_name":"Eva Fremaux","date_of_birth":"2002-03-28","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 17:52:41","membership":{"membership_id":"3201638","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 17:52:41"}},{"people_id":"363231","first_name":"Laetitia","last_name":"Chapeh Yimga","match_name":"Laetitia","common_name":"Laetitia Yimga","date_of_birth":"1987-04-07","place_of_birth":"Douala","country_of_birth":"Cameroon","nationality":"Cameroon","country_of_birth_area_id":"42","nationality_area_id":"42","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 17:52:01","membership":{"membership_id":"1582545","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 17:52:01"}},{"people_id":"187781","first_name":"Sarah Marie","last_name":"Teegarden","match_name":"S. Teegarden","common_name":"Sarah Teegarden","date_of_birth":"1995-04-21","place_of_birth":"Arcadia, CA","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"170","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 17:51:20","membership":{"membership_id":"3007873","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2019-01-25","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 17:51:20"}},{"people_id":"923658","first_name":"Rachel","last_name":"Saïdi","match_name":"R. Saïdi","common_name":"Rachel Saïdi","date_of_birth":"1988-06-08","place_of_birth":"Malo-Les-Bains","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 17:51:08","membership":{"membership_id":"1581977","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2015-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 17:51:08"}},{"people_id":"215117","first_name":"Maïté","last_name":"Boucly","match_name":"M. Boucly","common_name":"Maïté Boucly","date_of_birth":"2001-10-04","place_of_birth":"Villeneuve-d'Ascq","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 17:50:43"},{"people_id":"923628","first_name":"Ludivine","last_name":"Bultel","match_name":"L. Bultel","common_name":"Ludivine Bultel","date_of_birth":"1989-07-07","place_of_birth":"Hénin-Beaumont","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"171","weight":"54","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 17:50:25","membership":{"membership_id":"1581964","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 17:50:25"}},{"people_id":"218740","first_name":"Justine","last_name":"Bauduin","match_name":"J. Bauduin","common_name":"Justine Bauduin","date_of_birth":"1994-08-18","place_of_birth":"Seclin","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 17:49:43","membership":{"membership_id":"1582565","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 17:49:43"}},{"people_id":"332796","first_name":"Diogo Rafael","last_name":"Almeida","match_name":"Almeida","common_name":"Diogo Almeida","date_of_birth":"2000-09-08","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 17:49:27","membership":{"membership_id":"3201636","team_id":"1541","team_name":"FC Paços de Ferreira","short_name":"Paços Ferreira","team_area_name":"Portugal","team_area_id":"156","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 17:49:27"}},{"people_id":"218737","first_name":"Jessica","last_name":"Lernon","match_name":"J. Lernon","common_name":"Jessica Lernon","date_of_birth":"1993-05-26","place_of_birth":"Cambrai","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"164","weight":"60","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 17:49:07","membership":{"membership_id":"1582557","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 17:49:07"}},{"people_id":"218732","first_name":"Jennifer","last_name":"Bouchenna","match_name":"J. Bouchenna","common_name":"Jennifer Bouchenna","date_of_birth":"1992-03-09","place_of_birth":"Condé-sur-Escaut","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"154","weight":"47","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 17:48:51","membership":{"membership_id":"1582542","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 17:48:51"}},{"people_id":"27338","first_name":"Faycal","last_name":"Rherras","match_name":"F. Rherras","common_name":"Faycal Rherras","date_of_birth":"1993-04-07","place_of_birth":"Liège","country_of_birth":"Belgium","nationality":"Morocco","country_of_birth_area_id":"27","nationality_area_id":"133","gender":"male","height":"183","weight":"78","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/27338.png","last_updated":"2019-08-06 17:48:02","membership":{"membership_id":"3201635","team_id":"15715","team_name":"Qarabağ Ağdam FK","short_name":"Qarabağ Ağdam","team_area_name":"Azerbaijan","team_area_id":"21","start_date":"2019-07-15","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 17:48:02"}},{"people_id":"332795","first_name":"Kenin","last_name":"Devedžić","match_name":"K. Devedžić","common_name":"Kenin Devedžić","date_of_birth":"2000-01-01","place_of_birth":"Gračanica","country_of_birth":"Bosnia and Herzegovina","nationality":"Bosnia and Herzegovina","country_of_birth_area_id":"33","nationality_area_id":"33","gender":"male","height":"190","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-06 17:47:17","membership":{"membership_id":"3201634","team_id":"18838","team_name":"FK Sloboda Tuzla","short_name":"Sloboda Tuzla","team_area_name":"Bosnia and Herzegovina","team_area_id":"33","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 17:47:17"}},{"people_id":"248984","first_name":"Anissa","last_name":"Dellidj","match_name":"A. Dellidj","common_name":"Anissa Dellidj","date_of_birth":"1993-04-06","place_of_birth":"Seclin","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 17:46:28","membership":{"membership_id":"2680087","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2018-04-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 17:46:28"}},{"people_id":"55108","first_name":"Abel Fernando","last_name":"Moreira Ferreira","match_name":"Abel Ferreira","common_name":"Abel Ferreira","date_of_birth":"1978-12-22","place_of_birth":"Penafiel","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"178","weight":"","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/55108.png","last_updated":"2019-08-06 17:45:11","membership":{"membership_id":"3201632","team_id":"1494","team_name":"PAOK FC","short_name":"PAOK FC","team_area_name":"Greece","team_area_id":"82","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 17:45:11"}},{"people_id":"218728","first_name":"Floriane","last_name":"Azem","match_name":"F. Azem","common_name":"Floriane Azem","date_of_birth":"1997-11-22","place_of_birth":"Roncq","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 17:43:50","membership":{"membership_id":"1582533","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 17:43:50"}},{"people_id":"231193","first_name":"Danielle","last_name":"Tolmais","match_name":"D. Tolmais","common_name":"Danielle Tolmais","date_of_birth":"1995-03-15","place_of_birth":"St. Louis, MO","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 17:43:21","membership":{"membership_id":"2738666","team_id":"34035","team_name":"Lille OSC","short_name":"Lille OSC","team_area_name":"France","team_area_id":"76","start_date":"2018-07-25","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 17:43:21"}},{"people_id":"85096","first_name":"Yoann","last_name":"Martelat","match_name":"Y. Martelat","common_name":"Yoann Martelat","date_of_birth":"1997-01-16","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"173","weight":"61","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 17:41:07","membership":{"membership_id":"3201633","team_id":"18838","team_name":"FK Sloboda Tuzla","short_name":"Sloboda Tuzla","team_area_name":"Bosnia and Herzegovina","team_area_id":"33","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 17:41:07"}},{"people_id":"72801","first_name":"Jamie","last_name":"Redman","match_name":"J. Redman","common_name":"Jamie Redman","date_of_birth":"1986-08-13","place_of_birth":"","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"male","height":"175","weight":"68","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 17:37:22","membership":[{"membership_id":"3201631","team_id":"21126","team_name":"Cove Rangers FC","short_name":"Cove Rangers","team_area_name":"Scotland","team_area_id":"165","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 17:37:22"},{"membership_id":"1294095","team_id":"20020","team_name":"Montrose FC","short_name":"Montrose","team_area_name":"Scotland","team_area_id":"165","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 17:37:09"}]},{"people_id":"30173","first_name":"José Javier","last_name":"Hurtado Guillén","match_name":"J. Hurtado","common_name":"José Hurtado","date_of_birth":"1994-09-24","place_of_birth":"Ciudad Valles","country_of_birth":"Mexico","nationality":"Mexico","country_of_birth_area_id":"129","nationality_area_id":"129","gender":"male","height":"174","weight":"65","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 17:11:24","membership":{"membership_id":"3201630","team_id":"15439","team_name":"AD Municipal Pérez Zeledón","short_name":"Pérez Zeledón","team_area_name":"Costa Rica","team_area_id":"55","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 17:11:24"}},{"people_id":"13255","first_name":"Petteri","last_name":"Forsell","match_name":"P. Forsell","common_name":"Petteri Forsell","date_of_birth":"1990-10-16","place_of_birth":"Kokkola","country_of_birth":"Finland","nationality":"Finland","country_of_birth_area_id":"75","nationality_area_id":"75","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/13255.png","last_updated":"2019-08-06 17:00:49","membership":[{"membership_id":"3201629","team_id":"1757","team_name":"Helsingin JK","short_name":"HJK","team_area_name":"Finland","team_area_id":"75","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 17:00:49"},{"membership_id":"3201447","team_id":"1757","team_name":"Helsingin JK","short_name":"HJK","team_area_name":"Finland","team_area_id":"75","start_date":"2019-08-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-06 12:56:10"},{"membership_id":"2596932","team_id":"18454","team_name":"MKS Miedź Legnica","short_name":"Miedź","team_area_name":"Poland","team_area_id":"155","start_date":"2018-01-12","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-06 17:00:37"}]},{"people_id":"332794","first_name":"Stoycho","last_name":"Krasimirov Papazov","match_name":"S. Papazov","common_name":"Stoycho Papazov","date_of_birth":"2000-06-29","place_of_birth":"","country_of_birth":"Bulgaria","nationality":"Bulgaria","country_of_birth_area_id":"38","nationality_area_id":"38","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 16:46:43","membership":{"membership_id":"3201628","team_id":"28229","team_name":"FK Tsarsko Selo Sofia","short_name":"Tsarsko Selo","team_area_name":"Bulgaria","team_area_id":"38","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 16:46:43"}},{"people_id":"213057","first_name":"Dominik","last_name":"Yankov","match_name":"D. Yankov","common_name":"Dominik Yankov","date_of_birth":"2000-07-28","place_of_birth":"","country_of_birth":"Bulgaria","nationality":"Bulgaria","country_of_birth_area_id":"38","nationality_area_id":"38","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 16:37:27","membership":[{"membership_id":"3201627","team_id":"25221","team_name":"POFK Botev Vratsa","short_name":"Botev Vratsa","team_area_name":"Bulgaria","team_area_id":"38","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 16:37:27"},{"membership_id":"3196781","team_id":"18787","team_name":"PFK Ludogorets 1945 Razgrad","short_name":"Ludogorets","team_area_name":"Bulgaria","team_area_id":"38","start_date":"2019-07-15","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-06 16:37:18"}]},{"people_id":"26168","first_name":"Rosen","last_name":"Kolev","match_name":"R. Kolev","common_name":"Rosen Kolev","date_of_birth":"1990-07-04","place_of_birth":"","country_of_birth":"Bulgaria","nationality":"Bulgaria","country_of_birth_area_id":"38","nationality_area_id":"38","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 16:26:12","membership":[{"membership_id":"3201626","team_id":"23468","team_name":"FK Dunav 2010 Ruse","short_name":"Dunav Ruse","team_area_name":"Bulgaria","team_area_id":"38","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 16:26:12"},{"membership_id":"1829208","team_id":"16222","team_name":"Hong Kong Pegasus FC","short_name":"HK Pegasus","team_area_name":"Hong Kong","team_area_id":"91","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 16:25:59"}]},{"people_id":"96682","first_name":"Sebastiaan","last_name":"Bornauw","match_name":"S. Bornauw","common_name":"Sebastiaan Bornauw","date_of_birth":"1999-03-22","place_of_birth":"","country_of_birth":"Belgium","nationality":"Belgium","country_of_birth_area_id":"27","nationality_area_id":"27","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/96682.png","last_updated":"2019-08-06 16:24:12","membership":[{"membership_id":"3201625","team_id":"519","team_name":"1. FC Köln","short_name":"1. FC Köln","team_area_name":"Germany","team_area_id":"80","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 16:24:12"},{"membership_id":"1466704","team_id":"860","team_name":"RSC Anderlecht","short_name":"Anderlecht","team_area_name":"Belgium","team_area_id":"27","start_date":"2017-10-17","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-06 16:23:50"}]},{"people_id":"56189","first_name":"Viktor","last_name":"Genev","match_name":"V. Genev","common_name":"Viktor Genev","date_of_birth":"1988-10-27","place_of_birth":"Sofia","country_of_birth":"Bulgaria","nationality":"Bulgaria","country_of_birth_area_id":"38","nationality_area_id":"38","gender":"male","height":"186","weight":"84","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/56189.png","last_updated":"2019-08-06 16:23:41","membership":{"membership_id":"3201624","team_id":"18788","team_name":"PFK Beroe Stara Zagora","short_name":"Beroe","team_area_name":"Bulgaria","team_area_id":"38","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 16:23:41"}},{"people_id":"332793","first_name":"Borislav","last_name":"Miroslavov Markov","match_name":"B. Markov","common_name":"Borislav Markov","date_of_birth":"2002-02-11","place_of_birth":"Levski","country_of_birth":"Bulgaria","nationality":"Bulgaria","country_of_birth_area_id":"38","nationality_area_id":"38","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 16:18:19","membership":{"membership_id":"3201623","team_id":"25239","team_name":"SFK Etar Veliko Tarnovo","short_name":"Etar VT","team_area_name":"Bulgaria","team_area_id":"38","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 16:18:19"}},{"people_id":"273298","first_name":"Lisa","last_name":"Martinez","match_name":"L. Martinez","common_name":"Lisa Martinez","date_of_birth":"2000-06-13","place_of_birth":"Montpellier","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"172","weight":"59","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 16:16:12"},{"people_id":"176748","first_name":"Cindy","last_name":"Caputo","match_name":"C. Caputo","common_name":"Cindy Caputo","date_of_birth":"1999-02-07","place_of_birth":"Aix-en-Provence","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"165","weight":"57","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 16:14:57","membership":{"membership_id":"1582855","team_id":"34038","team_name":"Olympique de Marseille","short_name":"Ol. Marseille","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 16:14:57"}},{"people_id":"215118","first_name":"Sarah","last_name":"Zahot","match_name":"S. Zahot","common_name":"Sarah Zahot","date_of_birth":"2001-09-25","place_of_birth":"La Seyne-sur-Mer","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 16:14:21","membership":{"membership_id":"3201622","team_id":"34038","team_name":"Olympique de Marseille","short_name":"Ol. Marseille","team_area_name":"France","team_area_id":"76","start_date":"2016-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 16:14:03"}},{"people_id":"332792","first_name":"Eva","last_name":"Sumo","match_name":"E. Sumo","common_name":"Eva Sumo","date_of_birth":"1993-12-07","place_of_birth":"Bordeaux","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 16:13:11","membership":{"membership_id":"3201621","team_id":"34038","team_name":"Olympique de Marseille","short_name":"Ol. Marseille","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 16:13:11"}},{"people_id":"332791","first_name":"Maëva","last_name":"Salomon","match_name":"M. Salomon","common_name":"Maëva Salomon","date_of_birth":"1997-06-29","place_of_birth":"Villepinte","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 16:11:47","membership":{"membership_id":"3201620","team_id":"34038","team_name":"Olympique de Marseille","short_name":"Ol. Marseille","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 16:11:47"}},{"people_id":"100595","first_name":"Galin Stefanov","last_name":"Ivanov","match_name":"G. Ivanov","common_name":"Galin Ivanov","date_of_birth":"1988-04-15","place_of_birth":"Kazanlak","country_of_birth":"Bulgaria","nationality":"Bulgaria","country_of_birth_area_id":"38","nationality_area_id":"38","gender":"male","height":"178","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 16:11:45","membership":[{"membership_id":"3201619","team_id":"18715","team_name":"PFK Slavia Sofia","short_name":"Slavia Sofia","team_area_name":"Bulgaria","team_area_id":"38","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 16:11:45"},{"membership_id":"3014284","team_id":"18894","team_name":"Szombathelyi Haladás FC","short_name":"Szombathelyi","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-02-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-06 16:11:29"}]},{"people_id":"332790","first_name":"Sarah","last_name":"Huchet","match_name":"S. Huchet","common_name":"Sarah Huchet","date_of_birth":"1994-05-04","place_of_birth":"Léhon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"165","weight":"55","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 16:10:31","membership":{"membership_id":"3201618","team_id":"34038","team_name":"Olympique de Marseille","short_name":"Ol. Marseille","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 16:10:31"}},{"people_id":"332789","first_name":"Candice","last_name":"Gherbi","match_name":"C. Gherbi","common_name":"Candice Gherbi","date_of_birth":"1995-09-05","place_of_birth":"Die","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"165","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 16:09:07","membership":{"membership_id":"3201617","team_id":"34038","team_name":"Olympique de Marseille","short_name":"Ol. Marseille","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 16:09:07"}},{"people_id":"269617","first_name":"Agathe","last_name":"Maetz","match_name":"A. Maetz","common_name":"Agathe Maetz","date_of_birth":"1998-09-04","place_of_birth":"Nogent-le-Rotrou","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"166","weight":"64","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 16:07:09","membership":[{"membership_id":"3201616","team_id":"34038","team_name":"Olympique de Marseille","short_name":"Ol. Marseille","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 16:07:09"},{"membership_id":"2738887","team_id":"37338","team_name":"Dijon Football Côte d'Or","short_name":"Dijon FCO","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 16:07:09"}]},{"people_id":"243700","first_name":"Thelma","last_name":"Fiordaliso","match_name":"T. Fiordaliso","common_name":"Thelma Fiordaliso","date_of_birth":"2001-12-19","place_of_birth":"Salon-de-Provence","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 16:06:30","membership":{"membership_id":"2643221","team_id":"34038","team_name":"Olympique de Marseille","short_name":"Ol. Marseille","team_area_name":"France","team_area_id":"76","start_date":"2018-03-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 16:06:30"}},{"people_id":"244297","first_name":"Roselène","last_name":"Khezami","match_name":"R. Khezami","common_name":"Roselène Khezami","date_of_birth":"2001-09-02","place_of_birth":"Marseille","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 16:05:58","membership":{"membership_id":"2691682","team_id":"34038","team_name":"Olympique de Marseille","short_name":"Ol. Marseille","team_area_name":"France","team_area_id":"76","start_date":"2018-05-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 16:05:58"}},{"people_id":"218840","first_name":"Caroline","last_name":"Pizzala","match_name":"C. Pizzala","common_name":"Caroline Pizzala","date_of_birth":"1987-11-23","place_of_birth":"Marseille","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"168","weight":"59","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 16:04:36"},{"people_id":"921276","first_name":"Marine","last_name":"Coudon","match_name":"M. Coudon","common_name":"Marine Coudon","date_of_birth":"1992-03-01","place_of_birth":"Toulouse","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"163","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 16:04:01"},{"people_id":"256718","first_name":"Maylis","last_name":"Saulnier","match_name":"M. Saulnier","common_name":"Maylis Saulnier","date_of_birth":"1999-07-18","place_of_birth":"Toulon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 16:03:35","membership":{"membership_id":"2699543","team_id":"34038","team_name":"Olympique de Marseille","short_name":"Ol. Marseille","team_area_name":"France","team_area_id":"76","start_date":"2018-05-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 16:03:35"}},{"people_id":"215113","first_name":"Inès","last_name":"Belloumou","match_name":"I. Belloumou","common_name":"Inès Belloumou","date_of_birth":"2001-06-21","place_of_birth":"Martigues","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 16:01:22","membership":{"membership_id":"2691680","team_id":"34038","team_name":"Olympique de Marseille","short_name":"Ol. Marseille","team_area_name":"France","team_area_id":"76","start_date":"2018-05-01","end_date":"2018-07-01","role":"player","active":"no","last_updated":"2019-08-06 16:01:22"}},{"people_id":"218827","first_name":"Geneviève","last_name":"Richard","match_name":"G. Richard","common_name":"Geneviève Richard","date_of_birth":"1992-08-17","place_of_birth":"Saint-Bruno-de-Montarville","country_of_birth":"Canada","nationality":"Canada","country_of_birth_area_id":"43","nationality_area_id":"43","gender":"female","height":"180","weight":"72","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 16:00:53","membership":{"membership_id":"1582837","team_id":"34038","team_name":"Olympique de Marseille","short_name":"Ol. Marseille","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 16:00:53"}},{"people_id":"218839","first_name":"Charlotte","last_name":"Lozé","match_name":"C. Lozé","common_name":"Charlotte Lozé","date_of_birth":"1988-06-11","place_of_birth":"Tours","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"164","weight":"55","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 15:59:58","membership":{"membership_id":"1582852","team_id":"34038","team_name":"Olympique de Marseille","short_name":"Ol. Marseille","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 15:59:58"}},{"people_id":"332788","first_name":"Nikola","last_name":"Borisov Borisov","match_name":"N. Borisov","common_name":"Nikola Borisov","date_of_birth":"2000-07-14","place_of_birth":"Sofia","country_of_birth":"Bulgaria","nationality":"Bulgaria","country_of_birth_area_id":"38","nationality_area_id":"38","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 15:59:46","membership":{"membership_id":"3201615","team_id":"28228","team_name":"FK Vitosha Bistritsa","short_name":"Vitosha","team_area_name":"Bulgaria","team_area_id":"38","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:59:46"}},{"people_id":"132833","first_name":"Tom","last_name":"Keil","match_name":"T. Keil","common_name":"Tom Keil","date_of_birth":"2000-05-04","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:54:33","membership":{"membership_id":"1315141","team_id":"22429","team_name":"SG Dynamo Dresden U19","short_name":"Dresden U19","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:54:33"}},{"people_id":"132831","first_name":"Vasil","last_name":"Kušej","match_name":"V. Kušej","common_name":"Vasil Kušej","date_of_birth":"2000-05-24","place_of_birth":"","country_of_birth":"Czech Republic","nationality":"Czech Republic","country_of_birth_area_id":"59","nationality_area_id":"59","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:54:33","membership":{"membership_id":"998679","team_id":"22429","team_name":"SG Dynamo Dresden U19","short_name":"Dresden U19","team_area_name":"Germany","team_area_id":"80","start_date":"2016-11-19","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:54:33"}},{"people_id":"132829","first_name":"Shan","last_name":"Sahnazarjan","match_name":"S. Sahnazarjan","common_name":"Shan Sahnazarjan","date_of_birth":"2000-06-21","place_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","player_picture":"","last_updated":"2019-08-06 15:54:33","membership":{"membership_id":"1315140","team_id":"22429","team_name":"SG Dynamo Dresden U19","short_name":"Dresden U19","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:54:33"}},{"people_id":"132793","first_name":"Justin","last_name":"Jacob","match_name":"J. Jacob","common_name":"Justin Jacob","date_of_birth":"2000-06-21","place_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","player_picture":"","last_updated":"2019-08-06 15:54:33","membership":{"membership_id":"1310138","team_id":"22429","team_name":"SG Dynamo Dresden U19","short_name":"Dresden U19","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:54:33"}},{"people_id":"132792","first_name":"Nick","last_name":"König","match_name":"N. König","common_name":"Nick König","date_of_birth":"2000-01-01","place_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","player_picture":"","last_updated":"2019-08-06 15:54:33","membership":{"membership_id":"1310141","team_id":"22429","team_name":"SG Dynamo Dresden U19","short_name":"Dresden U19","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:54:33"}},{"people_id":"132823","first_name":"Paul","last_name":"Fromm","match_name":"P. Fromm","common_name":"Paul Fromm","date_of_birth":"2000-09-25","place_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","player_picture":"","last_updated":"2019-08-06 15:53:59","membership":[{"membership_id":"3201614","team_id":"23223","team_name":"FC Carl Zeiss Jena II","short_name":"Jena II","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:53:59"},{"membership_id":"1315137","team_id":"22429","team_name":"SG Dynamo Dresden U19","short_name":"Dresden U19","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:53:59"}]},{"people_id":"332787","first_name":"Evanna","last_name":"Soyeux","match_name":"E. Soyeux","common_name":"Evanna Soyeux","date_of_birth":"1996-04-06","place_of_birth":"Reims","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:53:22","membership":{"membership_id":"3201613","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2014-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:53:22"}},{"people_id":"134489","first_name":"Laurin","last_name":"Tost","match_name":"L. Tost","common_name":"Laurin Tost","date_of_birth":"2001-06-02","place_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","player_picture":"","last_updated":"2019-08-06 15:52:04","membership":[{"membership_id":"3201612","team_id":"22497","team_name":"FC Schalke 04 U19","short_name":"Schalke U19","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:52:04"},{"membership_id":"2605293","team_id":"22428","team_name":"SC Freiburg U19","short_name":"Freiburg U19","team_area_name":"Germany","team_area_id":"80","start_date":"2018-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:52:04"},{"membership_id":"629716","team_id":"22427","team_name":"SC Freiburg U17","short_name":"Freiburg U17","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:51:45"}]},{"people_id":"208732","first_name":"Tetyana","last_name":"Romanenko","match_name":"T. Romanenko","common_name":"Tetyana Romanenko","date_of_birth":"1990-10-03","place_of_birth":"Odessa","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:51:38","membership":{"membership_id":"3201611","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2016-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:51:25"}},{"people_id":"198405","first_name":"Lars","last_name":"Gindorf","match_name":"L. Gindorf","common_name":"Lars Gindorf","date_of_birth":"2001-08-13","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:50:59","membership":[{"membership_id":"3201610","team_id":"22428","team_name":"SC Freiburg U19","short_name":"Freiburg U19","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:50:59"},{"membership_id":"3201609","team_id":"41697","team_name":"SV 07 Elversberg U19","short_name":"Elversberg U19","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:50:59"},{"membership_id":"1313189","team_id":"32662","team_name":"SV 07 Elversberg U17","short_name":"Elversberg U17","team_area_name":"Germany","team_area_id":"80","start_date":"2017-02-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:50:34"}]},{"people_id":"332778","first_name":"Chloé","last_name":"Pierel","match_name":"C. Perel","common_name":"Chloé Pierel","date_of_birth":"1999-03-27","place_of_birth":"Nogent-sur-Marne","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"173","weight":"60","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:50:13","membership":{"membership_id":"3201595","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:41:07"}},{"people_id":"198346","first_name":"Maximilian","last_name":"Maier","match_name":"M. Maier","common_name":"Maximilian Maier","date_of_birth":"2001-02-07","place_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","player_picture":"","last_updated":"2019-08-06 15:49:49","membership":[{"membership_id":"3201608","team_id":"22428","team_name":"SC Freiburg U19","short_name":"Freiburg U19","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:49:49"},{"membership_id":"2837216","team_id":"18319","team_name":"VfB Stuttgart II","short_name":"Stuttgart II","team_area_name":"Germany","team_area_id":"80","start_date":"2018-10-22","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:49:49"},{"membership_id":"2742123","team_id":"22483","team_name":"VfB Stuttgart U19","short_name":"Stuttgart U19","team_area_name":"Germany","team_area_id":"80","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:49:49"}]},{"people_id":"332785","first_name":"Grace","last_name":"Rapp","match_name":"G. Rapp","common_name":"Grace Rapp","date_of_birth":"1995-07-06","place_of_birth":"Hong Kong","country_of_birth":"China PR","nationality":"China PR","country_of_birth_area_id":"49","nationality_area_id":"49","gender":"female","height":"177","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:49:08","membership":{"membership_id":"3201607","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:49:08"}},{"people_id":"200870","first_name":"Maximilian","last_name":"Dietz","match_name":"M. Dietz","common_name":"Maximilian Dietz","date_of_birth":"2002-02-09","place_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","player_picture":"","last_updated":"2019-08-06 15:48:59","membership":{"membership_id":"1321067","team_id":"22427","team_name":"SC Freiburg U17","short_name":"Freiburg U17","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:48:59"}},{"people_id":"199419","first_name":"Dominique","last_name":"Domröse","match_name":"D. Domröse","common_name":"Dominique Domröse","date_of_birth":"2002-02-12","place_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","player_picture":"","last_updated":"2019-08-06 15:48:48","membership":[{"membership_id":"3201606","team_id":"22428","team_name":"SC Freiburg U19","short_name":"Freiburg U19","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:48:48"},{"membership_id":"1316027","team_id":"22427","team_name":"SC Freiburg U17","short_name":"Freiburg U17","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:48:48"}]},{"people_id":"199420","first_name":"Emilio","last_name":"Kehrer","match_name":"E. Kehrer","common_name":"Emilio Kehrer","date_of_birth":"2002-03-20","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:48:26","membership":{"membership_id":"1316028","team_id":"22427","team_name":"SC Freiburg U17","short_name":"Freiburg U17","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:48:26"}},{"people_id":"199418","first_name":"Lars","last_name":"Kehl","match_name":"L. Kehl","common_name":"Lars Kehl","date_of_birth":"2002-04-08","place_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","player_picture":"","last_updated":"2019-08-06 15:48:18","membership":{"membership_id":"1316026","team_id":"22427","team_name":"SC Freiburg U17","short_name":"Freiburg U17","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:48:18"}},{"people_id":"238766","first_name":"Jannik","last_name":"Brengel","match_name":"J. Brengel","common_name":"Jannik Brengel","date_of_birth":"2002-04-15","place_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","player_picture":"","last_updated":"2019-08-06 15:48:02","membership":[{"membership_id":"3201605","team_id":"22428","team_name":"SC Freiburg U19","short_name":"Freiburg U19","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:48:02"},{"membership_id":"2616736","team_id":"22427","team_name":"SC Freiburg U17","short_name":"Freiburg U17","team_area_name":"Germany","team_area_id":"80","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:48:02"}]},{"people_id":"238767","first_name":"Andres","last_name":"Hermanutz","match_name":"A. Hermanutz","common_name":"Andres Hermanutz","date_of_birth":"2002-09-15","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:47:36","membership":[{"membership_id":"3201604","team_id":"22428","team_name":"SC Freiburg U19","short_name":"Freiburg U19","team_area_name":"Germany","team_area_id":"80","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:47:36"},{"membership_id":"2616737","team_id":"22427","team_name":"SC Freiburg U17","short_name":"Freiburg U17","team_area_name":"Germany","team_area_id":"80","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:47:36"}]},{"people_id":"191262","first_name":"Daphne Melissa","last_name":"Herrera Monge","match_name":"M. Herrera","common_name":"Melissa Herrera","date_of_birth":"1996-10-10","place_of_birth":"Heredia","country_of_birth":"Costa Rica","nationality":"Costa Rica","country_of_birth_area_id":"55","nationality_area_id":"55","gender":"female","height":"159","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/191262.png","last_updated":"2019-08-06 15:47:32","membership":{"membership_id":"3201603","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:47:32"}},{"people_id":"246485","first_name":"Linus","last_name":"Kyre","match_name":"L. Kyre","common_name":"Linus Kyre","date_of_birth":"2002-11-28","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:47:11","membership":{"membership_id":"2673841","team_id":"22427","team_name":"SC Freiburg U17","short_name":"Freiburg U17","team_area_name":"Germany","team_area_id":"80","start_date":"2018-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:47:11"}},{"people_id":"213685","first_name":"Marvin","last_name":"Mettenberger","match_name":"M. Mettenberger","common_name":"Marvin Mettenberger","date_of_birth":"2002-12-16","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 15:47:03","membership":{"membership_id":"1363784","team_id":"22427","team_name":"SC Freiburg U17","short_name":"Freiburg U17","team_area_name":"Germany","team_area_id":"80","start_date":"2017-09-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:47:03"}},{"people_id":"199421","first_name":"Tan-Kenneth","last_name":"Leka-Schmidt","match_name":"T. Leka-Schmidt","common_name":"Tan Leka-Schmidt","date_of_birth":"2002-06-03","place_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","player_picture":"","last_updated":"2019-08-06 15:46:54","membership":{"membership_id":"1316029","team_id":"22427","team_name":"SC Freiburg U17","short_name":"Freiburg U17","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:46:54"}},{"people_id":"332784","first_name":"Mélissa","last_name":"Gomes","match_name":"M. Gomes","common_name":"Mélissa Gomes","date_of_birth":"1994-04-27","place_of_birth":"Nogent-sur-Marne","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:46:40","membership":{"membership_id":"3201602","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:46:40"}},{"people_id":"134471","first_name":"Simon","last_name":"Estifanos","match_name":"S. Estifanos","common_name":"Simon Estifanos","date_of_birth":"2000-06-09","place_of_birth":"","country_of_birth":"Eritrea","nationality":"Eritrea","country_of_birth_area_id":"70","nationality_area_id":"70","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 15:46:12","membership":{"membership_id":"1312544","team_id":"22428","team_name":"SC Freiburg U19","short_name":"Freiburg U19","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:46:12"}},{"people_id":"134467","first_name":"Nicolas","last_name":"Bruchmann","match_name":"N. Bruchmann","common_name":"Nicolas Bruchmann","date_of_birth":"2000-02-09","place_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","player_picture":"","last_updated":"2019-08-06 15:45:51","membership":{"membership_id":"1312543","team_id":"22428","team_name":"SC Freiburg U19","short_name":"Freiburg U19","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:45:51"}},{"people_id":"154214","first_name":"Matteo","last_name":"Di Giusto","match_name":"M. Di Giusto","common_name":"Matteo Di Giusto","date_of_birth":"2000-08-18","place_of_birth":"","country_of_birth":"Switzerland","nationality":"Switzerland","country_of_birth_area_id":"185","nationality_area_id":"185","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:45:31","membership":[{"membership_id":"3201601","team_id":"23243","team_name":"FC Zürich II","short_name":"FC Zürich II","team_area_name":"Switzerland","team_area_id":"185","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:45:31"},{"membership_id":"2756457","team_id":"22428","team_name":"SC Freiburg U19","short_name":"Freiburg U19","team_area_name":"Germany","team_area_id":"80","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:45:31"}]},{"people_id":"332782","first_name":"Lisa","last_name":"Fragoli","match_name":"L. Fragoli","common_name":"Lisa Fragoli","date_of_birth":"1998-09-07","place_of_birth":"Calais","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:44:59","membership":{"membership_id":"3201600","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:44:59"}},{"people_id":"134457","first_name":"Gabriel","last_name":"Moser","match_name":"G. Moser","common_name":"Gabriel Moser","date_of_birth":"2000-04-18","place_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","player_picture":"","last_updated":"2019-08-06 15:44:48","membership":{"membership_id":"1312511","team_id":"22428","team_name":"SC Freiburg U19","short_name":"Freiburg U19","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:44:48"}},{"people_id":"134451","first_name":"Fabian","last_name":"Schneider","match_name":"F. Schneider","common_name":"Fabian Schneider","date_of_birth":"2000-01-19","place_of_birth":"","country_of_birth":"Germany","nationality":"Germany","country_of_birth_area_id":"80","nationality_area_id":"80","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 15:44:34","membership":{"membership_id":"907075","team_id":"22428","team_name":"SC Freiburg U19","short_name":"Freiburg U19","team_area_name":"Germany","team_area_id":"80","start_date":"2016-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:44:34"}},{"people_id":"134499","first_name":"Daniel","last_name":"Antunes Simões","match_name":"Daniel Simões","common_name":"Daniel Simões","date_of_birth":"2000-01-04","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:44:20","membership":{"membership_id":"1312545","team_id":"22428","team_name":"SC Freiburg U19","short_name":"Freiburg U19","team_area_name":"Germany","team_area_id":"80","start_date":"2017-07-01","end_date":"2018-06-30","role":"player","active":"no","last_updated":"2019-08-06 15:44:20"}},{"people_id":"244294","first_name":"Naomie","last_name":"Feller","match_name":"N. Feller","common_name":"Naomie Feller","date_of_birth":"2001-11-06","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:43:27","membership":{"membership_id":"3201598","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:43:27"}},{"people_id":"332780","first_name":"Solène","last_name":"Wittmann","match_name":"S. Wittmann","common_name":"Solène Wittmann","date_of_birth":"2002-01-27","place_of_birth":"Mâcon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 15:42:41","membership":{"membership_id":"3201597","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:42:41"}},{"people_id":"180135","first_name":"Chloé","last_name":"Philippe","match_name":"C. Philippe","common_name":"Chloé Philippe","date_of_birth":"2000-01-21","place_of_birth":"Reims","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/180135.png","last_updated":"2019-08-06 15:39:49","membership":{"membership_id":"3201593","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2015-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:39:37"}},{"people_id":"332776","first_name":"Joséphine","last_name":"Palin","match_name":"J. Palin","common_name":"Joséphine Palin","date_of_birth":"2001-06-04","place_of_birth":"Reims","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 15:38:58","membership":{"membership_id":"3201592","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:38:58"}},{"people_id":"279869","first_name":"Lou Ann","last_name":"Joly","match_name":"L. Joly","common_name":"Lou Joly","date_of_birth":"2002-04-14","place_of_birth":"Reims","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 15:37:26","membership":{"membership_id":"3201591","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:37:26"}},{"people_id":"332774","first_name":"Tess","last_name":"David","match_name":"T. David","common_name":"Tess David","date_of_birth":"1995-06-10","place_of_birth":"Meaux","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 15:36:31","membership":{"membership_id":"3201589","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2014-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:36:31"}},{"people_id":"332773","first_name":"Giorgia","last_name":"Spinelli","match_name":"G. Spinelli","common_name":"Giorgia Spinelli","date_of_birth":"1994-12-12","place_of_birth":"Ponte San Pietro","country_of_birth":"Italy","nationality":"Italy","country_of_birth_area_id":"100","nationality_area_id":"100","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 15:34:47","membership":{"membership_id":"3201588","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:34:47"}},{"people_id":"332772","first_name":"Bénédicte","last_name":"Simon","match_name":"B. Simon","common_name":"Bénédicte Simon","date_of_birth":"1997-06-02","place_of_birth":"Mantes-la-Jolie","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 15:33:16","membership":{"membership_id":"3201587","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2016-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:33:16"}},{"people_id":"332770","first_name":"Magou","last_name":"Doucouré","match_name":"M. Doucouré","common_name":"Magou Doucouré","date_of_birth":"2000-10-21","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 15:31:43","membership":{"membership_id":"3201585","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:31:43"}},{"people_id":"332769","first_name":"Gwenaëlle","last_name":"Devleesschauwer","match_name":"G. Devleesschauwer","common_name":"Gwenaëlle Devleesschauwer","date_of_birth":"1994-03-26","place_of_birth":"Lille","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 15:30:13","membership":{"membership_id":"3201584","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:30:13"}},{"people_id":"180129","first_name":"Océane","last_name":"Deslandes","match_name":"O. Deslandes","common_name":"Océane Deslandes","date_of_birth":"2000-07-26","place_of_birth":"Laval","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/180129.png","last_updated":"2019-08-06 15:27:31","membership":{"membership_id":"3201583","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:27:31"}},{"people_id":"332768","first_name":"Charlotte","last_name":"Blanchard","match_name":"C. Blanchard","common_name":"Charlotte Blanchard","date_of_birth":"1990-07-09","place_of_birth":"Valenciennes","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"164","weight":"65","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 15:26:52","membership":{"membership_id":"3201582","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:26:52"}},{"people_id":"332765","first_name":"Phallon","last_name":"Tullis-Joyce","match_name":"P. Tullis-Joyce","common_name":"Phallon Tullis-Joyce","date_of_birth":"1996-10-19","place_of_birth":"New York, NY","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"185","weight":"71","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 15:25:03","membership":{"membership_id":"3201580","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:25:03"}},{"people_id":"218279","first_name":"Pauline","last_name":"Moitrel","match_name":"Pauline Moitrel","common_name":"Pauline Moitrel","date_of_birth":"1999-04-06","place_of_birth":"Amiens","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 15:24:29","membership":{"membership_id":"3201579","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2016-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:24:29"}},{"people_id":"332763","first_name":"Amandine","last_name":"Miquel","match_name":"A. Miquel","common_name":"Amandine Miquel","date_of_birth":"","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 15:19:12","membership":{"membership_id":"3201577","team_id":"41300","team_name":"Stade de Reims","short_name":"Stade de Reims","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 15:19:12"}},{"people_id":"304684","first_name":"Tracy","last_name":"Cammarata","match_name":"T. Cammarata","common_name":"Tracy Cammarata","date_of_birth":"2000-11-21","place_of_birth":"Saint-Avold","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 15:16:42"},{"people_id":"181390","first_name":"Selen","last_name":"Altunkulak","match_name":"S. Altunkulak","common_name":"Selen Altunkulak","date_of_birth":"1997-12-02","place_of_birth":"Valence","country_of_birth":"France","nationality":"Turkey","country_of_birth_area_id":"76","nationality_area_id":"196","gender":"female","height":"163","weight":"63","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 15:16:40"},{"people_id":"269692","first_name":"Mélissa","last_name":"Godart","match_name":"M. Godart","common_name":"Mélissa Godart","date_of_birth":"1991-02-06","place_of_birth":"Metz","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"169","weight":"61","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 15:16:37"},{"people_id":"269627","first_name":"Maureen","last_name":"Bigot","match_name":"M. Bigot","common_name":"Maureen Bigot","date_of_birth":"1996-05-03","place_of_birth":"Calais","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"166","weight":"55","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 15:16:37"},{"people_id":"363308","first_name":"Josiane","last_name":"Vasconcelos","match_name":"Josiane Vasconcelos","common_name":"Josiane Vasconcelos","date_of_birth":"1994-07-20","place_of_birth":"Paranhos","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:16:33"},{"people_id":"269699","first_name":"Justine","last_name":"Rougemont","match_name":"J. Rougemont","common_name":"Justine Rougemont","date_of_birth":"1996-09-19","place_of_birth":"Calais","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"171","weight":"66","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 15:16:32"},{"people_id":"218743","first_name":"Julie","last_name":"Pasquereau","match_name":"J. Pasquereau","common_name":"Julie Pasquereau","date_of_birth":"1994-07-08","place_of_birth":"La Roche-sur-Yon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 15:16:32"},{"people_id":"228153","first_name":"Shurland Roderick ","last_name":"David","match_name":"S. David","common_name":"Shurland David","date_of_birth":"1974-11-24","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 15:13:38","membership":{"membership_id":"3201574","team_id":"34118","team_name":"FC Santa Rosa","short_name":"Santa Rosa","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-04-01","end_date":"2019-08-04","role":"coach","active":"no","last_updated":"2019-08-06 15:13:38"}},{"people_id":"332759","first_name":"Shnia","last_name":"Gordon","match_name":"S. Gordon","common_name":"Shnia Gordon","date_of_birth":"1997-04-09","place_of_birth":"Ocklawaha","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"170","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:11:05","membership":{"membership_id":"3201573","team_id":"37339","team_name":"FC Metz","short_name":"FC Metz","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:11:05"}},{"people_id":"332758","first_name":"Christy","last_name":"Grimshaw","match_name":"C. Grimshaw","common_name":"Christy Grimshaw","date_of_birth":"1995-11-08","place_of_birth":"Kirkcaldy","country_of_birth":"Scotland","nationality":"Scotland","country_of_birth_area_id":"165","nationality_area_id":"165","gender":"female","height":"173","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 15:07:56","membership":{"membership_id":"3201570","team_id":"37339","team_name":"FC Metz","short_name":"FC Metz","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 15:07:56"}},{"people_id":"269585","first_name":"Sophie","last_name":"Quatrana","match_name":"S. Quatrana","common_name":"Sophie Quatrana","date_of_birth":"1992-03-30","place_of_birth":"Forbach","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:05:18","membership":{"membership_id":"2738623","team_id":"37339","team_name":"FC Metz","short_name":"FC Metz","team_area_name":"France","team_area_id":"76","start_date":"2018-07-06","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 15:05:18"}},{"people_id":"217576","first_name":"Océane","last_name":"Brandão","match_name":"Océane Brandão","common_name":"Océane Brandão","date_of_birth":"2000-03-07","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 15:04:46","membership":{"membership_id":"2856174","team_id":"37339","team_name":"FC Metz","short_name":"FC Metz","team_area_name":"France","team_area_id":"76","start_date":"2018-12-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 15:04:46"}},{"people_id":"298633","first_name":"Lisa","last_name":"Bekhada","match_name":"L. Bekhada","common_name":"Lisa Bekhada","date_of_birth":"2001-03-23","place_of_birth":"Saint-Avold","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 15:03:49","membership":{"membership_id":"2983403","team_id":"37339","team_name":"FC Metz","short_name":"FC Metz","team_area_name":"France","team_area_id":"76","start_date":"2018-12-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 15:03:49"}},{"people_id":"290632","first_name":"Lauriane","last_name":"Robert","match_name":"L. Robert","common_name":"Lauriane Robert","date_of_birth":"2000-04-16","place_of_birth":"Harfleur","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 15:03:26","membership":{"membership_id":"2841518","team_id":"37339","team_name":"FC Metz","short_name":"FC Metz","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 15:03:26"}},{"people_id":"328097","first_name":"Kristen","last_name":"Ricks","match_name":"K. Ricks","common_name":"Kristen Ricks","date_of_birth":"1997-07-01","place_of_birth":"Keller, TX","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"171","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 15:03:03"},{"people_id":"289516","first_name":"Joys","last_name":"Sarpong","match_name":"J. Sarpong","common_name":"Joys Sarpong","date_of_birth":"2000-10-09","place_of_birth":"Colombes","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 15:02:20","membership":{"membership_id":"2837453","team_id":"37339","team_name":"FC Metz","short_name":"FC Metz","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 15:02:20"}},{"people_id":"231195","first_name":"Joanna","last_name":"Viollaz","match_name":"J. Viollaz","common_name":"Joanna Viollaz","date_of_birth":"1995-03-07","place_of_birth":"Lyon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 15:01:50","membership":{"membership_id":"2738904","team_id":"37339","team_name":"FC Metz","short_name":"FC Metz","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 15:01:50"}},{"people_id":"269624","first_name":"Getter","last_name":"Laar","match_name":"G. Laar","common_name":"Getter Laar","date_of_birth":"1989-11-21","place_of_birth":"Pärnu","country_of_birth":"Estonia","nationality":"Estonia","country_of_birth_area_id":"71","nationality_area_id":"71","gender":"female","height":"179","weight":"78","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 15:01:11","membership":{"membership_id":"2738902","team_id":"37339","team_name":"FC Metz","short_name":"FC Metz","team_area_name":"France","team_area_id":"76","start_date":"2013-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 15:01:11"}},{"people_id":"293990","first_name":"Amelie","last_name":"Raos","match_name":"A. Raos","common_name":"Amélie Raos","date_of_birth":"2000-04-08","place_of_birth":"Thionville","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 15:00:10","membership":{"membership_id":"2850295","team_id":"37339","team_name":"FC Metz","short_name":"FC Metz","team_area_name":"France","team_area_id":"76","start_date":"2018-11-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 15:00:10"}},{"people_id":"292671","first_name":"Amélie","last_name":"Gauche","match_name":"A. Gauche","common_name":"Amélie Gauche","date_of_birth":"2000-08-13","place_of_birth":"Verdun","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:59:50","membership":{"membership_id":"2846360","team_id":"37339","team_name":"FC Metz","short_name":"FC Metz","team_area_name":"France","team_area_id":"76","start_date":"2018-11-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:59:50"}},{"people_id":"296970","first_name":"Amandine","last_name":"Audia","match_name":"A. Audia","common_name":"Amandine Audia","date_of_birth":"1997-10-16","place_of_birth":"Metz","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"159","weight":"61","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 14:59:23","membership":{"membership_id":"2858985","team_id":"37339","team_name":"FC Metz","short_name":"FC Metz","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:59:23"}},{"people_id":"218735","first_name":"Marine","last_name":"Dafeur","match_name":"M. Dafeur","common_name":"Marine Dafeur","date_of_birth":"1994-10-20","place_of_birth":"Douai","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"166","weight":"66","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:58:42"},{"people_id":"263307","first_name":"Jeremiah ","last_name":"Kesar","match_name":"J. Kesar","common_name":"Jeremiah Kesar","date_of_birth":"","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:57:45","membership":[{"membership_id":"3201568","team_id":"42017","team_name":"Deportivo Point Fortin","short_name":"Dep. Pt Fortin","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:57:45"},{"membership_id":"2716768","team_id":"13574","team_name":"Point Fortin Civic FC","short_name":"Civic FC","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2018-05-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 14:57:45"}]},{"people_id":"98490","first_name":"Nathaniel","last_name":"Garcia","match_name":"N. Garcia","common_name":"Nathaniel Garcia","date_of_birth":"1993-04-24","place_of_birth":"Santa Flora","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"173","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:57:33","membership":[{"membership_id":"3201567","team_id":"42017","team_name":"Deportivo Point Fortin","short_name":"Dep. Pt Fortin","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:57:33"},{"membership_id":"2236487","team_id":"13574","team_name":"Point Fortin Civic FC","short_name":"Civic FC","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2017-09-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 14:57:33"}]},{"people_id":"315305","first_name":"David Iván","last_name":"Müller","match_name":"D. Müller","common_name":"David Müller","date_of_birth":"1994-07-20","place_of_birth":"","country_of_birth":"Argentina","nationality":"Argentina","country_of_birth_area_id":"16","nationality_area_id":"16","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:55:20","membership":[{"membership_id":"3201564","team_id":"15432","team_name":"CS Cartaginés","short_name":"Cartaginés","team_area_name":"Costa Rica","team_area_id":"55","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:55:20"},{"membership_id":"3065782","team_id":"1879","team_name":"CD Cobresal","short_name":"Cobresal","team_area_name":"Chile","team_area_id":"48","start_date":"2019-04-14","end_date":"2019-07-15","role":"player","active":"no","last_updated":"2019-08-06 14:53:22"}]},{"people_id":"152769","first_name":"Daphne","last_name":"Corboz","match_name":"D. Corboz","common_name":"Daphne Corboz","date_of_birth":"1993-06-14","place_of_birth":"Mobile, AL","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"157","weight":"54","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/152769.png","last_updated":"2019-08-06 14:55:11"},{"people_id":"159568","first_name":"Cecilie","last_name":"Sandvej","match_name":"C. Sandvej","common_name":"Cecilie Sandvej","date_of_birth":"1990-06-13","place_of_birth":"Horsens","country_of_birth":"Denmark","nationality":"Denmark","country_of_birth_area_id":"61","nationality_area_id":"61","gender":"female","height":"175","weight":"66","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/159568.png","last_updated":"2019-08-06 14:55:10"},{"people_id":"33876","first_name":"Milan","last_name":"Makarić","match_name":"M. Makarić","common_name":"Milan Makarić","date_of_birth":"1995-10-04","place_of_birth":"","country_of_birth":"Serbia","nationality":"Serbia","country_of_birth_area_id":"224","nationality_area_id":"224","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:52:19","membership":[{"membership_id":"3201562","team_id":"23097","team_name":"FK Radnik Surdulica","short_name":"Surdulica","team_area_name":"Serbia","team_area_id":"224","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:52:19"},{"membership_id":"3182215","team_id":"18820","team_name":"FK Radnički Niš","short_name":"Radnički Niš","team_area_name":"Serbia","team_area_id":"224","start_date":"2019-07-03","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-06 14:52:07"}]},{"people_id":"921247","first_name":"Teninsoun","last_name":"Sissoko","match_name":"T. Sissoko","common_name":"Teninsoun Sissoko","date_of_birth":"1992-09-02","place_of_birth":"Saint-Denis","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"173","weight":"65","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:51:45"},{"people_id":"194303","first_name":"Stine","last_name":"Larsen","match_name":"S. Larsen","common_name":"Stine Larsen","date_of_birth":"1996-01-24","place_of_birth":"Glostrup","country_of_birth":"Denmark","nationality":"Denmark","country_of_birth_area_id":"61","nationality_area_id":"61","gender":"female","height":"168","weight":"60","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/194303.png","last_updated":"2019-08-06 14:51:24"},{"people_id":"921248","first_name":"Salma","last_name":"Amani","match_name":"S. Amani","common_name":"Salma Amani","date_of_birth":"1989-01-28","place_of_birth":"Rabat","country_of_birth":"Morocco","nationality":"Morocco","country_of_birth_area_id":"133","nationality_area_id":"133","gender":"female","height":"165","weight":"60","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:50:46","membership":{"membership_id":"1581273","team_id":"34032","team_name":"FC Fleury 91","short_name":"FC Fleury 91","team_area_name":"France","team_area_id":"76","start_date":"2017-08-04","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:50:46"}},{"people_id":"923769","first_name":"Nadjma","last_name":"Ali Nadjim","match_name":"N. Ali Nadjim","common_name":"Nadjma Ali Nadjim","date_of_birth":"1994-09-19","place_of_birth":"Marseille","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"160","weight":"50","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:49:44","membership":[{"membership_id":"3201559","team_id":"34038","team_name":"Olympique de Marseille","short_name":"Ol. Marseille","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:49:44"},{"membership_id":"2750749","team_id":"34032","team_name":"FC Fleury 91","short_name":"FC Fleury 91","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:49:44"}]},{"people_id":"178632","first_name":"Yecxy","last_name":"Jarquin Ramos","match_name":"Y. Jarquin","common_name":"Yecxy Jarquin","date_of_birth":"2000-05-22","place_of_birth":"Puerto Limón","country_of_birth":"Costa Rica","nationality":"Costa Rica","country_of_birth_area_id":"55","nationality_area_id":"55","gender":"male","height":"162","weight":"59","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:49:16","membership":[{"membership_id":"3201557","team_id":"15431","team_name":"La U Universitarios FC","short_name":"Universitarios","team_area_name":"Costa Rica","team_area_id":"55","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:49:16"},{"membership_id":"2708876","team_id":"15433","team_name":"CS Herediano","short_name":"Herediano","team_area_name":"Costa Rica","team_area_id":"55","start_date":"2018-06-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 14:47:34"}]},{"people_id":"921274","first_name":"Maéva Jocelyne","last_name":"Clémaron","match_name":"M. Clémaron","common_name":"Maéva Clémaron","date_of_birth":"1992-11-10","place_of_birth":"Vienne","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"166","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/921274.png","last_updated":"2019-08-06 14:48:38","membership":[{"membership_id":"3201555","team_id":"33714","team_name":"Everton LFC","short_name":"Everton LFC","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:48:38"},{"membership_id":"1581283","team_id":"34032","team_name":"FC Fleury 91","short_name":"FC Fleury 91","team_area_name":"France","team_area_id":"76","start_date":"2017-07-22","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:48:38"}]},{"people_id":"172016","first_name":"Joshua","last_name":"Leach","match_name":"J. Leach","common_name":"Joshua Leach","date_of_birth":"1997-04-01","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","country_of_birth_area_id":"194","nationality_area_id":"194","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:48:05","membership":[{"membership_id":"3201554","team_id":"14023","team_name":"Police FC","short_name":"Police FC","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:48:05"},{"membership_id":"2735829","team_id":"34124","team_name":"Police FC SL","short_name":"Police FC SL","team_area_name":"Trinidad and Tobago","team_area_id":"194","start_date":"2018-08-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 14:48:05"}]},{"people_id":"191627","first_name":"Madeline","last_name":"Bauer","match_name":"M. Bauer","common_name":"Maddie Bauer","date_of_birth":"1995-03-20","place_of_birth":"Newport Beach, CA","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"173","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:47:51","membership":{"membership_id":"3014525","team_id":"34032","team_name":"FC Fleury 91","short_name":"FC Fleury 91","team_area_name":"France","team_area_id":"76","start_date":"2019-02-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:47:51"}},{"people_id":"218868","first_name":"Lilas","last_name":"Traïka","match_name":"L. Traïka","common_name":"Lilas Traïka","date_of_birth":"1985-08-06","place_of_birth":"Lavaur","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"167","weight":"58","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:47:34","membership":{"membership_id":"1582886","team_id":"34032","team_name":"FC Fleury 91","short_name":"FC Fleury 91","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:47:34"}},{"people_id":"332751","first_name":"Kenneth Giovany","last_name":"Guzman Sanchez","match_name":"K. Guzman","common_name":"Kenneth Guzman","date_of_birth":"1996-09-07","place_of_birth":"San José","country_of_birth":"Costa Rica","nationality":"Costa Rica","country_of_birth_area_id":"55","nationality_area_id":"55","gender":"male","height":"","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:47:21","membership":{"membership_id":"3201553","team_id":"15431","team_name":"La U Universitarios FC","short_name":"Universitarios","team_area_name":"Costa Rica","team_area_id":"55","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:47:21"}},{"people_id":"317061","first_name":"Laurine","last_name":"Pinot","match_name":"L. Pinot","common_name":"Laurine Pinot","date_of_birth":"2002-01-15","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:47:06","membership":{"membership_id":"3077412","team_id":"34032","team_name":"FC Fleury 91","short_name":"FC Fleury 91","team_area_name":"France","team_area_id":"76","start_date":"2019-04-15","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:47:06"}},{"people_id":"218859","first_name":"Julie","last_name":"Belouet","match_name":"J. Belouet","common_name":"Julie Belouet","date_of_birth":"1989-03-24","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"168","weight":"55","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:46:29","membership":{"membership_id":"1582875","team_id":"34032","team_name":"FC Fleury 91","short_name":"FC Fleury 91","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:46:29"}},{"people_id":"239299","first_name":"Hélène","last_name":"Bedouet","match_name":"H. Bedouet","common_name":"Hélène Bedouet","date_of_birth":"1991-09-29","place_of_birth":"Laval","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 14:46:11","membership":{"membership_id":"2618935","team_id":"34032","team_name":"FC Fleury 91","short_name":"FC Fleury 91","team_area_name":"France","team_area_id":"76","start_date":"2018-02-21","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:46:11"}},{"people_id":"317062","first_name":"Héléna","last_name":"Theriez","match_name":"H. Theriez","common_name":"Héléna Theriez","date_of_birth":"2003-06-30","place_of_birth":"Quincy-sous-Sénart","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:45:48","membership":{"membership_id":"3077413","team_id":"34032","team_name":"FC Fleury 91","short_name":"FC Fleury 91","team_area_name":"France","team_area_id":"76","start_date":"2019-04-15","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:45:48"}},{"people_id":"332750","first_name":"Widyantoro","last_name":"Widyantoro","match_name":"WIDYANTORO","common_name":"Widyantoro","date_of_birth":"","place_of_birth":"","country_of_birth":"Indonesia","nationality":"Indonesia","country_of_birth_area_id":"95","nationality_area_id":"95","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 14:45:38","membership":{"membership_id":"3201552","team_id":"18093","team_name":"PSIS Semarang","short_name":"PSIS Semarang","team_area_name":"Indonesia","team_area_id":"95","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:45:38"}},{"people_id":"921249","first_name":"Gwenaelle","last_name":"Butel","match_name":"G. Butel","common_name":"Gwenaelle Butel","date_of_birth":"1989-01-09","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"157","weight":"53","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:45:24","membership":{"membership_id":"1581275","team_id":"34032","team_name":"FC Fleury 91","short_name":"FC Fleury 91","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:45:24"}},{"people_id":"921245","first_name":"Félicia","last_name":"Mollet","match_name":"F. Mollet","common_name":"Félicia Mollet","date_of_birth":"1992-11-27","place_of_birth":"Évry","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:45:03","membership":{"membership_id":"1581269","team_id":"34032","team_name":"FC Fleury 91","short_name":"FC Fleury 91","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:45:03"}},{"people_id":"218862","first_name":"Corinne","last_name":"Lebailly","match_name":"C. Lebailly","common_name":"Corinne Lebailly","date_of_birth":"1984-08-04","place_of_birth":"Verneuil-sur-Avre","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"167","weight":"58","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:44:31","membership":{"membership_id":"1582879","team_id":"34032","team_name":"FC Fleury 91","short_name":"FC Fleury 91","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:44:31"}},{"people_id":"218861","first_name":"Charlotte","last_name":"Fernandes","match_name":"C. Fernandes","common_name":"Charlotte Fernandes","date_of_birth":"1993-02-04","place_of_birth":"Longjumeau","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"167","weight":"58","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:44:07"},{"people_id":"218865","first_name":"Céline","last_name":"Chatelain","match_name":"C. Chatelain","common_name":"Céline Chatelain","date_of_birth":"1985-07-28","place_of_birth":"Clamart","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"174","weight":"61","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:43:55"},{"people_id":"218885","first_name":"Céline","last_name":"Bocquet","match_name":"C. Bocquet","common_name":"Céline Bocquet","date_of_birth":"1983-11-29","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:43:28","membership":{"membership_id":"1582876","team_id":"34032","team_name":"FC Fleury 91","short_name":"FC Fleury 91","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:43:28"}},{"people_id":"332747","first_name":"Habib","last_name":"Boumezoued","match_name":"H. Boumezoued","common_name":"Habib Boumezoued","date_of_birth":"","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 14:41:24","membership":{"membership_id":"3201549","team_id":"34032","team_name":"FC Fleury 91","short_name":"FC Fleury 91","team_area_name":"France","team_area_id":"76","start_date":"2019-03-21","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 14:41:24"}},{"people_id":"355334","first_name":"Élise","last_name":"Bussaglia","match_name":"É. Bussaglia","common_name":"Élise Bussaglia","date_of_birth":"1985-09-24","place_of_birth":"Sedan","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"163","weight":"56","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/355334.png","last_updated":"2019-08-06 14:35:57"},{"people_id":"269615","first_name":"Alexia","last_name":"Trévisan","match_name":"A. Trévisan","common_name":"Alexia Trévisan","date_of_birth":"1990-03-19","place_of_birth":"Le Creusot","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:35:53"},{"people_id":"218822","first_name":"Ana Caroline","last_name":"Martins Rodrigues","match_name":"A. Martins Rodrigues","common_name":"Carol Rodriguez","date_of_birth":"1994-10-28","place_of_birth":"Petrolina","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"female","height":"158","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:33:31","membership":[{"membership_id":"3201548","team_id":"37338","team_name":"Dijon Football Côte d'Or","short_name":"Dijon FCO","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:32:50"},{"membership_id":"1582833","team_id":"34037","team_name":"FC Girondins de Bordeaux","short_name":"Bordeaux FEM","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:32:50"}]},{"people_id":"218678","first_name":"Elise","last_name":"Bonet","match_name":"E. Bonet","common_name":"Elise Bonet","date_of_birth":"1998-01-16","place_of_birth":"Annemasse","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:32:00","membership":[{"membership_id":"3201547","team_id":"37338","team_name":"Dijon Football Côte d'Or","short_name":"Dijon FCO","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:32:00"},{"membership_id":"1582438","team_id":"34034","team_name":"Rodez Aveyron Football","short_name":"Rodez AF","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:32:00"}]},{"people_id":"278305","first_name":"Ophélie","last_name":"Cuynet","match_name":"O. Cuynet","common_name":"Ophélie Cuynet","date_of_birth":"1992-12-11","place_of_birth":"Champagnole","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:29:53"},{"people_id":"214611","first_name":"Lindsey","last_name":"Thomas","match_name":"L. Thomas","common_name":"Lindsey Thomas","date_of_birth":"1995-04-27","place_of_birth":"Saint-Claude","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"171","weight":"55","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:29:00","membership":{"membership_id":"2738643","team_id":"37338","team_name":"Dijon Football Côte d'Or","short_name":"Dijon FCO","team_area_name":"France","team_area_id":"76","start_date":"2018-07-16","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:29:00"}},{"people_id":"90651","first_name":"Lena","last_name":"Goetsch","match_name":"Lena Goetsch","common_name":"Lena Goetsch","date_of_birth":"1999-10-07","place_of_birth":"Colmar","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"168","weight":"59","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:28:33"},{"people_id":"922276","first_name":"Léa","last_name":"Declercq","match_name":"L. Declercq","common_name":"Léa Declercq","date_of_birth":"1995-05-12","place_of_birth":"Croix","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"167","weight":"69","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:28:08"},{"people_id":"355335","first_name":"Kenza","last_name":"Dali","match_name":"K. Dali","common_name":"Kenza Dali","date_of_birth":"1991-07-31","place_of_birth":"Sainte-Colombe","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"165","weight":"61","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/355335.png","last_updated":"2019-08-06 14:27:43","membership":[{"membership_id":"3201546","team_id":"37545","team_name":"West Ham United WFC","short_name":"West Ham Unite","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:27:43"},{"membership_id":"2738645","team_id":"37338","team_name":"Dijon Football Côte d'Or","short_name":"Dijon FCO","team_area_name":"France","team_area_id":"76","start_date":"2018-07-16","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:27:24"}]},{"people_id":"283402","first_name":"Charlyne","last_name":"Corne","match_name":"C. Corne","common_name":"Charlyne Corne","date_of_birth":"1996-05-18","place_of_birth":"Besançon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:26:57","membership":{"membership_id":"2819187","team_id":"37338","team_name":"Dijon Football Côte d'Or","short_name":"Dijon FCO","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:26:57"}},{"people_id":"298527","first_name":"Claire","last_name":"Renard","match_name":"C. Renard","common_name":"Claire Renard","date_of_birth":"2000-11-03","place_of_birth":"Alençon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:26:06","membership":{"membership_id":"2983040","team_id":"37338","team_name":"Dijon Football Côte d'Or","short_name":"Dijon FCO","team_area_name":"France","team_area_id":"76","start_date":"2018-12-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:26:06"}},{"people_id":"215107","first_name":"Camille","last_name":"Pinel","match_name":"C. Pinel","common_name":"Camille Pinel","date_of_birth":"2001-01-10","place_of_birth":"Cessey-sur-Tille","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 14:25:31","membership":{"membership_id":"2750928","team_id":"37338","team_name":"Dijon Football Côte d'Or","short_name":"Dijon FCO","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:25:31"}},{"people_id":"269620","first_name":"Adeline","last_name":"Rousseau","match_name":"A. Rousseau","common_name":"Adeline Rousseau","date_of_birth":"1991-07-24","place_of_birth":"Cholet","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"176","weight":"69","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:24:17","membership":{"membership_id":"2738890","team_id":"37338","team_name":"Dijon Football Côte d'Or","short_name":"Dijon FCO","team_area_name":"France","team_area_id":"76","start_date":"2015-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:24:17"}},{"people_id":"46400","first_name":"Ivan","last_name":"Martín Gómez","match_name":"Ivan Martín","common_name":"Ivan Martín","date_of_birth":"1995-03-04","place_of_birth":"","country_of_birth":"Spain","nationality":"Spain","country_of_birth_area_id":"176","nationality_area_id":"176","gender":"male","height":"183","weight":"76","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:24:08","membership":[{"membership_id":"3201545","team_id":"1934","team_name":"TS Podbeskidzie Bielsko-Biała","short_name":"Podbeskidzie","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-26","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:24:08"},{"membership_id":"2723609","team_id":"2014","team_name":"OKS Odra","short_name":"Odra","team_area_name":"Poland","team_area_id":"155","start_date":"2018-07-12","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 14:23:57"}]},{"people_id":"39451","first_name":"Jason","last_name":"Scott Guevara","match_name":"Jason Scott","common_name":"Jason Scott","date_of_birth":"1985-03-24","place_of_birth":"","country_of_birth":"Costa Rica","nationality":"Costa Rica","country_of_birth_area_id":"55","nationality_area_id":"55","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:23:39","membership":[{"membership_id":"3201544","team_id":"31449","team_name":"Guadalupe FC","short_name":"Guadalupe","team_area_name":"Costa Rica","team_area_id":"55","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:23:39"},{"membership_id":"3198645","team_id":"33614","team_name":"Sporting San José","short_name":"San José","team_area_name":"Costa Rica","team_area_id":"55","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 14:21:26"}]},{"people_id":"273247","first_name":"Manon","last_name":"Toti","match_name":"M. Toti","common_name":"Manon Toti","date_of_birth":"2001-04-23","place_of_birth":"Vannes","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"172","weight":"70","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 14:22:50"},{"people_id":"283400","first_name":"Morgane","last_name":"Decostere","match_name":"M. Decostere","common_name":"Morgane Decostere","date_of_birth":"2000-11-21","place_of_birth":"Caen","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"161","weight":"61","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:22:49"},{"people_id":"129392","first_name":"Louise","last_name":"Fleury","match_name":"L. Fleury","common_name":"Louise Fleury","date_of_birth":"1997-08-08","place_of_birth":"L'Aigle","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"167","weight":"60","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:22:46"},{"people_id":"218673","first_name":"Fanny","last_name":"Hoarau","match_name":"F. Hoarau","common_name":"Fanny Hoarau","date_of_birth":"1994-07-06","place_of_birth":"Le Port","country_of_birth":"Reunion","nationality":"France","country_of_birth_area_id":"223","nationality_area_id":"76","gender":"female","height":"161","weight":"53","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:22:42"},{"people_id":"216621","first_name":"Ella","last_name":"Palis","match_name":"E. Palis","common_name":"Ella Palis","date_of_birth":"1999-03-24","place_of_birth":"Brou-sur-Chantereine","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"164","weight":"60","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:22:40"},{"people_id":"215110","first_name":"Emmy","last_name":"Jezequel","match_name":"E. Jezequel","common_name":"Emmy Jezequel","date_of_birth":"2001-02-21","place_of_birth":"Brest","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"162","weight":"58","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:22:39"},{"people_id":"920345","first_name":"Adélie","last_name":"Fourre","match_name":"A. Fourre","common_name":"Adélie Fourre","date_of_birth":"1997-12-25","place_of_birth":"Saint-Brieuc","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"170","weight":"60","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:22:36"},{"people_id":"218845","first_name":"Agathe","last_name":"Fauvel","match_name":"A. Fauvel","common_name":"Agathe Fauvel","date_of_birth":"1997-12-30","place_of_birth":"Vitré","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"174","weight":"65","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 14:22:35"},{"people_id":"27702","first_name":"Michal","last_name":"Obročník","match_name":"M. Obročník","common_name":"Michal Obročník","date_of_birth":"1991-06-04","place_of_birth":"","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"male","height":"176","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/27702.png","last_updated":"2019-08-06 14:21:57","membership":[{"membership_id":"3201543","team_id":"18457","team_name":"MKS Chojniczanka 1930 Chojnice","short_name":"Chojniczanka","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:21:57"},{"membership_id":"2725544","team_id":"18621","team_name":"FK Železiarne Podbrezová","short_name":"Ž. Podbrezová","team_area_name":"Slovakia","team_area_id":"171","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 14:21:47"}]},{"people_id":"332745","first_name":"Jakub","last_name":"Letniowski","match_name":"J. Letniowski","common_name":"Jakub Letniowski","date_of_birth":"2000-11-13","place_of_birth":"Gdańsk","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:20:16","membership":{"membership_id":"3201542","team_id":"18457","team_name":"MKS Chojniczanka 1930 Chojnice","short_name":"Chojniczanka","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:20:16"}},{"people_id":"152750","first_name":"Sana","last_name":"Daoudi","match_name":"S. Daoudi","common_name":"Sana Daoudi","date_of_birth":"1998-03-12","place_of_birth":"Saint-Denis","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"162","weight":"59","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:19:27"},{"people_id":"194305","first_name":"Luna","last_name":"Gewitz","match_name":"L. Gewitz","common_name":"Luna Gewitz","date_of_birth":"1994-03-03","place_of_birth":"Aarhus","country_of_birth":"Denmark","nationality":"Denmark","country_of_birth_area_id":"61","nationality_area_id":"61","gender":"female","height":"174","weight":"65","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/194305.png","last_updated":"2019-08-06 14:19:22"},{"people_id":"157056","first_name":"Ugochi Desire","last_name":"Oparanozie","match_name":"D. Oparanozie","common_name":"Desire Oparanozie","date_of_birth":"1993-12-17","place_of_birth":"Owerri","country_of_birth":"Nigeria","nationality":"Nigeria","country_of_birth_area_id":"144","nationality_area_id":"144","gender":"female","height":"165","weight":"63","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/157056.png","last_updated":"2019-08-06 14:19:12"},{"people_id":"309712","first_name":"Dialamba","last_name":"Diaby","match_name":"D. Diaby","common_name":"Dialamba Diaby","date_of_birth":"2001-09-13","place_of_birth":"Castres","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:19:11"},{"people_id":"332744","first_name":"Léa","last_name":"Sotier","match_name":"L. Sotier","common_name":"Léa Sotier","date_of_birth":"2001-07-23","place_of_birth":"Le Lamentin","country_of_birth":"Martinique","nationality":"Martinique","country_of_birth_area_id":"229","nationality_area_id":"229","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:16:24","membership":{"membership_id":"3201541","team_id":"597","team_name":"En Avant Guingamp","short_name":"EA Guingamp","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:16:24"}},{"people_id":"234972","first_name":"Nolwenn","last_name":"Cheval","match_name":"N. Cheval","common_name":"Nolwenn Cheval","date_of_birth":"2000-12-25","place_of_birth":"Falaise","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:14:46","membership":{"membership_id":"2606472","team_id":"34031","team_name":"En Avant Guingamp","short_name":"EA Guingamp F.","team_area_name":"France","team_area_id":"76","start_date":"2018-02-04","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:14:46"}},{"people_id":"137493","first_name":"Maevane","last_name":"Drozo","match_name":"M. Drozo","common_name":"Maevane Drozo","date_of_birth":"1999-06-21","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:14:05","membership":{"membership_id":"1580856","team_id":"34031","team_name":"En Avant Guingamp","short_name":"EA Guingamp F.","team_area_name":"France","team_area_id":"76","start_date":"2015-10-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:14:05"}},{"people_id":"920331","first_name":"Luce","last_name":"Ndolo Ewele","match_name":"L. Ndolo Ewele","common_name":"Luce Ndolo Ewele","date_of_birth":"1992-03-23","place_of_birth":"Saint-Étienne","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"162","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:13:31","membership":{"membership_id":"1580885","team_id":"34031","team_name":"En Avant Guingamp","short_name":"EA Guingamp F.","team_area_name":"France","team_area_id":"76","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:13:31"}},{"people_id":"920291","first_name":"Léonie","last_name":"Le Moing","match_name":"L. Le Moing","common_name":"Léonie Le Moing","date_of_birth":"1998-09-27","place_of_birth":"Pontivy","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:13:01","membership":{"membership_id":"1580873","team_id":"34031","team_name":"En Avant Guingamp","short_name":"EA Guingamp F.","team_area_name":"France","team_area_id":"76","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:13:01"}},{"people_id":"920256","first_name":"Léa","last_name":"Abadou","match_name":"L. Abadou","common_name":"Léa Abadou","date_of_birth":"1997-03-12","place_of_birth":"Landerneau","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:12:37","membership":{"membership_id":"1580843","team_id":"34031","team_name":"En Avant Guingamp","short_name":"EA Guingamp F.","team_area_name":"France","team_area_id":"76","start_date":"2015-04-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:12:37"}},{"people_id":"128863","first_name":"Jade","last_name":"Lebastard","match_name":"J. Lebastard","common_name":"Jade Lebastard","date_of_birth":"1998-05-03","place_of_birth":"Château-Gontier","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"174","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 14:12:05","membership":{"membership_id":"1582862","team_id":"34031","team_name":"En Avant Guingamp","short_name":"EA Guingamp F.","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:12:05"}},{"people_id":"218847","first_name":"Elodie","last_name":"Dinglor","match_name":"E. Dinglor","common_name":"Elodie Dinglor","date_of_birth":"1997-08-02","place_of_birth":"Saint-Germain-en-Laye","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:10:53","membership":{"membership_id":"1582864","team_id":"34031","team_name":"En Avant Guingamp","short_name":"EA Guingamp F.","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:10:53"}},{"people_id":"245454","first_name":"Amandine","last_name":"Bèche","match_name":"A. Bèche","common_name":"Amandine Bèche","date_of_birth":"2001-11-12","place_of_birth":"Rennes","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:09:51","membership":{"membership_id":"2670169","team_id":"34031","team_name":"En Avant Guingamp","short_name":"EA Guingamp F.","team_area_name":"France","team_area_id":"76","start_date":"2018-04-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:09:51"}},{"people_id":"16499","first_name":"Łukasz","last_name":"Moneta","match_name":"Ł. Moneta","common_name":"Łukasz Moneta","date_of_birth":"1994-05-13","place_of_birth":"Racibórz","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"172","weight":"70","foot":"left","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/16499.png","last_updated":"2019-08-06 14:09:22","membership":[{"membership_id":"3201540","team_id":"18201","team_name":"GKS Tychy","short_name":"Tychy","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-26","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:09:22"},{"membership_id":"3021099","team_id":"18910","team_name":"MKS Drutex-Bytovia Bytów","short_name":"Bytovia Bytów","team_area_name":"Poland","team_area_id":"155","start_date":"2019-01-28","end_date":"2019-07-26","role":"player","active":"no","last_updated":"2019-08-06 14:09:12"}]},{"people_id":"310880","first_name":"Alison","last_name":"Peniguel","match_name":"A. Peniguel","common_name":"Alison Peniguel","date_of_birth":"1998-07-29","place_of_birth":"Saint-Brieuc","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:09:11","membership":{"membership_id":"3037946","team_id":"34031","team_name":"En Avant Guingamp","short_name":"EA Guingamp F.","team_area_name":"France","team_area_id":"76","start_date":"2019-03-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:09:11"}},{"people_id":"923755","first_name":"Viviane","last_name":"Boudaud","match_name":"V. Boudaud","common_name":"Viviane Boudaud","date_of_birth":"1993-10-26","place_of_birth":"Lyon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"175","weight":"63","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:07:26"},{"people_id":"218626","first_name":"Siga","last_name":"Tandia","match_name":"S. Tandia","common_name":"Siga Tandia","date_of_birth":"1987-11-10","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"169","weight":"54","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:07:25"},{"people_id":"923770","first_name":"Sarah","last_name":"Cambot","match_name":"S. Cambot","common_name":"Sarah Cambot","date_of_birth":"1993-01-04","place_of_birth":"Oloron-Sainte-Marie","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"166","weight":"60","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:07:24"},{"people_id":"218602","first_name":"Romane","last_name":"Munich","match_name":"R. Munich","common_name":"Romane Munich","date_of_birth":"1994-10-06","place_of_birth":"Bitche","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"173","weight":"71","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 14:07:24"},{"people_id":"218624","first_name":"Philomène","last_name":"Pagnoux","match_name":"P. Pagnoux","common_name":"Philomène Pagnoux","date_of_birth":"1999-08-19","place_of_birth":"L'Isle-d'Espagnac","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"168","weight":"73","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:07:23"},{"people_id":"218629","first_name":"Laura","last_name":"Bourgoin","match_name":"L. Bourgoin","common_name":"Laura Bourgoin","date_of_birth":"1992-09-17","place_of_birth":"Le Mans","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"151","weight":"51","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:07:20"},{"people_id":"128867","first_name":"Hawa","last_name":"Cissoko","match_name":"H. Cissoko","common_name":"Hawa Cissoko","date_of_birth":"1997-04-10","place_of_birth":"Paris","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"174","weight":"63","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:07:18"},{"people_id":"218601","first_name":"Cassandra","last_name":"Moinet","match_name":"C. Moinet","common_name":"Cassandra Moinet","date_of_birth":"1998-09-23","place_of_birth":"L'Isle-d'Espagnac","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"173","weight":"65","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 14:07:17"},{"people_id":"128872","first_name":"Cathy","last_name":"Couturier","match_name":"C. Couturier","common_name":"Cathy Couturier","date_of_birth":"1997-01-08","place_of_birth":"Senlis","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"178","weight":"63","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:07:15"},{"people_id":"245455","first_name":"Camille","last_name":"Collin","match_name":"C. Collin","common_name":"Camille Collin","date_of_birth":"2000-05-20","place_of_birth":"Saintes","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"166","weight":"66","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:07:14"},{"people_id":"216620","first_name":"Clémentine","last_name":"Canon","match_name":"C. Canon","common_name":"Clémentine Canon","date_of_birth":"1999-04-06","place_of_birth":"Mainvilliers","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"160","weight":"55","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:07:13"},{"people_id":"218832","first_name":"Anaïs","last_name":"M'Bassidje","match_name":"A. M'Bassidje","common_name":"Anaïs M'Bassidje","date_of_birth":"1993-09-21","place_of_birth":"Marseille","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"175","weight":"66","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:07:12"},{"people_id":"191364","first_name":"Aurélie Celia","last_name":"Rouge","match_name":"A. Rouge","common_name":"Aurélie Rouge","date_of_birth":"1992-05-25","place_of_birth":"Schoelcher","country_of_birth":"Martinique","nationality":"Martinique","country_of_birth_area_id":"229","nationality_area_id":"229","gender":"female","height":"170","weight":"64","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:07:12"},{"people_id":"152748","first_name":"Anissa","last_name":"Lahmari","match_name":"A. Lahmari","common_name":"Anissa Lahmari","date_of_birth":"1997-02-17","place_of_birth":"Saint-Cloud","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"164","weight":"59","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 14:07:11","membership":{"membership_id":"3007877","team_id":"34036","team_name":"ASJ Soyaux-Charente","short_name":"ASJ Soyaux","team_area_name":"France","team_area_id":"76","start_date":"2019-01-23","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:03:20"}},{"people_id":"218632","first_name":"Anaïs","last_name":"Dumont","match_name":"A. Dumont","common_name":"Anaïs Dumont","date_of_birth":"1989-10-06","place_of_birth":"Saint-Jean-d'Angély","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"147","weight":"48","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:07:10"},{"people_id":"218682","first_name":"Angeline","last_name":"Da Costa","match_name":"A. Da Costa","common_name":"Angeline Da Costa","date_of_birth":"1999-09-26","place_of_birth":"Montauban","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"167","weight":"55","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:07:09"},{"people_id":"128879","first_name":"Anna","last_name":"Clerac","match_name":"A. Clerac","common_name":"Anna Clerac","date_of_birth":"1997-06-02","place_of_birth":"L'Isle-d'Espagnac","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"165","weight":"56","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:07:08"},{"people_id":"214713","first_name":"Karólína Lea","last_name":"Vilhjálmsdóttir","match_name":"K. Vilhjálmsdóttir","common_name":"Karólína Lea Vilhjálmsdóttir","date_of_birth":"2001-08-08","place_of_birth":"","country_of_birth":"Iceland","nationality":"Iceland","country_of_birth_area_id":"93","nationality_area_id":"93","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:06:53","membership":{"membership_id":"3201539","team_id":"27533","team_name":"Breiðablik UBK","short_name":"Breiðablik UBK","team_area_name":"Iceland","team_area_id":"93","start_date":"2017-11-04","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:06:53"}},{"people_id":"370480","first_name":"Berglind Björg","last_name":"Þorvaldsdóttir","match_name":"B. Þorvaldsdóttir","common_name":"Berglind Björg Þorvaldsdóttir","date_of_birth":"1992-01-18","place_of_birth":"Vestmannaeyjar","country_of_birth":"Iceland","nationality":"Iceland","country_of_birth_area_id":"93","nationality_area_id":"93","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/370480.png","last_updated":"2019-08-06 14:05:27","membership":[{"membership_id":"3201538","team_id":"27533","team_name":"Breiðablik UBK","short_name":"Breiðablik UBK","team_area_name":"Iceland","team_area_id":"93","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:05:27"},{"membership_id":"3024023","team_id":"39870","team_name":"PSV","short_name":"PSV","team_area_name":"Netherlands","team_area_id":"138","start_date":"2019-01-29","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:05:16"}]},{"people_id":"280022","first_name":"Þórhildur","last_name":"Þórhallsdóttir","match_name":"Þ. Þórhallsdóttir","common_name":"Þórhildur Þórhallsdóttir","date_of_birth":"2003-12-30","place_of_birth":"","country_of_birth":"Iceland","nationality":"Iceland","country_of_birth_area_id":"93","nationality_area_id":"93","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:03:59","membership":{"membership_id":"3201537","team_id":"27533","team_name":"Breiðablik UBK","short_name":"Breiðablik UBK","team_area_name":"Iceland","team_area_id":"93","start_date":"2019-07-30","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:03:59"}},{"people_id":"207226","first_name":"Sóley María","last_name":"Steinarsdóttir","match_name":"Sóley María","common_name":"Sóley María","date_of_birth":"2000-09-14","place_of_birth":"","country_of_birth":"Iceland","nationality":"Iceland","country_of_birth_area_id":"93","nationality_area_id":"93","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:03:25","membership":{"membership_id":"3201536","team_id":"27533","team_name":"Breiðablik UBK","short_name":"Breiðablik UBK","team_area_name":"Iceland","team_area_id":"93","start_date":"2019-01-20","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:03:25"}},{"people_id":"923656","first_name":"Charlène","last_name":"Farrugia","match_name":"C. Farrugia","common_name":"Charlène Farrugia","date_of_birth":"1993-03-17","place_of_birth":"Lunel","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"171","weight":"61","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:02:48","membership":[{"membership_id":"3201535","team_id":"34036","team_name":"ASJ Soyaux-Charente","short_name":"ASJ Soyaux","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:02:48"},{"membership_id":"1581972","team_id":"34034","team_name":"Rodez Aveyron Football","short_name":"Rodez AF","team_area_name":"France","team_area_id":"76","start_date":"2014-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:02:48"}]},{"people_id":"253779","first_name":"Virginie","last_name":"Gaudriaud","match_name":"V. Gaudriaud","common_name":"Virginie Gaudriaud","date_of_birth":"2000-08-21","place_of_birth":"Saintes","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:01:45","membership":{"membership_id":"2691678","team_id":"34036","team_name":"ASJ Soyaux-Charente","short_name":"ASJ Soyaux","team_area_name":"France","team_area_id":"76","start_date":"2018-05-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:01:45"}},{"people_id":"332743","first_name":"Heiðdís","last_name":"Lillýardóttir","match_name":"H. Lillýardóttir","common_name":"Heiðdís Lillýardóttir","date_of_birth":"1996-02-28","place_of_birth":"","country_of_birth":"Iceland","nationality":"Iceland","country_of_birth_area_id":"93","nationality_area_id":"93","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 14:01:33","membership":{"membership_id":"3201534","team_id":"27533","team_name":"Breiðablik UBK","short_name":"Breiðablik UBK","team_area_name":"Iceland","team_area_id":"93","start_date":"2017-02-21","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:01:33"}},{"people_id":"923816","first_name":"Pamela","last_name":"Babinga","match_name":"P. Babinga","common_name":"Pamela Babinga","date_of_birth":"1990-07-30","place_of_birth":"Mantes-la-Jolie","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:01:01","membership":{"membership_id":"1582016","team_id":"34036","team_name":"ASJ Soyaux-Charente","short_name":"ASJ Soyaux","team_area_name":"France","team_area_id":"76","start_date":"2016-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:01:01"}},{"people_id":"255182","first_name":"Manon","last_name":"Moreira","match_name":"M. Moreira","common_name":"Manon Moreira","date_of_birth":"2001-05-09","place_of_birth":"Besançon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:00:31","membership":{"membership_id":"2696157","team_id":"34036","team_name":"ASJ Soyaux-Charente","short_name":"ASJ Soyaux","team_area_name":"France","team_area_id":"76","start_date":"2018-05-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 14:00:31"}},{"people_id":"207216","first_name":"Alexandra","last_name":"Jóhannsdóttir","match_name":"Alexandra Jóhannsdóttir","common_name":"Alexandra Jóhannsdóttir","date_of_birth":"2000-03-19","place_of_birth":"","country_of_birth":"Iceland","nationality":"Iceland","country_of_birth_area_id":"93","nationality_area_id":"93","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 14:00:14","membership":{"membership_id":"3201533","team_id":"27533","team_name":"Breiðablik UBK","short_name":"Breiðablik UBK","team_area_name":"Iceland","team_area_id":"93","start_date":"2018-02-21","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 14:00:14"}},{"people_id":"218608","first_name":"Justine","last_name":"Deschamps","match_name":"J. Deschamps","common_name":"Justine Deschamps","date_of_birth":"1993-12-10","place_of_birth":"Ruffec","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"170","weight":"58","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 13:59:49","membership":{"membership_id":"1582309","team_id":"34036","team_name":"ASJ Soyaux-Charente","short_name":"ASJ Soyaux","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 13:59:49"}},{"people_id":"214706","first_name":"Hildur Thóra","last_name":"Hákonardóttir","match_name":"H. Hákonardóttir","common_name":"Hildur Thóra Hákonardóttir","date_of_birth":"2001-05-07","place_of_birth":"","country_of_birth":"Iceland","nationality":"Iceland","country_of_birth_area_id":"93","nationality_area_id":"93","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 13:59:36","membership":{"membership_id":"3201532","team_id":"27533","team_name":"Breiðablik UBK","short_name":"Breiðablik UBK","team_area_name":"Iceland","team_area_id":"93","start_date":"2018-07-24","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:59:36"}},{"people_id":"218620","first_name":"Gwendoline","last_name":"Djebbar","match_name":"G. Djebbar","common_name":"Gwendoline Djebbar","date_of_birth":"1990-07-22","place_of_birth":"Vienne","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"169","weight":"60","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 13:58:52","membership":{"membership_id":"1582324","team_id":"34036","team_name":"ASJ Soyaux-Charente","short_name":"ASJ Soyaux","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 13:58:52"}},{"people_id":"218612","first_name":"Elba","last_name":"Vergés Prats","match_name":"E. Vergés Prats","common_name":"Elba Vergés Prats","date_of_birth":"1995-10-24","place_of_birth":"Saint-Just Desvern","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"170","weight":"58","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 13:58:32","membership":{"membership_id":"1582313","team_id":"34036","team_name":"ASJ Soyaux-Charente","short_name":"ASJ Soyaux","team_area_name":"France","team_area_id":"76","start_date":"2017-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 13:58:32"}},{"people_id":"39526","first_name":"Adolfo Abdiel","last_name":"Machado","match_name":"A. Machado","common_name":"Adolfo Machado","date_of_birth":"1985-02-14","place_of_birth":"Ciudad de Panamá","country_of_birth":"Panama","nationality":"Panama","country_of_birth_area_id":"150","nationality_area_id":"150","gender":"male","height":"181","weight":"72","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/39526.png","last_updated":"2019-08-06 13:57:14","membership":[{"membership_id":"3201529","team_id":"33607","team_name":"ADR Jicaral Sercoba","short_name":"Jicaral","team_area_name":"Costa Rica","team_area_id":"55","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:57:14"},{"membership_id":"3008960","team_id":"18050","team_name":"Club The Strongest","short_name":"The Strongest","team_area_name":"Bolivia","team_area_id":"32","start_date":"2019-01-04","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 13:55:46"}]},{"people_id":"254012","first_name":"Carlos Daniel","last_name":"Umaña Campos","match_name":"Carlos Umaña","common_name":"Carlos Umaña","date_of_birth":"2001-12-12","place_of_birth":"","country_of_birth":"Costa Rica","nationality":"Costa Rica","country_of_birth_area_id":"55","nationality_area_id":"55","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 13:56:36","membership":{"membership_id":"2692063","team_id":"15433","team_name":"CS Herediano","short_name":"Herediano","team_area_name":"Costa Rica","team_area_id":"55","start_date":"2018-05-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:56:36"}},{"people_id":"214715","first_name":"Áslaug Munda","last_name":"Gunnlaugsdóttir","match_name":"Á. Gunnlaugsdóttir","common_name":"Áslaug Munda Gunnlaugsdóttir","date_of_birth":"2001-06-02","place_of_birth":"","country_of_birth":"Iceland","nationality":"Iceland","country_of_birth_area_id":"93","nationality_area_id":"93","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 13:56:11","membership":{"membership_id":"3201528","team_id":"27533","team_name":"Breiðablik UBK","short_name":"Breiðablik UBK","team_area_name":"Iceland","team_area_id":"93","start_date":"2018-01-11","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:56:11"}},{"people_id":"332742","first_name":"Ásta Vigdís","last_name":"Guðlaugsdóttir","match_name":"A. Guðlaugsdóttir","common_name":"Ásta Guðlaugsdóttir","date_of_birth":"1996-04-26","place_of_birth":"","country_of_birth":"Iceland","nationality":"Iceland","country_of_birth_area_id":"93","nationality_area_id":"93","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 13:55:20","membership":{"membership_id":"3201527","team_id":"27533","team_name":"Breiðablik UBK","short_name":"Breiðablik UBK","team_area_name":"Iceland","team_area_id":"93","start_date":"2019-04-18","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:55:20"}},{"people_id":"178989","first_name":"Alex","last_name":"Greenwood","match_name":"A. Greenwood","common_name":"Alex Greenwood","date_of_birth":"1993-09-07","place_of_birth":"Liverpool","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"female","height":"168","weight":"62","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/178989.png","last_updated":"2019-08-06 13:54:38","membership":[{"membership_id":"3201523","team_id":"27505","team_name":"Olympique Lyonnais","short_name":"Olympique Lyon","team_area_name":"France","team_area_id":"76","start_date":"2019-08-04","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:51:50"},{"membership_id":"3201522","team_id":"41442","team_name":"Manchester United WFC","short_name":"ManUtd","team_area_name":"England","team_area_id":"68","start_date":"2018-07-01","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-06 13:51:38"},{"membership_id":"1260866","team_id":"29318","team_name":"Liverpool LFC","short_name":"Liverpool LFC","team_area_name":"England","team_area_id":"68","start_date":"2016-01-01","end_date":"2018-07-01","role":"player","active":"no","last_updated":"2019-08-06 13:54:38"},{"membership_id":"3201525","team_id":"29320","team_name":"Notts County LFC","short_name":"Notts County","team_area_name":"England","team_area_id":"68","start_date":"2015-01-01","end_date":"2015-12-31","role":"player","active":"no","last_updated":"2019-08-06 13:54:23"},{"membership_id":"3201526","team_id":"33714","team_name":"Everton LFC","short_name":"Everton LFC","team_area_name":"England","team_area_id":"68","start_date":"2013-01-01","end_date":"2014-12-31","role":"player","active":"no","last_updated":"2019-08-06 13:54:13"}]},{"people_id":"332741","first_name":"Szymon","last_name":"Rak","match_name":"S. Rak","common_name":"Szymon Rak","date_of_birth":"2000-01-01","place_of_birth":"","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 13:53:27","membership":{"membership_id":"3201524","team_id":"1952","team_name":"OKS Stomil Olsztyn","short_name":"Stomil","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-22","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:53:27"}},{"people_id":"332740","first_name":"Bergþóra Sól","last_name":"Ásmundsdóttir","match_name":"B. Ásmundsdóttir","common_name":"Bergþóra Ásmundsdóttir","date_of_birth":"2003-01-28","place_of_birth":"","country_of_birth":"Iceland","nationality":"Iceland","country_of_birth_area_id":"93","nationality_area_id":"93","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 13:50:31","membership":{"membership_id":"3201521","team_id":"27533","team_name":"Breiðablik UBK","short_name":"Breiðablik UBK","team_area_name":"Iceland","team_area_id":"93","start_date":"2019-07-30","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:50:31"}},{"people_id":"332739","first_name":"Isabella Eva","last_name":"Aradóttir","match_name":"I. Aradóttir","common_name":"Isabella Aradóttir","date_of_birth":"1999-04-08","place_of_birth":"","country_of_birth":"Iceland","nationality":"Iceland","country_of_birth_area_id":"93","nationality_area_id":"93","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 13:47:34","membership":{"membership_id":"3201520","team_id":"27533","team_name":"Breiðablik UBK","short_name":"Breiðablik UBK","team_area_name":"Iceland","team_area_id":"93","start_date":"2019-07-09","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:47:34"}},{"people_id":"140630","first_name":"Agla Maria","last_name":"Albertsdottir","match_name":"A. Albertsdottir","common_name":"Agla Maria Albertsdottir","date_of_birth":"1999-08-05","place_of_birth":"","country_of_birth":"Iceland","nationality":"Iceland","country_of_birth_area_id":"93","nationality_area_id":"93","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/140630.png","last_updated":"2019-08-06 13:45:08","membership":[{"membership_id":"3201519","team_id":"27533","team_name":"Breiðablik UBK","short_name":"Breiðablik UBK","team_area_name":"Iceland","team_area_id":"93","start_date":"2018-02-03","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:45:08"},{"membership_id":"1323975","team_id":"31462","team_name":"UMF Stjarnan","short_name":"UMF Stjarnan","team_area_name":"Iceland","team_area_id":"93","start_date":"2017-07-01","end_date":"2018-02-03","role":"player","active":"no","last_updated":"2019-08-06 13:44:56"}]},{"people_id":"531879","first_name":"Florian","last_name":"Pfertzel","match_name":"F. Pfertzel","common_name":"Florian Pfertzel","date_of_birth":"1999-03-05","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 13:41:35","membership":[{"membership_id":"3201518","team_id":"18451","team_name":"GKS Olimpia Grudziądz","short_name":"Grudziądz","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:41:35"},{"membership_id":"1364623","team_id":"31226","team_name":"AC Ajaccio 2","short_name":"AC Ajaccio 2","team_area_name":"France","team_area_id":"76","start_date":"2016-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 13:41:23"}]},{"people_id":"179002","first_name":"Quentin","last_name":"Seedorf","match_name":"Q. Seedorf","common_name":"Quentin Seedorf","date_of_birth":"2000-09-14","place_of_birth":"Amsterdam","country_of_birth":"Netherlands","nationality":"Netherlands","country_of_birth_area_id":"138","nationality_area_id":"138","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 13:39:41","membership":[{"membership_id":"3201517","team_id":"1941","team_name":"Zagłębie Sosnowiec","short_name":"Zagl Sosnowiec","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-26","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:39:29"},{"membership_id":"1260902","team_id":"27746","team_name":"Jong Vitesse","short_name":"Jong Vitesse","team_area_name":"Netherlands","team_area_id":"138","start_date":"2017-04-15","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 13:39:19"}]},{"people_id":"292446","first_name":"Sebastian","last_name":"Olszewski","match_name":"S. Olszewski","common_name":"Sebastian Olszewski","date_of_birth":"2001-08-20","place_of_birth":"","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 13:28:29","membership":[{"membership_id":"3201516","team_id":"1961","team_name":"Warta Poznań","short_name":"Warta Poznań","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-23","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:28:29"},{"membership_id":"2845707","team_id":"23142","team_name":"KS Rozwój Katowice","short_name":"KS Rozwój","team_area_name":"Poland","team_area_id":"155","start_date":"2017-05-17","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 13:28:19"}]},{"people_id":"332738","first_name":"Heri","last_name":"Sulistyo","match_name":"","common_name":"Heri Sulistyo","date_of_birth":"","place_of_birth":"","country_of_birth":"Indonesia","nationality":"Indonesia","country_of_birth_area_id":"95","nationality_area_id":"95","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 13:22:39","membership":{"membership_id":"3201515","team_id":"18093","team_name":"PSIS Semarang","short_name":"PSIS Semarang","team_area_name":"Indonesia","team_area_id":"95","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:22:39"}},{"people_id":"90656","first_name":"Mateusz","last_name":"Kaminski","match_name":"M. Kaminski","common_name":"Mateusz Kaminski","date_of_birth":"1988-04-27","place_of_birth":"Prudnik","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"190","weight":"79","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 13:19:35","membership":[{"membership_id":"3201514","team_id":"2014","team_name":"OKS Odra","short_name":"Odra","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-26","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:19:35"},{"membership_id":"228604","team_id":"1946","team_name":"GKS GieKSa Katowice","short_name":"GKS Katowice","team_area_name":"Poland","team_area_id":"155","start_date":"2012-08-05","end_date":"2019-07-26","role":"player","active":"no","last_updated":"2019-08-06 13:19:22"}]},{"people_id":"332737","first_name":"Dawid","last_name":"Sołdecki","match_name":"D. Sołdecki","common_name":"Dawid Sołdecki","date_of_birth":"1987-04-29","place_of_birth":"Krasnystaw","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"185","weight":"","foot":"right","position":"Defender","player_picture":"","last_updated":"2019-08-06 13:07:19","membership":{"membership_id":"3201513","team_id":"19318","team_name":"SKS Wigry Suwałki","short_name":"Wigry Suwałki","team_area_name":"Poland","team_area_id":"155","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:07:19"}},{"people_id":"332736","first_name":"Bartosz","last_name":"Sobczyk","match_name":"B. Sobczyk","common_name":"Bartosz Sobczyk","date_of_birth":"1999-01-15","place_of_birth":"","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 13:00:46","membership":{"membership_id":"3201512","team_id":"1958","team_name":"KS FKS Stal Mielec","short_name":"Stal Mielec","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-22","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 13:00:46"}},{"people_id":"21152","first_name":"Mateusz","last_name":"Mak","match_name":"Mateusz Mak","common_name":"Mateusz Mak","date_of_birth":"1991-11-14","place_of_birth":"Sucha Beskidzka","country_of_birth":"Poland","nationality":"Poland","country_of_birth_area_id":"155","nationality_area_id":"155","gender":"male","height":"173","weight":"60","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/21152.png","last_updated":"2019-08-06 12:59:23","membership":{"membership_id":"3201511","team_id":"1958","team_name":"KS FKS Stal Mielec","short_name":"Stal Mielec","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-30","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:59:23"}},{"people_id":"161757","first_name":"Thiago","last_name":"Rodrigues de Souza","match_name":"Thiago Souza","common_name":"Thiago Souza","date_of_birth":"1997-03-18","place_of_birth":"Campo Grande","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"177","weight":"60","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 12:54:06","membership":[{"membership_id":"3201510","team_id":"18452","team_name":"MKS Sandecja Nowy Sącz","short_name":"Sandecja NS","team_area_name":"Poland","team_area_id":"155","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:54:06"},{"membership_id":"2650132","team_id":"21580","team_name":"Red Bull Brasil","short_name":"RB Brasil","team_area_name":"Brazil","team_area_id":"35","start_date":"2018-03-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 12:53:54"}]},{"people_id":"332735","first_name":"Arie","last_name":"Levy","match_name":"A. Levy","common_name":"Arie Levy","date_of_birth":"1971-08-17","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 12:49:29","membership":{"membership_id":"3201509","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 12:49:22"}},{"people_id":"362943","first_name":"Opal","last_name":"Sofer","match_name":"O. Sofer","common_name":"Opal Sofer","date_of_birth":"1997-05-20","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 12:47:37","membership":[{"membership_id":"3201508","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2018-10-15","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:47:37"},{"membership_id":"631336","team_id":"27547","team_name":"FC Ramat HaSharon","short_name":"Ramat HaSharon","team_area_name":"Israel","team_area_id":"99","start_date":"2016-07-01","end_date":"2018-10-15","role":"player","active":"no","last_updated":"2019-08-06 12:47:29"}]},{"people_id":"207255","first_name":"Meytal","last_name":"Sharabi","match_name":"M. Sharabi","common_name":"Meytal Sharabi","date_of_birth":"2000-03-23","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 12:46:59","membership":{"membership_id":"3201507","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2018-09-02","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:46:59"}},{"people_id":"332734","first_name":"Rakefet","last_name":"Seiden","match_name":"R. Seiden","common_name":"Rakefet Seiden","date_of_birth":"2002-10-26","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 12:46:36","membership":{"membership_id":"3201506","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2018-09-02","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:46:36"}},{"people_id":"362931","first_name":"Shay","last_name":"Sade","match_name":"S. Sade","common_name":"Shay Sade","date_of_birth":"1990-04-16","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 12:45:29","membership":[{"membership_id":"3201505","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2018-09-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:45:29"},{"membership_id":"631324","team_id":"27547","team_name":"FC Ramat HaSharon","short_name":"Ramat HaSharon","team_area_name":"Israel","team_area_id":"99","start_date":"2016-07-01","end_date":"2018-09-01","role":"player","active":"no","last_updated":"2019-08-06 12:45:21"}]},{"people_id":"332733","first_name":"Shirli","last_name":"Ohana","match_name":"S. Ohana","common_name":"Shirli Ohana","date_of_birth":"1983-12-29","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 12:44:51","membership":{"membership_id":"3201504","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:44:51"}},{"people_id":"181422","first_name":"Shahar","last_name":"Nakav","match_name":"S. Nakav","common_name":"Shahar Nakav","date_of_birth":"1997-04-12","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 12:43:40","membership":[{"membership_id":"3201503","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-28","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:43:40"},{"membership_id":"1326327","team_id":"31467","team_name":"FC Kiryat Gat","short_name":"Kiryat Gat","team_area_name":"Israel","team_area_id":"99","start_date":"2017-08-20","end_date":"2019-07-28","role":"player","active":"no","last_updated":"2019-08-06 12:43:31"}]},{"people_id":"138845","first_name":"Hadas","last_name":"Morin","match_name":"H. Morin","common_name":"Hadas Morin","date_of_birth":"1999-06-30","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 12:43:06","membership":{"membership_id":"3201502","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:43:06"}},{"people_id":"332732","first_name":"Lama","last_name":"Ghanama","match_name":"L. Ghanama","common_name":"Lama Ghanama","date_of_birth":"1999-12-27","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 12:42:08","membership":{"membership_id":"3201501","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2018-09-02","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:42:08"}},{"people_id":"332731","first_name":"Nkemjika Natalie","last_name":"Ezurike","match_name":"N. Ezurike","common_name":"Nkem Ezurike","date_of_birth":"2018-09-02","place_of_birth":"","country_of_birth":"Canada","nationality":"Canada","country_of_birth_area_id":"43","nationality_area_id":"43","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 12:38:26","membership":{"membership_id":"3201500","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2018-09-02","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:38:26"}},{"people_id":"362933","first_name":"Oshrat","last_name":"Eni","match_name":"O. Eni","common_name":"Oshrat Eni","date_of_birth":"1984-09-15","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 12:36:20","membership":[{"membership_id":"3201499","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2016-11-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:36:20"},{"membership_id":"631326","team_id":"27547","team_name":"FC Ramat HaSharon","short_name":"Ramat HaSharon","team_area_name":"Israel","team_area_id":"99","start_date":"2016-07-01","end_date":"2016-11-01","role":"player","active":"no","last_updated":"2019-08-06 12:36:10"}]},{"people_id":"138854","first_name":"Shira","last_name":"Elinav","match_name":"S. Elinav","common_name":"Shira Elinav","date_of_birth":"2000-04-26","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 12:35:36","membership":{"membership_id":"3201498","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:35:36"}},{"people_id":"202979","first_name":"Mor","last_name":"Efraim","match_name":"M. Efraim","common_name":"Mor Efraim","date_of_birth":"1988-01-18","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 12:35:09","membership":[{"membership_id":"3201497","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2018-09-02","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:35:09"},{"membership_id":"1326330","team_id":"31467","team_name":"FC Kiryat Gat","short_name":"Kiryat Gat","team_area_name":"Israel","team_area_id":"99","start_date":"2017-08-20","end_date":"2018-09-02","role":"player","active":"no","last_updated":"2019-08-06 12:34:56"}]},{"people_id":"332730","first_name":"Brenna Rachel","last_name":"Connell","match_name":"B. Connell","common_name":"Brenna Connell","date_of_birth":"1995-01-03","place_of_birth":"","country_of_birth":"United States","nationality":"United States","country_of_birth_area_id":"203","nationality_area_id":"203","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 12:34:23","membership":{"membership_id":"3201496","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:34:23"}},{"people_id":"332729","first_name":"Vered","last_name":"Cohen","match_name":"V. Cohen","common_name":"Vered Cohen","date_of_birth":"1988-05-23","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 12:33:15","membership":{"membership_id":"3201495","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:33:15"}},{"people_id":"138837","first_name":"Amit","last_name":"Cohen","match_name":"A. Cohen","common_name":"Amit Cohen","date_of_birth":"1999-07-22","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 12:31:56","membership":{"membership_id":"3201494","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:31:56"}},{"people_id":"138848","first_name":"Lia","last_name":"Barkai","match_name":"L. Barkai","common_name":"Lia Barkai","date_of_birth":"1999-04-05","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 12:31:24","membership":[{"membership_id":"3201493","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:31:24"},{"membership_id":"2736701","team_id":"31467","team_name":"FC Kiryat Gat","short_name":"Kiryat Gat","team_area_name":"Israel","team_area_id":"99","start_date":"2018-07-01","end_date":"2019-07-01","role":"player","active":"no","last_updated":"2019-08-06 12:31:15"}]},{"people_id":"362928","first_name":"Noam","last_name":"Achtel","match_name":"N. Achtel","common_name":"Noam Achtel","date_of_birth":"1996-04-16","place_of_birth":"","country_of_birth":"Israel","nationality":"Israel","country_of_birth_area_id":"99","nationality_area_id":"99","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 12:30:37","membership":[{"membership_id":"3201492","team_id":"34749","team_name":"ASA Tel Aviv University","short_name":"ASA Tel Aviv","team_area_name":"Israel","team_area_id":"99","start_date":"2018-10-15","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 12:30:37"},{"membership_id":"631321","team_id":"27547","team_name":"FC Ramat HaSharon","short_name":"Ramat HaSharon","team_area_name":"Israel","team_area_id":"99","start_date":"2016-07-01","end_date":"2018-10-15","role":"player","active":"no","last_updated":"2019-08-06 12:30:27"}]},{"people_id":"126487","first_name":"Lisandro Joel","last_name":"Alzugaray","match_name":"L. Alzugaray","common_name":"Lisandro Alzugaray","date_of_birth":"1990-04-17","place_of_birth":"","country_of_birth":"Argentina","nationality":"Argentina","country_of_birth_area_id":"16","nationality_area_id":"16","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 12:12:43","membership":{"membership_id":"2835855","team_id":"2159","team_name":"CA Newell's Old Boys","short_name":"Newell's OB","team_area_name":"Argentina","team_area_id":"16","start_date":"2018-10-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 12:12:43"}},{"people_id":"332728","first_name":"Sarah","last_name":"Witry","match_name":"S. Witry","common_name":"Sarah Witry","date_of_birth":"2002-09-06","place_of_birth":"","country_of_birth":"Luxembourg","nationality":"Luxembourg","country_of_birth_area_id":"118","nationality_area_id":"118","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 11:54:40","membership":{"membership_id":"3201491","team_id":"31474","team_name":"SC Bettembourg","short_name":"SC Bettembourg","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:54:40"}},{"people_id":"332727","first_name":"Kate","last_name":"Thill","match_name":"K. Thill","common_name":"Kate Thill","date_of_birth":"2002-01-25","place_of_birth":"","country_of_birth":"Luxembourg","nationality":"Luxembourg","country_of_birth_area_id":"118","nationality_area_id":"118","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 11:53:39","membership":{"membership_id":"3201490","team_id":"31474","team_name":"SC Bettembourg","short_name":"SC Bettembourg","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:53:39"}},{"people_id":"332726","first_name":"Hanna","last_name":"Thill","match_name":"H. Thill","common_name":"Hanna Thill","date_of_birth":"2002-10-14","place_of_birth":"","country_of_birth":"Luxembourg","nationality":"Luxembourg","country_of_birth_area_id":"118","nationality_area_id":"118","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 11:52:21","membership":{"membership_id":"3201489","team_id":"31474","team_name":"SC Bettembourg","short_name":"SC Bettembourg","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:52:21"}},{"people_id":"332725","first_name":"Lucia Camila","last_name":"Ruiz Rojas","match_name":"L. Ruiz Rojas","common_name":"Lucia Ruiz Rojas","date_of_birth":"2003-09-09","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 11:50:51","membership":{"membership_id":"3201488","team_id":"31474","team_name":"SC Bettembourg","short_name":"SC Bettembourg","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:50:51"}},{"people_id":"332724","first_name":"Lea","last_name":"Pizzimenti","match_name":"L. Pizzimenti","common_name":"Lea Pizzimenti","date_of_birth":"1998-10-08","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 11:48:52","membership":{"membership_id":"3201487","team_id":"31474","team_name":"SC Bettembourg","short_name":"SC Bettembourg","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:48:52"}},{"people_id":"332723","first_name":"Justine Nathalie Rose","last_name":"Oswald","match_name":"J. Oswald","common_name":"Justine Oswald","date_of_birth":"1991-03-26","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 11:47:13","membership":{"membership_id":"3201486","team_id":"31474","team_name":"SC Bettembourg","short_name":"SC Bettembourg","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:47:13"}},{"people_id":"332722","first_name":"Stessy","last_name":"Musselek","match_name":"S. Musselek","common_name":"Stessy Musselek","date_of_birth":"1995-08-18","place_of_birth":"","country_of_birth":"Luxembourg","nationality":"Luxembourg","country_of_birth_area_id":"118","nationality_area_id":"118","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 11:45:19","membership":{"membership_id":"3201485","team_id":"31474","team_name":"SC Bettembourg","short_name":"SC Bettembourg","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:45:19"}},{"people_id":"181487","first_name":"Lena","last_name":"Krier","match_name":"L. Krier","common_name":"Lena Krier","date_of_birth":"1994-03-29","place_of_birth":"","country_of_birth":"Luxembourg","nationality":"Luxembourg","country_of_birth_area_id":"118","nationality_area_id":"118","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 11:44:25","membership":{"membership_id":"3201484","team_id":"31474","team_name":"SC Bettembourg","short_name":"SC Bettembourg","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:44:25"}},{"people_id":"332721","first_name":"Sheila","last_name":"Hoja","match_name":"S. Hoja","common_name":"Shiela Hoja","date_of_birth":"1998-03-03","place_of_birth":"","country_of_birth":"Luxembourg","nationality":"Luxembourg","country_of_birth_area_id":"118","nationality_area_id":"118","gender":"female","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 11:43:54","membership":{"membership_id":"3201483","team_id":"31474","team_name":"SC Bettembourg","short_name":"SC Bettembourg","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:43:54"}},{"people_id":"332720","first_name":"Rita","last_name":"Garcia","match_name":"R. Garcia","common_name":"Rita Garcia","date_of_birth":"2002-02-15","place_of_birth":"","country_of_birth":"Portugal","nationality":"Portugal","country_of_birth_area_id":"156","nationality_area_id":"156","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 11:42:57","membership":{"membership_id":"3201482","team_id":"31474","team_name":"SC Bettembourg","short_name":"SC Bettembourg","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:42:57"}},{"people_id":"332719","first_name":"Sabrina","last_name":"Dukovski","match_name":"S. Dukovski","common_name":"Sabrina Dukovski","date_of_birth":"1997-05-29","place_of_birth":"","country_of_birth":"Luxembourg","nationality":"Luxembourg","country_of_birth_area_id":"118","nationality_area_id":"118","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 11:41:27","membership":{"membership_id":"3201481","team_id":"31474","team_name":"SC Bettembourg","short_name":"SC Bettembourg","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:41:27"}},{"people_id":"332718","first_name":"Sadine","last_name":"Correia Mascarenhas","match_name":"S. Correia","common_name":"Sadine Correia","date_of_birth":"1992-06-09","place_of_birth":"","country_of_birth":"Luxembourg","nationality":"Luxembourg","country_of_birth_area_id":"118","nationality_area_id":"118","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 11:40:13","membership":{"membership_id":"3201480","team_id":"31474","team_name":"SC Bettembourg","short_name":"SC Bettembourg","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:40:13"}},{"people_id":"332717","first_name":"Bisa","last_name":"Ceman","match_name":"B. Ceman","common_name":"Bisa Ceman","date_of_birth":"1997-08-10","place_of_birth":"","country_of_birth":"Luxembourg","nationality":"Luxembourg","country_of_birth_area_id":"118","nationality_area_id":"118","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 11:38:37","membership":{"membership_id":"3201479","team_id":"31474","team_name":"SC Bettembourg","short_name":"SC Bettembourg","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:38:37"}},{"people_id":"294874","first_name":"Senada","last_name":"Ceman","match_name":"S. Ceman","common_name":"Senada Ceman","date_of_birth":"1995-01-02","place_of_birth":"","country_of_birth":"Luxembourg","nationality":"Luxembourg","country_of_birth_area_id":"118","nationality_area_id":"118","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 11:37:28","membership":{"membership_id":"3201478","team_id":"31474","team_name":"SC Bettembourg","short_name":"SC Bettembourg","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:37:28"}},{"people_id":"209814","first_name":"Abdoul Sakirou","last_name":"Bila","match_name":"A. Bila","common_name":"Abdoul Bila","date_of_birth":"1992-11-06","place_of_birth":"Ouagadougou","country_of_birth":"Burkina Faso","nationality":"Burkina Faso","country_of_birth_area_id":"39","nationality_area_id":"39","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/209814.png","last_updated":"2019-08-06 11:37:11","membership":[{"membership_id":"3201477","team_id":"18941","team_name":"AS Lyon-Duchère","short_name":"Lyon-Duchère","team_area_name":"France","team_area_id":"76","start_date":"2019-08-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:37:11"},{"membership_id":"2742988","team_id":"589","team_name":"FC Lorient","short_name":"Lorient","team_area_name":"France","team_area_id":"76","start_date":"2018-08-01","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-06 11:37:11"},{"membership_id":"2721592","team_id":"28786","team_name":"FC Lorient 2","short_name":"Lorient 2","team_area_name":"France","team_area_id":"76","start_date":"2018-07-05","end_date":"2019-08-06","role":"player","active":"no","last_updated":"2019-08-06 11:37:11"}]},{"people_id":"332716","first_name":"Tamara","last_name":"Aniset","match_name":"T. Aniset","common_name":"Tamara Aniset","date_of_birth":"1987-10-16","place_of_birth":"","country_of_birth":"Luxembourg","nationality":"Luxembourg","country_of_birth_area_id":"118","nationality_area_id":"118","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 11:35:28","membership":{"membership_id":"3201476","team_id":"31474","team_name":"SC Bettembourg","short_name":"SC Bettembourg","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:35:28"}},{"people_id":"332715","first_name":"Marie Amelie","last_name":"Albrand","match_name":"M. A. Albrand","common_name":"Marie Amelie Albrand","date_of_birth":"1997-11-05","place_of_birth":"","country_of_birth":"Luxembourg","nationality":"Luxembourg","country_of_birth_area_id":"118","nationality_area_id":"118","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 11:34:24","membership":{"membership_id":"3201474","team_id":"31474","team_name":"SC Bettembourg","short_name":"SC Bettembourg","team_area_name":"Luxembourg","team_area_id":"118","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:34:24"}},{"people_id":"532415","first_name":"Owen","last_name":"Maes","match_name":"O. Maes","common_name":"Owen Maes","date_of_birth":"1998-09-24","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 11:32:31","membership":[{"membership_id":"3201473","team_id":"18731","team_name":"AS Monaco FC 2","short_name":"AS Monaco 2","team_area_name":"Monaco","team_area_id":"253","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:32:31"},{"membership_id":"2736064","team_id":"24310","team_name":"Racing Club de Lens 2","short_name":"RC Lens 2","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-06 11:32:31"}]},{"people_id":"518661","first_name":"Guillaume","last_name":"Dugain","match_name":"G. Dugain","common_name":"Guillaume Dugain","date_of_birth":"1998-04-12","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 11:31:39","membership":{"membership_id":"3201472","team_id":"610","team_name":"Tours FC","short_name":"Tours FC","team_area_name":"France","team_area_id":"76","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:31:24"}},{"people_id":"208616","first_name":"Elvira","last_name":"Urazaeva","match_name":"E. Urazaeva","common_name":"Elvira Urazaeva","date_of_birth":"1991-08-03","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 11:31:03","membership":{"membership_id":"3201471","team_id":"27542","team_name":"ZFK Minsk","short_name":"ZFK Minsk","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:31:03"}},{"people_id":"183470","first_name":"Matteo","last_name":"Ahlinvi","match_name":"M. Ahlinvi","common_name":"Matteo Ahlinvi","date_of_birth":"1999-07-02","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"183","weight":"68","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 11:30:41","membership":[{"membership_id":"3201470","team_id":"25098","team_name":"Nîmes Olympique 2","short_name":"Nîmes Ol. 2","team_area_name":"France","team_area_id":"76","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:30:41"},{"membership_id":"1308459","team_id":"24301","team_name":"En Avant Guingamp 2","short_name":"EA Guingamp 2","team_area_name":"France","team_area_id":"76","start_date":"2016-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-06 11:30:31"}]},{"people_id":"215103","first_name":"Viktoriya","last_name":"Tikhan","match_name":"V. Tikhan","common_name":"Viktoriya Tikhan","date_of_birth":"2001-09-04","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 11:30:28","membership":{"membership_id":"3201469","team_id":"27542","team_name":"ZFK Minsk","short_name":"ZFK Minsk","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:30:28"}},{"people_id":"65439","first_name":"Souleymane","last_name":"Diarra","match_name":"S. Diarra","common_name":"Souleymane Diarra","date_of_birth":"1995-01-30","place_of_birth":"","country_of_birth":"Mali","nationality":"Mali","country_of_birth_area_id":"125","nationality_area_id":"125","gender":"male","height":"173","weight":"70","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/65439.png","last_updated":"2019-08-06 11:30:06","membership":{"membership_id":"1338711","team_id":"600","team_name":"Racing Club de Lens","short_name":"RC Lens","team_area_name":"France","team_area_id":"76","start_date":"2017-08-31","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-06 11:30:06"}},{"people_id":"332714","first_name":"Rachel Raesetja","last_name":"Sebati","match_name":"R. Sebati","common_name":"Rachel Sebati","date_of_birth":"1993-02-03","place_of_birth":"","country_of_birth":"South Africa","nationality":"South Africa","country_of_birth_area_id":"175","nationality_area_id":"175","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 11:29:43","membership":{"membership_id":"3201468","team_id":"27542","team_name":"ZFK Minsk","short_name":"ZFK Minsk","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:29:43"}},{"people_id":"332713","first_name":"Yannis","last_name":"Drais","match_name":"Y. Drais","common_name":"Yannis Drais","date_of_birth":"1993-11-08","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 11:29:22","membership":{"membership_id":"3201467","team_id":"24605","team_name":"Besançon Football","short_name":"Besançon","team_area_name":"France","team_area_id":"76","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:29:22"}},{"people_id":"237477","first_name":"Omar","last_name":"Wade","match_name":"O. Wade","common_name":"Omar Wade","date_of_birth":"1990-05-15","place_of_birth":"Dakar","country_of_birth":"Senegal","nationality":"Senegal","country_of_birth_area_id":"166","nationality_area_id":"166","gender":"male","height":"180","weight":"75","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 11:27:59","membership":{"membership_id":"3201466","team_id":"3012","team_name":"FC Gueugnon","short_name":"Gueugnon","team_area_name":"France","team_area_id":"76","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:27:59"}},{"people_id":"156521","first_name":"Sébastien","last_name":"Rénot","match_name":"S. Rénot","common_name":"Sébastien Rénot","date_of_birth":"1989-11-11","place_of_birth":"Dijon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"185","weight":"80","foot":"right","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 11:27:21","membership":[{"membership_id":"3201465","team_id":"592","team_name":"ES Troyes AC","short_name":"Troyes","team_area_name":"France","team_area_id":"76","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:27:21"},{"membership_id":"1310838","team_id":"623","team_name":"Red Star FC","short_name":"Red Star","team_area_name":"France","team_area_id":"76","start_date":"2017-06-15","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-06 11:27:10"}]},{"people_id":"297777","first_name":"Anastasia","last_name":"Popova","match_name":"A. Popova","common_name":"Anastasia Popova","date_of_birth":"1990-10-04","place_of_birth":"","country_of_birth":"Belarus","nationality":"Belarus","country_of_birth_area_id":"26","nationality_area_id":"26","gender":"female","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 11:27:12","membership":{"membership_id":"3201464","team_id":"27542","team_name":"ZFK Minsk","short_name":"ZFK Minsk","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:27:12"}},{"people_id":"510506","first_name":"Sékou","last_name":"Coumaré","match_name":"S. Coumaré","common_name":"Sékou Coumaré","date_of_birth":"1993-04-13","place_of_birth":"","country_of_birth":"Mali","nationality":"Mali","country_of_birth_area_id":"125","nationality_area_id":"125","gender":"male","height":"178","weight":"64","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 11:26:38","membership":{"membership_id":"2749376","team_id":"3012","team_name":"FC Gueugnon","short_name":"Gueugnon","team_area_name":"France","team_area_id":"76","start_date":"2018-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-06 11:26:27"}},{"people_id":"332712","first_name":"Letago","last_name":"Madiba","match_name":"L. Madiba","common_name":"Letago Madiba","date_of_birth":"1991-07-15","place_of_birth":"","country_of_birth":"South Africa","nationality":"South Africa","country_of_birth_area_id":"175","nationality_area_id":"175","gender":"female","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 11:26:11","membership":{"membership_id":"3201463","team_id":"27542","team_name":"ZFK Minsk","short_name":"ZFK Minsk","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:26:11"}},{"people_id":"197941","first_name":"Julio","last_name":"Donisa","match_name":"J. Donisa","common_name":"Julio Donisa","date_of_birth":"1994-01-15","place_of_birth":"L'Haÿ-les-Roses","country_of_birth":"France","nationality":"Martinique","country_of_birth_area_id":"76","nationality_area_id":"229","gender":"male","height":"184","weight":"76","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 11:25:58","membership":[{"membership_id":"3201462","team_id":"605","team_name":"Clermont Foot 63","short_name":"Clermont Foot","team_area_name":"France","team_area_id":"76","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:25:58"},{"membership_id":"3197958","team_id":"623","team_name":"Red Star FC","short_name":"Red Star","team_area_name":"France","team_area_id":"76","start_date":"2019-07-01","end_date":"2019-08-05","role":"player","active":"no","last_updated":"2019-08-06 11:25:58"}]},{"people_id":"52921","first_name":"Jérémy","last_name":"Grain","match_name":"J. Grain","common_name":"Jérémy Grain","date_of_birth":"1994-10-21","place_of_birth":"Villeneuve-sur-Lot","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"172","weight":"68","foot":"left","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/52921.png","last_updated":"2019-08-06 11:25:16","membership":{"membership_id":"3201461","team_id":"18941","team_name":"AS Lyon-Duchère","short_name":"Lyon-Duchère","team_area_name":"France","team_area_id":"76","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:25:16"}},{"people_id":"152785","first_name":"Maria","last_name":"Galay","match_name":"M. Galay","common_name":"Maria Galay","date_of_birth":"1992-10-14","place_of_birth":"","country_of_birth":"Russia","nationality":"Russia","country_of_birth_area_id":"160","nationality_area_id":"160","gender":"female","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/152785.png","last_updated":"2019-08-06 11:24:23","membership":[{"membership_id":"3201460","team_id":"27542","team_name":"ZFK Minsk","short_name":"ZFK Minsk","team_area_name":"Belarus","team_area_id":"26","start_date":"2019-02-15","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:24:23"},{"membership_id":"948675","team_id":"27511","team_name":"Zvezda 2005 Perm","short_name":"Zvezda Perm","team_area_name":"Russia","team_area_id":"160","start_date":"2016-09-01","end_date":"2019-02-15","role":"player","active":"no","last_updated":"2019-08-06 11:24:10"}]},{"people_id":"197427","first_name":"Dru","last_name":"Yearwood","match_name":"D. Yearwood","common_name":"Dru Yearwood","date_of_birth":"","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 11:21:17","membership":[{"membership_id":"3201458","team_id":"500","team_name":"Brentford FC","short_name":"Brentford","team_area_name":"England","team_area_id":"68","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:21:17"},{"membership_id":"1309478","team_id":"13925","team_name":"Southend United FC","short_name":"Southend Utd","team_area_name":"England","team_area_id":"68","start_date":"2017-08-01","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-06 11:21:17"}]},{"people_id":"169903","first_name":"Joel","last_name":"Rollinson","match_name":"J. Rollinson","common_name":"Joel Rollinson","date_of_birth":"1998-11-16","place_of_birth":"","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 11:21:17","membership":[{"membership_id":"3201457","team_id":"19548","team_name":"Stevenage FC","short_name":"Stevenage","team_area_name":"England","team_area_id":"68","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:21:17"},{"membership_id":"3201456","team_id":"517","team_name":"Reading FC","short_name":"Reading","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-06 11:21:17"},{"membership_id":"2986832","team_id":"19849","team_name":"Eastbourne Borough FC","short_name":"Eastbourne Bor","team_area_name":"England","team_area_id":"68","start_date":"2018-11-06","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 11:20:11"},{"membership_id":"1179829","team_id":"28102","team_name":"Reading FC U23","short_name":"Reading","team_area_name":"England","team_area_id":"68","start_date":"2017-02-15","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-06 11:21:17"}]},{"people_id":"17376","first_name":"Yōsuke","last_name":"Ideguchi","match_name":"Y. Ideguchi","common_name":"Yōsuke Ideguchi","date_of_birth":"1996-08-23","place_of_birth":"Fukuoka","country_of_birth":"Japan","nationality":"Japan","country_of_birth_area_id":"102","nationality_area_id":"102","gender":"male","height":"170","weight":"71","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/17376.png","last_updated":"2019-08-06 11:21:17","membership":[{"membership_id":"3201459","team_id":"1157","team_name":"Gamba Osaka","short_name":"Gamba Osaka","team_area_name":"Japan","team_area_id":"102","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:21:17"},{"membership_id":"3179746","team_id":"497","team_name":"Leeds United AFC","short_name":"Leeds United","team_area_name":"England","team_area_id":"68","start_date":"2019-07-01","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-06 11:21:17"}]},{"people_id":"226486","first_name":"Han-Noah","last_name":"Massengo","match_name":"H. Massengo","common_name":"Han-Noah Massengo","date_of_birth":"2001-07-07","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 11:20:11","membership":[{"membership_id":"3201452","team_id":"488","team_name":"Bristol City FC","short_name":"Bristol City","team_area_name":"England","team_area_id":"68","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:20:11"},{"membership_id":"2841975","team_id":"595","team_name":"AS Monaco FC","short_name":"AS Monaco","team_area_name":"Monaco","team_area_id":"253","start_date":"2018-11-01","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-06 11:20:11"},{"membership_id":"2744760","team_id":"18731","team_name":"AS Monaco FC 2","short_name":"AS Monaco 2","team_area_name":"Monaco","team_area_id":"253","start_date":"2018-07-01","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-06 11:20:11"},{"membership_id":"2379882","team_id":"28328","team_name":"AS Monaco U19","short_name":"Monaco U19","team_area_name":"Monaco","team_area_id":"253","start_date":"2017-07-01","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-06 11:20:11"}]},{"people_id":"211195","first_name":"Bryan","last_name":"Mbeumo","match_name":"B. Mbeumo","common_name":"Bryan Mbeumo","date_of_birth":"1999-08-02","place_of_birth":"","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 11:20:11","membership":[{"membership_id":"3201453","team_id":"500","team_name":"Brentford FC","short_name":"Brentford","team_area_name":"England","team_area_id":"68","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:20:11"},{"membership_id":"2616270","team_id":"592","team_name":"ES Troyes AC","short_name":"Troyes","team_area_name":"France","team_area_id":"76","start_date":"2018-02-01","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-06 11:20:11"}]},{"people_id":"73883","first_name":"Aldo","last_name":"Kalulu Kyatengwa","match_name":"A. Kalulu","common_name":"Aldo Kalulu","date_of_birth":"1996-01-21","place_of_birth":"Lyon","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"166","weight":"59","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/73883.png","last_updated":"2019-08-06 11:20:11","membership":[{"membership_id":"3201451","team_id":"465","team_name":"Swansea City AFC","short_name":"Swansea","team_area_name":"Wales","team_area_id":"209","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:20:11"},{"membership_id":"2713517","team_id":"1486","team_name":"FC Basel 1893","short_name":"Basel","team_area_name":"Switzerland","team_area_id":"185","start_date":"2018-07-01","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-06 11:20:11"}]},{"people_id":"37373","first_name":"Marc","last_name":"Richards","match_name":"M. Richards","common_name":"Marc Richards","date_of_birth":"1982-07-08","place_of_birth":"Wolverhampton","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"180","weight":"81","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/37373.png","last_updated":"2019-08-06 11:20:11","membership":[{"membership_id":"3201455","team_id":"19541","team_name":"Cambridge United FC","short_name":"Cambridge Utd","team_area_name":"England","team_area_id":"68","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:20:11"},{"membership_id":"2593041","team_id":"515","team_name":"Swindon Town FC","short_name":"Swindon Town","team_area_name":"England","team_area_id":"68","start_date":"2018-01-15","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-06 11:20:11"}]},{"people_id":"37076","first_name":"Kieffer Roberto Francisco","last_name":"Moore","match_name":"K. Moore","common_name":"Kieffer Moore","date_of_birth":"1994-02-09","place_of_birth":"Torquay","country_of_birth":"England","nationality":"Wales","country_of_birth_area_id":"68","nationality_area_id":"209","gender":"male","height":"","weight":"","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 11:20:11","membership":[{"membership_id":"3201454","team_id":"476","team_name":"Wigan Athletic FC","short_name":"Wigan Athletic","team_area_name":"England","team_area_id":"68","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:20:11"},{"membership_id":"2589941","team_id":"516","team_name":"Barnsley FC","short_name":"Barnsley","team_area_name":"England","team_area_id":"68","start_date":"2018-01-08","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-06 11:20:11"}]},{"people_id":"16606","first_name":"Neal","last_name":"Maupay","match_name":"N. Maupay","common_name":"Neal Maupay","date_of_birth":"1996-08-14","place_of_birth":"Versailles","country_of_birth":"France","nationality":"France","country_of_birth_area_id":"76","nationality_area_id":"76","gender":"male","height":"171","weight":"69","foot":"right","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/16606.png","last_updated":"2019-08-06 11:20:11","membership":[{"membership_id":"3201450","team_id":"510","team_name":"Brighton & Hove Albion FC","short_name":"Brighton Hove","team_area_name":"England","team_area_id":"68","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:20:11"},{"membership_id":"1296794","team_id":"500","team_name":"Brentford FC","short_name":"Brentford","team_area_name":"England","team_area_id":"68","start_date":"2017-07-13","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-06 11:20:11"}]},{"people_id":"708","first_name":"Gary ","last_name":"Cahill","match_name":"G. Cahill","common_name":"Gary Cahill","date_of_birth":"1985-12-19","place_of_birth":"Sheffield, Yorkshire","country_of_birth":"England","nationality":"England","country_of_birth_area_id":"68","nationality_area_id":"68","gender":"male","height":"188","weight":"71","foot":"right","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/708.png","last_updated":"2019-08-06 11:20:11","membership":[{"membership_id":"3201449","team_id":"508","team_name":"Crystal Palace FC","short_name":"Crystal Palace","team_area_name":"England","team_area_id":"68","start_date":"2019-08-05","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 11:20:11"},{"membership_id":"12640","team_id":"471","team_name":"Chelsea FC","short_name":"Chelsea","team_area_name":"England","team_area_id":"68","start_date":"2012-01-16","end_date":"2019-08-04","role":"player","active":"no","last_updated":"2019-08-06 11:20:11"}]},{"people_id":"19920","first_name":"Bi Sylvestre Franck","last_name":"Fortune Boli","match_name":"F. Boli","common_name":"Franck Boli","date_of_birth":"1993-12-07","place_of_birth":"Abidjan","country_of_birth":"Côte d’Ivoire","nationality":"Côte d’Ivoire","country_of_birth_area_id":"60","nationality_area_id":"60","gender":"male","height":"180","weight":"78","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-06 10:56:51","membership":[{"membership_id":"3201448","team_id":"18727","team_name":"Ferencvárosi TC","short_name":"Ferencváros","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:56:51"},{"membership_id":"1322284","team_id":"1352","team_name":"Stabæk Fotball","short_name":"Stabæk","team_area_name":"Norway","team_area_id":"146","start_date":"2017-01-01","end_date":"2019-08-01","role":"player","active":"no","last_updated":"2019-08-06 10:56:42"}]},{"people_id":"332711","first_name":"Deyon","last_name":"Martijn","match_name":"D. Martijn","common_name":"Deyon Martijn","date_of_birth":"2006-02-12","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 10:37:10","membership":{"membership_id":"3201445","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:37:10"}},{"people_id":"332710","first_name":"Leonard","last_name":"Clemensia","match_name":"L. Clemensia","common_name":"Leonard Clemensia","date_of_birth":"2004-08-27","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 10:36:08","membership":{"membership_id":"3201444","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:36:08"}},{"people_id":"332709","first_name":"Siovager","last_name":"Chirino","match_name":"S. Chirino","common_name":"Siovager Chirino","date_of_birth":"2005-05-09","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 10:35:08","membership":{"membership_id":"3201443","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:35:08"}},{"people_id":"332707","first_name":"Arthson","last_name":"Rijna","match_name":"A. Rijna","common_name":"Arthson Rijna","date_of_birth":"2005-10-03","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 10:22:10","membership":{"membership_id":"3201441","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:20:59"}},{"people_id":"332708","first_name":"Ismael","last_name":"Thomasa","match_name":"I. Thomasa","common_name":"Ismael Thomasa","date_of_birth":"2004-03-15","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 10:21:57","membership":{"membership_id":"3201442","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:21:57"}},{"people_id":"332706","first_name":"Julius","last_name":"Rigault","match_name":"J. Rigault","common_name":"Julius Rigault","date_of_birth":"2004-09-14","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 10:20:01","membership":{"membership_id":"3201440","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:20:01"}},{"people_id":"332705","first_name":"Kaydon","last_name":"Mercera","match_name":"K. Mercera","common_name":"Kaydon Mercera","date_of_birth":"2005-06-03","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 10:19:06","membership":{"membership_id":"3201439","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:19:06"}},{"people_id":"332704","first_name":"Raemian","last_name":"Janga","match_name":"R. Janga","common_name":"Raemian Janga","date_of_birth":"2006-07-04","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 10:18:02","membership":{"membership_id":"3201438","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:18:02"}},{"people_id":"332703","first_name":"Jandino","last_name":"Frans","match_name":"J. Frans","common_name":"Jandino Frans","date_of_birth":"2004-05-10","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 10:17:03","membership":{"membership_id":"3201437","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:17:03"}},{"people_id":"332702","first_name":"Shurendley","last_name":"Theodora","match_name":"S. Theodora","common_name":"Shurendley Theodora","date_of_birth":"2004-10-25","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 10:15:57","membership":{"membership_id":"3201436","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:15:57"}},{"people_id":"332701","first_name":"Jamal","last_name":"Silberie","match_name":"J. Silberie","common_name":"Jamal Silberie","date_of_birth":"2004-05-21","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 10:14:56","membership":{"membership_id":"3201435","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:14:56"}},{"people_id":"258019","first_name":"Curty-son ","last_name":"Piard","match_name":"C. Piard","common_name":"Curty-son Piard","date_of_birth":"2004-03-14","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 10:13:38","membership":[{"membership_id":"3201434","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:13:04"},{"membership_id":"2734189","team_id":"37322","team_name":"Bonaire U14","short_name":"Bonaire U14","team_area_name":"Bonaire","team_area_id":"260","start_date":"2018-08-01","end_date":"2018-08-30","role":"player","active":"no","last_updated":"2019-08-06 10:13:38"}]},{"people_id":"332700","first_name":"Henrick","last_name":"Nicolaas","match_name":"H. Nicolaas","common_name":"Henrick Nicolaas","date_of_birth":"2004-04-27","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 10:12:21","membership":{"membership_id":"3201433","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:12:21"}},{"people_id":"332699","first_name":"Shay","last_name":"Inacio","match_name":"S. Inacio","common_name":"Shay Inacio","date_of_birth":"2004-01-20","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 10:11:21","membership":{"membership_id":"3201432","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:11:21"}},{"people_id":"332698","first_name":"Michael","last_name":"Emers","match_name":"M. Emers","common_name":"Michael Emers","date_of_birth":"2005-08-29","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 10:10:18","membership":{"membership_id":"3201431","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:10:18"}},{"people_id":"332697","first_name":"Neo","last_name":"Eijkelkamp","match_name":"N. Eijkelkamp","common_name":"Neo Eijkelkamp","date_of_birth":"2004-11-15","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 10:09:21","membership":{"membership_id":"3201430","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:09:21"}},{"people_id":"332696","first_name":"Sifmar","last_name":"Sint Jago","match_name":"S. Sint Jago","common_name":"Sifmar Sint Jago","date_of_birth":"2006-01-12","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 10:08:16","membership":{"membership_id":"3201429","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:08:16"}},{"people_id":"200935","first_name":"Romeo Hergell Romello","last_name":"Coffy","match_name":"R. Coffy","common_name":"Romeo Coffy","date_of_birth":"2002-07-18","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 10:06:41","membership":{"membership_id":"1321330","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 10:06:41"}},{"people_id":"200943","first_name":"Richard-John","last_name":"van Berkel","match_name":"R. van Berkel","common_name":"Richard-John van Berkel","date_of_birth":"2002-03-08","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 10:06:25","membership":{"membership_id":"1321338","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 10:06:25"}},{"people_id":"200951","first_name":"Quincy","last_name":"Hoeve","match_name":"Q. Hoeve","common_name":"Quincy Hoeve","date_of_birth":"2003-04-03","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 10:05:50","membership":{"membership_id":"1321346","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 10:05:50"}},{"people_id":"200950","first_name":"Zion","last_name":"Benita","match_name":"Z. Benita","common_name":"Zion Benita","date_of_birth":"2002-05-01","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 10:05:24","membership":{"membership_id":"1321345","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 10:05:24"}},{"people_id":"200947","first_name":"Kahlil","last_name":"Rier","match_name":"K. Rier","common_name":"Kahlil Rier","date_of_birth":"2002-04-12","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 10:05:06","membership":{"membership_id":"1321342","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 10:05:06"}},{"people_id":"200949","first_name":"Justin","last_name":"Abdul","match_name":"J. Abdul","common_name":"Justin Abdul","date_of_birth":"2002-07-26","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 10:04:49","membership":{"membership_id":"1321344","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 10:04:49"}},{"people_id":"200942","first_name":"Farson","last_name":"Rijna","match_name":"F. Rijna","common_name":"Farson Rijna","date_of_birth":"2003-04-06","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 10:03:57","membership":{"membership_id":"1321337","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 10:03:57"}},{"people_id":"200952","first_name":"Elionard Leonel","last_name":"Janga","match_name":"E. Janga","common_name":"Elionard Janga","date_of_birth":"2002-07-09","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 10:03:43","membership":{"membership_id":"1321347","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 10:03:43"}},{"people_id":"200939","first_name":"Carlgin","last_name":"Keller","match_name":"C. Keller","common_name":"Carlgin Keller","date_of_birth":"2002-01-14","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 10:02:46","membership":{"membership_id":"1321334","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 10:02:46"}},{"people_id":"200944","first_name":"Aquino","last_name":"Cecilia","match_name":"A. Cecilia","common_name":"Aquino Cecilia","date_of_birth":"2002-03-24","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 10:02:26","membership":{"membership_id":"1321339","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 10:02:26"}},{"people_id":"200946","first_name":"Alexsander Arthur","last_name":"Piard","match_name":"A. Piard","common_name":"Alexsander Piard","date_of_birth":"2002-04-01","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 10:01:45","membership":{"membership_id":"1321341","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 10:01:45"}},{"people_id":"332695","first_name":"Kevin","last_name":"Paula","match_name":"K. Paula","common_name":"Kevin Paula","date_of_birth":"2004-11-19","place_of_birth":"","country_of_birth":"Bonaire","nationality":"Bonaire","country_of_birth_area_id":"260","nationality_area_id":"260","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 10:01:08","membership":{"membership_id":"3201428","team_id":"32846","team_name":"Bonaire U15","short_name":"Bonaire U15","team_area_name":"Bonaire","team_area_id":"260","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 10:01:08"}},{"people_id":"332694","first_name":"Guidarie","last_name":"Burton","match_name":"G. Burton","common_name":"Guidarie Burton","date_of_birth":"","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 09:59:26","membership":{"membership_id":"3201427","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 09:59:26"}},{"people_id":"332693","first_name":"Dev","last_name":"Sagre","match_name":"D. Sagre","common_name":"Dev Sagre","date_of_birth":"2004-01-26","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 09:56:51","membership":{"membership_id":"3201426","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 09:56:51"}},{"people_id":"332692","first_name":"Ajoni","last_name":"Rumnit","match_name":"A. Rumnit","common_name":"Ajoni Rumnit","date_of_birth":"2004-09-29","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 09:55:43","membership":{"membership_id":"3201425","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 09:55:43"}},{"people_id":"332691","first_name":"Jeremy","last_name":"Peters","match_name":"J. Peters","common_name":"Jeremy Peters","date_of_birth":"2005-05-02","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 09:54:03","membership":{"membership_id":"3201424","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 09:54:03"}},{"people_id":"332690","first_name":"Quincy","last_name":"Busby","match_name":"Q. Busby","common_name":"Quincy Busby","date_of_birth":"2005-01-11","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 09:52:12","membership":{"membership_id":"3201423","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 09:52:12"}},{"people_id":"332689","first_name":"Ryan","last_name":"Prince","match_name":"R. Prince","common_name":"Ryan Prince","date_of_birth":"2004-07-29","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 09:50:36","membership":{"membership_id":"3201422","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 09:50:36"}},{"people_id":"332688","first_name":"Daniel","last_name":"Hobgood","match_name":"D. Hobgood","common_name":"Daniel Hobgood","date_of_birth":"2006-07-19","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 09:49:06","membership":{"membership_id":"3201421","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 09:49:06"}},{"people_id":"332687","first_name":"Jadon","last_name":"Gumbs","match_name":"J. Gumbs","common_name":"Jadon Gumbs","date_of_birth":"2004-01-03","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 09:47:04","membership":{"membership_id":"3201420","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 09:47:04"}},{"people_id":"332686","first_name":"Jamaal","last_name":"Flanders","match_name":"J. Flanders","common_name":"Jamaal Flanders","date_of_birth":"2005-05-03","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 09:45:34","membership":{"membership_id":"3201419","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 09:45:34"}},{"people_id":"332685","first_name":"Grant","last_name":"Caputo","match_name":"G. Caputo","common_name":"Grant Caputo","date_of_birth":"2004-10-08","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 09:43:44","membership":{"membership_id":"3201418","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 09:43:44"}},{"people_id":"332684","first_name":"Cameron","last_name":"Potmis","match_name":"C. Potmis","common_name":"Cameron Potmis","date_of_birth":"2005-07-22","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 09:41:56","membership":{"membership_id":"3201417","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 09:41:56"}},{"people_id":"332683","first_name":"D´Shanne","last_name":"Nozelin","match_name":"D. Nozelin","common_name":"D´Shanne Nozelin","date_of_birth":"2005-04-20","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 09:39:05","membership":{"membership_id":"3201416","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 09:39:05"}},{"people_id":"332682","first_name":"Romario","last_name":"Mills","match_name":"R. Mills","common_name":"Romario Mills","date_of_birth":"2004-01-21","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 09:37:40","membership":{"membership_id":"3201415","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 09:37:40"}},{"people_id":"332681","first_name":"Bideny","last_name":"Pinthievre","match_name":"B. Pinthievre","common_name":"Bideny Pinthievre","date_of_birth":"2004-05-30","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 09:33:39","membership":{"membership_id":"3201414","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 09:33:39"}},{"people_id":"332679","first_name":"Xion","last_name":"Genaro","match_name":"X. Genaro","common_name":"Xion Genaro","date_of_birth":"2004-03-31","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 09:31:21","membership":{"membership_id":"3201412","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 09:22:00"}},{"people_id":"332680","first_name":"Devin","last_name":"Liao","match_name":"D. Liao","common_name":"Devin Liao","date_of_birth":"2004-01-20","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 09:29:30","membership":{"membership_id":"3201413","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 09:27:03"}},{"people_id":"201710","first_name":"Michele Tristan","last_name":"Palella","match_name":"M. Palella","common_name":"Michele Palella","date_of_birth":"2002-07-03","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 09:25:10","membership":{"membership_id":"1323028","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 09:25:10"}},{"people_id":"201698","first_name":"Jolian Jason","last_name":"Peterson","match_name":"J. Peterson","common_name":"Jolian Peterson","date_of_birth":"2003-05-03","place_of_birth":"Zoetermeer","country_of_birth":"Netherlands","nationality":"Sint Maarten","country_of_birth_area_id":"138","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 09:24:19","membership":{"membership_id":"1323016","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 09:24:19"}},{"people_id":"201708","first_name":"Jean Jacques","last_name":"Craane","match_name":"J. Craane","common_name":"Jean Jacques Craane","date_of_birth":"2003-07-17","place_of_birth":"Willemstad","country_of_birth":"Curaçao","nationality":"Sint Maarten","country_of_birth_area_id":"139","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 09:23:10","membership":{"membership_id":"1323026","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 09:23:10"}},{"people_id":"201704","first_name":"Javier ","last_name":"Wadilie","match_name":"J. Wadilie","common_name":"Javier Wadilie","date_of_birth":"2002-03-05","place_of_birth":"","country_of_birth":"Sint Maarten","nationality":"Sint Maarten","country_of_birth_area_id":"230","nationality_area_id":"230","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 09:22:53","membership":{"membership_id":"1323022","team_id":"25041","team_name":"Sint Maarten U15","short_name":"St Maarten U15","team_area_name":"Sint Maarten","team_area_id":"230","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 09:22:53"}},{"people_id":"332678","first_name":"Dale","last_name":"Richards","match_name":"D. Richards","common_name":"Dale Richards","date_of_birth":"","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 08:58:12","membership":{"membership_id":"3201411","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-07-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 08:58:12"}},{"people_id":"195145","first_name":"Joseph ","last_name":"Limburner","match_name":"J. Limburner","common_name":"Joseph Limburner","date_of_birth":"1976-01-02","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:55:45","membership":{"membership_id":"1322044","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2017-08-01","end_date":"2017-08-30","role":"coach","active":"no","last_updated":"2019-08-06 08:55:45"}},{"people_id":"332677","first_name":"Jackson","last_name":"Watkins","match_name":"J. Watkins","common_name":"Jackson Watkins","date_of_birth":"2006-06-30","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 08:53:55","membership":{"membership_id":"3201410","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:53:55"}},{"people_id":"332676","first_name":"Amir","last_name":"Ottley","match_name":"A. Ottley","common_name":"Amir Ottley","date_of_birth":"2004-02-25","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 08:52:45","membership":{"membership_id":"3201409","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:52:45"}},{"people_id":"332675","first_name":"Jair","last_name":"Whyte","match_name":"J. Whyte","common_name":"Jair Whyte","date_of_birth":"2004-06-04","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:51:25","membership":{"membership_id":"3201408","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:51:25"}},{"people_id":"332674","first_name":"Ethan","last_name":"Smith","match_name":"E. Smith","common_name":"Ethan Smith","date_of_birth":"2004-02-13","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:50:15","membership":{"membership_id":"3201407","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:50:15"}},{"people_id":"332673","first_name":"Jayden","last_name":"Joseph","match_name":"J. Joseph","common_name":"Jayden Joseph","date_of_birth":"2007-04-11","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:49:00","membership":{"membership_id":"3201406","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:49:00"}},{"people_id":"332672","first_name":"Carlos","last_name":"Hennemann","match_name":"C. Hennemann","common_name":"Carlos Hennemann","date_of_birth":"2004-08-20","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:47:54","membership":{"membership_id":"3201405","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:47:54"}},{"people_id":"332671","first_name":"Christopher","last_name":"Griffith","match_name":"C. Griffith","common_name":"Christopher Griffith","date_of_birth":"2005-10-18","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:46:38","membership":{"membership_id":"3201404","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:46:38"}},{"people_id":"332670","first_name":"Kinze","last_name":"Brown","match_name":"K. Brown","common_name":"Kinze Brown","date_of_birth":"2007-04-12","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:45:22","membership":{"membership_id":"3201403","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:45:22"}},{"people_id":"332669","first_name":"Julius","last_name":"Brown","match_name":"J. Brown","common_name":"Julius Brown","date_of_birth":"2005-04-11","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:44:17","membership":{"membership_id":"3201402","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:44:17"}},{"people_id":"332668","first_name":"Wyatt","last_name":"Bracy","match_name":"W. Bracy","common_name":"Wyatt Bracy","date_of_birth":"2004-08-19","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:43:11","membership":{"membership_id":"3201401","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:43:11"}},{"people_id":"332667","first_name":"Rabi","last_name":"Abdallah","match_name":"R. Abdallah","common_name":"Rabi Abdallah","date_of_birth":"2004-12-04","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:42:12","membership":{"membership_id":"3201400","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:42:12"}},{"people_id":"332666","first_name":"Avondre","last_name":"Walters","match_name":"A. Walters","common_name":"Avondre Walters","date_of_birth":"2004-08-07","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 08:40:34","membership":{"membership_id":"3201398","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:40:34"}},{"people_id":"332665","first_name":"Khleed","last_name":"Haywood","match_name":"K. Haywood","common_name":"Khleed Haywood","date_of_birth":"2005-03-28","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 08:39:16","membership":{"membership_id":"3201397","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:39:16"}},{"people_id":"332664","first_name":"Jayden","last_name":"Davis","match_name":"J. Davis","common_name":"Jayden Davis","date_of_birth":"2005-11-29","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 08:37:55","membership":{"membership_id":"3201396","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:37:55"}},{"people_id":"332663","first_name":"Ka Eo","last_name":"Brown","match_name":"K. Brown","common_name":"Ka Eo Brown","date_of_birth":"2004-06-11","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 08:36:39","membership":{"membership_id":"3201395","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:36:39"}},{"people_id":"332662","first_name":"Dimitri","last_name":"Nieboer","match_name":"D. Nieboer","common_name":"Dimitri Nieboer","date_of_birth":"2004-01-27","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 08:35:40","membership":{"membership_id":"3201393","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:35:40"}},{"people_id":"201366","first_name":"Orion ","last_name":"Mills","match_name":"O. Mills","common_name":"Orion Mills","date_of_birth":"2002-09-09","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 08:34:10","membership":{"membership_id":"1322067","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 08:34:10"}},{"people_id":"201362","first_name":"Elton ","last_name":"Richards Jr.","match_name":"E. Richards ","common_name":"Elton Richards ","date_of_birth":"2002-02-26","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"182","weight":"68","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:33:33","membership":{"membership_id":"1322063","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 08:33:33"}},{"people_id":"201358","first_name":"Quinn ","last_name":"Farrell","match_name":"Q. Farrell","common_name":"Quinn Farrell","date_of_birth":"2002-09-26","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:33:07","membership":{"membership_id":"1322059","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 08:33:07"}},{"people_id":"201367","first_name":"Jimson ","last_name":"St. Louis","match_name":"J. St. Louis","common_name":"Jimson St. Louis","date_of_birth":"2002-12-02","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 08:32:53","membership":{"membership_id":"1322068","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 08:32:53"}},{"people_id":"201363","first_name":"Kareem ","last_name":"Sealey","match_name":"K. Sealey","common_name":"Kareem Sealey","date_of_birth":"2002-04-19","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:32:34","membership":{"membership_id":"1322064","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 08:32:34"}},{"people_id":"201356","first_name":"John Dalton ","last_name":"Parr","match_name":"J. Parr","common_name":"John Dalton Parr","date_of_birth":"2002-01-20","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 08:32:20","membership":{"membership_id":"1322057","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 08:32:20"}},{"people_id":"201365","first_name":"Gidal ","last_name":"Williams","match_name":"G. Williams","common_name":"Gidal Williams","date_of_birth":"2002-03-05","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:32:09","membership":{"membership_id":"1322066","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 08:32:09"}},{"people_id":"201364","first_name":"Destin ","last_name":"Thompson Jr.","match_name":"D. Thompson ","common_name":"Destin Thompson ","date_of_birth":"2002-07-12","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:31:54","membership":{"membership_id":"1322065","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 08:31:54"}},{"people_id":"201360","first_name":"Isaiah ","last_name":"Jarvis","match_name":"I. Jarvis","common_name":"Isaiah Jarvis","date_of_birth":"2003-01-23","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:31:40","membership":{"membership_id":"1322061","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 08:31:40"}},{"people_id":"201350","first_name":"Connor Joseph","last_name":"Querrard","match_name":"C. Querrard","common_name":"Connor Querrard","date_of_birth":"2002-04-06","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 08:30:57","membership":{"membership_id":"1322051","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 08:30:57"}},{"people_id":"201352","first_name":"Axel ","last_name":"Bartsch","match_name":"A. Bartsch","common_name":"Axel Bartsch","date_of_birth":"2002-05-16","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 08:30:44","membership":{"membership_id":"1322053","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 08:30:44"}},{"people_id":"332661","first_name":"Deamanti","last_name":"Carman","match_name":"D. Carman","common_name":"Deamanti Carman","date_of_birth":"2004-06-11","place_of_birth":"","country_of_birth":"US Virgin Islands","nationality":"US Virgin Islands","country_of_birth_area_id":"199","nationality_area_id":"199","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 08:30:27","membership":{"membership_id":"3201389","team_id":"24946","team_name":"US Virgin Islands U15","short_name":"USVI U15","team_area_name":"US Virgin Islands","team_area_id":"199","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:30:27"}},{"people_id":"59044","first_name":"Ryan Kelvin","last_name":"Liddie","match_name":"R. Liddie","common_name":"Ryan Liddie","date_of_birth":"1981-10-15","place_of_birth":"Basseterre","country_of_birth":"St. Kitts and Nevis","nationality":"Anguilla","country_of_birth_area_id":"178","nationality_area_id":"14","gender":"male","height":"188","weight":"84","foot":"left","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 08:14:40","membership":{"membership_id":"1319324","team_id":"24931","team_name":"Anguilla U15","short_name":"Anguilla U15","team_area_name":"Anguilla","team_area_id":"14","start_date":"2017-08-01","end_date":"2017-08-30","role":"coach","active":"no","last_updated":"2019-08-06 08:14:40"}},{"people_id":"332659","first_name":"Jadel","last_name":"Xavier","match_name":"J. Xavier","common_name":"Jadel Xavier","date_of_birth":"2004-08-31","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 08:10:45","membership":{"membership_id":"3201387","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:10:45"}},{"people_id":"332658","first_name":"Jason","last_name":"Joseph","match_name":"J. Joseph","common_name":"Jason Joseph","date_of_birth":"2004-01-07","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 08:09:38","membership":{"membership_id":"3201386","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:09:38"}},{"people_id":"309798","first_name":"Davone ","last_name":"George","match_name":"D. George","common_name":"Davone George","date_of_birth":"2004-05-08","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 08:08:28","membership":{"membership_id":"3201385","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:08:28"}},{"people_id":"332657","first_name":"Omari","last_name":"Bazil","match_name":"O. Bazil","common_name":"Omari Bazil","date_of_birth":"2004-08-28","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 08:07:46","membership":{"membership_id":"3201384","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:07:46"}},{"people_id":"332656","first_name":"Yhan","last_name":"Timothy","match_name":"Y. Timothy","common_name":"Yhan Timothy","date_of_birth":"2005-01-04","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:06:47","membership":{"membership_id":"3201383","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:06:47"}},{"people_id":"332655","first_name":"Khimar","last_name":"Phillip","match_name":"K. Phillip","common_name":"Khimar Phillip","date_of_birth":"2004-06-18","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:05:46","membership":{"membership_id":"3201382","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:05:46"}},{"people_id":"332654","first_name":"Shane","last_name":"Parillon","match_name":"S. Parillon","common_name":"Shane Parillon","date_of_birth":"2004-02-20","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:04:41","membership":{"membership_id":"3201381","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:04:41"}},{"people_id":"332653","first_name":"Adriel","last_name":"Lawrence","match_name":"A. Lawrence","common_name":"Adriel Lawrence","date_of_birth":"2005-08-19","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:03:23","membership":{"membership_id":"3201379","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:03:23"}},{"people_id":"332652","first_name":"Julie","last_name":"Henry","match_name":"J. Henry","common_name":"Julie Henry","date_of_birth":"2004-03-09","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:02:08","membership":{"membership_id":"3201378","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:02:08"}},{"people_id":"332651","first_name":"Donte","last_name":"Augustine","match_name":"D. Augustine","common_name":"Donte Augustine","date_of_birth":"2005-02-25","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 08:00:50","membership":{"membership_id":"3201376","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 08:00:50"}},{"people_id":"332650","first_name":"Joshua","last_name":"St.Jean","match_name":"J. St.Jean","common_name":"Joshua St.Jean","date_of_birth":"2004-09-04","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 07:59:33","membership":{"membership_id":"3201375","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:59:33"}},{"people_id":"332649","first_name":"Ethan","last_name":"Nichols","match_name":"E. Nichols","common_name":"Ethan Nichols","date_of_birth":"2004-08-09","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 07:58:16","membership":{"membership_id":"3201374","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:58:16"}},{"people_id":"332648","first_name":"Parker","last_name":"Jarik","match_name":"P. Jarik","common_name":"Parker Jarik","date_of_birth":"2004-02-04","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 07:57:11","membership":{"membership_id":"3201373","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:57:11"}},{"people_id":"332647","first_name":"Dale","last_name":"Dangleben","match_name":"D. Dangleben","common_name":"Dale Dangleben","date_of_birth":"2004-01-07","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 07:56:04","membership":{"membership_id":"3201372","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:56:04"}},{"people_id":"332646","first_name":"Mosiah","last_name":"Bonney","match_name":"M. Bonney","common_name":"Mosiah Bonney","date_of_birth":"2004-10-26","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 07:54:47","membership":{"membership_id":"3201371","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:54:47"}},{"people_id":"332645","first_name":"Davidson","last_name":"Baptiste","match_name":"D. Baptiste","common_name":"Davidson Baptiste","date_of_birth":"2004-05-13","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 07:53:44","membership":{"membership_id":"3201370","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:53:44"}},{"people_id":"332644","first_name":"Lenell","last_name":"Darroux","match_name":"L. Darroux","common_name":"Lenell Darroux","date_of_birth":"2005-02-05","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 07:52:27","membership":{"membership_id":"3201369","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:52:27"}},{"people_id":"200966","first_name":"Tyreke","last_name":"Jno Baptiste","match_name":"T. Jno Baptiste","common_name":"Tyreke Jno Baptiste","date_of_birth":"2002-12-20","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 07:48:46","membership":{"membership_id":"1321394","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 07:48:46"}},{"people_id":"200967","first_name":"Tyresse","last_name":"Jno Baptiste","match_name":"T. Jno Baptiste","common_name":"Tyresse Jno Baptiste","date_of_birth":"2002-12-20","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 07:48:33","membership":{"membership_id":"1321395","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 07:48:33"}},{"people_id":"200969","first_name":"Tyriq","last_name":"Joseph","match_name":"T. Joseph","common_name":"Tyriq Joseph","date_of_birth":"2003-01-03","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/200969.png","last_updated":"2019-08-06 07:48:17","membership":{"membership_id":"1321397","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 07:48:16"}},{"people_id":"200977","first_name":"Omalley","last_name":"Rabess","match_name":"O. Rabess","common_name":"Omalley Rabess","date_of_birth":"2002-09-28","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 07:48:03","membership":{"membership_id":"1321405","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 07:48:03"}},{"people_id":"200973","first_name":"Nickson","last_name":"Pacquette","match_name":"N. Pacquette","common_name":"Nickson Pacquette","date_of_birth":"2003-02-15","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/200973.png","last_updated":"2019-08-06 07:47:51","membership":{"membership_id":"1321401","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 07:47:51"}},{"people_id":"200975","first_name":"Marcus","last_name":"Bredas","match_name":"M. Bredas","common_name":"Marcus Bredas","date_of_birth":"2003-11-29","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/200975.png","last_updated":"2019-08-06 07:47:40","membership":{"membership_id":"1321403","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 07:47:40"}},{"people_id":"200962","first_name":"Jamal","last_name":"Augustine","match_name":"J. Augustine","common_name":"Jamal Augustine","date_of_birth":"2002-09-12","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/200962.png","last_updated":"2019-08-06 07:46:45","membership":{"membership_id":"1321390","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 07:46:45"}},{"people_id":"200963","first_name":"Frankie","last_name":"Bellot","match_name":"F. Bellot","common_name":"Frankie Bellot","date_of_birth":"2002-01-24","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/200963.png","last_updated":"2019-08-06 07:46:29","membership":{"membership_id":"1321391","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 07:46:29"}},{"people_id":"200964","first_name":"Ehron","last_name":"Carbon","match_name":"E. Carbon","common_name":"Ehron Carbon","date_of_birth":"2002-08-25","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/200964.png","last_updated":"2019-08-06 07:46:13","membership":{"membership_id":"1321392","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 07:46:13"}},{"people_id":"200968","first_name":"Cheddy","last_name":"Joseph","match_name":"C. Joseph","common_name":"Cheddy Joseph","date_of_birth":"2002-08-19","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/200968.png","last_updated":"2019-08-06 07:46:00","membership":{"membership_id":"1321396","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 07:46:00"}},{"people_id":"200970","first_name":"Audel Josiah O'Neal","last_name":"Laville","match_name":"A. Laville","common_name":"Audel Laville","date_of_birth":"2002-09-14","place_of_birth":"Mahaut","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 07:45:29","membership":{"membership_id":"1321398","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 07:45:29"}},{"people_id":"332643","first_name":"Omarion","last_name":"Brumunt","match_name":"O. Brumunt","common_name":"Omarion Brumunt","date_of_birth":"2005-03-01","place_of_birth":"","country_of_birth":"Dominica","nationality":"Dominica","country_of_birth_area_id":"63","nationality_area_id":"63","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 07:45:13","membership":{"membership_id":"3201368","team_id":"24937","team_name":"Dominica U15","short_name":"Dominica U15","team_area_name":"Dominica","team_area_id":"63","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:45:13"}},{"people_id":"332642","first_name":"Darren","last_name":"McGarry","match_name":"D. McGarry","common_name":"Darren McGarry","date_of_birth":"","place_of_birth":"","country_of_birth":"Republic of Ireland","nationality":"Republic of Ireland","country_of_birth_area_id":"98","nationality_area_id":"98","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 07:43:15","membership":{"membership_id":"3201367","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 07:43:15"}},{"people_id":"208663","first_name":"Richie","last_name":"Morton","match_name":"R. Morton","common_name":"Richie Morton","date_of_birth":"","place_of_birth":"Spanish Town","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 07:40:18","membership":{"membership_id":"1347976","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2017-08-01","end_date":"2017-08-30","role":"assistant_coach","active":"no","last_updated":"2019-08-06 07:40:18"}},{"people_id":"332641","first_name":"Matthew","last_name":"Stephenson","match_name":"M. Stephenson","common_name":"Matthew Stephenson","date_of_birth":"2004-02-09","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 07:37:14","membership":{"membership_id":"3201366","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:37:14"}},{"people_id":"332640","first_name":"Milton","last_name":"Creque","match_name":"M. Creque","common_name":"Milton Creque","date_of_birth":"2004-06-08","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 07:35:43","membership":{"membership_id":"3201365","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:35:43"}},{"people_id":"332639","first_name":"Azarni","last_name":"Callwood","match_name":"A. Callwood","common_name":"Azarni Callwood","date_of_birth":"2006-09-21","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 07:34:38","membership":{"membership_id":"3201364","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:34:38"}},{"people_id":"332638","first_name":"Oliver","last_name":"Brown","match_name":"O. Brown","common_name":"Oliver Brown","date_of_birth":"2004-01-26","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 07:33:23","membership":{"membership_id":"3201363","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:33:23"}},{"people_id":"332637","first_name":"Levon","last_name":"Williams","match_name":"L. Williams","common_name":"Levon Williams","date_of_birth":"2004-04-27","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 07:32:07","membership":{"membership_id":"3201362","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:32:07"}},{"people_id":"332636","first_name":"Sheldon","last_name":"Toney","match_name":"S. Toney","common_name":"Sheldon Toney","date_of_birth":"2004-07-22","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 07:31:02","membership":{"membership_id":"3201361","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:31:02"}},{"people_id":"332635","first_name":"Malakai","last_name":"Stanners","match_name":"M. Stanners","common_name":"Malakai Stanners","date_of_birth":"2004-01-11","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 07:29:45","membership":{"membership_id":"3201360","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:29:45"}},{"people_id":"332634","first_name":"Michael","last_name":"Robinson","match_name":"M. Robinson","common_name":"Michael Robinson","date_of_birth":"2005-02-16","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 07:28:13","membership":{"membership_id":"3201358","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:28:13"}},{"people_id":"332633","first_name":"Aaron","last_name":"Matthews","match_name":"A. Matthews","common_name":"Aaron Matthews","date_of_birth":"2004-04-02","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 07:27:04","membership":{"membership_id":"3201357","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:27:04"}},{"people_id":"332632","first_name":"Nicolas","last_name":"Haycraft","match_name":"N. Haycraft","common_name":"Nicolas Haycraft","date_of_birth":"2006-05-09","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 07:25:50","membership":{"membership_id":"3201356","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:25:50"}},{"people_id":"332631","first_name":"Nathan","last_name":"Haycraft","match_name":"N. Haycraft","common_name":"Nathan Haycraft","date_of_birth":"2004-06-08","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 07:24:34","membership":{"membership_id":"3201355","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:24:34"}},{"people_id":"332630","first_name":"Michael","last_name":"Palladino","match_name":"M. Palladino","common_name":"Michael Palladino","date_of_birth":"2004-10-31","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 07:22:51","membership":{"membership_id":"3201354","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:22:51"}},{"people_id":"332629","first_name":"Quelahni","last_name":"Nickie","match_name":"Q. Nickie","common_name":"Quelahni Nickie","date_of_birth":"2004-02-19","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 07:21:37","membership":{"membership_id":"3201353","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:21:37"}},{"people_id":"332628","first_name":"Ryan","last_name":"Lettsome","match_name":"R. Lettsome","common_name":"Ryan Lettsome","date_of_birth":"2006-03-23","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 07:20:28","membership":{"membership_id":"3201352","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:20:28"}},{"people_id":"332627","first_name":"Jarrell","last_name":"Fredericks","match_name":"J. Fredericks","common_name":"Jarrell Fredericks","date_of_birth":"2004-11-16","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 07:18:10","membership":{"membership_id":"3201351","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:18:10"}},{"people_id":"332626","first_name":"Jaden","last_name":"Abrams","match_name":"J. Abrams","common_name":"Jaden Abrams","date_of_birth":"2007-04-20","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 07:16:59","membership":{"membership_id":"3201350","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:16:59"}},{"people_id":"332625","first_name":"Deshawn","last_name":"Richardson","match_name":"D. Richardson","common_name":"Deshawn Richardson","date_of_birth":"2004-05-21","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 07:15:15","membership":{"membership_id":"3201349","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:15:15"}},{"people_id":"332624","first_name":"William","last_name":"Butler","match_name":"W. Butler","common_name":"William Butler","date_of_birth":"2004-06-26","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 07:13:56","membership":{"membership_id":"3201348","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:13:56"}},{"people_id":"201395","first_name":"Tyler ","last_name":"Forbes","match_name":"T. Forbes","common_name":"Tyler Forbes","date_of_birth":"2002-04-18","place_of_birth":"Road Town","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 07:11:13","membership":{"membership_id":"1322127","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 07:11:13"}},{"people_id":"201387","first_name":"Charles Robert ","last_name":"Medway","match_name":"C. Medway","common_name":"Charles Medway","date_of_birth":"2002-06-02","place_of_birth":"Poole","country_of_birth":"England","nationality":"British Virgin Islands","country_of_birth_area_id":"68","nationality_area_id":"36","gender":"male","height":"175","weight":"71","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 07:09:17","membership":{"membership_id":"1322119","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 07:09:17"}},{"people_id":"201397","first_name":"Bailey George ","last_name":"Rowe","match_name":"B. Rowe","common_name":"Bailey Rowe","date_of_birth":"2002-03-05","place_of_birth":"Weymouth","country_of_birth":"England","nationality":"British Virgin Islands","country_of_birth_area_id":"68","nationality_area_id":"36","gender":"male","height":"185","weight":"69","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 07:09:04","membership":{"membership_id":"1322129","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2017-08-01","end_date":"2017-08-30","role":"player","active":"no","last_updated":"2019-08-06 07:09:04"}},{"people_id":"332623","first_name":"Jadon","last_name":"Abrams","match_name":"J. Abrams","common_name":"Jadon Abrams","date_of_birth":"2007-04-20","place_of_birth":"","country_of_birth":"British Virgin Islands","nationality":"British Virgin Islands","country_of_birth_area_id":"36","nationality_area_id":"36","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 07:08:24","membership":{"membership_id":"3201347","team_id":"24935","team_name":"British Virgin Islands U15","short_name":"BVI U15","team_area_name":"British Virgin Islands","team_area_id":"36","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 07:08:24"}},{"people_id":"332622","first_name":"Derek","last_name":"Dávila","match_name":"D. Dávila","common_name":"Derek Dávila","date_of_birth":"2001-12-16","place_of_birth":"","country_of_birth":"Nicaragua","nationality":"Nicaragua","country_of_birth_area_id":"142","nationality_area_id":"142","gender":"male","height":"","weight":"","foot":"","position":"Goalkeeper","player_picture":"","last_updated":"2019-08-06 04:41:59","membership":{"membership_id":"3201346","team_id":"2888","team_name":"Juventus Managua FC","short_name":"Juv. Managua","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 04:41:59"}},{"people_id":"332621","first_name":"Jefferson","last_name":"De Araujo","match_name":"J. De Araujo","common_name":"Jefferson De Araujo","date_of_birth":"1989-04-30","place_of_birth":"","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 04:24:58","membership":{"membership_id":"3201345","team_id":"2884","team_name":"Deportivo Walter Ferretti","short_name":"Walter Ferr.","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 04:24:58"}},{"people_id":"332620","first_name":"Ezequiel","last_name":"Ugalde","match_name":"E. Ugalde","common_name":"Ezequiel Ugalde","date_of_birth":"2001-09-19","place_of_birth":"","country_of_birth":"Nicaragua","nationality":"Nicaragua","country_of_birth_area_id":"142","nationality_area_id":"142","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 04:21:38","membership":{"membership_id":"3201344","team_id":"2884","team_name":"Deportivo Walter Ferretti","short_name":"Walter Ferr.","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 04:21:38"}},{"people_id":"166986","first_name":"Cesar","last_name":"Lacayo","match_name":"C. Lacayo","common_name":"Cesar Lacayo","date_of_birth":"1997-05-22","place_of_birth":"Managua","country_of_birth":"Nicaragua","nationality":"Nicaragua","country_of_birth_area_id":"142","nationality_area_id":"142","gender":"male","height":"170","weight":"75","foot":"","position":"Defender","player_picture":"","last_updated":"2019-08-06 04:17:44","membership":[{"membership_id":"3201342","team_id":"2884","team_name":"Deportivo Walter Ferretti","short_name":"Walter Ferr.","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 04:17:44"},{"membership_id":"1139003","team_id":"26220","team_name":"UNAN-Managua FC","short_name":"UNAN-Managua","team_area_name":"Nicaragua","team_area_id":"142","start_date":"2014-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 04:15:52"}]},{"people_id":"284698","first_name":"Bence","last_name":"Illés","match_name":"B. Illés","common_name":"Bence Illés","date_of_birth":"2001-07-23","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 03:43:49","membership":[{"membership_id":"3201341","team_id":"18894","team_name":"Szombathelyi Haladás FC","short_name":"Szombathelyi","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 03:43:49"},{"membership_id":"2822257","team_id":"37741","team_name":"Illés Akadémia","short_name":"Illés Akadémia","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-10-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 03:43:41"}]},{"people_id":"332619","first_name":"Aron","last_name":"Doktorics","match_name":"A. Doktorics","common_name":"Aron Doktorics","date_of_birth":"2001-11-21","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 03:43:10","membership":{"membership_id":"3201340","team_id":"18894","team_name":"Szombathelyi Haladás FC","short_name":"Szombathelyi","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 03:43:10"}},{"people_id":"72229","first_name":"Balázs","last_name":"Petró","match_name":"B. Petró","common_name":"Balázs Petró","date_of_birth":"1997-07-07","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"177","weight":"","foot":"both","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 03:42:17","membership":[{"membership_id":"3201339","team_id":"18894","team_name":"Szombathelyi Haladás FC","short_name":"Szombathelyi","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 03:42:17"},{"membership_id":"3010518","team_id":"18892","team_name":"ETO FC Győr","short_name":"ETO Győr","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-01-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 03:42:09"}]},{"people_id":"133790","first_name":"István","last_name":"Eszlátyi","match_name":"I. Eszlátyi","common_name":"István Eszlátyi","date_of_birth":"1991-02-24","place_of_birth":"Bonyhád","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"185","weight":"","foot":"both","position":"Attacker","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/133790.png","last_updated":"2019-08-06 03:40:51","membership":[{"membership_id":"3201338","team_id":"18894","team_name":"Szombathelyi Haladás FC","short_name":"Szombathelyi","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 03:40:51"},{"membership_id":"2622287","team_id":"26418","team_name":"Mosonmagyaróvári TE 1904","short_name":"MTE 1904","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-02-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 03:40:41"}]},{"people_id":"143001","first_name":"Dávid","last_name":"Tóth","match_name":"D. Tóth","common_name":"Dávid Tóth","date_of_birth":"1998-07-09","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/143001.png","last_updated":"2019-08-06 03:40:14","membership":[{"membership_id":"3201337","team_id":"18894","team_name":"Szombathelyi Haladás FC","short_name":"Szombathelyi","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 03:40:14"},{"membership_id":"2720268","team_id":"18892","team_name":"ETO FC Győr","short_name":"ETO Győr","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-12","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 03:40:03"}]},{"people_id":"157164","first_name":"Bence","last_name":"Kiss","match_name":"B. Kiss","common_name":"Bence Kiss","date_of_birth":"1999-07-01","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 03:37:54","membership":[{"membership_id":"3201336","team_id":"18894","team_name":"Szombathelyi Haladás FC","short_name":"Szombathelyi","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 03:37:54"},{"membership_id":"2733197","team_id":"26411","team_name":"Kazincbarcika SC","short_name":"Kazincbarcika","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 03:37:44"}]},{"people_id":"72231","first_name":"Zoltán","last_name":"Medgyes","match_name":"Z. Medgyes","common_name":"Zoltán Medgyes","date_of_birth":"1995-07-23","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"162","weight":"","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-06 03:37:16","membership":[{"membership_id":"3201335","team_id":"18894","team_name":"Szombathelyi Haladás FC","short_name":"Szombathelyi","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 03:37:16"},{"membership_id":"2720246","team_id":"22175","team_name":"BFC Siófok","short_name":"BFC Siófok","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-12","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 03:37:07"}]},{"people_id":"145218","first_name":"Attila","last_name":"Supka","match_name":"A. Supka","common_name":"Attila Supka","date_of_birth":"1962-09-19","place_of_birth":"Hatvan","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 03:31:06","membership":{"membership_id":"3201334","team_id":"18894","team_name":"Szombathelyi Haladás FC","short_name":"Szombathelyi","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-06-11","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 03:31:06"}},{"people_id":"74869","first_name":"Aurél","last_name":"Csertői","match_name":"A. Csertői","common_name":"Aurél Csertői","date_of_birth":"1965-09-25","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"","player_picture":"","last_updated":"2019-08-06 03:29:41","membership":{"membership_id":"3201333","team_id":"23669","team_name":"Gyirmót FC Győr","short_name":"Gyirmót FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-06-08","end_date":"","role":"coach","active":"yes","last_updated":"2019-08-06 03:29:41"}},{"people_id":"332618","first_name":"Dominik","last_name":"Éri","match_name":"D. Éri","common_name":"Dominik Éri","date_of_birth":"1999-01-23","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Attacker","player_picture":"","last_updated":"2019-08-06 03:27:41","membership":{"membership_id":"3201332","team_id":"23669","team_name":"Gyirmót FC Győr","short_name":"Gyirmót FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 03:27:41"}},{"people_id":"332617","first_name":"István","last_name":"Orbán","match_name":"I. Orbán","common_name":"István Orbán","date_of_birth":"2000-02-06","place_of_birth":"","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"","weight":"","foot":"","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 03:26:14","membership":{"membership_id":"3201331","team_id":"23669","team_name":"Gyirmót FC Győr","short_name":"Gyirmót FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 03:26:14"}},{"people_id":"159091","first_name":"Lukas","last_name":"Szabó","match_name":"L. Szabó","common_name":"Lukas Szabó","date_of_birth":"1992-10-04","place_of_birth":"","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"male","height":"185","weight":"","foot":"right","position":"Attacker","player_picture":"","last_updated":"2019-08-06 03:24:56","membership":[{"membership_id":"3201329","team_id":"23669","team_name":"Gyirmót FC Győr","short_name":"Gyirmót FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 03:24:56"},{"membership_id":"2733200","team_id":"26411","team_name":"Kazincbarcika SC","short_name":"Kazincbarcika","team_area_name":"Hungary","team_area_id":"92","start_date":"2018-07-01","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 03:24:48"}]},{"people_id":"16359","first_name":"David","last_name":"Hudak","match_name":"D. Hudak","common_name":"David Hudak","date_of_birth":"1993-03-21","place_of_birth":"","country_of_birth":"Slovakia","nationality":"Slovakia","country_of_birth_area_id":"171","nationality_area_id":"171","gender":"male","height":"","weight":"","foot":"","position":"Defender","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/16359.png","last_updated":"2019-08-06 03:24:33","membership":[{"membership_id":"3201328","team_id":"23669","team_name":"Gyirmót FC Győr","short_name":"Gyirmót FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 03:24:33"},{"membership_id":"469261","team_id":"18899","team_name":"Mezőkövesd Zsóry SE","short_name":"Mezőkövesd","team_area_name":"Hungary","team_area_id":"92","start_date":"2016-07-16","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 03:24:24"}]},{"people_id":"2017","first_name":"Ádám","last_name":"Vass","match_name":"Á. Vass","common_name":"Ádám Vass","date_of_birth":"1988-09-09","place_of_birth":"Kápolnásnyék","country_of_birth":"Hungary","nationality":"Hungary","country_of_birth_area_id":"92","nationality_area_id":"92","gender":"male","height":"175","weight":"74","foot":"right","position":"Midfielder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/2017.png","last_updated":"2019-08-06 03:24:08","membership":[{"membership_id":"3201327","team_id":"23669","team_name":"Gyirmót FC Győr","short_name":"Gyirmót FC","team_area_name":"Hungary","team_area_id":"92","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 03:24:08"},{"membership_id":"152638","team_id":"1479","team_name":"MTK Budapest FC","short_name":"MTK Budapest","team_area_name":"Hungary","team_area_id":"92","start_date":"2014-01-13","end_date":"2019-06-30","role":"player","active":"no","last_updated":"2019-08-06 03:23:58"}]},{"people_id":"105373","first_name":"Hilton","last_name":"Conceição de Sousa","match_name":"Hilton","common_name":"Hilton","date_of_birth":"1985-12-08","place_of_birth":"Cantanhede - MA","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"172","weight":"60","foot":"right","position":"Midfielder","player_picture":"","last_updated":"2019-08-06 03:19:22","membership":[{"membership_id":"3201326","team_id":"21274","team_name":"Ferroviário AC","short_name":"Ferroviário AC","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 03:19:22"},{"membership_id":"3091807","team_id":"1393","team_name":"América FC (RN)","short_name":"América (RN)","team_area_name":"Brazil","team_area_id":"35","start_date":"2019-01-01","end_date":"2019-07-31","role":"player","active":"no","last_updated":"2019-08-06 03:19:14"}]}]}}