Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v3 GET /judo/get_peoples
Returns person informations
Request URL
https://dsg-api.com/clients/{client_name}/judo/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
ftype
string
changes feed type from XML to json (ftype=json or ftype=json_array)
ml
int
match limit for , max limit = 100
Nodes
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}/judo/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}/judo/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}/judo/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}/judo/get_peoples?id={people_id}&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example200 Success{"datasportsgroup":{"version":"2.347.3","sport":"judo","lang":"en","generated_utc":"2025-08-01T15:06:27+00:00","method":{"method_id":"347","name":"get_peoples"},"people":{"people_id":"337459","first_name":"Bogdan","last_name":"Iadov","short_name":"B. Iadov","common_name":"Bogdan Iadov","place_of_birth":"","place_of_birth_state":"","place_of_birth_state_abbreviation":"","age":"28","country_of_birth":"Ukraine","nationality":"Ukraine","country_of_birth_area_id":"201","nationality_area_id":"201","gender":"male","height":"","weight":"","status":"active","last_updated":"2019-11-14 00:07:14","people_picture":"https:\/\/www.dsg-images.com\/players\/150x150\/337459.png","injuries":[],"social_media":{"esea":"","esl_gaming":"","facebook":"","faceit":"","instagram":"","reddit":"","steamid":"","strava":"","tiktok":"","twitch":"","twitter":"","vk":"","website":"","youtube":""},"people_extra":[],"memberships":[],"trophies":{"trophy_competition":{"competition_id":"4973","name":"European Judo Championships","trophy_season":{"season_id":"74126","title":"2022 Sofia","name":"European Judo Championships"}}},"last_matches":{"team_matches":[],"contestant_matches":{"match":[{"match_id":"3572293","date":"2024-04-25","time":"12:50:00","date_utc":"2024-04-25","time_utc":"10:50:00","contestant_a_id":"337459","contestant_a_first_name":"Bogdan","contestant_a_last_name":"Iadov","contestant_a_short_name":"B. Iadov","contestant_a_common_name":"Bogdan Iadov","contestant_a_nationality_area_id":"201","contestant_a_nationality_area_name":"Ukraine","contestant_a_nationality_area_code":"UKR","contestant_b_id":"337542","contestant_b_first_name":"Tal","contestant_b_last_name":"Flicker","contestant_b_short_name":"T. Flicker","contestant_b_common_name":"Tal Flicker","contestant_b_nationality_area_id":"99","contestant_b_nationality_area_name":"Israel","contestant_b_nationality_area_code":"ISR","winner":"contestant_a","status":"Played","score_a":"01s1","score_b":"00s0","venue_type":"home_away","final_period":"jud_p1s","last_updated":"2025-06-03 00:11:03","period_scores":[],"match_extra":{"gameweek":"","attendance":"","draw_position":"","seeding":{"contestant_a":"","contestant_b":""},"venue":{"venue_id":"13087","venue_name":"Arena Zagreb","venue_city":"Zagreb","venue_area_id":"56","venue_area_name":"Croatia","venue_city_id":"212","venue_city_state":"","venue_city_state_abbreviation":""},"competition":{"competition_id":"4973","competition_name":"European Judo Championships"},"season":{"season_id":"74124","name":"European Judo Championships","title":"2024 Zagreb","type":""},"round":{"round_id":"110479","name":"Round of 16"},"disicpline":{"discipline_id":"58","name":"66 kg","type":"contestant","gender":"male"}}},{"match_id":"3572309","date":"2024-04-25","time":"14:40:00","date_utc":"2024-04-25","time_utc":"12:40:00","contestant_a_id":"7936240","contestant_a_first_name":"Bence","contestant_a_last_name":"Pongracz","contestant_a_short_name":"B. Pongracz","contestant_a_common_name":"Bence Pongracz","contestant_a_nationality_area_id":"92","contestant_a_nationality_area_name":"Hungary","contestant_a_nationality_area_code":"HUN","contestant_b_id":"337459","contestant_b_first_name":"Bogdan","contestant_b_last_name":"Iadov","contestant_b_short_name":"B. Iadov","contestant_b_common_name":"Bogdan Iadov","contestant_b_nationality_area_id":"201","contestant_b_nationality_area_name":"Ukraine","contestant_b_nationality_area_code":"UKR","winner":"contestant_a","status":"Played","score_a":"02s0","score_b":"00s1","venue_type":"home_away","final_period":"jud_p1s","last_updated":"2025-06-03 00:11:03","period_scores":[],"match_extra":{"gameweek":"","attendance":"","draw_position":"","seeding":{"contestant_a":"","contestant_b":""},"venue":{"venue_id":"13087","venue_name":"Arena Zagreb","venue_city":"Zagreb","venue_area_id":"56","venue_area_name":"Croatia","venue_city_id":"212","venue_city_state":"","venue_city_state_abbreviation":""},"competition":{"competition_id":"4973","competition_name":"European Judo Championships"},"season":{"season_id":"74124","name":"European Judo Championships","title":"2024 Zagreb","type":""},"round":{"round_id":"110481","name":"Repechage"},"disicpline":{"discipline_id":"58","name":"66 kg","type":"contestant","gender":"male"}}},{"match_id":"3611784","date":"2024-05-20","time":"","date_utc":"2024-05-20","time_utc":"","contestant_a_id":"7929574","contestant_a_first_name":"Nurali","contestant_a_last_name":"Emomali","contestant_a_short_name":"N. Emomali","contestant_a_common_name":"Nurali Emomali","contestant_a_nationality_area_id":"189","contestant_a_nationality_area_name":"Tajikistan","contestant_a_nationality_area_code":"TJK","contestant_b_id":"337459","contestant_b_first_name":"Bogdan","contestant_b_last_name":"Iadov","contestant_b_short_name":"B. Iadov","contestant_b_common_name":"Bogdan Iadov","contestant_b_nationality_area_id":"201","contestant_b_nationality_area_name":"Ukraine","contestant_b_nationality_area_code":"UKR","winner":"contestant_a","status":"Played","score_a":"11S1","score_b":"00S2","venue_type":"home_away","final_period":"jud_p1s","last_updated":"2025-06-02 22:54:48","period_scores":[],"match_extra":{"gameweek":"","attendance":"","draw_position":"","seeding":{"contestant_a":"","contestant_b":""},"venue":{"venue_id":"27118","venue_name":"Mubadala Arena","venue_city":"Abū Ẓabī","venue_area_id":"202","venue_area_name":"United Arab Emirates","venue_city_id":"2855","venue_city_state":"","venue_city_state_abbreviation":""},"competition":{"competition_id":"2450","competition_name":"World Judo Championships"},"season":{"season_id":"74162","name":"World Judo Championships","title":"2024 Abu Dhabi","type":""},"round":{"round_id":"114195","name":"Round 1"},"disicpline":{"discipline_id":"58","name":"66 kg","type":"contestant","gender":"male"}}},{"match_id":"3397909","date":"2024-07-28","time":"10:28:00","date_utc":"2024-07-28","time_utc":"08:28:00","contestant_a_id":"368876","contestant_a_first_name":"Kubanychbek","contestant_a_last_name":"Aibek Uulu","contestant_a_short_name":"K. Aibek Uulu","contestant_a_common_name":"Kubanychbek Aibek Uulu","contestant_a_nationality_area_id":"109","contestant_a_nationality_area_name":"Kyrgyz Republic","contestant_a_nationality_area_code":"KGZ","contestant_b_id":"337459","contestant_b_first_name":"Bogdan","contestant_b_last_name":"Iadov","contestant_b_short_name":"B. Iadov","contestant_b_common_name":"Bogdan Iadov","contestant_b_nationality_area_id":"201","contestant_b_nationality_area_name":"Ukraine","contestant_b_nationality_area_code":"UKR","winner":"contestant_b","status":"Played","score_a":"00s0","score_b":"11s2","venue_type":"home_away","final_period":"jud_p1s","last_updated":"2025-06-02 21:22:55","period_scores":{"period":{"type":"p1s","score_a":"0","score_b":"11"}},"match_extra":{"gameweek":"","attendance":"","draw_position":"14","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":"3078","competition_name":"Summer Olympics"},"season":{"season_id":"72216","name":"Summer Olympics","title":"2024 Paris","type":""},"round":{"round_id":"96631","name":"Round of 32"},"disicpline":{"discipline_id":"58","name":"66 kg","type":"contestant","gender":"male"}}},{"match_id":"3397918","date":"2024-07-28","time":"12:20:00","date_utc":"2024-07-28","time_utc":"10:20:00","contestant_a_id":"370275","contestant_a_first_name":"Baskhuu","contestant_a_last_name":"Yondonperenlei","contestant_a_short_name":"B. Yondonperenlei","contestant_a_common_name":"Baskhuu Yondonperenlei","contestant_a_nationality_area_id":"131","contestant_a_nationality_area_name":"Mongolia","contestant_a_nationality_area_code":"MGL","contestant_b_id":"337459","contestant_b_first_name":"Bogdan","contestant_b_last_name":"Iadov","contestant_b_short_name":"B. Iadov","contestant_b_common_name":"Bogdan Iadov","contestant_b_nationality_area_id":"201","contestant_b_nationality_area_name":"Ukraine","contestant_b_nationality_area_code":"UKR","winner":"contestant_a","status":"Played","score_a":"10s1","score_b":"00s0","venue_type":"home_away","final_period":"jud_p1s","last_updated":"2025-06-02 21:22:55","period_scores":{"period":{"type":"p1s","score_a":"10","score_b":"0"}},"match_extra":{"gameweek":"","attendance":"","draw_position":"7","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":"3078","competition_name":"Summer Olympics"},"season":{"season_id":"72216","name":"Summer Olympics","title":"2024 Paris","type":""},"round":{"round_id":"96632","name":"Round of 16"},"disicpline":{"discipline_id":"58","name":"66 kg","type":"contestant","gender":"male"}}},{"match_id":"3826989","date":"2025-07-25","time":"","date_utc":"2025-07-25","time_utc":"","contestant_a_id":"337459","contestant_a_first_name":"Bogdan","contestant_a_last_name":"Iadov","contestant_a_short_name":"B. Iadov","contestant_a_common_name":"Bogdan Iadov","contestant_a_nationality_area_id":"201","contestant_a_nationality_area_name":"Ukraine","contestant_a_nationality_area_code":"UKR","contestant_b_id":"7994047","contestant_b_first_name":"Elshan","contestant_b_last_name":"Asadov","contestant_b_short_name":"E. Asadov","contestant_b_common_name":"Elshan Asadov","contestant_b_nationality_area_id":"21","contestant_b_nationality_area_name":"Azerbaijan","contestant_b_nationality_area_code":"AZE","winner":"contestant_b","status":"Played","score_a":"000s0","score_b":"100s0","venue_type":"home_away","final_period":"jud_p1s","last_updated":"2025-07-29 03:40:36","period_scores":[],"match_extra":{"gameweek":"","attendance":"","draw_position":"","seeding":{"contestant_a":"","contestant_b":""},"venue":{"venue_id":"23203","venue_name":"AIC Steppe Arena","venue_city":"Ulaanbaatar","venue_area_id":"131","venue_area_name":"Mongolia","venue_city_id":"2507","venue_city_state":"","venue_city_state_abbreviation":""},"competition":{"competition_id":"4981","competition_name":"Ulaanbaatar Grand Slam"},"season":{"season_id":"74170","name":"Ulaanbaatar Grand Slam","title":"2025","type":""},"round":{"round_id":"128339","name":"Round of 16"},"disicpline":{"discipline_id":"58","name":"66 kg","type":"contestant","gender":"male"}}}]}},"next_matches":[]}}}