Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v4 GET /squash/get_contestants
Returns a list of contestants
Request URL
https://dsg-api.com/clients/{client_name}/squash/get_contestants?client={client_name}&authkey={client_authkey}&type=discipline&type_id={discipline_id}&season={season_id}
API Threshold
  • 10k calls per hour (2.78 calls per second)
  • This threshold applies to ALL your calls you do across the API.
  • Your number of calls get reset every hour at :00
  • If the thresold is reached within the hour you will get a xml/json message accordingly (which is gone when the next hour starts, see previous point)
Parameters
area_id
int
area to get the subareas or specific area from
authkey
string Required
client authentification key
client
string Required
unique client ID
ftype
string
changes feed type from XML to json (ftype=json or ftype=json_array)
lang
string
two-character language code, defaults to 'en'
season
int Required
unique season identifier
type
string Required
type=discipline_id is required
type_id
int Required
discipline_id to be filtered
Nodes
competition
details about competition
area_id
unique identifier for an area
area_name
name of the area
competition_id
unique identifier for a competition
format
competition format (domestic_league, domestic_cup, domestic_league_cup, domestic_super_cup, international_cup, international_super_cup, playoff, tournament, race, unofficial)
gender
determines the gender of the competition (male or female)
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
name
name of the competition
type
determines if a competition is between club teams (club) or national teams (international)
contestant
details about the contestant
common_name
common name of the person
contestant_team_id
unique identifier for the contestant team/double
first_name
first name of the person
last_name
last name of the person
nationality_area_code
three character area code
nationality_area_id
unique identifier for an area
nationality_area_name
area name of peoples nationality
people_id
unique identifier for person
short_name
shortened name of the person
slug
widget slug to be used for athlete widget (multisport)
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
discipline
basic information about the discipline
discipline_id
unique identifier of the discipline
name
name of the discipline
type
type of discipline (contestant, contestant_team or team)
gender
details about the gender
age_group
defines the age group (senior,u23,u22,u21....)
value
gender type (male, female or mixed)
membership
details about the membership
membership_id
unique identifier for the membership
team_id
unique identifier of the team
team_name
current team name
method
details about the API function
method_id
unique ID of method
name
name of method
round
basic details about the round
name
name of round
round_id
unique identifier of round
season
details about the season
end_date
end date, format 'yyyy-mm-dd'
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
logo
full path URL of logo for particular season
original_name
competition name during this season
season_id
unique identifier for season
start_date
start date, format 'yyyy-mm-dd'
title
title of season
team
details about the team
short_name
short name of the team.
team_area_code
three-letter acronym for the area of the team
team_area_id
unique identifier for an area
team_area_name
area name of the team
team_id
unique identifier of the team
team_logo
full path URL of team logo
team_name
current team name
tla_name
three letter acronym for this team
tour
details about the tour
gender
gender of the tour
name
name of the particular tour
tour_id
unique tour identifier
tour_type
defines if the tournament is part of a tour or not. If not then value "non-tour"
tour_season
details about a tour season
logo
full path URL of logo for particular tour_season
name
name of the tour_season
title
title of the particular tour season
tour_season_id
unique identifier of a tour season
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}/squash/get_contestants?client={client_name}&authkey={client_authkey}&type=discipline&type_id={discipline_id}&season={season_id}");
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}/squash/get_contestants?client={client_name}&authkey={client_authkey}&type=discipline&type_id={discipline_id}&season={season_id}"
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}/squash/get_contestants?client={client_name}&authkey={client_authkey}&type=discipline&type_id={discipline_id}&season={season_id}"
		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}/squash/get_contestants?client={client_name}&authkey={client_authkey}&type=discipline&type_id={discipline_id}&season={season_id}", auth=("User", "Password"))
