Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v2 GET /cricket/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}/cricket/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 minutes 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
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}/cricket/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}/cricket/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}/cricket/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}/cricket/get_peoples_updates?intv=3600&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example
200 Success
{"datasportsgroup":{"version":"1.0","sport":"cricket","lang":"en","method":{"method_id":"193","name":"get_peoples_updates"},"people":[{"people_id":"437789","first_name":"Mohammed","last_name":"Shami","match_name":"M. Shami","common_name":"Mohammed Shami","date_of_birth":"1990-09-03","place_of_birth":"Amroha, Uttar Pradesh","country_of_birth":"India","nationality":"India","gender":"male","height":"173","weight":"","position":"Bowler","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/437789.png","last_updated":"2019-08-08 12:42:22","membership":{"membership_id":"2600933","team_id":"33577","team_name":"India","short_name":"India","team_area":"India","start_date":"2013-01-06","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:42:22"}},{"people_id":"437686","first_name":"Yuzvendra Singh","last_name":"Chahal","match_name":"Y. Chahal","common_name":"Yuzvendra Chahal","date_of_birth":"1990-07-23","place_of_birth":"Jind, Haryana","country_of_birth":"India","nationality":"India","gender":"male","height":"168","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-08 12:42:10","membership":{"membership_id":"2600906","team_id":"33577","team_name":"India","short_name":"India","team_area":"India","start_date":"2016-06-11","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:42:10"}},{"people_id":"437731","first_name":"Kuldeep","last_name":"Yadav","match_name":"K. Yadav","common_name":"Kuldeep Yadav","date_of_birth":"1994-12-14","place_of_birth":"Kanpur","country_of_birth":"India","nationality":"India","gender":"male","height":"","weight":"","position":"Bowler","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/437731.png","last_updated":"2019-08-08 12:41:56","membership":{"membership_id":"2600908","team_id":"33577","team_name":"India","short_name":"India","team_area":"India","start_date":"2017-03-26","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:41:56"}},{"people_id":"437690","first_name":"Kedar Mahadav","last_name":"Jadhav","match_name":"K. Jadhav","common_name":"Kedar Jadhav","date_of_birth":"1985-03-26","place_of_birth":"Puṇe","country_of_birth":"India","nationality":"India","gender":"male","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-08 12:41:27","membership":{"membership_id":"2600915","team_id":"33577","team_name":"India","short_name":"India","team_area":"India","start_date":"2014-11-16","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:41:27"}},{"people_id":"179271","first_name":"Washington","last_name":"Sundar","match_name":"W. Sundar","common_name":"Washington Sundar","date_of_birth":"1999-10-05","place_of_birth":"Chennai, Tamil Nadu","country_of_birth":"India","nationality":"India","gender":"male","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-08 12:40:57","membership":{"membership_id":"2601063","team_id":"33577","team_name":"India","short_name":"India","team_area":"India","start_date":"2017-01-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 12:40:57"}},{"people_id":"440942","first_name":"Rahul","last_name":"Chahar","match_name":"R. Chahar","common_name":"Rahul Chahar","date_of_birth":"1999-08-04","place_of_birth":"","country_of_birth":"India","nationality":"India","gender":"male","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-08 12:40:14","membership":{"membership_id":"3198990","team_id":"33577","team_name":"India","short_name":"India","team_area":"India","start_date":"2019-08-01","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 12:40:14"}},{"people_id":"437847","first_name":"Krunal","last_name":"Pandya","match_name":"K. Pandya","common_name":"Krunal Pandya","date_of_birth":"1991-03-24","place_of_birth":"Ahmedabad, Gujarat","country_of_birth":"India","nationality":"India","gender":"male","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-08 12:39:44","membership":{"membership_id":"2841059","team_id":"33577","team_name":"India","short_name":"India","team_area":"India","start_date":"2018-11-04","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 12:39:44"}},{"people_id":"437719","first_name":"Deepak","last_name":"Chahar","match_name":"D. Chahar","common_name":"Deepak Chahar","date_of_birth":"1992-08-07","place_of_birth":"Agra, Uttar Pradesh","country_of_birth":"India","nationality":"India","gender":"male","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-08 12:39:19","membership":{"membership_id":"2716538","team_id":"33577","team_name":"India","short_name":"India","team_area":"India","start_date":"2018-07-08","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 12:39:19"}},{"people_id":"233697","first_name":"Kemar Jamal","last_name":"Roach","match_name":"K. Roach","common_name":"Kemar Roach","date_of_birth":"1988-06-30","place_of_birth":"Northumberland, Saint Lucy","country_of_birth":"Barbados","nationality":"Barbados","gender":"male","height":"172","weight":"","position":"Bowler","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/233697.png","last_updated":"2019-08-08 12:38:08","membership":{"membership_id":"2599751","team_id":"33574","team_name":"Windies","short_name":"Windies","team_area":"West Indies","start_date":"2008-08-20","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:38:08"}},{"people_id":"445039","first_name":"Shai Diego","last_name":"Hope","match_name":"S. Hope","common_name":"Shai Hope","date_of_birth":"1993-11-10","place_of_birth":"Saint Michael","country_of_birth":"Barbados","nationality":"Barbados","gender":"male","height":"","weight":"","position":"Wicket Keeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/445039.png","last_updated":"2019-08-08 12:37:49","membership":{"membership_id":"2599702","team_id":"33574","team_name":"Windies","short_name":"Windies","team_area":"West Indies","start_date":"2015-05-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:37:49"}},{"people_id":"437738","first_name":"Jason","last_name":"Holder","match_name":"J. Holder","common_name":"Jason Holder","date_of_birth":"1991-11-05","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","gender":"male","height":"201","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-08 12:37:32","membership":{"membership_id":"2599722","team_id":"33574","team_name":"Windies","short_name":"Windies","team_area":"West Indies","start_date":"2015-01-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:37:32"}},{"people_id":"233694","first_name":"Roston Lamar","last_name":"Chase","match_name":"R. Chase","common_name":"Roston Chase","date_of_birth":"1992-03-22","place_of_birth":"Christ Church","country_of_birth":"Barbados","nationality":"Barbados","gender":"male","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-08 12:37:14","membership":{"membership_id":"2599745","team_id":"33574","team_name":"Windies","short_name":"Windies","team_area":"West Indies","start_date":"2016-07-21","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:37:14"}},{"people_id":"437687","first_name":"Christopher Henry","last_name":"Gayle","match_name":"C. Gayle","common_name":"Chris Gayle","date_of_birth":"1979-09-21","place_of_birth":"Kingston","country_of_birth":"Jamaica","nationality":"Jamaica","gender":"male","height":"","weight":"","position":"Batsman","player_picture":"","last_updated":"2019-08-08 12:36:48","membership":{"membership_id":"1350479","team_id":"33574","team_name":"Windies","short_name":"Windies","team_area":"West Indies","start_date":"2015-01-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-08 12:36:48"}},{"people_id":"437736","first_name":"Sunil","last_name":"Narine","match_name":"S. Narine","common_name":"Sunil Narine","date_of_birth":"1988-05-26","place_of_birth":"Arima","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","gender":"male","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-08 12:36:33","membership":{"membership_id":"1350477","team_id":"33574","team_name":"Windies","short_name":"Windies","team_area":"West Indies","start_date":"2017-09-16","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 12:36:33"}},{"people_id":"440945","first_name":"Rovman","last_name":"Powell","match_name":"R. Powell","common_name":"Rovman Powell","date_of_birth":"1993-07-23","place_of_birth":"","country_of_birth":"Jamaica","nationality":"Jamaica","gender":"male","height":"","weight":"","position":"Middle Order Batsman","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/440945.png","last_updated":"2019-08-08 12:36:08","membership":{"membership_id":"1350474","team_id":"33574","team_name":"Windies","short_name":"Windies","team_area":"West Indies","start_date":"2017-09-16","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 12:36:08"}},{"people_id":"437843","first_name":"Kieron","last_name":"Pollard","match_name":"K. Pollard","common_name":"Kieron Pollard","date_of_birth":"1987-05-12","place_of_birth":"Tacarigua","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","gender":"male","height":"196","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-08 12:35:40","membership":{"membership_id":"1350480","team_id":"33574","team_name":"Windies","short_name":"Windies","team_area":"West Indies","start_date":"2017-09-16","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 12:35:40"}},{"people_id":"274542","first_name":"Khary","last_name":"Pierre","match_name":"K. Pierre","common_name":"Khary Pierre","date_of_birth":"1991-09-22","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","gender":"male","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-08 12:35:21","membership":{"membership_id":"2841009","team_id":"33574","team_name":"Windies","short_name":"Windies","team_area":"West Indies","start_date":"2018-11-04","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 12:35:21"}},{"people_id":"445044","first_name":"Jason Nazimuddin","last_name":"Mohammed","match_name":"J. Mohammed","common_name":"Jason Mohammed","date_of_birth":"1986-09-23","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","gender":"male","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-08 12:34:56","membership":{"membership_id":"1350483","team_id":"33574","team_name":"Windies","short_name":"Windies","team_area":"West Indies","start_date":"2017-09-16","end_date":"2019-08-07","role":"player","active":"no","last_updated":"2019-08-08 12:34:56"}},{"people_id":"437734","first_name":"Umesh Kumar Tilak","last_name":"Yadav","match_name":"U. Yadav","common_name":"Umesh Yadav","date_of_birth":"1987-10-25","place_of_birth":"Deoria, Uttar Pradesh","country_of_birth":"India","nationality":"India","gender":"male","height":"187","weight":"","position":"Bowler","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/437734.png","last_updated":"2019-08-07 18:21:11","membership":{"membership_id":"3202923","team_id":"38306","team_name":"India A","short_name":"India A","team_area":"India","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:21:11"}},{"people_id":"333242","first_name":"Yannic","last_name":"Cariah","match_name":"Yannic Cariah","common_name":"Yannic Cariah","date_of_birth":"1992-06-22","place_of_birth":"","country_of_birth":"Trinidad and Tobago","nationality":"Trinidad and Tobago","gender":"male","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-07 18:18:24","membership":{"membership_id":"3202920","team_id":"41488","team_name":"Windies A","short_name":"Windies A","team_area":"West Indies","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:18:24"}},{"people_id":"273014","first_name":"Brandon Alexander","last_name":"King","match_name":"B. King","common_name":"Brandon King","date_of_birth":"1994-12-16","place_of_birth":"Kingston","country_of_birth":"Jamaica","nationality":"Jamaica","gender":"male","height":"","weight":"","position":"Batsman","player_picture":"","last_updated":"2019-08-07 18:17:06","membership":{"membership_id":"3202918","team_id":"41488","team_name":"Windies A","short_name":"Windies A","team_area":"West Indies","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:17:06"}},{"people_id":"333241","first_name":"Akim","last_name":"Frazer","match_name":"Akim Frazer","common_name":"Akim Frazer","date_of_birth":"1995-05-02","place_of_birth":"","country_of_birth":"Jamaica","nationality":"Jamaica","gender":"male","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-07 18:16:35","membership":{"membership_id":"3202917","team_id":"41488","team_name":"Windies A","short_name":"Windies A","team_area":"West Indies","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 18:16:35"}},{"people_id":"333185","first_name":"B","last_name":"Praanesh","match_name":"B Praanesh","common_name":"B Praanesh","date_of_birth":"1996-04-16","place_of_birth":"","country_of_birth":"India","nationality":"India","gender":"male","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-07 15:53:34","membership":{"membership_id":"3202685","team_id":"41511","team_name":"Dindigul Dragons","short_name":"Dindigul","team_area":"India","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-07 15:53:34"}},{"people_id":"332979","first_name":"Katie Ann","last_name":"Levick","match_name":"K. Levick","common_name":"Katie Levick","date_of_birth":"1991-07-17","place_of_birth":"Sheffield, Yorkshire","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-06 22:11:18","membership":{"membership_id":"3202128","team_id":"42055","team_name":"Yorkshire Diamonds","short_name":"Yorkshire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:11:18"}},{"people_id":"332976","first_name":"Hollie Jade","last_name":"Armitage","match_name":"H. Armitage","common_name":"Hollie Armitage","date_of_birth":"1997-06-14","place_of_birth":"Huddersfield","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-06 22:10:25","membership":{"membership_id":"3202125","team_id":"42055","team_name":"Yorkshire Diamonds","short_name":"Yorkshire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:10:25"}},{"people_id":"332974","first_name":"Helen Louise","last_name":"Fenby","match_name":"H. Fenby","common_name":"Helen Fenby","date_of_birth":"1998-11-23","place_of_birth":"Stockton-on-Tees","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-06 22:09:30","membership":{"membership_id":"3202123","team_id":"42055","team_name":"Yorkshire Diamonds","short_name":"Yorkshire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:09:30"}},{"people_id":"332970","first_name":"Cordelia Lauren","last_name":"Griffith","match_name":"C. Griffith","common_name":"Cordelia Griffith","date_of_birth":"1995-09-19","place_of_birth":"Islington","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-06 22:08:28","membership":{"membership_id":"3202119","team_id":"42055","team_name":"Yorkshire Diamonds","short_name":"Yorkshire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:08:28"}},{"people_id":"332967","first_name":"Beth","last_name":"Langston","match_name":"B. Langston","common_name":"Beth Langston","date_of_birth":"1992-09-06","place_of_birth":"Harold Wood","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-06 22:07:27","membership":{"membership_id":"3202116","team_id":"42055","team_name":"Yorkshire Diamonds","short_name":"Yorkshire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:07:27"}},{"people_id":"332964","first_name":"Alice Natica","last_name":"Davidson-Richards","match_name":"A. Davidson-Richards","common_name":"Alice Davidson-Richards","date_of_birth":"1994-05-29","place_of_birth":"Royal Tunbridge Wells","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Batsman","player_picture":"","last_updated":"2019-08-06 22:06:41","membership":{"membership_id":"3202113","team_id":"42055","team_name":"Yorkshire Diamonds","short_name":"Yorkshire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:06:41"}},{"people_id":"332960","first_name":"Gewnan Mai","last_name":"Davies","match_name":"G. Davies","common_name":"Gwenan Davies","date_of_birth":"1994-05-12","place_of_birth":"Neath","country_of_birth":"Wales","nationality":"Wales","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 22:05:21","membership":{"membership_id":"3202109","team_id":"42053","team_name":"Surrey Stars","short_name":"Surrey Stars","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:05:21"}},{"people_id":"332957","first_name":"Grace Julia","last_name":"Gibbs","match_name":"G. Gibbs","common_name":"Grace Gibbs","date_of_birth":"1995-05-01","place_of_birth":"Lewisham","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 22:04:09","membership":{"membership_id":"3202106","team_id":"42053","team_name":"Surrey Stars","short_name":"Surrey Stars","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:04:09"}},{"people_id":"332955","first_name":"Aylish","last_name":"Cranstone","match_name":"A. Cranstone","common_name":"Aylish Cranstone","date_of_birth":"1994-08-28","place_of_birth":"Guildford","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Batsman","player_picture":"","last_updated":"2019-08-06 22:03:06","membership":{"membership_id":"3202104","team_id":"42053","team_name":"Surrey Stars","short_name":"Surrey Stars","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 22:03:06"}},{"people_id":"3172124","first_name":"Linsey","last_name":"Smith","match_name":"L. Smith","common_name":"Linsey Smith","date_of_birth":"1995-03-10","place_of_birth":"","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-06 21:59:14","membership":{"membership_id":"3202096","team_id":"42055","team_name":"Yorkshire Diamonds","short_name":"Yorkshire","team_area":"England","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:59:14"}},{"people_id":"3172162","first_name":"Leigh","last_name":"Kasperek","match_name":"L. Kasperek","common_name":"Leigh Kasperek","date_of_birth":"1992-02-15","place_of_birth":"","country_of_birth":"New Zealand","nationality":"New Zealand","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 21:59:10","membership":{"membership_id":"3202095","team_id":"42055","team_name":"Yorkshire Diamonds","short_name":"Yorkshire","team_area":"England","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:59:10"}},{"people_id":"3172117","first_name":"Lauren","last_name":"Winfield","match_name":"L. Winfield","common_name":"Lauren Winfield","date_of_birth":"1990-08-16","place_of_birth":"York","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Wicket Keeper","player_picture":"","last_updated":"2019-08-06 21:59:06","membership":{"membership_id":"3202094","team_id":"42055","team_name":"Yorkshire Diamonds","short_name":"Yorkshire","team_area":"England","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:59:06"}},{"people_id":"3172159","first_name":"Jemimah","last_name":"Rodrigues","match_name":"J. Rodrigues","common_name":"Jemimah Rodrigues","date_of_birth":"2000-09-05","place_of_birth":"","country_of_birth":"India","nationality":"India","gender":"female","height":"","weight":"","position":"Batsman","player_picture":"","last_updated":"2019-08-06 21:59:01","membership":{"membership_id":"3202093","team_id":"42055","team_name":"Yorkshire Diamonds","short_name":"Yorkshire","team_area":"England","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:59:01"}},{"people_id":"3172335","first_name":"Alyssa Jean","last_name":"Healy","match_name":"A. Healy","common_name":"Alyssa Healy","date_of_birth":"1990-03-24","place_of_birth":"Gold Coast, QLD","country_of_birth":"Australia","nationality":"Australia","gender":"female","height":"","weight":"","position":"Wicket Keeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3172335.png","last_updated":"2019-08-06 21:58:57","membership":{"membership_id":"3202092","team_id":"42055","team_name":"Yorkshire Diamonds","short_name":"Yorkshire","team_area":"England","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:58:57"}},{"people_id":"306667","first_name":"Sarah","last_name":"Taylor","match_name":"Sarah Taylor","common_name":"Sarah Taylor","date_of_birth":"1989-05-20","place_of_birth":"Whitechapel","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Wicket Keeper","player_picture":"","last_updated":"2019-08-06 21:58:43","membership":{"membership_id":"3202091","team_id":"42053","team_name":"Surrey Stars","short_name":"Surrey Stars","team_area":"England","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:58:43"}},{"people_id":"3172114","first_name":"Natalie","last_name":"Sciver","match_name":"N. Sciver","common_name":"Natalie Sciver","date_of_birth":"1992-08-20","place_of_birth":"","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 21:58:39","membership":{"membership_id":"3202089","team_id":"42053","team_name":"Surrey Stars","short_name":"Surrey Stars","team_area":"England","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:58:39"}},{"people_id":"3172133","first_name":"Marizanne","last_name":"Kapp","match_name":"M. Kapp","common_name":"Marizanne Kapp","date_of_birth":"1990-01-04","place_of_birth":"Port Elizabeth, Eastern Cape","country_of_birth":"South Africa","nationality":"South Africa","gender":"female","height":"","weight":"","position":"Batsman","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3172133.png","last_updated":"2019-08-06 21:58:34","membership":{"membership_id":"3202088","team_id":"42053","team_name":"Surrey Stars","short_name":"Surrey Stars","team_area":"England","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:58:34"}},{"people_id":"331082","first_name":"Mady","last_name":"Villiers","match_name":"Mady Villiers","common_name":"Mady Villiers","date_of_birth":"1998-10-01","place_of_birth":"Havering","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 21:58:30","membership":{"membership_id":"3202087","team_id":"42053","team_name":"Surrey Stars","short_name":"Surrey Stars","team_area":"England","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:58:30"}},{"people_id":"3172138","first_name":"Lizelle","last_name":"Lee","match_name":"L. Lee","common_name":"Lizelle Lee","date_of_birth":"1992-04-02","place_of_birth":"Ermelo, Mpumalanga","country_of_birth":"South Africa","nationality":"South Africa","gender":"female","height":"","weight":"","position":"Batsman","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3172138.png","last_updated":"2019-08-06 21:58:26","membership":{"membership_id":"3202086","team_id":"42053","team_name":"Surrey Stars","short_name":"Surrey Stars","team_area":"England","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:58:26"}},{"people_id":"306666","first_name":"Laura","last_name":"Marsh","match_name":"Laura Marsh","common_name":"Laura Marsh","date_of_birth":"1986-12-05","place_of_birth":"Pembury, Kent","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 21:58:21","membership":{"membership_id":"3202085","team_id":"42053","team_name":"Surrey Stars","short_name":"Surrey Stars","team_area":"England","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:58:21"}},{"people_id":"3172130","first_name":"Dane","last_name":"van Niekerk","match_name":"D. van Niekerk","common_name":"Dane van Niekerk","date_of_birth":"1993-05-14","place_of_birth":"Pretoria, Gauteng","country_of_birth":"South Africa","nationality":"South Africa","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3172130.png","last_updated":"2019-08-06 21:58:17","membership":{"membership_id":"3202084","team_id":"42053","team_name":"Surrey Stars","short_name":"Surrey Stars","team_area":"England","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:58:17"}},{"people_id":"326315","first_name":"Bryony","last_name":"Smith","match_name":"Bryony Smith","common_name":"Bryony Smith","date_of_birth":"1997-12-12","place_of_birth":"Sutton","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Batsman","player_picture":"","last_updated":"2019-08-06 21:58:13","membership":{"membership_id":"3202083","team_id":"42053","team_name":"Surrey Stars","short_name":"Surrey Stars","team_area":"England","start_date":"2019-07-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 21:58:13"}},{"people_id":"332831","first_name":"Georgia Louise","last_name":"Adams","match_name":"G. Adams","common_name":"Georgia Adams","date_of_birth":"1993-10-04","place_of_birth":"Chesterfield, Derbyshire","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Batsman","player_picture":"","last_updated":"2019-08-06 18:49:56","membership":{"membership_id":"3201763","team_id":"42051","team_name":"Loughborough Lightning","short_name":"Loughborough","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:49:56"}},{"people_id":"332829","first_name":"Lucy Florence","last_name":"Higham","match_name":"L. Higham","common_name":"Lucy Higham","date_of_birth":"1997-10-17","place_of_birth":"Leicester","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-06 18:47:03","membership":{"membership_id":"3201757","team_id":"42051","team_name":"Loughborough Lightning","short_name":"Loughborough","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:47:03"}},{"people_id":"332827","first_name":"Sarah","last_name":"Glenn","match_name":"S. Glenn","common_name":"Sarah Glenn","date_of_birth":"1999-08-27","place_of_birth":"Derby","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 18:45:03","membership":{"membership_id":"3201751","team_id":"42051","team_name":"Loughborough Lightning","short_name":"Loughborough","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:45:03"}},{"people_id":"332825","first_name":"Alex","last_name":"Griffiths","match_name":"A. Griffiths","common_name":"Alex Griffiths","date_of_birth":"1993-09-06","place_of_birth":"Bridgend","country_of_birth":"Wales","nationality":"Wales","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 18:43:22","membership":{"membership_id":"3201746","team_id":"42054","team_name":"Western Storm","short_name":"Western Storm","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:43:22"}},{"people_id":"332823","first_name":"Claire","last_name":"Nicholas","match_name":"C. Nicholas","common_name":"Claire Nicholas","date_of_birth":"","place_of_birth":"","country_of_birth":"Wales","nationality":"Wales","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-06 18:42:03","membership":{"membership_id":"3201744","team_id":"42054","team_name":"Western Storm","short_name":"Western Storm","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:42:03"}},{"people_id":"332822","first_name":"Danielle","last_name":"Gibson","match_name":"D. Gibson","common_name":"Danielle Gibson","date_of_birth":"","place_of_birth":"Cheltenham","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 18:40:38","membership":{"membership_id":"3201738","team_id":"42054","team_name":"Western Storm","short_name":"Western Storm","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:40:38"}},{"people_id":"332821","first_name":"Sophie Natasha","last_name":"Luff","match_name":"S. Luff","common_name":"Sophie Luff","date_of_birth":"1993-12-06","place_of_birth":"Taunton","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 18:38:45","membership":{"membership_id":"3201737","team_id":"42054","team_name":"Western Storm","short_name":"Western Storm","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:38:45"}},{"people_id":"332820","first_name":"Naomi Dilip","last_name":"Dattani","match_name":"N. Dattani","common_name":"Naomi Dattani","date_of_birth":"1994-04-28","place_of_birth":"Ealing","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 18:35:54","membership":{"membership_id":"3201734","team_id":"42054","team_name":"Western Storm","short_name":"Western Storm","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:35:54"}},{"people_id":"332817","first_name":"Thea Francis","last_name":"Brookes","match_name":"T. Brookes","common_name":"Thea Brookes","date_of_birth":"1993-02-15","place_of_birth":"Wordsley","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 18:33:49","membership":{"membership_id":"3201729","team_id":"42052","team_name":"Southern Vipers","short_name":"Southern Viper","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:33:49"}},{"people_id":"332815","first_name":"Paige Jamie","last_name":"Scholfield","match_name":"P. Scholfield","common_name":"Paige Scholfield","date_of_birth":"1995-12-19","place_of_birth":"Amanzimtoti, KwaZulu-Natal","country_of_birth":"South Africa","nationality":"South Africa","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 18:32:01","membership":{"membership_id":"3201724","team_id":"42052","team_name":"Southern Vipers","short_name":"Southern Viper","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:32:01"}},{"people_id":"332814","first_name":"Maia Emily","last_name":"Bouchier","match_name":"M. Bouchier","common_name":"Maia Bouchier","date_of_birth":"1998-12-05","place_of_birth":"Kensington","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Top-order Batsman","player_picture":"","last_updated":"2019-08-06 18:29:56","membership":{"membership_id":"3201720","team_id":"42052","team_name":"Southern Vipers","short_name":"Southern Viper","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:29:56"}},{"people_id":"332813","first_name":"Lauren Katie","last_name":"Bell","match_name":"L. Bell","common_name":"Lauren Bell","date_of_birth":"2001-01-02","place_of_birth":"Swindon","country_of_birth":"Wales","nationality":"Wales","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-06 18:28:51","membership":{"membership_id":"3201714","team_id":"42052","team_name":"Southern Vipers","short_name":"Southern Viper","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:28:51"}},{"people_id":"332812","first_name":"Carla Elizabeth","last_name":"Rudd","match_name":"C. Rudd","common_name":"Carla Rudd","date_of_birth":"1993-12-30","place_of_birth":"Hastings, Sussex","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Wicket Keeper","player_picture":"","last_updated":"2019-08-06 18:27:16","membership":{"membership_id":"3201708","team_id":"42052","team_name":"Southern Vipers","short_name":"Southern Viper","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:27:16"}},{"people_id":"3172123","first_name":"Sophie","last_name":"Ecclestone","match_name":"S. Ecclestone","common_name":"Sophie Ecclestone","date_of_birth":"1999-05-06","place_of_birth":"","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-06 18:25:42","membership":{"membership_id":"3201705","team_id":"42050","team_name":"Lancashire Thunder","short_name":"Lancashire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:25:42"}},{"people_id":"2978180","first_name":"Kathryn Laura","last_name":"Cross","match_name":"K. Cross","common_name":"Kate Cross","date_of_birth":"1991-10-03","place_of_birth":"Manchester","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-06 18:25:36","membership":{"membership_id":"3201704","team_id":"42050","team_name":"Lancashire Thunder","short_name":"Lancashire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:25:36"}},{"people_id":"295157","first_name":"Alexandra","last_name":"Hartley","match_name":"A. Hartley","common_name":"Alex Hartley","date_of_birth":"1993-09-26","place_of_birth":"Blackburn","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-06 18:25:28","membership":{"membership_id":"3201703","team_id":"42050","team_name":"Lancashire Thunder","short_name":"Lancashire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:25:28"}},{"people_id":"2978463","first_name":"Smriti","last_name":"Mandhana","match_name":"S. Mandhana","common_name":"Smriti Mandhana","date_of_birth":"1996-07-18","place_of_birth":"","country_of_birth":"India","nationality":"India","gender":"female","height":"","weight":"","position":"Batsman","player_picture":"","last_updated":"2019-08-06 18:25:10","membership":{"membership_id":"3201702","team_id":"42054","team_name":"Western Storm","short_name":"Western Storm","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:25:10"}},{"people_id":"2978316","first_name":"Rachel Holy","last_name":"Priest","match_name":"R. Priest","common_name":"Rachel Priest","date_of_birth":"1985-06-13","place_of_birth":"New Plymouth","country_of_birth":"New Zealand","nationality":"New Zealand","gender":"female","height":"","weight":"","position":"Wicket Keeper","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/2978316.png","last_updated":"2019-08-06 18:25:05","membership":{"membership_id":"3201701","team_id":"42054","team_name":"Western Storm","short_name":"Western Storm","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:25:05"}},{"people_id":"3172121","first_name":"Heather Clare","last_name":"Knight","match_name":"H. Knight","common_name":"Heather Knight","date_of_birth":"1990-12-26","place_of_birth":"Plymouth","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Batsman","player_picture":"","last_updated":"2019-08-06 18:25:00","membership":{"membership_id":"3201700","team_id":"42054","team_name":"Western Storm","short_name":"Western Storm","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:25:00"}},{"people_id":"307711","first_name":"Freya","last_name":"Davies","match_name":"Freya Davies","common_name":"Freya Davies","date_of_birth":"1995-10-27","place_of_birth":"Chichester","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 18:24:55","membership":{"membership_id":"3201699","team_id":"42054","team_name":"Western Storm","short_name":"Western Storm","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:24:55"}},{"people_id":"294912","first_name":"Frances","last_name":"Wilson","match_name":"F. Wilson","common_name":"Fran Wilson","date_of_birth":"1991-11-07","place_of_birth":"Farnham, Surrey","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Batsman","player_picture":"","last_updated":"2019-08-06 18:24:51","membership":{"membership_id":"3201698","team_id":"42054","team_name":"Western Storm","short_name":"Western Storm","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:24:51"}},{"people_id":"2978456","first_name":"Deepti Bhagwan","last_name":"Sharma","match_name":"D. Sharma","common_name":"Deepti Sharma","date_of_birth":"1997-08-24","place_of_birth":"","country_of_birth":"India","nationality":"India","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 18:24:47","membership":{"membership_id":"3201697","team_id":"42054","team_name":"Western Storm","short_name":"Western Storm","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:24:47"}},{"people_id":"3172119","first_name":"Natasha","last_name":"Farrant","match_name":"N. Farrant","common_name":"Tash Farrant","date_of_birth":"1996-05-29","place_of_birth":"","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-06 18:24:33","membership":{"membership_id":"3201696","team_id":"42052","team_name":"Southern Vipers","short_name":"Southern Viper","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:24:33"}},{"people_id":"3172122","first_name":"Tamsin","last_name":"Beaumont","match_name":"T. Beaumont","common_name":"Tammy Beaumont","date_of_birth":"1991-03-11","place_of_birth":"Dover","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Wicket Keeper","player_picture":"","last_updated":"2019-08-06 18:24:29","membership":{"membership_id":"3201695","team_id":"42052","team_name":"Southern Vipers","short_name":"Southern Viper","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:24:29"}},{"people_id":"3172168","first_name":"Suzannah Wilson","last_name":"Bates","match_name":"S. Bates","common_name":"Suzie Bates","date_of_birth":"1987-09-16","place_of_birth":"Dunedin","country_of_birth":"New Zealand","nationality":"New Zealand","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3172168.png","last_updated":"2019-08-06 18:24:25","membership":{"membership_id":"3201694","team_id":"42052","team_name":"Southern Vipers","short_name":"Southern Viper","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:24:25"}},{"people_id":"3172064","first_name":"Stafanie Roxann","last_name":"Taylor","match_name":"S. Taylor","common_name":"Stafanie Taylor","date_of_birth":"1991-06-11","place_of_birth":"Spanish Town","country_of_birth":"Jamaica","nationality":"Jamaica","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3172064.png","last_updated":"2019-08-06 18:24:21","membership":{"membership_id":"3201693","team_id":"42052","team_name":"Southern Vipers","short_name":"Southern Viper","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:24:21"}},{"people_id":"3172125","first_name":"Danielle Nicole","last_name":"Wyatt","match_name":"D. Wyatt","common_name":"Danni Wyatt","date_of_birth":"1991-04-22","place_of_birth":"Stoke-on-Trent","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Batsman","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3172125.png","last_updated":"2019-08-06 18:24:17","membership":{"membership_id":"3201692","team_id":"42052","team_name":"Southern Vipers","short_name":"Southern Viper","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:24:17"}},{"people_id":"3172339","first_name":"Amanda-Jade","last_name":"Wellington","match_name":"A. Wellington","common_name":"Amanda Wellington","date_of_birth":"1997-05-29","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3172339.png","last_updated":"2019-08-06 18:24:13","membership":{"membership_id":"3201690","team_id":"42052","team_name":"Southern Vipers","short_name":"Southern Viper","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:24:13"}},{"people_id":"3172143","first_name":"Mignon","last_name":"du Preez","match_name":"M. du Preez","common_name":"Mignon du Preez","date_of_birth":"1989-06-13","place_of_birth":"Pretoria, Gauteng","country_of_birth":"South Africa","nationality":"South Africa","gender":"female","height":"","weight":"","position":"Batsman","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3172143.png","last_updated":"2019-08-06 18:23:58","membership":{"membership_id":"3201688","team_id":"42051","team_name":"Loughborough Lightning","short_name":"Loughborough","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:23:58"}},{"people_id":"3172126","first_name":"Kirstie","last_name":"Gordon","match_name":"K. Gordon","common_name":"Kirstie Gordon","date_of_birth":"1997-10-20","place_of_birth":"","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 18:23:53","membership":{"membership_id":"3201687","team_id":"42051","team_name":"Loughborough Lightning","short_name":"Loughborough","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:23:53"}},{"people_id":"2978427","first_name":"Kathryn","last_name":"Bryce","match_name":"K. Bryce","common_name":"Kathryn Bryce","date_of_birth":"1997-11-17","place_of_birth":"Edinburgh","country_of_birth":"Scotland","nationality":"Scotland","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"","last_updated":"2019-08-06 18:23:48","membership":{"membership_id":"3201686","team_id":"42051","team_name":"Loughborough Lightning","short_name":"Loughborough","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:23:48"}},{"people_id":"3172115","first_name":"Jennifer","last_name":"Gunn","match_name":"J. Gunn","common_name":"Jenny Gunn","date_of_birth":"1986-05-09","place_of_birth":"","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 18:23:44","membership":{"membership_id":"3201684","team_id":"42051","team_name":"Loughborough Lightning","short_name":"Loughborough","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:23:44"}},{"people_id":"3172075","first_name":"Hayley Kristen","last_name":"Matthews","match_name":"H. Matthews","common_name":"Hayley Matthews","date_of_birth":"1998-03-19","place_of_birth":"","country_of_birth":"Barbados","nationality":"Barbados","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3172075.png","last_updated":"2019-08-06 18:23:40","membership":{"membership_id":"3201683","team_id":"42051","team_name":"Loughborough Lightning","short_name":"Loughborough","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:23:40"}},{"people_id":"2978421","first_name":"Georgia Amanda","last_name":"Elwiss","match_name":"G. Elwiss","common_name":"Georgia Elwiss","date_of_birth":"1991-05-31","place_of_birth":"Wolverhampton","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/2978421.png","last_updated":"2019-08-06 18:23:35","membership":{"membership_id":"3201682","team_id":"42051","team_name":"Loughborough Lightning","short_name":"Loughborough","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:23:35"}},{"people_id":"3172179","first_name":"Atapattumudiyanselage","last_name":"Jayangani","match_name":"A. Jayangani","common_name":"Chamari Atapattu","date_of_birth":"1990-02-09","place_of_birth":"","country_of_birth":"Sri Lanka","nationality":"Sri Lanka","gender":"female","height":"","weight":"","position":"Batsman","player_picture":"","last_updated":"2019-08-06 18:23:14","membership":{"membership_id":"3201681","team_id":"42051","team_name":"Loughborough Lightning","short_name":"Loughborough","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:23:14"}},{"people_id":"3172116","first_name":"Amy","last_name":"Jones","match_name":"A. Jones","common_name":"Amy Jones","date_of_birth":"1993-06-13","place_of_birth":"Solihull, Warwickshire","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Wicket Keeper","player_picture":"","last_updated":"2019-08-06 18:23:10","membership":{"membership_id":"3201679","team_id":"42051","team_name":"Loughborough Lightning","short_name":"Loughborough","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:23:10"}},{"people_id":"332809","first_name":"Georgie","last_name":"Boyce","match_name":"G. Boyce","common_name":"Georgie Boyce","date_of_birth":"1998-10-04","place_of_birth":"","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"","last_updated":"2019-08-06 18:22:14","membership":{"membership_id":"3201678","team_id":"42050","team_name":"Lancashire Thunder","short_name":"Lancashire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:22:14"}},{"people_id":"332808","first_name":"Evelyn","last_name":"Jones","match_name":"E. Jones","common_name":"Eve Jones","date_of_birth":"1992-08-08","place_of_birth":"","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Batsman","player_picture":"","last_updated":"2019-08-06 18:21:09","membership":{"membership_id":"3201676","team_id":"42050","team_name":"Lancashire Thunder","short_name":"Lancashire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:21:09"}},{"people_id":"332807","first_name":"Emma Louise","last_name":"Lamb","match_name":"E. Lamb","common_name":"Emma Lamb","date_of_birth":"1997-12-16","place_of_birth":"Preston, Lancashire","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Opening Batsman","player_picture":"","last_updated":"2019-08-06 18:19:56","membership":{"membership_id":"3201673","team_id":"42050","team_name":"Lancashire Thunder","short_name":"Lancashire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:19:56"}},{"people_id":"332806","first_name":"Ellie","last_name":"Threlkeld","match_name":"E. Threlkeld","common_name":"Ellie Threlkeld","date_of_birth":"1998-11-16","place_of_birth":"","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Wicket Keeper","player_picture":"","last_updated":"2019-08-06 18:18:44","membership":{"membership_id":"3201672","team_id":"42050","team_name":"Lancashire Thunder","short_name":"Lancashire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:18:44"}},{"people_id":"3172350","first_name":"Tahlia May","last_name":"McGrath","match_name":"T. McGrath","common_name":"Tahlia McGrath","date_of_birth":"1995-11-10","place_of_birth":"","country_of_birth":"Australia","nationality":"Australia","gender":"female","height":"","weight":"","position":"Batsman","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3172350.png","last_updated":"2019-08-06 18:17:12","membership":{"membership_id":"3201670","team_id":"42050","team_name":"Lancashire Thunder","short_name":"Lancashire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:17:12"}},{"people_id":"3172134","first_name":"Sune","last_name":"Luus","match_name":"S. Luus","common_name":"Sune Luus","date_of_birth":"1996-01-05","place_of_birth":"","country_of_birth":"South Africa","nationality":"South Africa","gender":"female","height":"","weight":"","position":"Bowler","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/3172134.png","last_updated":"2019-08-06 18:17:07","membership":{"membership_id":"3201668","team_id":"42050","team_name":"Lancashire Thunder","short_name":"Lancashire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:17:07"}},{"people_id":"3172113","first_name":"Sophia","last_name":"Dunkley","match_name":"S. Dunkley","common_name":"Sophia Dunkley","date_of_birth":"1998-07-16","place_of_birth":"","country_of_birth":"England","nationality":"England","gender":"female","height":"","weight":"","position":"Opening Batsman","player_picture":"","last_updated":"2019-08-06 18:17:02","membership":{"membership_id":"3201667","team_id":"42050","team_name":"Lancashire Thunder","short_name":"Lancashire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:17:02"}},{"people_id":"2978325","first_name":"Harmanpreet","last_name":"Kaur Bhullar","match_name":"H. Kaur","common_name":"Harmanpreet Kaur","date_of_birth":"1989-03-08","place_of_birth":"","country_of_birth":"India","nationality":"India","gender":"female","height":"","weight":"","position":"All-rounder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/2978325.png","last_updated":"2019-08-06 18:16:51","membership":{"membership_id":"3201666","team_id":"42050","team_name":"Lancashire Thunder","short_name":"Lancashire","team_area":"England","start_date":"2019-08-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 18:16:51"}},{"people_id":"274743","first_name":"Fabian Anthony","last_name":"Allen","match_name":"F. Allen","common_name":"Fabian Allen","date_of_birth":"1995-05-07","place_of_birth":"Kingston","country_of_birth":"Jamaica","nationality":"Jamaica","gender":"male","height":"","weight":"","position":"All-rounder","player_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/274743.png","last_updated":"2019-08-06 17:25:10","membership":{"membership_id":"2836952","team_id":"33574","team_name":"Windies","short_name":"Windies","team_area":"West Indies","start_date":"2018-10-01","end_date":"","role":"player","active":"yes","last_updated":"2019-08-06 17:25:10"}}]}}