Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v3 GET /table_tennis/get_peoples
Returns person informations
Request URL
https://dsg-api.com/clients/{client_name}/table_tennis/get_peoples?id={people_id}&client={client_name}&authkey={client_authkey}
API Threshold
  • 10k calls per hour (2.78 calls per second)
  • This threshold applies to ALL your calls you do across the API.
  • Your number of calls get reset every hour at :00
  • If the thresold is reached within the hour you will get a xml/json message accordingly (which is gone when the next hour starts, see previous point)
Parameters
authkey
string Required
client authentification key
ftype
string
changes feed type from XML to json (ftype=json or ftype=json_array)
id
int Required
player id to return
lang
string
two-character language code, defaults to 'en'
ml
int
match limit for , max limit = 100
Nodes
contestant
basic details about the contestant
common_name
common name of the person
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
order
order of the person in the contestant_team
people_id
unique identifier for person
short_name
shortened name of the person
contestant_team
details of the contestant_team
contestant_team_id
unique identifier for the contestant team/double
people_extra
extra details about the person (tennis)
hand
strong hand of the player
year_went_pro
year the player went professional
trophy_competition
basic competition details
competition_id
unique identifier for a competition
name
name of the competition
trophy_season
basic season details
name
name of season
season_id
unique identifier for season
title
title of 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}/table_tennis/get_peoples?id={people_id}&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}/table_tennis/get_peoples?id={people_id}&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}/table_tennis/get_peoples?id={people_id}&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}/table_tennis/get_peoples?id={people_id}&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example
200 Success
{"datasportsgroup":{"version":"2.404.3","sport":"table_tennis","lang":"en","generated_utc":"2025-08-01T15:06:41+00:00","method":{"method_id":"404","name":"get_peoples"},"people":{"people_id":"3277724","first_name":"Hugo","last_name":"Calderano","short_name":"Hugo Calderano","common_name":"Hugo Calderano","place_of_birth":"","place_of_birth_state":"","place_of_birth_state_abbreviation":"","age":"29","country_of_birth":"Brazil","nationality":"Brazil","country_of_birth_area_id":"35","nationality_area_id":"35","gender":"male","height":"","weight":"","status":"active","last_updated":"2023-11-09 10:29:02","people_picture":"","injuries":[],"social_media":{"esea":"","esl_gaming":"","facebook":"","faceit":"","instagram":"","reddit":"","steamid":"","strava":"","tiktok":"","twitch":"","twitter":"","vk":"","website":"","youtube":""},"contestant_teams":{"contestant_team":[{"contestant_team_id":"26246","contestant":{"people_id":"3277728","first_name":"Gustavo","last_name":"Tsuboi","short_name":"G. Tsuboi","common_name":"Gustavo Tsuboi","nationality_area_id":"35","nationality_area_code":"BRA","nationality_area_name":"Brazil","order":"2"}},{"contestant_team_id":"27414","contestant":{"people_id":"3322394","first_name":"Bruna","last_name":"Takahashi","short_name":"Bruna Takahashi","common_name":"Bruna Takahashi","nationality_area_id":"35","nationality_area_code":"BRA","nationality_area_name":"Brazil","order":"2"}},{"contestant_team_id":"34335","contestant":{"people_id":"3277725","first_name":"Vitor","last_name":"Ishiy","short_name":"Vitor Ishiy","common_name":"Vitor Ishiy","nationality_area_id":"35","nationality_area_code":"BRA","nationality_area_name":"Brazil","order":"1"}}]},"people_extra":{"hand":"Right"},"memberships":{"membership":{"membership_id":"9369872","team_id":"57486","team_name":"TTF Liebherr Ochsenhausen","short_name":"Ochsenhausen","team_area_name":"Germany","team_area_id":"80","type":"club","start_date":"2023-08-01","end_date":"","role":"player","active":"yes","last_updated":"2023-11-09 01:28:33"}},"career_stats":{"career_type":{"value":"singles","matches":"4","wins":"2","losses":"2","prize_money":"4400","ranking_points":"66","titles":"0","year":{"value":"2020","matches":"4","wins":"2","losses":"2","prize_money":"4400","ranking_points":"66","titles":"0","stat":[{"value":"world_tour_platinum","matches":"2","wins":"1","losses":"1","prize_money":"3300","ranking_points":"50","titles":"0"},{"value":"world_tour","matches":"2","wins":"1","losses":"1","prize_money":"1100","ranking_points":"16","titles":"0"}]}}},"trophies":{"trophy_competition":[{"competition_id":"4377","name":"WTT Contender Durban","trophy_season":{"season_id":"69464","title":"2023","name":"WTT Contender Durban"}},{"competition_id":"4418","name":"WTT Star Contender Ljubljana","trophy_season":{"season_id":"72861","title":"2024","name":"WTT Star Contender Ljubljana Presented by I Feel Slovenia"}},{"competition_id":"3961","name":"WTT Contender Muscat","trophy_season":{"season_id":"69566","title":"2023","name":"WTT Contender Muscat"}},{"competition_id":"3965","name":"WTT Contender Doha","trophy_season":{"season_id":"67719","title":"2023","name":"WTT Contender Doha"}}]},"last_matches":{"contestant_matches":{"match":[{"match_id":"3733110","date":"2025-01-04","time":"","date_utc":"2025-01-04","time_utc":"","contestant_a_id":"3277724","contestant_a_first_name":"Hugo","contestant_a_last_name":"Calderano","contestant_a_short_name":"Hugo Calderano","contestant_a_common_name":"Hugo Calderano","contestant_a_nationality_area_id":"35","contestant_a_nationality_area_name":"Brazil","contestant_a_nationality_area_code":"BRA","contestant_b_id":"3322815","contestant_b_first_name":"Yuma","contestant_b_last_name":"Tsuboi","contestant_b_short_name":"Y. Tsuboi","contestant_b_common_name":"Yuma Tsuboi","contestant_b_nationality_area_id":"102","contestant_b_nationality_area_name":"Japan","contestant_b_nationality_area_code":"JPN","winner":"contestant_a","status":"Played","score_a":"3","score_b":"0","venue_type":"home_away","final_period":"tbt_p3s","last_updated":"2025-06-12 02:04:02","period_scores":{"period":[{"type":"p1s","score_a":"11","score_b":"5"},{"type":"p2s","score_a":"13","score_b":"11"},{"type":"p3s","score_a":"11","score_b":"3"}]},"match_extra":{"gameweek":"","attendance":"","draw_position":"","seeding":{"contestant_a":"","contestant_b":""},"venue":{"venue_id":"","venue_name":"","venue_city":"","venue_area_id":"","venue_area_name":"","venue_city_id":"","venue_city_state":"","venue_city_state_abbreviation":""},"competition":{"competition_id":"3972","competition_name":"DTTB Pokal"},"season":{"season_id":"73708","name":"DTTB Pokal","title":"2024\/2025","type":""},"round":{"round_id":"107933","name":"Semi-finals"},"disicpline":{"discipline_id":"353","name":"Teams","type":"team","gender":"male"}}},{"match_id":"3733113","date":"2025-01-04","time":"","date_utc":"2025-01-04","time_utc":"","contestant_a_id":"3277724","contestant_a_first_name":"Hugo","contestant_a_last_name":"Calderano","contestant_a_short_name":"Hugo Calderano","contestant_a_common_name":"Hugo Calderano","contestant_a_nationality_area_id":"35","contestant_a_nationality_area_name":"Brazil","contestant_a_nationality_area_code":"BRA","contestant_b_id":"3277967","contestant_b_first_name":"Kristian","contestant_b_last_name":"Karlsson","contestant_b_short_name":"K. Karlsson","contestant_b_common_name":"Kristian Karlsson","contestant_b_nationality_area_id":"184","contestant_b_nationality_area_name":"Sweden","contestant_b_nationality_area_code":"SWE","winner":"contestant_a","status":"Played","score_a":"3","score_b":"0","venue_type":"home_away","final_period":"tbt_p3s","last_updated":"2025-06-12 02:04:02","period_scores":{"period":[{"type":"p1s","score_a":"11","score_b":"9"},{"type":"p2s","score_a":"11","score_b":"6"},{"type":"p3s","score_a":"11","score_b":"4"}]},"match_extra":{"gameweek":"","attendance":"","draw_position":"","seeding":{"contestant_a":"","contestant_b":""},"venue":{"venue_id":"","venue_name":"","venue_city":"","venue_area_id":"","venue_area_name":"","venue_city_id":"","venue_city_state":"","venue_city_state_abbreviation":""},"competition":{"competition_id":"3972","competition_name":"DTTB Pokal"},"season":{"season_id":"73708","name":"DTTB Pokal","title":"2024\/2025","type":""},"round":{"round_id":"107933","name":"Semi-finals"},"disicpline":{"discipline_id":"353","name":"Teams","type":"team","gender":"male"}}},{"match_id":"3733119","date":"2025-01-04","time":"","date_utc":"2025-01-04","time_utc":"","contestant_a_id":"3277949","contestant_a_first_name":"Darko","contestant_a_last_name":"Jorgić","contestant_a_short_name":"D. Jorgić","contestant_a_common_name":"Darko Jorgić","contestant_a_nationality_area_id":"172","contestant_a_nationality_area_name":"Slovenia","contestant_a_nationality_area_code":"SVN","contestant_b_id":"3277724","contestant_b_first_name":"Hugo","contestant_b_last_name":"Calderano","contestant_b_short_name":"Hugo Calderano","contestant_b_common_name":"Hugo Calderano","contestant_b_nationality_area_id":"35","contestant_b_nationality_area_name":"Brazil","contestant_b_nationality_area_code":"BRA","winner":"contestant_b","status":"Played","score_a":"1","score_b":"3","venue_type":"home_away","final_period":"tbt_p4s","last_updated":"2025-06-12 02:07:53","period_scores":{"period":[{"type":"p1s","score_a":"6","score_b":"11"},{"type":"p2s","score_a":"2","score_b":"11"},{"type":"p3s","score_a":"11","score_b":"8"},{"type":"p4s","score_a":"9","score_b":"11"}]},"match_extra":{"gameweek":"","attendance":"","draw_position":"","seeding":{"contestant_a":"","contestant_b":""},"venue":{"venue_id":"","venue_name":"","venue_city":"","venue_area_id":"","venue_area_name":"","venue_city_id":"","venue_city_state":"","venue_city_state_abbreviation":""},"competition":{"competition_id":"3972","competition_name":"DTTB Pokal"},"season":{"season_id":"73708","name":"DTTB Pokal","title":"2024\/2025","type":""},"round":{"round_id":"107934","name":"Final"},"disicpline":{"discipline_id":"353","name":"Teams","type":"team","gender":"male"}}},{"match_id":"3733121","date":"2025-01-04","time":"","date_utc":"2025-01-04","time_utc":"","contestant_a_id":"3277788","contestant_a_first_name":"Patrick","contestant_a_last_name":"Franziska","contestant_a_short_name":"P. Franziska","contestant_a_common_name":"Patrick Franziska","contestant_a_nationality_area_id":"80","contestant_a_nationality_area_name":"Germany","contestant_a_nationality_area_code":"DEU","contestant_b_id":"3277724","contestant_b_first_name":"Hugo","contestant_b_last_name":"Calderano","contestant_b_short_name":"Hugo Calderano","contestant_b_common_name":"Hugo Calderano","contestant_b_nationality_area_id":"35","contestant_b_nationality_area_name":"Brazil","contestant_b_nationality_area_code":"BRA","winner":"contestant_b","status":"Played","score_a":"0","score_b":"3","venue_type":"home_away","final_period":"tbt_p3s","last_updated":"2025-06-12 02:07:53","period_scores":{"period":[{"type":"p1s","score_a":"10","score_b":"12"},{"type":"p2s","score_a":"7","score_b":"11"},{"type":"p3s","score_a":"8","score_b":"11"}]},"match_extra":{"gameweek":"","attendance":"","draw_position":"","seeding":{"contestant_a":"","contestant_b":""},"venue":{"venue_id":"","venue_name":"","venue_city":"","venue_area_id":"","venue_area_name":"","venue_city_id":"","venue_city_state":"","venue_city_state_abbreviation":""},"competition":{"competition_id":"3972","competition_name":"DTTB Pokal"},"season":{"season_id":"73708","name":"DTTB Pokal","title":"2024\/2025","type":""},"round":{"round_id":"107934","name":"Final"},"disicpline":{"discipline_id":"353","name":"Teams","type":"team","gender":"male"}}},{"match_id":"3735356","date":"2025-06-15","time":"","date_utc":"2025-06-15","time_utc":"","contestant_a_id":"3277724","contestant_a_first_name":"Hugo","contestant_a_last_name":"Calderano","contestant_a_short_name":"Hugo Calderano","contestant_a_common_name":"Hugo Calderano","contestant_a_nationality_area_id":"35","contestant_a_nationality_area_name":"Brazil","contestant_a_nationality_area_code":"BRA","contestant_b_id":"3277786","contestant_b_first_name":"Timo","contestant_b_last_name":"Boll","contestant_b_short_name":"T. Boll","contestant_b_common_name":"Timo Boll","contestant_b_nationality_area_id":"80","contestant_b_nationality_area_name":"Germany","contestant_b_nationality_area_code":"DEU","winner":"contestant_a","status":"Played","score_a":"3","score_b":"2","venue_type":"home_away","final_period":"tbt_p5s","last_updated":"2025-06-15 22:39:58","period_scores":{"period":[{"type":"p1s","score_a":"11","score_b":"4"},{"type":"p2s","score_a":"11","score_b":"8"},{"type":"p3s","score_a":"7","score_b":"11"},{"type":"p4s","score_a":"8","score_b":"11"},{"type":"p5s","score_a":"11","score_b":"9"}]},"match_extra":{"gameweek":"","attendance":"","draw_position":"","seeding":{"contestant_a":"","contestant_b":""},"venue":{"venue_id":"","venue_name":"","venue_city":"","venue_area_id":"","venue_area_name":"","venue_city_id":"","venue_city_state":"","venue_city_state_abbreviation":""},"competition":{"competition_id":"3950","competition_name":"Tischtennis-Bundesliga"},"season":{"season_id":"73654","name":"Tischtennis-Bundesliga","title":"2024\/2025","type":""},"round":{"round_id":"107763","name":"Final"},"disicpline":{"discipline_id":"353","name":"Teams","type":"team","gender":"male"}}},{"match_id":"3735359","date":"2025-06-15","time":"","date_utc":"2025-06-15","time_utc":"","contestant_a_id":"3277724","contestant_a_first_name":"Hugo","contestant_a_last_name":"Calderano","contestant_a_short_name":"Hugo Calderano","contestant_a_common_name":"Hugo Calderano","contestant_a_nationality_area_id":"35","contestant_a_nationality_area_name":"Brazil","contestant_a_nationality_area_code":"BRA","contestant_b_id":"3280690","contestant_b_first_name":"Dang","contestant_b_last_name":"Qiu","contestant_b_short_name":"D. Qiu","contestant_b_common_name":"Dang Qiu","contestant_b_nationality_area_id":"80","contestant_b_nationality_area_name":"Germany","contestant_b_nationality_area_code":"DEU","winner":"contestant_b","status":"Played","score_a":"0","score_b":"3","venue_type":"home_away","final_period":"tbt_p3s","last_updated":"2025-06-15 22:39:58","period_scores":{"period":[{"type":"p1s","score_a":"8","score_b":"11"},{"type":"p2s","score_a":"11","score_b":"13"},{"type":"p3s","score_a":"5","score_b":"11"}]},"match_extra":{"gameweek":"","attendance":"","draw_position":"","seeding":{"contestant_a":"","contestant_b":""},"venue":{"venue_id":"","venue_name":"","venue_city":"","venue_area_id":"","venue_area_name":"","venue_city_id":"","venue_city_state":"","venue_city_state_abbreviation":""},"competition":{"competition_id":"3950","competition_name":"Tischtennis-Bundesliga"},"season":{"season_id":"73654","name":"Tischtennis-Bundesliga","title":"2024\/2025","type":""},"round":{"round_id":"107763","name":"Final"},"disicpline":{"discipline_id":"353","name":"Teams","type":"team","gender":"male"}}}]},"contestant_team_matches":{"match":[{"match_id":"2528963","date":"2019-01-15","time":"17:00:00","date_utc":"2019-01-15","time_utc":"16:00:00","contestant_team_a_id":"27305","contestant_team_b_id":"27414","contestant_a1_id":"3322466","contestant_a1_first_name":"Debora","contestant_a1_last_name":"Vivarelli","contestant_a1_short_name":"D. Vivarelli","contestant_a1_common_name":"Debora Vivarelli","contestant_a1_nationality_area_id":"100","contestant_a1_nationality_area_name":"Italy","contestant_a1_nationality_area_code":"ITA","contestant_a2_id":"3277824","contestant_a2_first_name":"Mihai Razvan","contestant_a2_last_name":"Bobocica","contestant_a2_short_name":"M. Bobocica","contestant_a2_common_name":"Mihai Bobocica","contestant_a2_nationality_area_id":"100","contestant_a2_nationality_area_name":"Italy","contestant_a2_nationality_area_code":"ITA","contestant_b1_id":"3277724","contestant_b1_first_name":"Hugo","contestant_b1_last_name":"Calderano","contestant_b1_short_name":"Hugo Calderano","contestant_b1_common_name":"Hugo Calderano","contestant_b1_nationality_area_id":"35","contestant_b1_nationality_area_name":"Brazil","contestant_b1_nationality_area_code":"BRA","contestant_b2_id":"3322394","contestant_b2_first_name":"Bruna","contestant_b2_last_name":"Takahashi","contestant_b2_short_name":"Bruna Takahashi","contestant_b2_common_name":"Bruna Takahashi","contestant_b2_nationality_area_id":"35","contestant_b2_nationality_area_name":"Brazil","contestant_b2_nationality_area_code":"BRA","winner":"contestant_b","status":"Played","score_a":"0","score_b":"3","venue_type":"home_away","final_period":"tbt_p3s","last_updated":"2025-06-02 21:48:39","period_scores":{"period":[{"type":"p1s","score_a":"8","score_b":"11"},{"type":"p2s","score_a":"10","score_b":"12"},{"type":"p3s","score_a":"2","score_b":"11"}]},"match_extra":{"gameweek":"","attendance":"","draw_position":"","seeding":{"contestant_team_a":"","contestant_team_b":""},"venue":{"venue_id":"","venue_name":"","venue_city":"","venue_area_id":"","venue_area_name":"","venue_city_id":"","venue_city_state":"","venue_city_state_abbreviation":""},"competition":{"competition_id":"2330","competition_name":"Hungarian Open"},"season":{"season_id":"21378","name":"Hungarian Open","title":"2019","type":"World Tour"},"round":{"round_id":"41382","name":"1st Preliminary Round"},"disicpline":{"discipline_id":"329","name":"Mixed Doubles","type":"contestant_team","gender":"mixed"}}},{"match_id":"2528974","date":"2019-01-16","time":"18:15:00","date_utc":"2019-01-16","time_utc":"17:15:00","contestant_team_a_id":"27415","contestant_team_b_id":"27414","contestant_a1_id":"3322697","contestant_a1_first_name":"Jiayi","contestant_a1_last_name":"Sun","contestant_a1_short_name":"J. Sun","contestant_a1_common_name":"Jiayi Sun","contestant_a1_nationality_area_id":"56","contestant_a1_nationality_area_name":"Croatia","contestant_a1_nationality_area_code":"HRV","contestant_a2_id":"3322627","contestant_a2_first_name":"Shihao","contestant_a2_last_name":"Wei","contestant_a2_short_name":"S. Wei","contestant_a2_common_name":"Shihao Wei","contestant_a2_nationality_area_id":"56","contestant_a2_nationality_area_name":"Croatia","contestant_a2_nationality_area_code":"HRV","contestant_b1_id":"3277724","contestant_b1_first_name":"Hugo","contestant_b1_last_name":"Calderano","contestant_b1_short_name":"Hugo Calderano","contestant_b1_common_name":"Hugo Calderano","contestant_b1_nationality_area_id":"35","contestant_b1_nationality_area_name":"Brazil","contestant_b1_nationality_area_code":"BRA","contestant_b2_id":"3322394","contestant_b2_first_name":"Bruna","contestant_b2_last_name":"Takahashi","contestant_b2_short_name":"Bruna Takahashi","contestant_b2_common_name":"Bruna Takahashi","contestant_b2_nationality_area_id":"35","contestant_b2_nationality_area_name":"Brazil","contestant_b2_nationality_area_code":"BRA","winner":"contestant_b","status":"Played","score_a":"1","score_b":"3","venue_type":"home_away","final_period":"tbt_p4s","last_updated":"2025-06-02 21:48:39","period_scores":{"period":[{"type":"p1s","score_a":"11","score_b":"8"},{"type":"p2s","score_a":"9","score_b":"11"},{"type":"p3s","score_a":"9","score_b":"11"},{"type":"p4s","score_a":"9","score_b":"11"}]},"match_extra":{"gameweek":"","attendance":"","draw_position":"","seeding":{"contestant_team_a":"","contestant_team_b":""},"venue":{"venue_id":"","venue_name":"","venue_city":"","venue_area_id":"","venue_area_name":"","venue_city_id":"","venue_city_state":"","venue_city_state_abbreviation":""},"competition":{"competition_id":"2330","competition_name":"Hungarian Open"},"season":{"season_id":"21378","name":"Hungarian Open","title":"2019","type":"World Tour"},"round":{"round_id":"41383","name":"2nd Preliminary Round"},"disicpline":{"discipline_id":"329","name":"Mixed Doubles","type":"contestant_team","gender":"mixed"}}},{"match_id":"2528982","date":"2019-01-17","time":"10:40:00","date_utc":"2019-01-17","time_utc":"09:40:00","contestant_team_a_id":"27253","contestant_team_b_id":"27414","contestant_a1_id":"3322378","contestant_a1_first_name":"Sofia","contestant_a1_last_name":"Polcanova","contestant_a1_short_name":"S. Polcanova","contestant_a1_common_name":"Sofia Polcanova","contestant_a1_nationality_area_id":"20","contestant_a1_nationality_area_name":"Austria","contestant_a1_nationality_area_code":"AUT","contestant_a2_id":"3277703","contestant_a2_first_name":"Stefan","contestant_a2_last_name":"Fegerl","contestant_a2_short_name":"S. Fegerl","contestant_a2_common_name":"Stefan Fegerl","contestant_a2_nationality_area_id":"20","contestant_a2_nationality_area_name":"Austria","contestant_a2_nationality_area_code":"AUT","contestant_b1_id":"3277724","contestant_b1_first_name":"Hugo","contestant_b1_last_name":"Calderano","contestant_b1_short_name":"Hugo Calderano","contestant_b1_common_name":"Hugo Calderano","contestant_b1_nationality_area_id":"35","contestant_b1_nationality_area_name":"Brazil","contestant_b1_nationality_area_code":"BRA","contestant_b2_id":"3322394","contestant_b2_first_name":"Bruna","contestant_b2_last_name":"Takahashi","contestant_b2_short_name":"Bruna Takahashi","contestant_b2_common_name":"Bruna Takahashi","contestant_b2_nationality_area_id":"35","contestant_b2_nationality_area_name":"Brazil","contestant_b2_nationality_area_code":"BRA","winner":"contestant_a","status":"Played","score_a":"3","score_b":"0","venue_type":"home_away","final_period":"tbt_p3s","last_updated":"2025-06-02 21:48:39","period_scores":{"period":[{"type":"p1s","score_a":"11","score_b":"3"},{"type":"p2s","score_a":"11","score_b":"6"},{"type":"p3s","score_a":"11","score_b":"4"}]},"match_extra":{"gameweek":"","attendance":"","draw_position":"","seeding":{"contestant_team_a":"6","contestant_team_b":""},"venue":{"venue_id":"","venue_name":"","venue_city":"","venue_area_id":"","venue_area_name":"","venue_city_id":"","venue_city_state":"","venue_city_state_abbreviation":""},"competition":{"competition_id":"2330","competition_name":"Hungarian Open"},"season":{"season_id":"21378","name":"Hungarian Open","title":"2019","type":"World Tour"},"round":{"round_id":"41384","name":"Round of 16"},"disicpline":{"discipline_id":"329","name":"Mixed Doubles","type":"contestant_team","gender":"mixed"}}},{"match_id":"2529971","date":"2019-03-27","time":"14:30:00","date_utc":"2019-03-27","time_utc":"13:30:00","contestant_team_a_id":"26241","contestant_team_b_id":"26246","contestant_a1_id":"3277714","contestant_a1_first_name":"Martin","contestant_a1_last_name":"Allegro","contestant_a1_short_name":"M. Allegro","contestant_a1_common_name":"Martin Allegro","contestant_a1_nationality_area_id":"27","contestant_a1_nationality_area_name":"Belgium","contestant_a1_nationality_area_code":"BEL","contestant_a2_id":"3277716","contestant_a2_first_name":"Florent","contestant_a2_last_name":"Lambiet","contestant_a2_short_name":"F. Lambiet","contestant_a2_common_name":"Florent Lambiet","contestant_a2_nationality_area_id":"27","contestant_a2_nationality_area_name":"Belgium","contestant_a2_nationality_area_code":"BEL","contestant_b1_id":"3277724","contestant_b1_first_name":"Hugo","contestant_b1_last_name":"Calderano","contestant_b1_short_name":"Hugo Calderano","contestant_b1_common_name":"Hugo Calderano","contestant_b1_nationality_area_id":"35","contestant_b1_nationality_area_name":"Brazil","contestant_b1_nationality_area_code":"BRA","contestant_b2_id":"3277728","contestant_b2_first_name":"Gustavo","contestant_b2_last_name":"Tsuboi","contestant_b2_short_name":"G. Tsuboi","contestant_b2_common_name":"Gustavo Tsuboi","contestant_b2_nationality_area_id":"35","contestant_b2_nationality_area_name":"Brazil","contestant_b2_nationality_area_code":"BRA","winner":"contestant_a","status":"Played","score_a":"3","score_b":"0","venue_type":"home_away","final_period":"tbt_p3s","last_updated":"2025-06-02 21:48:26","period_scores":{"period":[{"type":"p1s","score_a":"11","score_b":"4"},{"type":"p2s","score_a":"11","score_b":"5"},{"type":"p3s","score_a":"11","score_b":"8"}]},"match_extra":{"gameweek":"","attendance":"","draw_position":"","seeding":{"contestant_team_a":"","contestant_team_b":""},"venue":{"venue_id":"","venue_name":"","venue_city":"","venue_area_id":"","venue_area_name":"","venue_city_id":"","venue_city_state":"","venue_city_state_abbreviation":""},"competition":{"competition_id":"2329","competition_name":"Qatar Open"},"season":{"season_id":"21377","name":"Qatar Open","title":"2019","type":"World Tour Platinum"},"round":{"round_id":"41499","name":"Preliminary Round"},"disicpline":{"discipline_id":"328","name":"Doubles","type":"contestant_team","gender":"male"}}},{"match_id":"3189123","date":"2023-10-11","time":"19:20:00","date_utc":"2023-10-11","time_utc":"17:20:00","contestant_team_a_id":"34335","contestant_team_b_id":"32708","contestant_a1_id":"3277725","contestant_a1_first_name":"Vitor","contestant_a1_last_name":"Ishiy","contestant_a1_short_name":"Vitor Ishiy","contestant_a1_common_name":"Vitor Ishiy","contestant_a1_nationality_area_id":"","contestant_a1_nationality_area_name":"","contestant_a1_nationality_area_code":"","contestant_a2_id":"3277724","contestant_a2_first_name":"Hugo","contestant_a2_last_name":"Calderano","contestant_a2_short_name":"Hugo Calderano","contestant_a2_common_name":"Hugo Calderano","contestant_a2_nationality_area_id":"35","contestant_a2_nationality_area_name":"Brazil","contestant_a2_nationality_area_code":"BRA","contestant_b1_id":"7822843","contestant_b1_first_name":"Adrien","contestant_b1_last_name":"Rassenfosse","contestant_b1_short_name":"A. Rassenfosse","contestant_b1_common_name":"Adrien Rassenfosse","contestant_b1_nationality_area_id":"27","contestant_b1_nationality_area_name":"Belgium","contestant_b1_nationality_area_code":"BEL","contestant_b2_id":"3277714","contestant_b2_first_name":"Martin","contestant_b2_last_name":"Allegro","contestant_b2_short_name":"M. Allegro","contestant_b2_common_name":"Martin Allegro","contestant_b2_nationality_area_id":"27","contestant_b2_nationality_area_name":"Belgium","contestant_b2_nationality_area_code":"BEL","winner":"contestant_b","status":"Played","score_a":"0","score_b":"3","venue_type":"home_away","final_period":"tbt_p3s","last_updated":"2025-06-02 21:37:06","period_scores":{"period":[{"type":"p1s","score_a":"10","score_b":"12"},{"type":"p2s","score_a":"4","score_b":"11"},{"type":"p3s","score_a":"8","score_b":"11"}]},"match_extra":{"gameweek":"","attendance":"","draw_position":"5","seeding":{"contestant_team_a":"","contestant_team_b":""},"venue":{"venue_id":"22455","venue_name":"Sultan Qaboos Sport Complex","venue_city":"Masqaṭ","venue_area_id":"147","venue_area_name":"Oman","venue_city_id":"1291","venue_city_state":"","venue_city_state_abbreviation":""},"competition":{"competition_id":"3961","competition_name":"WTT Contender Muscat"},"season":{"season_id":"69566","name":"WTT Contender Muscat","title":"2023","type":"WTT Contender"},"round":{"round_id":"88994","name":"Round of 16"},"disicpline":{"discipline_id":"328","name":"Doubles","type":"contestant_team","gender":"male"}}}]}},"next_matches":[]}}}