Response Example
200 Success
{"datasportsgroup":{"version":"2.1428.4","sport":"squash","lang":"en","generated_utc":"2025-08-01T15:23:25+00:00","method":{"method_id":"1428","name":"get_contestants"},"tour":{"tour_id":"","name":"","gender":"","tour_type":"non-tour","tour_season":{"tour_season_id":"","title":"","name":"","logo":"","competition":{"competition_id":"3853","name":"Commonwealth Games","gender":"both","type":"player","format":"tournament","area_id":"1","area_name":"World","last_updated":"2022-07-04 10:38:17","season":{"season_id":"66204","title":"2022 Birmingham","original_name":"Commonwealth Games","start_date":"2022-07-29","end_date":"2022-08-08","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/3697.png","last_updated":"2022-07-04 10:44:44","discipline":{"discipline_id":"518","name":"Singles","type":"contestant","gender":[{"value":"male","age_group":"senior","contestant":[{"people_id":"7794543","first_name":"Rhys","last_name":"Dowling","short_name":"R. Dowling","common_name":"Rhys Dowling","nationality_area_id":"19","nationality_area_code":"AUS","nationality_area_name":"Australia"},{"people_id":"7794544","first_name":"Khamal","last_name":"Cumberbatch","short_name":"K. Cumberbatch","common_name":"Khamal Cumberbatch","nationality_area_id":"25","nationality_area_code":"BRB","nationality_area_name":"Barbados"},{"people_id":"7789282","first_name":"Shawn","last_name":"Simpson","short_name":"S. Simpson","common_name":"Shawn Simpson","nationality_area_id":"25","nationality_area_code":"BRB","nationality_area_name":"Barbados"},{"people_id":"7789284","first_name":"Joe","last_name":"Chapman","short_name":"J. Chapman","common_name":"Joe Chapman","nationality_area_id":"36","nationality_area_code":"BVI","nationality_area_name":"British Virgin Islands"},{"people_id":"458005","first_name":"Luca","last_name":"Reich","short_name":"L. Reich","common_name":"Luca Reich","nationality_area_id":"36","nationality_area_code":"BVI","nationality_area_name":"British Virgin Islands","membership":{"membership_id":"6472394","team_id":"","team_name":""}},{"people_id":"7794545","first_name":"David","last_name":"Baillargeon","short_name":"D. Baillargeon","common_name":"David Baillargeon","nationality_area_id":"43","nationality_area_code":"CAN","nationality_area_name":"Canada"},{"people_id":"7794546","first_name":"Nick","last_name":"Sachvie","short_name":"N. Sachvie","common_name":"Nick Sachvie","nationality_area_id":"43","nationality_area_code":"CAN","nationality_area_name":"Canada"},{"people_id":"7794547","first_name":"Jace","last_name":"Jervis","short_name":"J. Jervis","common_name":"Jace Jervis","nationality_area_id":"45","nationality_area_code":"CYM","nationality_area_name":"Cayman Islands"},{"people_id":"7794548","first_name":"Julian","last_name":"Jervis","short_name":"J. Jervis","common_name":"Julian Jervis","nationality_area_id":"45","nationality_area_code":"CYM","nationality_area_name":"Cayman Islands"},{"people_id":"7789288","first_name":"Jacob","last_name":"Kelly","short_name":"J. Kelly","common_name":"Jacob Kelly","nationality_area_id":"45","nationality_area_code":"CYM","nationality_area_name":"Cayman Islands"},{"people_id":"7794549","first_name":"Patrick","last_name":"Rooney","short_name":"P. Rooney","common_name":"Patrick Rooney","nationality_area_id":"68","nationality_area_code":"ENG","nationality_area_name":"England"},{"people_id":"7789708","first_name":"Adrian","last_name":"Waller","short_name":"A. Waller","common_name":"Adrian Waller","nationality_area_id":"68","nationality_area_code":"ENG","nationality_area_name":"England"},{"people_id":"7789291","first_name":"James","last_name":"Willstrop","short_name":"J. Willstrop","common_name":"James Willstrop","nationality_area_id":"68","nationality_area_code":"ENG","nationality_area_name":"England"},{"people_id":"7794550","first_name":"Marika","last_name":"Matanatabu","short_name":"M. Matanatabu","common_name":"Marika Matanatabu","nationality_area_id":"74","nationality_area_code":"FJI","nationality_area_name":"Fiji"},{"people_id":"7794551","first_name":"Clement","last_name":"Anafo","short_name":"C. Anafo","common_name":"Clement Anafo","nationality_area_id":"81","nationality_area_code":"GHA","nationality_area_name":"Ghana"},{"people_id":"7794552","first_name":"Evans","last_name":"Ayih","short_name":"E. Ayih","common_name":"Evans Ayih","nationality_area_id":"81","nationality_area_code":"GHA","nationality_area_name":"Ghana"},{"people_id":"7789296","first_name":"Christian","last_name":"Navas","short_name":"C. Navas","common_name":"Christian Navas","nationality_area_id":"226","nationality_area_code":"GIB","nationality_area_name":"Gibraltar"},{"people_id":"7789297","first_name":"Jason-Ray","last_name":"Khalil","short_name":"J. Khalil","common_name":"Jason-Ray Khalil","nationality_area_id":"88","nationality_area_code":"GUY","nationality_area_name":"Guyana"},{"people_id":"7794553","first_name":"Shomari","last_name":"Wiltshire","short_name":"S. Wiltshire","common_name":"Shomari Wiltshire","nationality_area_id":"88","nationality_area_code":"GUY","nationality_area_name":"Guyana"},{"people_id":"7789300","first_name":"Saurav","last_name":"Ghosal","short_name":"S. Ghosal","common_name":"Saurav Ghosal","nationality_area_id":"94","nationality_area_code":"IND","nationality_area_name":"India"},{"people_id":"7794554","first_name":"Abhay","last_name":"Singh","short_name":"A. Singh","common_name":"Abhay Singh","nationality_area_id":"94","nationality_area_code":"IND","nationality_area_name":"India"},{"people_id":"7789314","first_name":"Ramit","last_name":"Tandon","short_name":"R. Tandon","common_name":"Ramit Tandon","nationality_area_id":"94","nationality_area_code":"IND","nationality_area_name":"India"},{"people_id":"7789302","first_name":"Christopher","last_name":"Binnie","short_name":"C. Binnie","common_name":"Chris Binnie","nationality_area_id":"101","nationality_area_code":"JAM","nationality_area_name":"Jamaica"},{"people_id":"7794556","first_name":"Julian","last_name":"Morrison","short_name":"J. Morrison","common_name":"Julian Morrison","nationality_area_id":"101","nationality_area_code":"JAM","nationality_area_name":"Jamaica"},{"people_id":"7794557","first_name":"Muqtadir Sadruddin","last_name":"Nimji","short_name":"M. Nimji","common_name":"Muqtadir Nimji","nationality_area_id":"105","nationality_area_code":"KEN","nationality_area_name":"Kenya"},{"people_id":"7789286","first_name":"Mohammad Syafiq","last_name":"Kamal","short_name":"M. Kamal","common_name":"Mohammad Syafiq Kamal","nationality_area_id":"123","nationality_area_code":"MAS","nationality_area_name":"Malaysia"},{"people_id":"7789305","first_name":"Eain Yow","last_name":"Ng","short_name":"Eain Yow Ng","common_name":"Eain Yow Ng","nationality_area_id":"123","nationality_area_code":"MAS","nationality_area_name":"Malaysia"},{"people_id":"7794558","first_name":"Chee Wern","last_name":"Yuen","short_name":"C. Yuen","common_name":"Chee Wern Yuen","nationality_area_id":"123","nationality_area_code":"MAS","nationality_area_name":"Malaysia"},{"people_id":"7794559","first_name":"Niall","last_name":"Engerer","short_name":"N. Engerer","common_name":"Niall Engerer","nationality_area_id":"126","nationality_area_code":"MLT","nationality_area_name":"Malta"},{"people_id":"7794560","first_name":"Kijan","last_name":"Sultana","short_name":"K. Sultana","common_name":"Kijan Sultana","nationality_area_id":"126","nationality_area_code":"MLT","nationality_area_name":"Malta"},{"people_id":"7794561","first_name":"Lwamba","last_name":"Chileshe","short_name":"L. Chileshe","common_name":"Lwamba Chileshe","nationality_area_id":"141","nationality_area_code":"NZL","nationality_area_name":"New Zealand"},{"people_id":"7794562","first_name":"Temwa","last_name":"Chileshe","short_name":"T. Chileshe","common_name":"Temwa Chileshe","nationality_area_id":"141","nationality_area_code":"NZL","nationality_area_name":"New Zealand"},{"people_id":"7789313","first_name":"Paul","last_name":"Coll","short_name":"P. Coll","common_name":"Paul Coll","nationality_area_id":"141","nationality_area_code":"NZL","nationality_area_name":"New Zealand"},{"people_id":"7789316","first_name":"Tayyab","last_name":"Aslam","short_name":"Tayyab Aslam","common_name":"Tayyab Aslam","nationality_area_id":"148","nationality_area_code":"PAK","nationality_area_name":"Pakistan"},{"people_id":"7794563","first_name":"Nasir","last_name":"Iqbal","short_name":"Nasir Iqbal","common_name":"Nasir Iqbal","nationality_area_id":"148","nationality_area_code":"PAK","nationality_area_name":"Pakistan"},{"people_id":"7794564","first_name":"Feanor","last_name":"Siaguru","short_name":"F. Siaguru","common_name":"Feanor Siaguru","nationality_area_id":"151","nationality_area_code":"PNG","nationality_area_name":"Papua New Guinea"},{"people_id":"7789317","first_name":"Madako Junior","last_name":"Suari","short_name":"Madako Junior Suari","common_name":"Madako Junior Suari","nationality_area_id":"151","nationality_area_code":"PNG","nationality_area_name":"Papua New Guinea"},{"people_id":"7789318","first_name":"Alan","last_name":"Clyne","short_name":"A. Clyne","common_name":"Alan Clyne","nationality_area_id":"165","nationality_area_code":"SCO","nationality_area_name":"Scotland"},{"people_id":"7789319","first_name":"Greg","last_name":"Lobban","short_name":"G. Lobban","common_name":"Greg Lobban","nationality_area_id":"165","nationality_area_code":"SCO","nationality_area_name":"Scotland"},{"people_id":"7794565","first_name":"Rory","last_name":"Stewart","short_name":"R. Stewart","common_name":"Rory Stewart","nationality_area_id":"165","nationality_area_code":"SCO","nationality_area_name":"Scotland"},{"people_id":"7794566","first_name":"Marcus Allen","last_name":"Adela","short_name":"M. Adela","common_name":"Marcus Adela","nationality_area_id":"168","nationality_area_code":"SEY","nationality_area_name":"Seychelles"},{"people_id":"7789325","first_name":"Ravindu","last_name":"Laksiri","short_name":"R. Laksiri","common_name":"Ravindu Laksiri","nationality_area_id":"177","nationality_area_code":"SRI","nationality_area_name":"Sri Lanka"},{"people_id":"7794567","first_name":"Shamil","last_name":"Wakeel","short_name":"S. Wakeel","common_name":"Shamil Wakeel","nationality_area_id":"177","nationality_area_code":"SRI","nationality_area_name":"Sri Lanka"},{"people_id":"7789328","first_name":"Othniel","last_name":"Bailey","short_name":"O. Bailey","common_name":"Othniel Bailey","nationality_area_id":"180","nationality_area_code":"SVG","nationality_area_name":"St. Vincent and the Grenadines"},{"people_id":"7789326","first_name":"Jason","last_name":"Doyle","short_name":"J. Doyle","common_name":"Jason Doyle","nationality_area_id":"180","nationality_area_code":"SVG","nationality_area_name":"St. Vincent and the Grenadines"},{"people_id":"7789327","first_name":"Jules","last_name":"Snagg","short_name":"J. Snagg","common_name":"Jules Snagg","nationality_area_id":"180","nationality_area_code":"SVG","nationality_area_name":"St. Vincent and the Grenadines"},{"people_id":"7794568","first_name":"Chayse","last_name":"McQuan","short_name":"C. McQuan","common_name":"Chayse McQuan","nationality_area_id":"194","nationality_area_code":"TTO","nationality_area_name":"Trinidad and Tobago"},{"people_id":"7794569","first_name":"Paul","last_name":"Kadoma","short_name":"P. Kadoma","common_name":"Paul Kadoma","nationality_area_id":"200","nationality_area_code":"UGA","nationality_area_name":"Uganda"},{"people_id":"7789332","first_name":"Michael","last_name":"Kawooya","short_name":"M. Kawooya","common_name":"Michael Kawooya","nationality_area_id":"200","nationality_area_code":"UGA","nationality_area_name":"Uganda"},{"people_id":"7789334","first_name":"Peter","last_name":"Creed","short_name":"P. Creed","common_name":"Peter Creed","nationality_area_id":"209","nationality_area_code":"WAL","nationality_area_name":"Wales"},{"people_id":"7794570","first_name":"Emyr","last_name":"Evans","short_name":"E. Evans","common_name":"Emyr Evans","nationality_area_id":"209","nationality_area_code":"WAL","nationality_area_name":"Wales"},{"people_id":"7789333","first_name":"Joel","last_name":"Makin","short_name":"J. Makin","common_name":"Joel Makin","nationality_area_id":"209","nationality_area_code":"WAL","nationality_area_name":"Wales"},{"people_id":"7794571","first_name":"Kundanji","last_name":"Kalengo","short_name":"K. Kalengo","common_name":"Kundanji Kalengo","nationality_area_id":"211","nationality_area_code":"ZAM","nationality_area_name":"Zambia"}]},{"value":"female","age_group":"senior","contestant":[{"people_id":"7789672","first_name":"Rachael","last_name":"Grinham","short_name":"R. Grinham","common_name":"Rachael Grinham","nationality_area_id":"19","nationality_area_code":"AUS","nationality_area_name":"Australia"},{"people_id":"7794572","first_name":"Donna","last_name":"Lobban","short_name":"D. Lobban","common_name":"Donna Lobban","nationality_area_id":"19","nationality_area_code":"AUS","nationality_area_name":"Australia"},{"people_id":"7794573","first_name":"Jess","last_name":"Turnbull","short_name":"J. Turnbull","common_name":"Jess Turnbull","nationality_area_id":"19","nationality_area_code":"AUS","nationality_area_name":"Australia"},{"people_id":"7789597","first_name":"Meagan","last_name":"Best","short_name":"M. Best","common_name":"Meagan Best","nationality_area_id":"25","nationality_area_code":"BRB","nationality_area_name":"Barbados"},{"people_id":"7789596","first_name":"Amanda","last_name":"Haywood","short_name":"A. Haywood","common_name":"Amanda Haywood","nationality_area_id":"25","nationality_area_code":"BRB","nationality_area_name":"Barbados"},{"people_id":"7794574","first_name":"Jada","last_name":"Smith-Padmore","short_name":"J. Smith-Padmore","common_name":"Jada Smith-Padmore","nationality_area_id":"25","nationality_area_code":"BRB","nationality_area_name":"Barbados"},{"people_id":"7794575","first_name":"Emma","last_name":"Keane","short_name":"E. Keane","common_name":"Emma Keane","nationality_area_id":"30","nationality_area_code":"BMU","nationality_area_name":"Bermuda"},{"people_id":"7794576","first_name":"Leungo","last_name":"Katse","short_name":"L. Katse","common_name":"Leungo Katse","nationality_area_id":"34","nationality_area_code":"BOT","nationality_area_name":"Botswana"},{"people_id":"7794577","first_name":"Naomi Neo","last_name":"Phatsima","short_name":"N. Phatsima","common_name":"Naomi Phatsima","nationality_area_id":"34","nationality_area_code":"BOT","nationality_area_name":"Botswana"},{"people_id":"7794578","first_name":"Nicole","last_name":"Bunyan","short_name":"N. Bunyan","common_name":"Nicole Bunyan","nationality_area_id":"43","nationality_area_code":"CAN","nationality_area_name":"Canada"},{"people_id":"7794579","first_name":"Hollie","last_name":"Naughton","short_name":"H. Naughton","common_name":"Hollie Naughton","nationality_area_id":"43","nationality_area_code":"CAN","nationality_area_name":"Canada"},{"people_id":"7794580","first_name":"Jade","last_name":"Pitcairn","short_name":"J. Pitcairn","common_name":"Jade Pitcairn","nationality_area_id":"45","nationality_area_code":"CYM","nationality_area_name":"Cayman Islands"},{"people_id":"7794581","first_name":"Georgina","last_name":"Kennedy","short_name":"G. Kennedy","common_name":"Georgina Kennedy","nationality_area_id":"68","nationality_area_code":"ENG","nationality_area_name":"England"},{"people_id":"7789607","first_name":"Sarah-Jane","last_name":"Perry","short_name":"S. Perry","common_name":"Sarah-Jane Perry","nationality_area_id":"68","nationality_area_code":"ENG","nationality_area_name":"England"},{"people_id":"7794582","first_name":"Lucy","last_name":"Turmel","short_name":"L. Turmel","common_name":"Lucy Turmel","nationality_area_id":"68","nationality_area_code":"ENG","nationality_area_name":"England"},{"people_id":"7789615","first_name":"Mary","last_name":"Fung-A-Fat","short_name":"M. Fung-A-Fat","common_name":"Mary Fung-A-Fat","nationality_area_id":"88","nationality_area_code":"GUY","nationality_area_name":"Guyana"},{"people_id":"7794583","first_name":"Ashley","last_name":"Khalil","short_name":"A. Khalil","common_name":"Ashley Khalil","nationality_area_id":"88","nationality_area_code":"GUY","nationality_area_name":"Guyana"},{"people_id":"7789619","first_name":"Joshana","last_name":"Chinappa","short_name":"J. Chinappa","common_name":"Joshana Chinappa","nationality_area_id":"94","nationality_area_code":"IND","nationality_area_name":"India"},{"people_id":"7794584","first_name":"Sunayna Sara","last_name":"Kuruvilla","short_name":"S. Kuruvilla","common_name":"Sunayna Kuruvilla","nationality_area_id":"94","nationality_area_code":"IND","nationality_area_name":"India"},{"people_id":"7794585","first_name":"Anahat","last_name":"Singh","short_name":"A. Singh","common_name":"Anahat Singh","nationality_area_id":"94","nationality_area_code":"IND","nationality_area_name":"India"},{"people_id":"7789620","first_name":"Khaaliqa","last_name":"Nimji","short_name":"K. Nimji","common_name":"Khaaliqa Nimji","nationality_area_id":"105","nationality_area_code":"KEN","nationality_area_name":"Kenya"},{"people_id":"7789677","first_name":"Rachel","last_name":"Arnold","short_name":"R. Arnold","common_name":"Rachel Arnold","nationality_area_id":"123","nationality_area_code":"MAS","nationality_area_name":"Malaysia"},{"people_id":"7789622","first_name":"Aifa","last_name":"Azman","short_name":"Aifa Azman","common_name":"Aifa Azman","nationality_area_id":"123","nationality_area_code":"MAS","nationality_area_name":"Malaysia"},{"people_id":"7794586","first_name":"Yiwen","last_name":"Chan","short_name":"Y. Chan","common_name":"Yiwen Chan","nationality_area_id":"123","nationality_area_code":"MAS","nationality_area_name":"Malaysia"},{"people_id":"7789626","first_name":"Colette","last_name":"Sultana","short_name":"C. Sultana","common_name":"Colette Sultana","nationality_area_id":"126","nationality_area_code":"MLT","nationality_area_name":"Malta"},{"people_id":"7794587","first_name":"Lijana","last_name":"Sultana","short_name":"L. Sultana","common_name":"Lijana Sultana","nationality_area_id":"126","nationality_area_code":"MLT","nationality_area_name":"Malta"},{"people_id":"7789629","first_name":"Joelle","last_name":"King","short_name":"J. King","common_name":"Joelle King","nationality_area_id":"141","nationality_area_code":"NZL","nationality_area_name":"New Zealand"},{"people_id":"7794588","first_name":"Kaitlyn","last_name":"Watts","short_name":"K. Watts","common_name":"Kaitlyn Watts","nationality_area_id":"141","nationality_area_code":"NZL","nationality_area_name":"New Zealand"},{"people_id":"7794589","first_name":"Amna","last_name":"Fayyaz","short_name":"Amna Fayyaz","common_name":"Amna Fayyaz","nationality_area_id":"148","nationality_area_code":"PAK","nationality_area_name":"Pakistan"},{"people_id":"7789630","first_name":"Faiza","last_name":"Zafar","short_name":"Faiza Zafar","common_name":"Faiza Zafar","nationality_area_id":"148","nationality_area_code":"PAK","nationality_area_name":"Pakistan"},{"people_id":"7794596","first_name":"Amity","last_name":"Alarcos","short_name":"A. Alarcos","common_name":"Amity Alarcos","nationality_area_id":"151","nationality_area_code":"PNG","nationality_area_name":"Papua New Guinea"},{"people_id":"7794590","first_name":"Georgia","last_name":"Adderley","short_name":"G. Adderley","common_name":"Georgia Adderley","nationality_area_id":"165","nationality_area_code":"SCO","nationality_area_name":"Scotland"},{"people_id":"7794591","first_name":"Yeheni","last_name":"Kuruppu","short_name":"Y. Kuruppu","common_name":"Yeheni Kuruppu","nationality_area_id":"177","nationality_area_code":"SRI","nationality_area_name":"Sri Lanka"},{"people_id":"7794592","first_name":"Chanithma","last_name":"Sinaly","short_name":"C. Sinaly","common_name":"Chanithma Sinaly","nationality_area_id":"177","nationality_area_code":"SRI","nationality_area_name":"Sri Lanka"},{"people_id":"7794593","first_name":"Jada","last_name":"Ross","short_name":"J. Ross","common_name":"Jada Ross","nationality_area_id":"180","nationality_area_code":"SVG","nationality_area_name":"St. Vincent and the Grenadines"},{"people_id":"7789637","first_name":"Charlotte","last_name":"Knaggs","short_name":"C. Knaggs","common_name":"Charlotte Knaggs","nationality_area_id":"194","nationality_area_code":"TTO","nationality_area_name":"Trinidad and Tobago"},{"people_id":"7789640","first_name":"Tesni","last_name":"Evans","short_name":"T. Evans","common_name":"Tesni Evans","nationality_area_id":"209","nationality_area_code":"WAL","nationality_area_name":"Wales"},{"people_id":"7794594","first_name":"Emily","last_name":"Whitlock","short_name":"E. Whitlock","common_name":"Emily Whitlock","nationality_area_id":"209","nationality_area_code":"WAL","nationality_area_name":"Wales"},{"people_id":"7794595","first_name":"Zulema","last_name":"Chisenga","short_name":"Z. Chisenga","common_name":"Zulema Chisenga","nationality_area_id":"211","nationality_area_code":"ZAM","nationality_area_name":"Zambia"}]}]}}}}}}}