Match
Create Match
POST
/v1/matches
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
"payload": {
"uuid": "3f360d97-3a14-4e3a-96bc-bb0fef30d41f",
"platform_id": 1,
"tournament_uuid": "00707ff7-3be7-4a33-bb95-36a3b509ef41",
"tournament_title": "Title",
"event_uuid": "5b641192-55e6-454a-95e5-26892e2d95dd",
"event_title": "Mixed Doubles Skill: (3.0 And Under) Age: (50 And Above)",
"score_format_uuid": "9",
"score_format_title": "1 game to 11 win by 2",
"score_format_shorthand": "",
"score_format_game_best": 1,
"score_format_game_best_out_of": 1,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"est_minutes_per_match": 25,
"timeout_length_in_minutes": 1,
"is_rally_scoring": false,
"rotate_after_points_score": true,
"team_one_uuid": "d0928cb4-7dbb-42a7-b63a-d9168925b748",
"team_two_uuid": "850e25e9-3471-4fb0-8ab0-e1d2c4715b39",
"planned_start_date": "2023-09-11T19:28:58.244013984Z",
"team_one_game_one_score": 11,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 3,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"date_archived": "2023-09-11T19:28:58.244013984Z",
"bracket_format_id": 4,
"bracket_format_title": "Round-Robin",
"player_group_id": 3,
"player_group_title": "Mixed",
"format_id": 1,
"format_title": "Doubles",
"bracket_level_id": 1,
"bracket_level_title": "Amateur",
"is_cosumed_by_referee_application": false,
"match_status": 4,
"match_completed_type": 5,
"date_created": "2022-09-22T15:58:29Z",
"date_in_queue": "2022-09-25T16:05:16Z",
"date_assigned_to_court": "2022-09-25T17:35:14Z",
"date_started": "2023-09-11T19:28:58.244013984Z",
"date_completed": "2022-09-25T17:35:14Z",
"in_bracket_type": "RR",
"round_team_count": 0,
"round_number": 2,
"match_number": 2,
"team_one_b_uuid": "2023-09-11T19:28:58.244013984Z",
"team_two_b_uuid": "2023-09-11T19:28:58.244013984Z",
"court_uuid": "",
"court_title": "",
"up_next_court_uuid": "",
"up_next_court_title": "",
"using_genuis_sports": false,
"last_application_ping": "2023-09-11T19:28:58.244013984Z",
"referee_uuid": "",
"planned_court_uuid": "",
"planned_end_date": "2023-09-11T19:28:58.244013984Z",
"completed_by_refereeapp": false,
"planned_court_title": "",
"up_next_2_court_uuid": "",
"up_next_2_court_title": "",
"up_next_2_date_created": "2023-09-11T19:28:58.244013984Z",
"up_next_2_date_completed": "2023-09-11T19:28:58.244013984Z",
"up_next_2_estimated_start_date": "2023-09-11T19:28:58.244013984Z",
"up_next_date_created": "2023-09-11T19:28:58.244013984Z",
"up_next_date_completed": "2023-09-11T19:28:58.244013984Z",
"up_next_estimated_start_date": "2023-09-11T19:28:58.244013984Z",
"round_genius_id": "",
"fixture_genius_id": "",
"round_text": "test",
"team_winner_uuid": "test",
"team_winner_b_uuid": "test",
"team_loser_uuid": "test",
"team_loser_b_uuid": "test",
"pre_medal_match":false,
"swapped_out_but_played_team1_user_id1": "",
"swapped_out_but_played_team1_user_id2": "",
"swapped_out_but_played_team2_user_id1": "",
"swapped_out_but_played_team2_user_id2": "",
"gold_medal_tie_breaker_match_id" : "2e604943-91bf-4090-81b0-ae4a3ab2afd4",
"meta_info" : "test",
"rally_scoring_use_freeze":false
}
}
Response
{
"result": {
"uuid": "3f360d97-3a14-4e3a-96bc-bb0fef30d41f",
"platform_id": 1,
"tournament_uuid": "00707ff7-3be7-4a33-bb95-36a3b509ef41",
"tournament_title": "Title",
"event_uuid": "5b641192-55e6-454a-95e5-26892e2d95dd",
"event_title": "Mixed Doubles Skill: (3.0 And Under) Age: (50 And Above)",
"score_format_uuid": "9",
"score_format_title": "1 game to 11 win by 2",
"score_format_shorthand": "",
"score_format_game_best": 1,
"score_format_game_best_out_of": 1,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"est_minutes_per_match": 25,
"timeout_length_in_minutes": 1,
"is_rally_scoring": false,
"rotate_after_points_score": true,
"team_one_uuid": "d0928cb4-7dbb-42a7-b63a-d9168925b748",
"team_two_uuid": "850e25e9-3471-4fb0-8ab0-e1d2c4715b39",
"planned_start_date": "2023-09-11T19:28:58.244013984Z",
"team_one_game_one_score": 11,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 3,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"date_archived": "2023-09-11T19:28:58.244013984Z",
"bracket_format_id": 4,
"bracket_format_title": "Round-Robin",
"player_group_id": 3,
"player_group_title": "Mixed",
"format_id": 1,
"format_title": "Doubles",
"bracket_level_id": 1,
"bracket_level_title": "Amateur",
"is_cosumed_by_referee_application": false,
"match_status": 4,
"match_completed_type": 5,
"date_created": "2022-09-22T15:58:29Z",
"date_in_queue": "2022-09-25T16:05:16Z",
"date_assigned_to_court": "2022-09-25T17:35:14Z",
"date_started": "2023-09-11T19:28:58.244013984Z",
"date_completed": "2022-09-25T17:35:14Z",
"in_bracket_type": "RR",
"round_team_count": 0,
"round_number": 2,
"match_number": 2,
"team_one_b_uuid": "2023-09-11T19:28:58.244013984Z",
"team_two_b_uuid": "2023-09-11T19:28:58.244013984Z",
"court_uuid": "",
"court_title": "",
"up_next_court_uuid": "",
"up_next_court_title": "",
"using_genuis_sports": false,
"last_application_ping": "2023-09-11T19:28:58.244013984Z",
"referee_uuid": "",
"planned_court_uuid": "",
"planned_end_date": "2023-09-11T19:28:58.244013984Z",
"completed_by_refereeapp": false,
"planned_court_title": "",
"up_next_2_court_uuid": "",
"up_next_2_court_title": "",
"up_next_2_date_created": "2023-09-11T19:28:58.244013984Z",
"up_next_2_date_completed": "2023-09-11T19:28:58.244013984Z",
"up_next_2_estimated_start_date": "2023-09-11T19:28:58.244013984Z",
"up_next_date_created": "2023-09-11T19:28:58.244013984Z",
"up_next_date_completed": "2023-09-11T19:28:58.244013984Z",
"up_next_estimated_start_date": "2023-09-11T19:28:58.244013984Z",
"round_genius_id": "",
"fixture_genius_id": "",
"round_text": "test",
"team_winner_uuid": "test",
"team_winner_b_uuid": "test",
"team_loser_uuid": "test",
"team_loser_b_uuid": "test",
"pre_medal_match":false,
"swapped_out_but_played_team1_user_id1": "",
"swapped_out_but_played_team1_user_id2": "",
"swapped_out_but_played_team2_user_id1": "",
"swapped_out_but_played_team2_user_id2": "",
"pool_id": "",
"match_template_id": "",
"score_format_id": 0,
"is_pool_or_round_robin_single_elimination_medal_match": 0,
"round_robin_number": 0,
"display_round_number": 0,
"display_match_number": 0,
"did_cancel_match": false,
"did_print_next_available": false,
"did_print_next_available_date_printed": null,
"did_print_next_available_res": false,
"did_print_next_available_res_date_printed": null,
"gold_medal_tie_breaker_match_id" : "2e604943-91bf-4090-81b0-ae4a3ab2afd4",
"meta_info" : "test",
"rally_scoring_use_freeze":false
}
}
Delete Match
DELETE
/v1/matches/{match_uuid}
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty
Response
Empty
Delete Bulk Matches By Event Uuid
DELETE
/v1/matches?event_uuid=xxx
💡
This request requires “PB-API-TOKEN” from the platforms.
Required URI parameter event_uuid = string
Request
Empty
Response
Empty
List Matches
GET
/v1/data/matches
💡
This request requires “PB-API-TOKEN” from the platforms or “PB-USER-TOKEN” from the authenticated user.
Query parameters
Name | Description |
---|---|
page_size | Number value that represents number of returned results |
current_page | Number value that represents offset of returned results |
search | Search event title and torunament title |
court_uuid | Search matches by court uuid |
tournament_uuid | Search matches by tournament uuid |
match_status | String value that filters matches by status, example: "match_status"="1,2" |
event_uuid | Search matches by event uuid |
Request
Empty
Response
{
"total_records": "1",
"results": [
{
"uuid": "3f360d97-3a14-4e3a-96bc-bb0fef30d41f",
"platform_id": 1,
"tournament_uuid": "00707ff7-3be7-4a33-bb95-36a3b509ef41",
"tournament_title": "Title",
"event_uuid": "5b641192-55e6-454a-95e5-26892e2d95dd",
"event_title": "Mixed Doubles Skill: (3.0 And Under) Age: (50 And Above)",
"score_format_uuid": "9",
"score_format_title": "1 game to 11 win by 2",
"score_format_shorthand": "",
"score_format_game_best": 1,
"score_format_game_best_out_of": 1,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"est_minutes_per_match": 25,
"timeout_length_in_minutes": 1,
"is_rally_scoring": false,
"rotate_after_points_score": true,
"team_one_uuid": "d0928cb4-7dbb-42a7-b63a-d9168925b748",
"team_two_uuid": "850e25e9-3471-4fb0-8ab0-e1d2c4715b39",
"planned_start_date": "2023-09-11T19:28:58.244013984Z",
"team_one_game_one_score": 11,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 3,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"date_archived": "2023-09-11T19:28:58.244013984Z",
"bracket_format_id": 4,
"bracket_format_title": "Round-Robin",
"player_group_id": 3,
"player_group_title": "Mixed",
"format_id": 1,
"format_title": "Doubles",
"bracket_level_id": 1,
"bracket_level_title": "Amateur",
"is_cosumed_by_referee_application": false,
"match_status": 4,
"match_completed_type": 5,
"date_created": "2022-09-22T15:58:29Z",
"date_in_queue": "2022-09-25T16:05:16Z",
"date_assigned_to_court": "2022-09-25T17:35:14Z",
"date_started": "2023-09-11T19:28:58.244013984Z",
"date_completed": "2022-09-25T17:35:14Z",
"in_bracket_type": "RR",
"round_team_count": 0,
"round_number": 2,
"match_number": 2,
"team_one_b_uuid": "2023-09-11T19:28:58.244013984Z",
"team_two_b_uuid": "2023-09-11T19:28:58.244013984Z",
"court_uuid": "",
"court_title": "",
"up_next_court_uuid": "",
"up_next_court_title": "",
"using_genuis_sports": false,
"last_application_ping": "2023-09-11T19:28:58.244013984Z",
"referee_uuid": "",
"planned_court_uuid": "",
"planned_end_date": "2023-09-11T19:28:58.244013984Z",
"completed_by_refereeapp": false,
"planned_court_title": "",
"up_next_2_court_uuid": "",
"up_next_2_court_title": "",
"up_next_2_date_created": "2023-09-11T19:28:58.244013984Z",
"up_next_2_date_completed": "2023-09-11T19:28:58.244013984Z",
"up_next_2_estimated_start_date": "2023-09-11T19:28:58.244013984Z",
"up_next_date_created": "2023-09-11T19:28:58.244013984Z",
"up_next_date_completed": "2023-09-11T19:28:58.244013984Z",
"up_next_estimated_start_date": "2023-09-11T19:28:58.244013984Z",
"round_genius_id": "",
"fixture_genius_id": "",
"round_text": "test",
"team_winner_uuid": "test",
"team_winner_b_uuid": "test",
"team_loser_uuid": "test",
"team_loser_b_uuid": "test",
"pre_medal_match":false,
"swapped_out_but_played_team1_user_id1": "",
"swapped_out_but_played_team1_user_id2": "",
"swapped_out_but_played_team2_user_id1": "",
"swapped_out_but_played_team2_user_id2": "",
"pool_id": "",
"match_template_id": "",
"score_format_id": 0,
"is_pool_or_round_robin_single_elimination_medal_match": 0,
"round_robin_number": 0,
"display_round_number": 0,
"display_match_number": 0,
"did_cancel_match": false,
"did_print_next_available": false,
"did_print_next_available_date_printed": null,
"did_print_next_available_res": false,
"did_print_next_available_res_date_printed": null,
"gold_medal_tie_breaker_match_id" : "2e604943-91bf-4090-81b0-ae4a3ab2afd4",
"meta_info" : "test",
"rally_scoring_use_freeze":false
"where_to_watch_channel": [
{
"id": "1",
"title": "Tennis Channel",
"display_order": 1.5,
"is_active": true,
"url": "test-url-match1",
"logo": ""
},
{
"id": "2",
"title": "YouTube",
"display_order": 3,
"is_active": true,
"url": "test-url-match2",
"logo": ""
}
],
"sponsorTitle": "Test Sponsor Title",
"sponsorLogo": "Test Sponsor Logo",
"sponsorUrl": "Test Sponsor Url"
},
]
}
List Matches Progress
GET
v1/data/matches_progress
💡
This request requires “PB-API-TOKEN” from the platforms or “PB-USER-TOKEN” from the authenticated user.
Query parameters
Name | Description |
---|---|
time_interval | Int value that filters out upcoming matches and matches played in the last given hours (default 48 hours) |
Request
Empty
Response
{
"total_records": "3",
"completed_games": [
{
"match_uuid": "ffe1a1a2-c62b-47d5-a226-c9e6666ea2f0",
"team_one_player_one_name": "",
"team_one_player_two_name": "",
"team_two_player_one_name": "",
"team_two_player_two_name": "",
"team_one_seed": 12,
"team_one_rank": 12,
"team_one_rating": 0,
"team_two_seed": 6,
"team_two_rank": 6,
"team_two_rating": 0,
"server": 0,
"match_status": 4,
"winner": 0,
"match_planned_start": "2022-12-16T19:43:11Z",
"match_start": "2021-01-11T00:00:00Z",
"team_one_game_one_score": 15,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 2,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "Round-Robin",
"player_group_title": "",
"format_title": "Doubles",
"bracket_level_title": "Amateur",
"tournament_title": "The Woodlands Fall Pickleball Classic",
"tournament_logo": "",
"tournament_location": "Falmouth, ME",
"tournament_start_date": "2022-10-15T13:30:00Z",
"tournament_end_date": "2022-10-16T20:30:00Z",
"tournament_uuid": "",
"in_bracket_type": "RR",
"round_team_count": 0,
"round_number": 4,
"match_number": 12,
"team_one_b_uuid": "2022-12-16T19:43:11Z",
"team_two_b_uuid": "2022-12-16T19:43:11Z",
"team_one_player_one_uuid": "",
"team_one_player_two_uuid": "",
"team_two_player_one_uuid": "",
"team_two_player_two_uuid": "",
"team_one_uuid": "",
"team_two_uuid": "",
"last_application_ping": "2022-12-16T19:43:11Z",
"current_game": 0,
"server_from_team": 0,
"team_one_player_one_country": "",
"team_one_player_two_country": "",
"team_two_player_one_country": "",
"team_two_player_two_country": "",
"event_title": "",
"pb_tournament_code": "",
"court_location_id": "",
"court_title": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"pool_id": "",
"match_template_id": "",
"score_format_id": 0,
"is_pool_or_round_robin_single_elimination_medal_match": 0,
"round_robin_number": 0,
"display_round_number": 0,
"display_match_number": 0,
"did_cancel_match": false,
"did_print_next_available": false,
"did_print_next_available_date_printed": null,
"did_print_next_available_res": false,
"did_print_next_available_res_date_printed": null,
"gold_medal_tie_breaker_match_id" : "2e604943-91bf-4090-81b0-ae4a3ab2afd4",
"meta_info" : "test",
"rally_scoring_use_freeze":false
},
{
"match_uuid": "ffff6842-2f1b-4bc6-b541-18b9bd75e4ba",
"team_one_player_one_name": "David",
"team_one_player_two_name": "",
"team_two_player_one_name": "Tim",
"team_two_player_two_name": "",
"team_one_seed": 4,
"team_one_rank": 4,
"team_one_rating": 0,
"team_two_seed": 7,
"team_two_rank": 7,
"team_two_rating": 0,
"server": 0,
"match_status": 4,
"winner": 0,
"match_planned_start": "2022-12-16T19:43:11Z",
"match_start": "2022-09-11T00:00:00Z",
"team_one_game_one_score": 8,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 11,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "Round-Robin",
"player_group_title": "",
"format_title": "Singles",
"bracket_level_title": "Amateur",
"tournament_title": "Tournament",
"tournament_logo": "",
"tournament_location": "Medfield, MA",
"tournament_start_date": "",
"tournament_end_date": "",
"tournament_uuid": "",
"in_bracket_type": "RR",
"round_team_count": 0,
"round_number": 1,
"match_number": 2,
"team_one_b_uuid": "2022-12-16T19:43:11Z",
"team_two_b_uuid": "2022-12-16T19:43:11Z",
"team_one_player_one_uuid": "",
"team_one_player_two_uuid": "",
"team_two_player_one_uuid": "",
"team_two_player_two_uuid": "",
"team_one_uuid": "",
"team_two_uuid": "",
"last_application_ping": "2022-12-16T19:43:11Z",
"current_game": 0,
"server_from_team": 0,
"team_one_player_one_country": "",
"team_one_player_two_country": "",
"team_two_player_one_country": "",
"team_two_player_two_country": "",
"event_title": "",
"pb_tournament_code": "",
"court_location_id": "",
"court_title": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"pool_id": "",
"match_template_id": "",
"score_format_id": 0,
"is_pool_or_round_robin_single_elimination_medal_match": 0,
"round_robin_number": 0,
"display_round_number": 0,
"display_match_number": 0,
"did_cancel_match": false,
"did_print_next_available": false,
"did_print_next_available_date_printed": null,
"did_print_next_available_res": false,
"did_print_next_available_res_date_printed": null,
"gold_medal_tie_breaker_match_id" : "2e604943-91bf-4090-81b0-ae4a3ab2afd4",
"meta_info" : "test",
"rally_scoring_use_freeze":false
}
],
"upcoming_games": [
{
"match_uuid": "ffd5b544-069b-4799-94ad-701a1cc78468",
"team_one_player_one_name": "",
"team_one_player_two_name": "",
"team_two_player_one_name": "",
"team_two_player_two_name": "",
"team_one_seed": 0,
"team_one_rank": 0,
"team_one_rating": 0,
"team_two_seed": 0,
"team_two_rank": 0,
"team_two_rating": 0,
"server": 0,
"match_status": 0,
"winner": 0,
"match_planned_start": "2022-12-16T19:43:11Z",
"match_start": "2022-12-16T19:43:11Z",
"team_one_game_one_score": 0,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 0,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "",
"format_title": "",
"bracket_level_title": "",
"tournament_title": "",
"tournament_logo": "",
"tournament_location": "",
"tournament_start_date": "2022-12-16T19:43:11Z",
"tournament_end_date": "2022-12-16T19:43:11Z",
"tournament_uuid": "",
"in_bracket_type": "",
"round_team_count": 0,
"round_number": 0,
"match_number": 0,
"team_one_b_uuid": "2022-12-16T19:43:11Z",
"team_two_b_uuid": "2022-12-16T19:43:11Z",
"team_one_player_one_uuid": "",
"team_one_player_two_uuid": "",
"team_two_player_one_uuid": "",
"team_two_player_two_uuid": "",
"team_one_uuid": "",
"team_two_uuid": "",
"last_application_ping": "2022-12-16T19:43:11Z",
"current_game": 0,
"server_from_team": 0,
"team_one_player_one_country": "",
"team_one_player_two_country": "",
"team_two_player_one_country": "",
"team_two_player_two_country": "",
"event_title": "",
"pb_tournament_code": "",
"court_location_id": "",
"court_title": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"pool_id": "",
"match_template_id": "",
"score_format_id": 0,
"is_pool_or_round_robin_single_elimination_medal_match": 0,
"round_robin_number": 0,
"display_round_number": 0,
"display_match_number": 0,
"did_cancel_match": false,
"did_print_next_available": false,
"did_print_next_available_date_printed": null,
"did_print_next_available_res": false,
"did_print_next_available_res_date_printed": null,
"gold_medal_tie_breaker_match_id" : "2e604943-91bf-4090-81b0-ae4a3ab2afd4",
"meta_info" : "test",
"rally_scoring_use_freeze":false
}
],
"games_in_progress": [
{
"match_uuid": "bc019d65-a1c1-4158-9768-c9449f0ff6c7",
"team_one_player_one_name": "",
"team_one_player_two_name": "",
"team_two_player_one_name": "",
"team_two_player_two_name": "",
"team_one_seed": 0,
"team_one_rank": 0,
"team_one_rating": 0,
"team_two_seed": 0,
"team_two_rank": 0,
"team_two_rating": 0,
"server": 0,
"match_status": 0,
"winner": 0,
"match_planned_start": "2022-12-16T19:43:11Z",
"match_start": "2022-12-16T19:43:11Z",
"team_one_game_one_score": 0,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 0,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "",
"format_title": "",
"bracket_level_title": "",
"tournament_title": "",
"tournament_logo": "",
"tournament_location": "",
"tournament_start_date": "2022-12-16T19:43:11Z",
"tournament_end_date": "2022-12-16T19:43:11Z",
"tournament_uuid": "",
"in_bracket_type": "",
"round_team_count": 0,
"round_number": 0,
"match_number": 0,
"team_one_b_uuid": "2022-12-16T19:43:11Z",
"team_two_b_uuid": "2022-12-16T19:43:11Z",
"team_one_player_one_uuid": "",
"team_one_player_two_uuid": "",
"team_two_player_one_uuid": "",
"team_two_player_two_uuid": "",
"team_one_uuid": "",
"team_two_uuid": "",
"last_application_ping": "2022-12-16T19:43:11Z",
"current_game": 0,
"server_from_team": 0,
"team_one_player_one_country": "",
"team_one_player_two_country": "",
"team_two_player_one_country": "",
"team_two_player_two_country": "",
"event_title": "",
"pb_tournament_code": "",
"court_location_id": "",
"court_title": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"pool_id": "",
"match_template_id": "",
"score_format_id": 0,
"is_pool_or_round_robin_single_elimination_medal_match": 0,
"round_robin_number": 0,
"display_round_number": 0,
"display_match_number": 0,
"did_cancel_match": false,
"did_print_next_available": false,
"did_print_next_available_date_printed": null,
"did_print_next_available_res": false,
"did_print_next_available_res_date_printed": null
"gold_medal_tie_breaker_match_id" : "2e604943-91bf-4090-81b0-ae4a3ab2afd4",
"meta_info" : "test",
"rally_scoring_use_freeze":false
}
]
}
List Single Match
GET
/v1/data/matches/{uuid}
💡
This request requires “PB-API-TOKEN” from the platforms or “PB-USER-TOKEN” from the authenticated user.
Request
Empty
Response
{
"result": {
"uuid": "3f360d97-3a14-4e3a-96bc-bb0fef30d41f",
"platform_id": 1,
"tournament_uuid": "00707ff7-3be7-4a33-bb95-36a3b509ef41",
"tournament_title": "Title",
"event_uuid": "5b641192-55e6-454a-95e5-26892e2d95dd",
"event_title": "Mixed Doubles Skill: (3.0 And Under) Age: (50 And Above)",
"score_format_uuid": "9",
"score_format_title": "1 game to 11 win by 2",
"score_format_shorthand": "",
"score_format_game_best": 1,
"score_format_game_best_out_of": 1,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"est_minutes_per_match": 25,
"timeout_length_in_minutes": 1,
"is_rally_scoring": false,
"rotate_after_points_score": true,
"team_one_uuid": "d0928cb4-7dbb-42a7-b63a-d9168925b748",
"team_two_uuid": "850e25e9-3471-4fb0-8ab0-e1d2c4715b39",
"planned_start_date": "2023-09-11T19:28:58.244013984Z",
"team_one_game_one_score": 11,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 3,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"date_archived": "2023-09-11T19:28:58.244013984Z",
"bracket_format_id": 4,
"bracket_format_title": "Round-Robin",
"player_group_id": 3,
"player_group_title": "Mixed",
"format_id": 1,
"format_title": "Doubles",
"bracket_level_id": 1,
"bracket_level_title": "Amateur",
"is_cosumed_by_referee_application": false,
"match_status": 4,
"match_completed_type": 5,
"date_created": "2022-09-22T15:58:29Z",
"date_in_queue": "2022-09-25T16:05:16Z",
"date_assigned_to_court": "2022-09-25T17:35:14Z",
"date_started": "2023-09-11T19:28:58.244013984Z",
"date_completed": "2022-09-25T17:35:14Z",
"in_bracket_type": "RR",
"round_team_count": 0,
"round_number": 2,
"match_number": 2,
"team_one_b_uuid": "2023-09-11T19:28:58.244013984Z",
"team_two_b_uuid": "2023-09-11T19:28:58.244013984Z",
"court_uuid": "",
"court_title": "",
"up_next_court_uuid": "",
"up_next_court_title": "",
"using_genuis_sports": false,
"last_application_ping": "2023-09-11T19:28:58.244013984Z",
"referee_uuid": "",
"planned_court_uuid": "",
"planned_end_date": "2023-09-11T19:28:58.244013984Z",
"completed_by_refereeapp": false,
"planned_court_title": "",
"up_next_2_court_uuid": "",
"up_next_2_court_title": "",
"up_next_2_date_created": "2023-09-11T19:28:58.244013984Z",
"up_next_2_date_completed": "2023-09-11T19:28:58.244013984Z",
"up_next_2_estimated_start_date": "2023-09-11T19:28:58.244013984Z",
"up_next_date_created": "2023-09-11T19:28:58.244013984Z",
"up_next_date_completed": "2023-09-11T19:28:58.244013984Z",
"up_next_estimated_start_date": "2023-09-11T19:28:58.244013984Z",
"round_genius_id": "",
"fixture_genius_id": "",
"round_text": "test",
"team_winner_uuid": "test",
"team_winner_b_uuid": "test",
"team_loser_uuid": "test",
"team_loser_b_uuid": "test",
"pre_medal_match":false,
"swapped_out_but_played_team1_user_id1": "",
"swapped_out_but_played_team1_user_id2": "",
"swapped_out_but_played_team2_user_id1": "",
"swapped_out_but_played_team2_user_id2": "",
"gold_medal_tie_breaker_match_id" : "2e604943-91bf-4090-81b0-ae4a3ab2afd4",
"meta_info" : "test",
"rally_scoring_use_freeze":false
"where_to_watch_channel": [
{
"id": "1",
"title": "Tennis Channel",
"display_order": 1.5,
"is_active": true,
"url": "test-url-match1",
"logo": ""
},
{
"id": "2",
"title": "YouTube",
"display_order": 3,
"is_active": true,
"url": "test-url-match2",
"logo": ""
}
],
"sponsorTitle": "Test Sponsor Title",
"sponsorLogo": "Test Sponsor Logo",
"sponsorUrl": "Test Sponsor Url"
}
}
Match Scorebug
GET
/v1/matches_data/scorebug
💡
This request requires “PB-API-TOKEN” from the platforms.
Query parameters
Name | Description |
---|---|
tv_id | single letter value |
tournament_code | provided tournament code , example : pb1997 |
Request
Empty
Response
{
"result": {
"Data": {
"TournamentTitle": "Summer Sizzler 2022",
"EventTitle": "Mixed Doubles Skill: (3.0 And Under) Age: (50 And Above)",
"T1_P1_FirstName": "John",
"T1_P1_LastName": "Doe",
"T1_P1_NameSuffix": "Jr.",
"T1_P1_Country": "United States",
"T1_P2_FirstName": "James",
"T1_P2_LastName": "Smith",
"T1_P2_NameSuffix": "Jr.",
"T1_P2_Country": "United States",
"T2_P1_FirstName": "Timur",
"T2_P1_LastName": "Hadzic",
"T2_P1_NameSuffix": "Sr.",
"T2_P1_Country": "United States",
"T2_P2_FirstName": "Kenan",
"T2_P2_LastName": "H.H",
"T2_P2_NameSuffix": "Jr.",
"T2_P2_Country": "United States",
"T1_SeedNumber": 1,
"T2_SeedNumber": 2,
"CurrentGameNum": 1,
"CurrentServingTeam": 1,
"CurrentServingPlayer": 2,
"WinningTeam": 1,
"utc_offset": 0,
"timezone_abbreviation": "",
"CurrentServingNumber": 1
},
"Games": [
{
"Num": 1,
"T1_Score": 11,
"T2_Score": 3,
"TotalTimeouts": 2,
"T1_TotalTimeoutsUsed": 1,
"T2_TotalTimeoutsUsed": 1,
"ScoreFormatMax": 11,
"ScoreFormatWinBy": 2,
"GameEndDate": "2023-09-11T19:28:58.244013984Z",
"MinutesPlayed": 15,
"Status": "Completed",
"CompleteStatus": "Played game completed"
},
{
"Num": 2,
"T1_Score": 6,
"T2_Score": 1,
"TotalTimeouts": 2,
"T1_TotalTimeoutsUsed": 1,
"T2_TotalTimeoutsUsed": 1,
"ScoreFormatMax": 11,
"ScoreFormatWinBy": 2,
"GameEndDate": "2023-09-11T19:28:58.244013984Z",
"MinutesPlayed": 30,
"Status": "Completed",
"CompleteStatus": "Played game completed"
},
{
"Num": 3,
"T1_Score": 5,
"T2_Score": 3,
"TotalTimeouts": 2,
"T1_TotalTimeoutsUsed": 1,
"T2_TotalTimeoutsUsed": 1,
"ScoreFormatMax": 11,
"ScoreFormatWinBy": 2,
"GameEndDate": "2023-09-11T19:28:58.244013984Z",
"MinutesPlayed": 15,
"Status": "Completed",
"CompleteStatus": "Played game completed"
},
{
"Num": 4,
"T1_Score": 4,
"T2_Score": 2,
"TotalTimeouts": 2,
"T1_TotalTimeoutsUsed": 1,
"T2_TotalTimeoutsUsed": 1,
"ScoreFormatMax": 11,
"ScoreFormatWinBy": 2,
"GameEndDate": "2023-09-11T19:28:58.244013984Z",
"MinutesPlayed": 15,
"Status": "Completed",
"CompleteStatus": "Played game completed"
},
{
"Num": 5,
"T1_Score": 12,
"T2_Score": 5,
"TotalTimeouts": 2,
"T1_TotalTimeoutsUsed": 1,
"T2_TotalTimeoutsUsed": 1,
"ScoreFormatMax": 11,
"ScoreFormatWinBy": 2,
"GameEndDate": "2023-09-11T19:28:58.244013984Z",
"MinutesPlayed": 30,
"Status": "Completed",
"CompleteStatus": "Played game completed"
}
]
}
}
Update Match
PUT
/v1/matches/{uuid}
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
"payload": {
"uuid": "3f360d97-3a14-4e3a-96bc-bb0fef30d41f",
"platform_id": 1,
"tournament_uuid": "00707ff7-3be7-4a33-bb95-36a3b509ef41",
"tournament_title": "Title",
"event_uuid": "5b641192-55e6-454a-95e5-26892e2d95dd",
"event_title": "Mixed Doubles Skill: (3.0 And Under) Age: (50 And Above)",
"score_format_uuid": "9",
"score_format_title": "1 game to 11 win by 2",
"score_format_shorthand": "",
"score_format_game_best": 1,
"score_format_game_best_out_of": 1,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"est_minutes_per_match": 25,
"timeout_length_in_minutes": 1,
"is_rally_scoring": false,
"rotate_after_points_score": true,
"team_one_uuid": "d0928cb4-7dbb-42a7-b63a-d9168925b748",
"team_two_uuid": "850e25e9-3471-4fb0-8ab0-e1d2c4715b39",
"planned_start_date": "2023-09-11T19:28:58.244013984Z",
"team_one_game_one_score": 11,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 3,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"date_archived": "2023-09-11T19:28:58.244013984Z",
"bracket_format_id": 4,
"bracket_format_title": "Round-Robin",
"player_group_id": 3,
"player_group_title": "Mixed",
"format_id": 1,
"format_title": "Doubles",
"bracket_level_id": 1,
"bracket_level_title": "Amateur",
"is_cosumed_by_referee_application": false,
"match_status": 4,
"match_completed_type": 5,
"date_created": "2022-09-22T15:58:29Z",
"date_in_queue": "2022-09-25T16:05:16Z",
"date_assigned_to_court": "2022-09-25T17:35:14Z",
"date_started": "2023-09-11T19:28:58.244013984Z",
"date_completed": "2022-09-25T17:35:14Z",
"in_bracket_type": "RR",
"round_team_count": 0,
"round_number": 2,
"match_number": 2,
"team_one_b_uuid": "2023-09-11T19:28:58.244013984Z",
"team_two_b_uuid": "2023-09-11T19:28:58.244013984Z",
"court_uuid": "",
"court_title": "",
"up_next_court_uuid": "",
"up_next_court_title": "",
"using_genuis_sports": false,
"last_application_ping": "2023-09-11T19:28:58.244013984Z",
"referee_uuid": "",
"planned_court_uuid": "",
"planned_end_date": "2023-09-11T19:28:58.244013984Z",
"completed_by_refereeapp": false,
"planned_court_title": "",
"up_next_2_court_uuid": "",
"up_next_2_court_title": "",
"up_next_2_date_created": "2023-09-11T19:28:58.244013984Z",
"up_next_2_date_completed": "2023-09-11T19:28:58.244013984Z",
"up_next_2_estimated_start_date": "2023-09-11T19:28:58.244013984Z",
"up_next_date_created": "2023-09-11T19:28:58.244013984Z",
"up_next_date_completed": "2023-09-11T19:28:58.244013984Z",
"up_next_estimated_start_date": "2023-09-11T19:28:58.244013984Z",
"round_genius_id": "",
"fixture_genius_id": "",
"round_text": "test",
"team_winner_uuid": "test",
"team_winner_b_uuid": "test",
"team_loser_uuid": "test",
"team_loser_b_uuid": "test",
"pre_medal_match":false,
"swapped_out_but_played_team1_user_id1": "",
"swapped_out_but_played_team1_user_id2": "",
"swapped_out_but_played_team2_user_id1": "",
"swapped_out_but_played_team2_user_id2": "",
"pool_id": "",
"match_template_id": "",
"score_format_id": 0,
"is_pool_or_round_robin_single_elimination_medal_match": 0,
"round_robin_number": 0,
"display_round_number": 0,
"display_match_number": 0,
"did_cancel_match": false,
"did_print_next_available": false,
"did_print_next_available_date_printed": null,
"did_print_next_available_res": false,
"did_print_next_available_res_date_printed": null,
"meta_info" : "test",
"rally_scoring_use_freeze":false
}
}
Response
{
"result": {
"uuid": "3f360d97-3a14-4e3a-96bc-bb0fef30d41f",
"platform_id": 1,
"tournament_uuid": "00707ff7-3be7-4a33-bb95-36a3b509ef41",
"tournament_title": "Title",
"event_uuid": "5b641192-55e6-454a-95e5-26892e2d95dd",
"event_title": "Mixed Doubles Skill: (3.0 And Under) Age: (50 And Above)",
"score_format_uuid": "9",
"score_format_title": "1 game to 11 win by 2",
"score_format_shorthand": "",
"score_format_game_best": 1,
"score_format_game_best_out_of": 1,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"est_minutes_per_match": 25,
"timeout_length_in_minutes": 1,
"is_rally_scoring": false,
"rotate_after_points_score": true,
"team_one_uuid": "d0928cb4-7dbb-42a7-b63a-d9168925b748",
"team_two_uuid": "850e25e9-3471-4fb0-8ab0-e1d2c4715b39",
"planned_start_date": "2023-09-11T19:28:58.244013984Z",
"team_one_game_one_score": 11,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 3,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"date_archived": "2023-09-11T19:28:58.244013984Z",
"bracket_format_id": 4,
"bracket_format_title": "Round-Robin",
"player_group_id": 3,
"player_group_title": "Mixed",
"format_id": 1,
"format_title": "Doubles",
"bracket_level_id": 1,
"bracket_level_title": "Amateur",
"is_cosumed_by_referee_application": false,
"match_status": 4,
"match_completed_type": 5,
"date_created": "2022-09-22T15:58:29Z",
"date_in_queue": "2022-09-25T16:05:16Z",
"date_assigned_to_court": "2022-09-25T17:35:14Z",
"date_started": "2023-09-11T19:28:58.244013984Z",
"date_completed": "2022-09-25T17:35:14Z",
"in_bracket_type": "RR",
"round_team_count": 0,
"round_number": 2,
"match_number": 2,
"team_one_b_uuid": "2023-09-11T19:28:58.244013984Z",
"team_two_b_uuid": "2023-09-11T19:28:58.244013984Z",
"court_uuid": "",
"court_title": "",
"up_next_court_uuid": "",
"up_next_court_title": "",
"using_genuis_sports": false,
"last_application_ping": "2023-09-11T19:28:58.244013984Z",
"referee_uuid": "",
"planned_court_uuid": "",
"planned_end_date": "2023-09-11T19:28:58.244013984Z",
"completed_by_refereeapp": false,
"planned_court_title": "",
"up_next_2_court_uuid": "",
"up_next_2_court_title": "",
"up_next_2_date_created": "2023-09-11T19:28:58.244013984Z",
"up_next_2_date_completed": "2023-09-11T19:28:58.244013984Z",
"up_next_2_estimated_start_date": "2023-09-11T19:28:58.244013984Z",
"up_next_date_created": "2023-09-11T19:28:58.244013984Z",
"up_next_date_completed": "2023-09-11T19:28:58.244013984Z",
"up_next_estimated_start_date": "2023-09-11T19:28:58.244013984Z",
"round_genius_id": "",
"fixture_genius_id": "",
"round_text": "test",
"team_winner_uuid": "test",
"team_winner_b_uuid": "test",
"team_loser_uuid": "test",
"team_loser_b_uuid": "test",
"pre_medal_match":false,
"swapped_out_but_played_team1_user_id1": "",
"swapped_out_but_played_team1_user_id2": "",
"swapped_out_but_played_team2_user_id1": "",
"swapped_out_but_played_team2_user_id2": "",
"pool_id": "",
"match_template_id": "",
"score_format_id": 0,
"is_pool_or_round_robin_single_elimination_medal_match": 0,
"round_robin_number": 0,
"display_round_number": 0,
"display_match_number": 0,
"did_cancel_match": false,
"did_print_next_available": false,
"did_print_next_available_date_printed": null,
"did_print_next_available_res": false,
"did_print_next_available_res_date_printed": null,
"meta_info" : "test",
"rally_scoring_use_freeze":false
}
}
Upsert Match
POST
/v1/matches/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Query parameters
Name | Description |
---|---|
force_remove_referee_logs | Boolean value if set to true, referee logs with provided match_uuid will be deleted |
force_upsert | Boolean value if set to true, the match will be force updated |
Request
{
"payload": {
"uuid": "3f360d97-3a14-4e3a-96bc-bb0fef30d41f",
"platform_id": 1,
"tournament_uuid": "00707ff7-3be7-4a33-bb95-36a3b509ef41",
"tournament_title": "Title",
"event_uuid": "5b641192-55e6-454a-95e5-26892e2d95dd",
"event_title": "Mixed Doubles Skill: (3.0 And Under) Age: (50 And Above)",
"score_format_uuid": "9",
"score_format_title": "1 game to 11 win by 2",
"score_format_shorthand": "",
"score_format_game_best": 1,
"score_format_game_best_out_of": 1,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"est_minutes_per_match": 25,
"timeout_length_in_minutes": 1,
"is_rally_scoring": false,
"rotate_after_points_score": true,
"team_one_uuid": "d0928cb4-7dbb-42a7-b63a-d9168925b748",
"team_two_uuid": "850e25e9-3471-4fb0-8ab0-e1d2c4715b39",
"planned_start_date": "2023-09-11T19:28:58.244013984Z",
"team_one_game_one_score": 11,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 3,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"date_archived": "2023-09-11T19:28:58.244013984Z",
"bracket_format_id": 4,
"bracket_format_title": "Round-Robin",
"player_group_id": 3,
"player_group_title": "Mixed",
"format_id": 1,
"format_title": "Doubles",
"bracket_level_id": 1,
"bracket_level_title": "Amateur",
"is_cosumed_by_referee_application": false,
"match_status": 4,
"match_completed_type": 5,
"date_created": "2022-09-22T15:58:29Z",
"date_in_queue": "2022-09-25T16:05:16Z",
"date_assigned_to_court": "2022-09-25T17:35:14Z",
"date_started": "2023-09-11T19:28:58.244013984Z",
"date_completed": "2022-09-25T17:35:14Z",
"in_bracket_type": "RR",
"round_team_count": 0,
"round_number": 2,
"match_number": 2,
"team_one_b_uuid": "2023-09-11T19:28:58.244013984Z",
"team_two_b_uuid": "2023-09-11T19:28:58.244013984Z",
"court_uuid": "",
"court_title": "",
"up_next_court_uuid": "",
"up_next_court_title": "",
"using_genuis_sports": false,
"last_application_ping": "2023-09-11T19:28:58.244013984Z",
"referee_uuid": "",
"planned_court_uuid": "",
"planned_end_date": "2023-09-11T19:28:58.244013984Z",
"completed_by_refereeapp": false,
"planned_court_title": "",
"up_next_2_court_uuid": "",
"up_next_2_court_title": "",
"up_next_2_date_created": "2023-09-11T19:28:58.244013984Z",
"up_next_2_date_completed": "2023-09-11T19:28:58.244013984Z",
"up_next_2_estimated_start_date": "2023-09-11T19:28:58.244013984Z",
"up_next_date_created": "2023-09-11T19:28:58.244013984Z",
"up_next_date_completed": "2023-09-11T19:28:58.244013984Z",
"up_next_estimated_start_date": "2023-09-11T19:28:58.244013984Z",
"round_genius_id": "",
"fixture_genius_id": "",
"round_text": "test",
"team_winner_uuid": "test",
"team_winner_b_uuid": "test",
"team_loser_uuid": "test",
"team_loser_b_uuid": "test",
"pre_medal_match":false,
"swapped_out_but_played_team1_user_id1": "",
"swapped_out_but_played_team1_user_id2": "",
"swapped_out_but_played_team2_user_id1": "",
"swapped_out_but_played_team2_user_id2": "",
"pool_id": "",
"match_template_id": "",
"score_format_id": 0,
"is_pool_or_round_robin_single_elimination_medal_match": 0,
"round_robin_number": 0,
"display_round_number": 0,
"display_match_number": 0,
"did_cancel_match": false,
"did_print_next_available": false,
"did_print_next_available_date_printed": null,
"did_print_next_available_res": false,
"did_print_next_available_res_date_printed": null,
"meta_info" : "test",
"rally_scoring_use_freeze":false
"whereToWatchChannel":[
{
"id":1,
"url":"test-url-match1",
"display_order":1.5
},
{
"id":2,
"url":"test-url-match2",
"display_order":3.0
}
],
"sponsorTitle": "Test Sponsor Title",
"sponsorLogo": "Test Sponsor Logo",
"sponsorUrl": "Test Sponsor Url"
}
}
Response
{
"uuid": "3f360d97-3a14-4e3a-96bc-bb0fef30d41f",
"platform_id": 1,
"tournament_uuid": "00707ff7-3be7-4a33-bb95-36a3b509ef41",
"tournament_title": "Title",
"event_uuid": "5b641192-55e6-454a-95e5-26892e2d95dd",
"event_title": "Mixed Doubles Skill: (3.0 And Under) Age: (50 And Above)",
"score_format_uuid": "9",
"score_format_title": "1 game to 11 win by 2",
"score_format_shorthand": "",
"score_format_game_best": 1,
"score_format_game_best_out_of": 1,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"est_minutes_per_match": 25,
"timeout_length_in_minutes": 1,
"is_rally_scoring": false,
"rotate_after_points_score": true,
"team_one_uuid": "d0928cb4-7dbb-42a7-b63a-d9168925b748",
"team_two_uuid": "850e25e9-3471-4fb0-8ab0-e1d2c4715b39",
"planned_start_date": "2023-09-11T19:28:58.244013984Z",
"team_one_game_one_score": 11,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 3,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"date_archived": "2023-09-11T19:28:58.244013984Z",
"bracket_format_id": 4,
"bracket_format_title": "Round-Robin",
"player_group_id": 3,
"player_group_title": "Mixed",
"format_id": 1,
"format_title": "Doubles",
"bracket_level_id": 1,
"bracket_level_title": "Amateur",
"is_cosumed_by_referee_application": false,
"match_status": 4,
"match_completed_type": 5,
"date_created": "2022-09-22T15:58:29Z",
"date_in_queue": "2022-09-25T16:05:16Z",
"date_assigned_to_court": "2022-09-25T17:35:14Z",
"date_started": "2023-09-11T19:28:58.244013984Z",
"date_completed": "2022-09-25T17:35:14Z",
"in_bracket_type": "RR",
"round_team_count": 0,
"round_number": 2,
"match_number": 2,
"team_one_b_uuid": "2023-09-11T19:28:58.244013984Z",
"team_two_b_uuid": "2023-09-11T19:28:58.244013984Z",
"court_uuid": "",
"court_title": "",
"up_next_court_uuid": "",
"up_next_court_title": "",
"using_genuis_sports": false,
"last_application_ping": "2023-09-11T19:28:58.244013984Z",
"referee_uuid": "",
"planned_court_uuid": "",
"planned_end_date": "2023-09-11T19:28:58.244013984Z",
"completed_by_refereeapp": false,
"planned_court_title": "",
"up_next_2_court_uuid": "",
"up_next_2_court_title": "",
"up_next_2_date_created": "2023-09-11T19:28:58.244013984Z",
"up_next_2_date_completed": "2023-09-11T19:28:58.244013984Z",
"up_next_2_estimated_start_date": "2023-09-11T19:28:58.244013984Z",
"up_next_date_created": "2023-09-11T19:28:58.244013984Z",
"up_next_date_completed": "2023-09-11T19:28:58.244013984Z",
"up_next_estimated_start_date": "2023-09-11T19:28:58.244013984Z",
"round_genius_id": "",
"fixture_genius_id": "",
"round_text": "test",
"team_winner_uuid": "test",
"team_winner_b_uuid": "test",
"team_loser_uuid": "test",
"team_loser_b_uuid": "test",
"pre_medal_match":false,
"swapped_out_but_played_team1_user_id1": "",
"swapped_out_but_played_team1_user_id2": "",
"swapped_out_but_played_team2_user_id1": "",
"swapped_out_but_played_team2_user_id2": "",
"pool_id": "",
"match_template_id": "",
"score_format_id": 0,
"is_pool_or_round_robin_single_elimination_medal_match": 0,
"round_robin_number": 0,
"display_round_number": 0,
"display_match_number": 0,
"did_cancel_match": false,
"did_print_next_available": false,
"did_print_next_available_date_printed": null,
"did_print_next_available_res": false,
"did_print_next_available_res_date_printed": null,
"meta_info" : "test",
"rally_scoring_use_freeze":false
"whereToWatchChannel":[
{
"id":1,
"url":"test-url-match1",
"display_order":1.5
},
{
"id":2,
"url":"test-url-match2",
"display_order":3.0
}
],
"sponsorTitle": "Test Sponsor Title",
"sponsorLogo": "Test Sponsor Logo",
"sponsorUrl": "Test Sponsor Url"
}
Match History
GET
GET /v1/admin/match_history/{uuid}
💡
This request requires “PB-API-TOKEN” from the platforms or “PB-USER-TOKEN” from the authenticated user.
Request
Empty
Response
{
"total_records": "4",
"result": [
{
"event_uuid": "0000681D-5EB6-4347-8152-8CF726686D36",
"match_uuid": "8a38b668-154a-4794-9425-708fc731dc91",
"reference_type": "MATCH_START_MATCH_HISTORY_REFERENCE_TYPE",
"timestamp": "2023-04-27T09:59:48.226Z",
"old_value": "Undefined",
"new_value": "2023-10-11 19:28:58.244013984 +0000 UTC"
},
{
"event_uuid": "0000681D-5EB6-4347-8152-8CF726686D36",
"match_uuid": "8a38b668-154a-4794-9425-708fc731dc91",
"reference_type": "MATCH_COMPLETED_MATCH_HISTORY_REFERENCE_TYPE",
"timestamp": "2023-04-27T09:59:48.234Z",
"old_value": "2023-08-11 19:28:58.244013984 +0000 UTC",
"new_value": "2023-09-11 19:28:58.244013984 +0000 UTC"
},
{
"event_uuid": "0000681D-5EB6-4347-8152-8CF726686D36",
"match_uuid": "8a38b668-154a-4794-9425-708fc731dc91",
"reference_type": "MATCH_DATE_ASSIGNED_TO_COURT_MATCH_HISTORY_REFERENCE_TYPE",
"timestamp": "2023-04-27T09:59:48.235Z",
"old_value": "2023-08-11 19:28:58.244013984 +0000 UTC",
"new_value": "2023-09-11 19:28:58.244013984 +0000 UTC"
},
{
"event_uuid": "0000681D-5EB6-4347-8152-8CF726686D36",
"match_uuid": "8a38b668-154a-4794-9425-708fc731dc91",
"reference_type": "MATCH_START_MATCH_HISTORY_REFERENCE_TYPE",
"timestamp": "2023-04-27T10:00:22.306Z",
"old_value": "2023-10-11 19:28:58.244 +0000 UTC",
"new_value": "2023-11-11 19:28:58.244013984 +0000 UTC"
}
]
}
Matches Score Sheet Print
POST
POST /v1/matches/{uuid}/score_sheet_printed
💡
This request requires “PB-API-TOKEN” from the platforms.
Response
{
"result": {
"eventUuid": "testing",
"matchUuid": "8a38b668-154a-4794-9425-708fc731dc91",
"referenceType": "PRINT_MATCH_HISTORY_REFERENCE_TYPE",
"timestamp": "2023-04-27T12:07:13.055650600Z",
"oldValue": "",
"newValue": ""
}
}
Matches Score Sheet Unprint
POST
POST /v1/matches/{uuid}/score_sheet_unprinted
<RequiredPlatformTokenCallout />
```json copy filename="Response"
{
"result": {
"eventUuid": "testing",
"matchUuid": "8a38b668-154a-4794-9425-708fc731dc91",
"referenceType": "UNPRINT_MATCH_HISTORY_REFERENCE_TYPE",
"timestamp": "2023-04-27T12:07:13.055650600Z",
"oldValue": "",
"newValue": ""
}
}
Head to Head Stats
GET
GET /v1/matches/{uuid}/h2h_stats
💡
This request requires “PB-API-TOKEN” from the platforms or “PB-USER-TOKEN” from the authenticated user.
Request
Empty
Response
{
"match_uuid": "7468-415-8",
"team_one_wins_against_team_two": 3,
"team_two_wins_against_team_one": 0,
"team_one_total_wins": 63,
"team_one_total_lost": 52,
"team_two_total_wins": 12,
"team_two_total_lost": 11,
"team_one_rating_carrer_high": 4.428812789916992,
"team_two_rating_carrer_high": 4.675933599472046,
"team_one_rating_current": 4.428812789916992,
"team_two_rating_current": 1.6474430799484252,
"team_one_player_one_full_name": "Pam Gilbert",
"team_one_player_two_full_name": "Sue Johnston",
"team_one_player_one_city": "Morrisville",
"team_one_player_two_city": "Snellville",
"team_one_player_one_state": "North Carolina",
"team_one_player_two_state": "Georgia",
"team_one_player_one_country": "United States",
"team_one_player_two_country": "United States",
"team_one_player_one_age": 1963,
"team_one_player_two_age": 1963,
"team_two_player_one_full_name": "Chris Powers",
"team_two_player_two_full_name": "Kristin Hickman",
"team_two_player_one_city": "Aiken",
"team_two_player_two_city": "Columbia",
"team_two_player_one_state": "South Carolina",
"team_two_player_two_state": "South Carolina",
"team_two_player_one_country": "United States",
"team_two_player_two_country": "United States",
"team_two_player_one_year_borned": 1957,
"team_two_player_two_year_borned": 1963,
"team_one_player_one_country_abbrviation": "",
"team_one_player_two_country_abbrviation": "",
"team_two_player_one_country_abbrviation": "",
"team_two_player_two_country_abbrviation": "",
"team_one_player_one_state_abbreviation": "",
"team_one_player_two_state_abbreviation": "",
"team_two_player_one_state_abbreviation": "",
"team_two_player_two_state_abbreviation": "",
"previous_matches_uuids": [
"7468-415-8",
"5968-81-2",
"4596-77-12"
],
"cache_key": "7468-415-8",
"cache_timestamp": "1693988760"
}
List Game Matches Stats by Match uuid
GET /v1/matches/{uuid}/game_stats
💡
This request requires “PB-API-TOKEN” from the platforms or “PB-USER-TOKEN” from the authenticated user.
Request
Empty
Response
{
"MatchUuid": "5bcc140d-e31e-446d-ba77-455c54960912",
"MatchInfo": {
"match_uuid": "5bcc140d-e31e-446d-ba77-455c54960912",
"team_one_player_one_name": "Jim Dobran ",
"team_one_player_two_name": "Collin Shick ",
"team_two_player_one_name": "Eric Fritzges ",
"team_two_player_two_name": "Rio Newcombe ",
"team_one_seed": 3,
"team_one_rank": 3,
"team_one_rating": 4.97979211807251,
"team_two_seed": 14,
"team_two_rank": 14,
"team_two_rating": 3.61587131023407,
"server": 0,
"match_status": 4,
"match_completed_type": 0,
"winner": 2,
"match_planned_start": "2023-07-12T20:50:00Z",
"match_start": "2023-07-12T21:32:51Z",
"match_assigned_to_court": "2023-07-12T21:24:28Z",
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": "2023-07-12T22:28:50Z",
"team_one_game_one_score": 5,
"team_one_game_two_score": 11,
"team_one_game_three_score": 9,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 11,
"team_two_game_two_score": 5,
"team_two_game_three_score": 11,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "Single Elim. Bracket",
"player_group_title": "Mens",
"format_title": "Doubles",
"bracket_level_title": "Pro",
"tournament_title": "PPA Tour: Denver CO",
"tournament_logo": "https://pickleballbrackets.com/uploads/Clubs/80f17003-cd92-4fc4-84e4-06d38e096042/2b11cf57-a30f-4578-adf9-651633645157_Logo.png",
"tournament_location": "Denver, CO",
"tournament_start_date": "2023-07-12T13:00:00Z",
"tournament_end_date": "2023-07-16T19:00:00Z",
"tournament_uuid": "2b11cf57-a30f-4578-adf9-651633645157",
"in_bracket_type": "W",
"round_team_count": 0,
"round_number": 2,
"match_number": 16,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "1c2da4a6-ad16-41a2-9c57-a5cc3b333817",
"team_one_player_two_uuid": "a498be96-114c-4857-9d60-4ff2a3e89434",
"team_two_player_one_uuid": "75b5ec5c-0e59-4ef6-a771-29866e6a9824",
"team_two_player_two_uuid": "e8e10ea8-2ff2-4155-9169-cc33ff8c6265",
"team_one_uuid": "adc5104f-6b96-4beb-93a8-4aa0ee7403de",
"team_two_uuid": "52e48ddb-1d87-4304-ae64-d69d0d26cdbe",
"last_application_ping": null,
"current_game": 0,
"server_from_team": 0,
"team_one_player_one_country": "United States",
"team_one_player_two_country": "United States",
"team_two_player_one_country": "United States",
"team_two_player_two_country": "United States",
"event_title": "Mens Doubles Pro Qualifier",
"event_uuid": "ae63ef5b-2074-476a-9bdb-4bf3b102ff08",
"pb_tournament_code": "PB2099",
"court_location_id": "0a942319-248d-4e9e-82e9-37608bfd4bea",
"court_title": "21",
"court_uuid": "46a95fb5-6e71-431b-b762-0b6862f2e375",
"location_venue_name": "Gates Tennis Center",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "2b11cf57-a30f-4578-adf9-651633645157",
"team_one_winning_percentage": 94.39999999999999,
"round_text": "",
"court_location_code": "26525",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "17",
"score_format_title": "2 out of 3, All games to 11 win by 2",
"score_format_shorthand": "2 / 3 all to 11 by 2",
"score_format_game_best": 2,
"score_format_game_best_out_of": 3,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 11,
"score_format_game_two_win_by": 2,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 11,
"score_format_game_three_win_by": 2,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "52e48ddb-1d87-4304-ae64-d69d0d26cdbe",
"team_winner_b_uuid": "",
"team_loser_uuid": "adc5104f-6b96-4beb-93a8-4aa0ee7403de",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": true,
"completed_by_refereeapp": true,
"team_one_player_one_first_name": "Jim",
"team_one_player_two_first_name": "Collin",
"team_two_player_one_first_name": "Eric",
"team_two_player_two_first_name": "Rio",
"team_one_player_one_last_name": "Dobran",
"team_one_player_two_last_name": "Shick",
"team_two_player_one_last_name": "Fritzges",
"team_two_player_two_last_name": "Newcombe",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": 5.106616,
"team_one_player_two_rating": 4.876027,
"team_two_player_one_rating": 3.599777,
"team_two_player_two_rating": 3.6319656,
"display_order": 0,
"pool_id": "6a2feb6f-0663-493f-8720-37568f0e806e",
"match_template_id": "e2676750-e951-4e86-8195-156f65cb735b",
"score_format_id": 0,
"is_pool_or_round_robin_single_elimination_medal_match": 0,
"round_robin_number": 1,
"did_cancel_match": false,
"gold_medal_tie_breaker_match_id": "",
"where_to_watch_channels_bytes": "",
"where_to_watch_channels": [],
"sponsor_title": "",
"sponsor_logo": "",
"sponsor_url": "",
"club_uuid": "80f17003-cd92-4fc4-84e4-06d38e096042",
"court_indoor": false,
"local_date_match_planned_start": "2023-07-12T20:50:00Z",
"local_date_match_assigned_to_court": "2023-07-12T21:24:28Z",
"local_date_match_start": "2023-07-12T21:32:51Z",
"local_date_match_completed": "2023-07-12T22:28:50Z",
"utc_offset": 0,
"timezone_abbreviation": "",
"team_one_player_one_handed": "RT",
"team_one_player_two_handed": "RT",
"team_two_player_one_handed": "RT",
"team_two_player_two_handed": "RT",
"partners_flag": "0",
"team_one_player_one_picture": "",
"team_one_player_two_picture": "",
"team_two_player_one_picture": "",
"team_two_player_two_picture": ""
},
"MatchStart": "2023-07-12T23:32:49Z",
"MatchEnd": "2023-07-13T00:25:42Z",
"TeamOneStats": {
"1": {
"TotalPoints": 5,
"TimeoutsUsed": 0,
"PointStreak": 3,
"NoPointStreak": 5,
"TotalSideouts": 7,
"TotalReceiveServe": 24,
"TotalWinRalliesWhenReceivingServe": 7,
"TotalLossRalliesWhenReceivingServe": 11,
"GameNumber": 1,
"isGame": false,
"PointStreakStart": "2023-07-12T23:35:04Z",
"PointStreakEnd": "2023-07-12T23:35:57Z",
"NoPointStreakStart": "2023-07-12T23:42:26Z",
"NoPointStreakEnd": "2023-07-12T23:46:19Z",
"PlayerOneUuid": "",
"PlayerTwoUuid": "",
"TotalServesPlayerOne": 9,
"TotalServesPlayerTwo": 10,
"TotalFirstServerPointPlayerOne": 1,
"TotalFirstServerPointPlayerTwo": 1,
"TotalSecondServerPointPlayerOne": 1,
"TotalSecondServerPointPlayerTwo": 2,
"TotalWinRalliesWhenInServingPositionPlayerOne": 2,
"TotalWinRalliesWhenInServingPositionPlayerTwo": 3,
"TotalLossRalliesWhenInServingPositionPlayerOne": 1,
"TotalLossRalliesWhenInServingPositionPlayerTwo": 6,
"GameStart": "2023-07-12T23:33:00Z",
"GameEnd": "2023-07-12T23:47:48Z",
"TimeoutUsed": [],
"TotalWinRalliesWhenReceivingServePlayerOne": 0,
"TotalWinRalliesWhenReceivingServePlayerTwo": 7,
"TotalLossRalliesWhenReceivingServePlayerOne": 7,
"TotalLossRalliesWhenReceivingServePlayerTwo": 4
},
"2": {
"TotalPoints": 11,
"TimeoutsUsed": 0,
"PointStreak": 10,
"NoPointStreak": 7,
"TotalSideouts": 9,
"TotalReceiveServe": 23,
"TotalWinRalliesWhenReceivingServe": 9,
"TotalLossRalliesWhenReceivingServe": 5,
"GameNumber": 2,
"isGame": false,
"PointStreakStart": "2023-07-12T23:49:47Z",
"PointStreakEnd": "2023-07-13T00:01:26Z",
"NoPointStreakStart": "2023-07-12T23:42:26Z",
"NoPointStreakEnd": "2023-07-12T23:49:02Z",
"PlayerOneUuid": "",
"PlayerTwoUuid": "",
"TotalServesPlayerOne": 18,
"TotalServesPlayerTwo": 12,
"TotalFirstServerPointPlayerOne": 6,
"TotalFirstServerPointPlayerTwo": 1,
"TotalSecondServerPointPlayerOne": 2,
"TotalSecondServerPointPlayerTwo": 2,
"TotalWinRalliesWhenInServingPositionPlayerOne": 8,
"TotalWinRalliesWhenInServingPositionPlayerTwo": 3,
"TotalLossRalliesWhenInServingPositionPlayerOne": 6,
"TotalLossRalliesWhenInServingPositionPlayerTwo": 3,
"GameStart": "2023-07-12T23:47:53Z",
"GameEnd": "2023-07-13T00:06:03Z",
"TimeoutUsed": [],
"TotalWinRalliesWhenReceivingServePlayerOne": 6,
"TotalWinRalliesWhenReceivingServePlayerTwo": 3,
"TotalLossRalliesWhenReceivingServePlayerOne": 2,
"TotalLossRalliesWhenReceivingServePlayerTwo": 3
},
"3": {
"TotalPoints": 8,
"TimeoutsUsed": 1,
"PointStreak": 3,
"NoPointStreak": 4,
"TotalSideouts": 8,
"TotalReceiveServe": 29,
"TotalWinRalliesWhenReceivingServe": 9,
"TotalLossRalliesWhenReceivingServe": 11,
"GameNumber": 3,
"isGame": false,
"PointStreakStart": "2023-07-13T00:21:12Z",
"PointStreakEnd": "2023-07-13T00:24:01Z",
"NoPointStreakStart": "2023-07-13T00:08:47Z",
"NoPointStreakEnd": "2023-07-13T00:10:39Z",
"PlayerOneUuid": "",
"PlayerTwoUuid": "",
"TotalServesPlayerOne": 12,
"TotalServesPlayerTwo": 15,
"TotalFirstServerPointPlayerOne": 2,
"TotalFirstServerPointPlayerTwo": 1,
"TotalSecondServerPointPlayerOne": 0,
"TotalSecondServerPointPlayerTwo": 5,
"TotalWinRalliesWhenInServingPositionPlayerOne": 2,
"TotalWinRalliesWhenInServingPositionPlayerTwo": 6,
"TotalLossRalliesWhenInServingPositionPlayerOne": 7,
"TotalLossRalliesWhenInServingPositionPlayerTwo": 1,
"GameStart": "2023-07-13T00:06:36Z",
"GameEnd": "2023-07-13T00:25:42Z",
"TimeoutUsed": [
{
"TimeoutStarted": "2023-07-13T00:17:22Z",
"TimeoutEnded": "2023-07-13T00:17:22Z",
"TimeoutCalledByUuid": "1c2da4a6-ad16-41a2-9c57-a5cc3b333817",
"TimeoutCalledByFullName": "Jim Dobran ",
"ServerWhenTimeoutCalledUuid": "e8e10ea8-2ff2-4155-9169-cc33ff8c6265",
"ServerWhenTimeoutCalledFullName": "Rio Newcombe ",
"TeamOneScore": 4,
"TeamTwoScore": 9,
"NextRallyResult": "Loss",
"Type": 18,
"GameNumber": 3
}
],
"TotalWinRalliesWhenReceivingServePlayerOne": 7,
"TotalWinRalliesWhenReceivingServePlayerTwo": 2,
"TotalLossRalliesWhenReceivingServePlayerOne": 5,
"TotalLossRalliesWhenReceivingServePlayerTwo": 6
}
},
"TeamTwoStats": {
"1": {
"TotalPoints": 11,
"TimeoutsUsed": 1,
"PointStreak": 5,
"NoPointStreak": 3,
"TotalSideouts": 7,
"TotalReceiveServe": 19,
"TotalWinRalliesWhenReceivingServe": 7,
"TotalLossRalliesWhenReceivingServe": 5,
"GameNumber": 1,
"isGame": false,
"PointStreakStart": "2023-07-12T23:42:26Z",
"PointStreakEnd": "2023-07-12T23:46:19Z",
"NoPointStreakStart": "2023-07-12T23:35:04Z",
"NoPointStreakEnd": "2023-07-12T23:35:57Z",
"PlayerOneUuid": "",
"PlayerTwoUuid": "",
"TotalServesPlayerOne": 15,
"TotalServesPlayerTwo": 9,
"TotalFirstServerPointPlayerOne": 4,
"TotalFirstServerPointPlayerTwo": 0,
"TotalSecondServerPointPlayerOne": 4,
"TotalSecondServerPointPlayerTwo": 3,
"TotalWinRalliesWhenInServingPositionPlayerOne": 8,
"TotalWinRalliesWhenInServingPositionPlayerTwo": 3,
"TotalLossRalliesWhenInServingPositionPlayerOne": 7,
"TotalLossRalliesWhenInServingPositionPlayerTwo": 0,
"GameStart": "2023-07-12T23:33:00Z",
"GameEnd": "2023-07-12T23:47:48Z",
"TimeoutUsed": [
{
"TimeoutStarted": "2023-07-12T23:47:48Z",
"TimeoutEnded": "2023-07-12T23:47:48Z",
"TimeoutCalledByUuid": "75b5ec5c-0e59-4ef6-a771-29866e6a9824",
"TimeoutCalledByFullName": "Eric Fritzges ",
"ServerWhenTimeoutCalledUuid": "75b5ec5c-0e59-4ef6-a771-29866e6a9824",
"ServerWhenTimeoutCalledFullName": "Eric Fritzges ",
"TeamOneScore": 5,
"TeamTwoScore": 11,
"NextRallyResult": "Loss",
"Type": 18,
"GameNumber": 1
}
],
"TotalWinRalliesWhenReceivingServePlayerOne": 7,
"TotalWinRalliesWhenReceivingServePlayerTwo": 0,
"TotalLossRalliesWhenReceivingServePlayerOne": 1,
"TotalLossRalliesWhenReceivingServePlayerTwo": 4
},
"2": {
"TotalPoints": 5,
"TimeoutsUsed": 2,
"PointStreak": 3,
"NoPointStreak": 10,
"TotalSideouts": 9,
"TotalReceiveServe": 30,
"TotalWinRalliesWhenReceivingServe": 9,
"TotalLossRalliesWhenReceivingServe": 11,
"GameNumber": 2,
"isGame": false,
"PointStreakStart": "2023-07-13T00:02:27Z",
"PointStreakEnd": "2023-07-13T00:03:15Z",
"NoPointStreakStart": "2023-07-12T23:49:47Z",
"NoPointStreakEnd": "2023-07-13T00:01:26Z",
"PlayerOneUuid": "",
"PlayerTwoUuid": "",
"TotalServesPlayerOne": 10,
"TotalServesPlayerTwo": 13,
"TotalFirstServerPointPlayerOne": 1,
"TotalFirstServerPointPlayerTwo": 0,
"TotalSecondServerPointPlayerOne": 0,
"TotalSecondServerPointPlayerTwo": 4,
"TotalWinRalliesWhenInServingPositionPlayerOne": 1,
"TotalWinRalliesWhenInServingPositionPlayerTwo": 4,
"TotalLossRalliesWhenInServingPositionPlayerOne": 9,
"TotalLossRalliesWhenInServingPositionPlayerTwo": 0,
"GameStart": "2023-07-12T23:47:53Z",
"GameEnd": "2023-07-13T00:06:03Z",
"TimeoutUsed": [
{
"TimeoutStarted": "2023-07-12T23:57:27Z",
"TimeoutEnded": "2023-07-12T23:57:27Z",
"TimeoutCalledByUuid": "75b5ec5c-0e59-4ef6-a771-29866e6a9824",
"TimeoutCalledByFullName": "Eric Fritzges ",
"ServerWhenTimeoutCalledUuid": "a498be96-114c-4857-9d60-4ff2a3e89434",
"ServerWhenTimeoutCalledFullName": "Collin Shick ",
"TeamOneScore": 6,
"TeamTwoScore": 2,
"NextRallyResult": "Loss",
"Type": 18,
"GameNumber": 2
},
{
"TimeoutStarted": "2023-07-13T00:06:03Z",
"TimeoutEnded": "2023-07-13T00:06:03Z",
"TimeoutCalledByUuid": "75b5ec5c-0e59-4ef6-a771-29866e6a9824",
"TimeoutCalledByFullName": "Eric Fritzges ",
"ServerWhenTimeoutCalledUuid": "a498be96-114c-4857-9d60-4ff2a3e89434",
"ServerWhenTimeoutCalledFullName": "Collin Shick ",
"TeamOneScore": 11,
"TeamTwoScore": 5,
"NextRallyResult": "Loss",
"Type": 18,
"GameNumber": 2
}
],
"TotalWinRalliesWhenReceivingServePlayerOne": 8,
"TotalWinRalliesWhenReceivingServePlayerTwo": 1,
"TotalLossRalliesWhenReceivingServePlayerOne": 3,
"TotalLossRalliesWhenReceivingServePlayerTwo": 8
},
"3": {
"TotalPoints": 11,
"TimeoutsUsed": 2,
"PointStreak": 4,
"NoPointStreak": 3,
"TotalSideouts": 9,
"TotalReceiveServe": 27,
"TotalWinRalliesWhenReceivingServe": 8,
"TotalLossRalliesWhenReceivingServe": 8,
"GameNumber": 3,
"isGame": false,
"PointStreakStart": "2023-07-13T00:08:47Z",
"PointStreakEnd": "2023-07-13T00:10:39Z",
"NoPointStreakStart": "2023-07-13T00:21:12Z",
"NoPointStreakEnd": "2023-07-13T00:24:01Z",
"PlayerOneUuid": "",
"PlayerTwoUuid": "",
"TotalServesPlayerOne": 13,
"TotalServesPlayerTwo": 16,
"TotalFirstServerPointPlayerOne": 2,
"TotalFirstServerPointPlayerTwo": 1,
"TotalSecondServerPointPlayerOne": 2,
"TotalSecondServerPointPlayerTwo": 6,
"TotalWinRalliesWhenInServingPositionPlayerOne": 4,
"TotalWinRalliesWhenInServingPositionPlayerTwo": 7,
"TotalLossRalliesWhenInServingPositionPlayerOne": 7,
"TotalLossRalliesWhenInServingPositionPlayerTwo": 2,
"GameStart": "2023-07-13T00:06:36Z",
"GameEnd": "2023-07-13T00:25:42Z",
"TimeoutUsed": [
{
"TimeoutStarted": "2023-07-13T00:11:22Z",
"TimeoutEnded": "2023-07-13T00:11:22Z",
"TimeoutCalledByUuid": "75b5ec5c-0e59-4ef6-a771-29866e6a9824",
"TimeoutCalledByFullName": "Eric Fritzges ",
"ServerWhenTimeoutCalledUuid": "e8e10ea8-2ff2-4155-9169-cc33ff8c6265",
"ServerWhenTimeoutCalledFullName": "Rio Newcombe ",
"TeamOneScore": 2,
"TeamTwoScore": 6,
"NextRallyResult": "Loss",
"Type": 18,
"GameNumber": 3
},
{
"TimeoutStarted": "2023-07-13T00:22:22Z",
"TimeoutEnded": "2023-07-13T00:22:22Z",
"TimeoutCalledByUuid": "75b5ec5c-0e59-4ef6-a771-29866e6a9824",
"TimeoutCalledByFullName": "Eric Fritzges ",
"ServerWhenTimeoutCalledUuid": "1c2da4a6-ad16-41a2-9c57-a5cc3b333817",
"ServerWhenTimeoutCalledFullName": "Jim Dobran ",
"TeamOneScore": 7,
"TeamTwoScore": 10,
"NextRallyResult": "Loss",
"Type": 18,
"GameNumber": 3
}
],
"TotalWinRalliesWhenReceivingServePlayerOne": 7,
"TotalWinRalliesWhenReceivingServePlayerTwo": 1,
"TotalLossRalliesWhenReceivingServePlayerOne": 5,
"TotalLossRalliesWhenReceivingServePlayerTwo": 3
}
},
"TeamOneMatchStats": {
"TotalPoints": 24,
"TimeoutsUsed": 1,
"PointStreak": 10,
"NoPointStreak": 7,
"TotalSideouts": 24,
"TotalReceiveServe": 76,
"TotalWinRalliesWhenReceivingServe": 25,
"TotalLossRalliesWhenReceivingServe": 27,
"GameNumber": 0,
"isGame": false,
"PointStreakStart": "2023-07-12T23:49:47Z",
"PointStreakEnd": "2023-07-13T00:01:26Z",
"NoPointStreakStart": "2023-07-12T23:42:26Z",
"NoPointStreakEnd": "2023-07-12T23:49:02Z",
"PlayerOneUuid": "",
"PlayerTwoUuid": "",
"TotalServesPlayerOne": 39,
"TotalServesPlayerTwo": 37,
"TotalFirstServerPointPlayerOne": 9,
"TotalFirstServerPointPlayerTwo": 3,
"TotalSecondServerPointPlayerOne": 3,
"TotalSecondServerPointPlayerTwo": 9,
"TotalWinRalliesWhenInServingPositionPlayerOne": 12,
"TotalWinRalliesWhenInServingPositionPlayerTwo": 12,
"TotalLossRalliesWhenInServingPositionPlayerOne": 14,
"TotalLossRalliesWhenInServingPositionPlayerTwo": 10,
"GameStart": null,
"GameEnd": null,
"TimeoutUsed": [
{
"TimeoutStarted": "2023-07-13T00:17:22Z",
"TimeoutEnded": "2023-07-13T00:17:22Z",
"TimeoutCalledByUuid": "1c2da4a6-ad16-41a2-9c57-a5cc3b333817",
"TimeoutCalledByFullName": "Jim Dobran ",
"ServerWhenTimeoutCalledUuid": "e8e10ea8-2ff2-4155-9169-cc33ff8c6265",
"ServerWhenTimeoutCalledFullName": "Rio Newcombe ",
"TeamOneScore": 4,
"TeamTwoScore": 9,
"NextRallyResult": "Win",
"Type": 18,
"GameNumber": 3
}
],
"TotalWinRalliesWhenReceivingServePlayerOne": 13,
"TotalWinRalliesWhenReceivingServePlayerTwo": 12,
"TotalLossRalliesWhenReceivingServePlayerOne": 14,
"TotalLossRalliesWhenReceivingServePlayerTwo": 13
},
"TeamTwoMatchStats": {
"TotalPoints": 27,
"TimeoutsUsed": 5,
"PointStreak": 7,
"NoPointStreak": 10,
"TotalSideouts": 25,
"TotalReceiveServe": 76,
"TotalWinRalliesWhenReceivingServe": 24,
"TotalLossRalliesWhenReceivingServe": 24,
"GameNumber": 0,
"isGame": false,
"PointStreakStart": "2023-07-12T23:42:26Z",
"PointStreakEnd": "2023-07-12T23:49:02Z",
"NoPointStreakStart": "2023-07-12T23:49:47Z",
"NoPointStreakEnd": "2023-07-13T00:01:26Z",
"PlayerOneUuid": "",
"PlayerTwoUuid": "",
"TotalServesPlayerOne": 38,
"TotalServesPlayerTwo": 38,
"TotalFirstServerPointPlayerOne": 7,
"TotalFirstServerPointPlayerTwo": 1,
"TotalSecondServerPointPlayerOne": 6,
"TotalSecondServerPointPlayerTwo": 13,
"TotalWinRalliesWhenInServingPositionPlayerOne": 13,
"TotalWinRalliesWhenInServingPositionPlayerTwo": 14,
"TotalLossRalliesWhenInServingPositionPlayerOne": 23,
"TotalLossRalliesWhenInServingPositionPlayerTwo": 2,
"GameStart": null,
"GameEnd": null,
"TimeoutUsed": [
{
"TimeoutStarted": "2023-07-12T23:47:48Z",
"TimeoutEnded": "2023-07-12T23:47:48Z",
"TimeoutCalledByUuid": "75b5ec5c-0e59-4ef6-a771-29866e6a9824",
"TimeoutCalledByFullName": "Eric Fritzges ",
"ServerWhenTimeoutCalledUuid": "75b5ec5c-0e59-4ef6-a771-29866e6a9824",
"ServerWhenTimeoutCalledFullName": "Eric Fritzges ",
"TeamOneScore": 5,
"TeamTwoScore": 11,
"NextRallyResult": "Win",
"Type": 18,
"GameNumber": 1
},
{
"TimeoutStarted": "2023-07-12T23:57:27Z",
"TimeoutEnded": "2023-07-12T23:57:27Z",
"TimeoutCalledByUuid": "75b5ec5c-0e59-4ef6-a771-29866e6a9824",
"TimeoutCalledByFullName": "Eric Fritzges ",
"ServerWhenTimeoutCalledUuid": "a498be96-114c-4857-9d60-4ff2a3e89434",
"ServerWhenTimeoutCalledFullName": "Collin Shick ",
"TeamOneScore": 6,
"TeamTwoScore": 2,
"NextRallyResult": "Win",
"Type": 18,
"GameNumber": 2
},
{
"TimeoutStarted": "2023-07-13T00:06:03Z",
"TimeoutEnded": "2023-07-13T00:06:03Z",
"TimeoutCalledByUuid": "75b5ec5c-0e59-4ef6-a771-29866e6a9824",
"TimeoutCalledByFullName": "Eric Fritzges ",
"ServerWhenTimeoutCalledUuid": "a498be96-114c-4857-9d60-4ff2a3e89434",
"ServerWhenTimeoutCalledFullName": "Collin Shick ",
"TeamOneScore": 11,
"TeamTwoScore": 5,
"NextRallyResult": "Win",
"Type": 18,
"GameNumber": 2
},
{
"TimeoutStarted": "2023-07-13T00:11:22Z",
"TimeoutEnded": "2023-07-13T00:11:22Z",
"TimeoutCalledByUuid": "75b5ec5c-0e59-4ef6-a771-29866e6a9824",
"TimeoutCalledByFullName": "Eric Fritzges ",
"ServerWhenTimeoutCalledUuid": "e8e10ea8-2ff2-4155-9169-cc33ff8c6265",
"ServerWhenTimeoutCalledFullName": "Rio Newcombe ",
"TeamOneScore": 2,
"TeamTwoScore": 6,
"NextRallyResult": "Win",
"Type": 18,
"GameNumber": 3
},
{
"TimeoutStarted": "2023-07-13T00:22:22Z",
"TimeoutEnded": "2023-07-13T00:22:22Z",
"TimeoutCalledByUuid": "75b5ec5c-0e59-4ef6-a771-29866e6a9824",
"TimeoutCalledByFullName": "Eric Fritzges ",
"ServerWhenTimeoutCalledUuid": "1c2da4a6-ad16-41a2-9c57-a5cc3b333817",
"ServerWhenTimeoutCalledFullName": "Jim Dobran ",
"TeamOneScore": 7,
"TeamTwoScore": 10,
"NextRallyResult": "Win",
"Type": 18,
"GameNumber": 3
}
],
"TotalWinRalliesWhenReceivingServePlayerOne": 22,
"TotalWinRalliesWhenReceivingServePlayerTwo": 2,
"TotalLossRalliesWhenReceivingServePlayerOne": 9,
"TotalLossRalliesWhenReceivingServePlayerTwo": 15
},
"TeamOneUuid": "adc5104f-6b96-4beb-93a8-4aa0ee7403de",
"TeamTwoUuid": "52e48ddb-1d87-4304-ae64-d69d0d26cdbe",
"TeamOnePlayerOneFullName": "Jim Dobran ",
"TeamOnePlayerTwoFullName": "Collin Shick ",
"TeamTwoPlayerOneFullName": "Eric Fritzges ",
"TeamTwoPlayerTwoFullName": "Rio Newcombe ",
"TeamTwoStreakCurrent": 1,
"TeamTwoNoStreakCurrent": 0,
"TeamOneMatchStreakCurrent": 0,
"TeamOneMatchNoStreakCurrent": 1,
"TeamTwoMatchStreakCurrent": 1,
"TeamTwoMatchNoStreakCurrent": 0,
"TeamOneStreakCurrent": 0,
"TeamOneNoStreakCurrent": 1,
"TeamOneMatchStreakCurrentStart": "2023-07-13T00:21:12Z",
"TeamOneMatchNoStreakCurrentStart": "2023-07-13T00:24:57Z",
"TeamTwoMatchStreakCurrentStart": "2023-07-13T00:24:57Z",
"TeamTwoMatchNoStreakCurrentStart": "2023-07-13T00:21:12Z",
"TeamOneStreakCurrentStart": "2023-07-13T00:21:12Z",
"TeamOneNoStreakCurrentStart": "2023-07-13T00:24:57Z",
"TeamTwoStreakCurrentStart": "2023-07-13T00:24:57Z",
"TeamTwoNoStreakCurrentStart": "2023-07-13T00:21:12Z",
"GameWinningPoint": [
{
"TeamOneScore": 5,
"TeamTwoScore": 11,
"Date": "2023-07-12T23:46:19Z",
"GameNumber": 1,
"GroupHash": "5b2f1"
},
{
"TeamOneScore": 10,
"TeamTwoScore": 3,
"Date": "2023-07-13T00:02:27Z",
"GameNumber": 2,
"GroupHash": "c7c97"
},
{
"TeamOneScore": 10,
"TeamTwoScore": 4,
"Date": "2023-07-13T00:03:00Z",
"GameNumber": 2,
"GroupHash": "c7c97"
},
{
"TeamOneScore": 10,
"TeamTwoScore": 5,
"Date": "2023-07-13T00:03:15Z",
"GameNumber": 2,
"GroupHash": "c7c97"
},
{
"TeamOneScore": 11,
"TeamTwoScore": 5,
"Date": "2023-07-13T00:04:15Z",
"GameNumber": 2,
"GroupHash": "c7c97"
},
{
"TeamOneScore": 6,
"TeamTwoScore": 10,
"Date": "2023-07-13T00:21:12Z",
"GameNumber": 3,
"GroupHash": "d9628"
},
{
"TeamOneScore": 7,
"TeamTwoScore": 10,
"Date": "2023-07-13T00:21:40Z",
"GameNumber": 3,
"GroupHash": "d9628"
},
{
"TeamOneScore": 8,
"TeamTwoScore": 10,
"Date": "2023-07-13T00:24:01Z",
"GameNumber": 3,
"GroupHash": "d9628"
},
{
"TeamOneScore": 8,
"TeamTwoScore": 11,
"Date": "2023-07-13T00:24:57Z",
"GameNumber": 3,
"GroupHash": "d9628"
}
]
}
List All PLayers Stats
💡
This request requires “PB-API-TOKEN” from the platforms or “PB-USER-TOKEN” from the authenticated user.
GET
GET /v1/user-matches-stats
Request
{
"PlayersUuids":["41BB6FFA-B5AA-4CB1-B4F5-0C9929ADB250","41BAAAA7-AB2D-4842-8DE7-C6926E4EC33A"],
"ScopeTitle":""
}
Response
{
"PlayerStats": [
{
"UserUuid": "41BB6FFA-B5AA-4CB1-B4F5-0C9929ADB250",
"FullName": "David Talbott",
"SinglesWon": 23,
"SinglesLost": 25,
"DoublesWon": 30,
"DoublesLost": 38,
"MixWon": 22,
"MixLost": 44,
"SinglesGold": 0,
"SinglesSilver": 1,
"SinglesBronze": 1,
"SinglesApperances": 48,
"DoublesGold": 0,
"DoublesSilver": 2,
"DoublesBronze": 0,
"DoublesApperances": 68,
"MixGold": 0,
"MixSilver": 0,
"MixBronze": 0,
"MixApperances": 66,
"DoublesGSApperances": 2,
"DoublesBApperances": 0,
"MixGSApperances": 0,
"MixBApperances": 2,
"SinglesGSApperances": 1,
"SinglesBApperances": 2,
"GoldGamesPlayed": 0,
"MixLongestWinStreak": 5,
"SinglesLongestWinStreak": 5,
"DoublesLongestWinStreak": 4,
"SkinnySinglesLongestWinStreak": 0,
"SkinnySinglesWon": 0,
"SkinnySinglesLost": 0,
"SkinnySinglesGold": 0,
"SkinnySinglesSilver": 0,
"SkinnySinglesBronze": 0,
"SkinnySinglesApperances": 0,
"SkinnySinglesGSApperances": 0,
"SkinnySinglesBApperances": 0,
"MixBestWin": {
"match_uuid": "5795-45-2",
"team_one_player_one_name": "Susan Kloos",
"team_one_player_two_name": "David Talbott",
"team_two_player_one_name": "Cheryl Newhall",
"team_two_player_two_name": "Dave Tobin",
"team_one_seed": 7,
"team_one_rank": 0,
"team_one_rating": 3.542,
"team_two_seed": 2,
"team_two_rank": 0,
"team_two_rating": 7.768,
"server": 0,
"match_status": 1,
"match_completed_type": 0,
"winner": 1,
"match_planned_start": "2022-07-30T00:00:00Z",
"match_start": "2022-07-30T11:25:00Z",
"match_assigned_to_court": "2022-07-30T09:25:00Z",
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": "2022-07-30T10:54:00Z",
"team_one_game_one_score": 15,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 13,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "Mixed",
"format_title": "Doubles",
"bracket_level_title": "",
"tournament_title": "Cincinnati Pickleball Classic Round Robin powered by the World Pickleball Tour-$5K Cash Purse",
"tournament_logo": "https://www.pickleballtournaments.com/Tournaments/OH/2022_WPT_CIN_5795/logo.png",
"tournament_location": "Cincinnati, OH",
"tournament_start_date": "2022-07-29T02:00:00Z",
"tournament_end_date": "2022-07-31T02:00:00Z",
"tournament_uuid": "5795",
"in_bracket_type": "RR",
"round_team_count": 0,
"round_number": 0,
"match_number": 2,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "11943333-3700-4781-86d9-def9c1afdcf6",
"team_one_player_two_uuid": "41BB6FFA-B5AA-4CB1-B4F5-0C9929ADB250",
"team_two_player_one_uuid": "7DF0C1D0-9513-4F1F-9FA8-7171D0F0F1E2",
"team_two_player_two_uuid": "EE7F3D91-7294-4C16-A54F-A70379B9105A",
"team_one_uuid": "5795-45-2",
"team_two_uuid": "5795-45-5",
"last_application_ping": null,
"current_game": 1,
"server_from_team": 0,
"team_one_player_one_country": "",
"team_one_player_two_country": "United States",
"team_two_player_one_country": "United States",
"team_two_player_two_country": "United States",
"event_title": "Mixed Doubles Skill Groups 4.0",
"event_uuid": "5795-45",
"pb_tournament_code": "5795",
"court_location_id": "",
"court_title": "08",
"court_uuid": "5795--08",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "8",
"court_module_id": "",
"team_one_winning_percentage": 1.4000000000000001,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "4",
"score_format_title": "1 to 15",
"score_format_shorthand": "1 to 15",
"score_format_game_best": 1,
"score_format_game_best_out_of": 1,
"score_format_game_one_max": 15,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "08",
"played_on_court_uuid": "5795-45-08",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "",
"team_winner_b_uuid": "",
"team_loser_uuid": "",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "",
"team_one_player_two_first_name": "",
"team_two_player_one_first_name": "",
"team_two_player_two_first_name": "",
"team_one_player_one_last_name": "",
"team_one_player_two_last_name": "",
"team_two_player_one_last_name": "",
"team_two_player_two_last_name": "",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
},
"SinglesBestWin": {
"match_uuid": "5795-53-5",
"team_one_player_one_name": "David Talbott",
"team_one_player_two_name": "",
"team_two_player_one_name": "Gordon Hayward",
"team_two_player_two_name": "",
"team_one_seed": 6,
"team_one_rank": 0,
"team_one_rating": 3.917,
"team_two_seed": 2,
"team_two_rank": 0,
"team_two_rating": 4.314,
"server": 0,
"match_status": 1,
"match_completed_type": 0,
"winner": 1,
"match_planned_start": "2022-07-29T00:00:00Z",
"match_start": "2022-07-29T14:00:00Z",
"match_assigned_to_court": null,
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": null,
"team_one_game_one_score": 10,
"team_one_game_two_score": 11,
"team_one_game_three_score": 11,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 12,
"team_two_game_two_score": 1,
"team_two_game_three_score": 6,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "Mens",
"format_title": "Singles",
"bracket_level_title": "",
"tournament_title": "Cincinnati Pickleball Classic Round Robin powered by the World Pickleball Tour-$5K Cash Purse",
"tournament_logo": "https://www.pickleballtournaments.com/Tournaments/OH/2022_WPT_CIN_5795/logo.png",
"tournament_location": "Cincinnati, OH",
"tournament_start_date": "2022-07-29T02:00:00Z",
"tournament_end_date": "2022-07-31T02:00:00Z",
"tournament_uuid": "5795",
"in_bracket_type": "RR",
"round_team_count": 0,
"round_number": 0,
"match_number": 5,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "41BB6FFA-B5AA-4CB1-B4F5-0C9929ADB250",
"team_one_player_two_uuid": "",
"team_two_player_one_uuid": "0141297b-0ab5-402b-a721-71ec7db87392",
"team_two_player_two_uuid": "",
"team_one_uuid": "5795-53-1",
"team_two_uuid": "5795-53-4",
"last_application_ping": null,
"current_game": 3,
"server_from_team": 0,
"team_one_player_one_country": "United States",
"team_one_player_two_country": "",
"team_two_player_one_country": "United States",
"team_two_player_two_country": "",
"event_title": "Mens Singles Skill Group 4.0,4.5.5.0 - Pool 2",
"event_uuid": "5795-53",
"pb_tournament_code": "5795",
"court_location_id": "",
"court_title": "",
"court_uuid": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"team_one_winning_percentage": 0,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "17",
"score_format_title": "2/3 to 11",
"score_format_shorthand": "2/3 to 11",
"score_format_game_best": 2,
"score_format_game_best_out_of": 3,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 11,
"score_format_game_two_win_by": 2,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 11,
"score_format_game_three_win_by": 2,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "",
"team_winner_b_uuid": "",
"team_loser_uuid": "",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "",
"team_one_player_two_first_name": "",
"team_two_player_one_first_name": "",
"team_two_player_two_first_name": "",
"team_one_player_one_last_name": "",
"team_one_player_two_last_name": "",
"team_two_player_one_last_name": "",
"team_two_player_two_last_name": "",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
},
"DoublesBestWin": {
"match_uuid": "6253-35-3",
"team_one_player_one_name": "David Talbott",
"team_one_player_two_name": "Mike Bentley",
"team_two_player_one_name": "Zach Carmichael",
"team_two_player_two_name": "Rahul Akolkar",
"team_one_seed": 10,
"team_one_rank": 0,
"team_one_rating": 4,
"team_two_seed": 2,
"team_two_rank": 0,
"team_two_rating": 7.793,
"server": 0,
"match_status": 1,
"match_completed_type": 0,
"winner": 1,
"match_planned_start": "2022-04-16T00:00:00Z",
"match_start": null,
"match_assigned_to_court": null,
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": null,
"team_one_game_one_score": 11,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 4,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "Mens",
"format_title": "Doubles",
"bracket_level_title": "",
"tournament_title": "Spindletop Spring Classic ",
"tournament_logo": "https://www.pickleballtournaments.com/Tournaments/USA/2022_SPINDLETOP_6253/logo1.png",
"tournament_location": "Lexington, KY, KY",
"tournament_start_date": "2022-04-15T02:00:00Z",
"tournament_end_date": "2022-04-17T02:00:00Z",
"tournament_uuid": "6253",
"in_bracket_type": "RR",
"round_team_count": 0,
"round_number": 0,
"match_number": 3,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "41BB6FFA-B5AA-4CB1-B4F5-0C9929ADB250",
"team_one_player_two_uuid": "46beb488-bf46-40ec-ae25-626d49ebc6ca",
"team_two_player_one_uuid": "E6D47F0C-9001-4F51-AFCE-F7C13E796A62",
"team_two_player_two_uuid": "b5346767-a243-4421-bf6a-d6796e99a36d",
"team_one_uuid": "6253-35-9",
"team_two_uuid": "6253-35-6",
"last_application_ping": null,
"current_game": 1,
"server_from_team": 0,
"team_one_player_one_country": "United States",
"team_one_player_two_country": "United States",
"team_two_player_one_country": "United States",
"team_two_player_two_country": "United States",
"event_title": "Mens Doubles 4.0 Pool 2",
"event_uuid": "6253-35",
"pb_tournament_code": "6253",
"court_location_id": "",
"court_title": "",
"court_uuid": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"team_one_winning_percentage": 0,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "8",
"score_format_title": "1 to 11 win by 1",
"score_format_shorthand": "1 to 11 win by 1",
"score_format_game_best": 1,
"score_format_game_best_out_of": 1,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 1,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "",
"team_winner_b_uuid": "",
"team_loser_uuid": "",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "",
"team_one_player_two_first_name": "",
"team_two_player_one_first_name": "",
"team_two_player_two_first_name": "",
"team_one_player_one_last_name": "",
"team_one_player_two_last_name": "",
"team_two_player_one_last_name": "",
"team_two_player_two_last_name": "",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
},
"SkinnySinglesBestWin": null,
"MixUnderdogWins": 9,
"SinglesUnderdogWins": 9,
"DoublesUnderdogWins": 9,
"SkinnySinglesUnderdogWins": 0,
"MixLastTwoMatches": [
{
"match_uuid": "6950-153-2",
"team_one_player_one_name": "Wendy Peay",
"team_one_player_two_name": "Charles Hubbs",
"team_two_player_one_name": "Rachel Mossman",
"team_two_player_two_name": "David Talbott",
"team_one_seed": 2,
"team_one_rank": 0,
"team_one_rating": 8.043,
"team_two_seed": 3,
"team_two_rank": 0,
"team_two_rating": 7.928,
"server": 0,
"match_status": 1,
"match_completed_type": 0,
"winner": 1,
"match_planned_start": "2022-11-06T05:00:00Z",
"match_start": null,
"match_assigned_to_court": null,
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": null,
"team_one_game_one_score": 15,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 5,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "Mixed",
"format_title": "Doubles",
"bracket_level_title": "",
"tournament_title": "River City Open Presented by Exit 107 Homes & Hosted by Altaf Merchant",
"tournament_logo": "https://www.pickleballtournaments.com/Tournaments/KY/2022_RCO_2022_6950/logo1.png",
"tournament_location": "Owensboro, KY",
"tournament_start_date": "2022-11-04T04:00:00Z",
"tournament_end_date": "2022-11-06T04:00:00Z",
"tournament_uuid": "6950",
"in_bracket_type": "W",
"round_team_count": 0,
"round_number": 0,
"match_number": 2,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "10DF3F8B-8C10-40CA-BEBC-1FCF3DF5910F",
"team_one_player_two_uuid": "daaf7ceb-4b16-4d1f-bad5-461c41ff6584",
"team_two_player_one_uuid": "E5254F70-7350-4380-B595-46B8882D8ED5",
"team_two_player_two_uuid": "41BB6FFA-B5AA-4CB1-B4F5-0C9929ADB250",
"team_one_uuid": "6950-153-6",
"team_two_uuid": "6950-153-4",
"last_application_ping": null,
"current_game": 1,
"server_from_team": 0,
"team_one_player_one_country": "United States",
"team_one_player_two_country": "United States",
"team_two_player_one_country": "United States",
"team_two_player_two_country": "United States",
"event_title": "Mixed Doubles Skill Groups 4.5 - Pool Winners",
"event_uuid": "6950-153",
"pb_tournament_code": "6950",
"court_location_id": "",
"court_title": "",
"court_uuid": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"team_one_winning_percentage": 44.6,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "4",
"score_format_title": "1 to 15",
"score_format_shorthand": "1 to 15",
"score_format_game_best": 1,
"score_format_game_best_out_of": 1,
"score_format_game_one_max": 15,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "",
"team_winner_b_uuid": "",
"team_loser_uuid": "",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "",
"team_one_player_two_first_name": "",
"team_two_player_one_first_name": "",
"team_two_player_two_first_name": "",
"team_one_player_one_last_name": "",
"team_one_player_two_last_name": "",
"team_two_player_one_last_name": "",
"team_two_player_two_last_name": "",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
},
{
"match_uuid": "6950-152-9",
"team_one_player_one_name": "Rachel Mossman",
"team_one_player_two_name": "David Talbott",
"team_two_player_one_name": "Lynn Hanson",
"team_two_player_two_name": "Joshua Sander",
"team_one_seed": 4,
"team_one_rank": 0,
"team_one_rating": 7.928,
"team_two_seed": 2,
"team_two_rank": 0,
"team_two_rating": 8.153,
"server": 0,
"match_status": 1,
"match_completed_type": 0,
"winner": 1,
"match_planned_start": "2022-11-06T05:00:00Z",
"match_start": null,
"match_assigned_to_court": null,
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": null,
"team_one_game_one_score": 15,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 8,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "Mixed",
"format_title": "Doubles",
"bracket_level_title": "",
"tournament_title": "River City Open Presented by Exit 107 Homes & Hosted by Altaf Merchant",
"tournament_logo": "https://www.pickleballtournaments.com/Tournaments/KY/2022_RCO_2022_6950/logo1.png",
"tournament_location": "Owensboro, KY",
"tournament_start_date": "2022-11-04T04:00:00Z",
"tournament_end_date": "2022-11-06T04:00:00Z",
"tournament_uuid": "6950",
"in_bracket_type": "RR",
"round_team_count": 0,
"round_number": 0,
"match_number": 9,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "E5254F70-7350-4380-B595-46B8882D8ED5",
"team_one_player_two_uuid": "41BB6FFA-B5AA-4CB1-B4F5-0C9929ADB250",
"team_two_player_one_uuid": "c388ad24-2831-46bf-9d55-51df418bdec0",
"team_two_player_two_uuid": "f4b6edfe-f537-4e0d-8300-148af5dacc27",
"team_one_uuid": "6950-152-4",
"team_two_uuid": "6950-152-8",
"last_application_ping": null,
"current_game": 1,
"server_from_team": 0,
"team_one_player_one_country": "United States",
"team_one_player_two_country": "United States",
"team_two_player_one_country": "United States",
"team_two_player_two_country": "United States",
"event_title": "Mixed Doubles Skill Groups 4.5 - Pool 2",
"event_uuid": "6950-152",
"pb_tournament_code": "6950",
"court_location_id": "",
"court_title": "",
"court_uuid": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"team_one_winning_percentage": 0,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "4",
"score_format_title": "1 to 15",
"score_format_shorthand": "1 to 15",
"score_format_game_best": 1,
"score_format_game_best_out_of": 1,
"score_format_game_one_max": 15,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "",
"team_winner_b_uuid": "",
"team_loser_uuid": "",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "",
"team_one_player_two_first_name": "",
"team_two_player_one_first_name": "",
"team_two_player_two_first_name": "",
"team_one_player_one_last_name": "",
"team_one_player_two_last_name": "",
"team_two_player_one_last_name": "",
"team_two_player_two_last_name": "",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
}
],
"DoublesLastTwoMatches": [
{
"match_uuid": "6950-133-4",
"team_one_player_one_name": "Corné Prozesky",
"team_one_player_two_name": "Wilder Pimentel",
"team_two_player_one_name": "David Talbott",
"team_two_player_two_name": "Mubarak Ukashat",
"team_one_seed": 3,
"team_one_rank": 0,
"team_one_rating": 8.074,
"team_two_seed": 4,
"team_two_rank": 0,
"team_two_rating": 7.714,
"server": 0,
"match_status": 1,
"match_completed_type": 0,
"winner": 1,
"match_planned_start": null,
"match_start": null,
"match_assigned_to_court": null,
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": null,
"team_one_game_one_score": 15,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 10,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "Mens",
"format_title": "Doubles",
"bracket_level_title": "",
"tournament_title": "River City Open Presented by Exit 107 Homes & Hosted by Altaf Merchant",
"tournament_logo": "https://www.pickleballtournaments.com/Tournaments/KY/2022_RCO_2022_6950/logo1.png",
"tournament_location": "Owensboro, KY",
"tournament_start_date": "2022-11-04T04:00:00Z",
"tournament_end_date": "2022-11-06T04:00:00Z",
"tournament_uuid": "6950",
"in_bracket_type": "GS",
"round_team_count": 0,
"round_number": 1,
"match_number": 4,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "5de198d4-f9e8-4ab1-aa01-e1a0a5692946",
"team_one_player_two_uuid": "c88aa5f7-54d8-4b2f-85a2-ddd9f8366bf6",
"team_two_player_one_uuid": "41BB6FFA-B5AA-4CB1-B4F5-0C9929ADB250",
"team_two_player_two_uuid": "5CD96F25-4C78-4117-8C6F-2751B4C0B912",
"team_one_uuid": "6950-133-6",
"team_two_uuid": "6950-133-4",
"last_application_ping": null,
"current_game": 1,
"server_from_team": 0,
"team_one_player_one_country": "United States",
"team_one_player_two_country": "",
"team_two_player_one_country": "United States",
"team_two_player_two_country": "United States",
"event_title": "Mens Doubles Skill Groups RR 4.5 - Pool Winners",
"event_uuid": "6950-133",
"pb_tournament_code": "6950",
"court_location_id": "",
"court_title": "",
"court_uuid": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"team_one_winning_percentage": 18.6,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "4",
"score_format_title": "1 to 15",
"score_format_shorthand": "Gold: 1 to 15",
"score_format_game_best": 1,
"score_format_game_best_out_of": 1,
"score_format_game_one_max": 15,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "",
"team_winner_b_uuid": "",
"team_loser_uuid": "",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "",
"team_one_player_two_first_name": "",
"team_two_player_one_first_name": "",
"team_two_player_two_first_name": "",
"team_one_player_one_last_name": "",
"team_one_player_two_last_name": "",
"team_two_player_one_last_name": "",
"team_two_player_two_last_name": "",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
},
{
"match_uuid": "6950-133-1",
"team_one_player_one_name": "David Talbott",
"team_one_player_two_name": "Mubarak Ukashat",
"team_two_player_one_name": "Steven Burgess",
"team_two_player_two_name": "Jeffro Carrico",
"team_one_seed": 4,
"team_one_rank": 0,
"team_one_rating": 7.714,
"team_two_seed": 1,
"team_two_rank": 0,
"team_two_rating": 8.497,
"server": 0,
"match_status": 1,
"match_completed_type": 0,
"winner": 1,
"match_planned_start": "2022-11-05T05:00:00Z",
"match_start": null,
"match_assigned_to_court": null,
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": null,
"team_one_game_one_score": 15,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 7,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "Mens",
"format_title": "Doubles",
"bracket_level_title": "",
"tournament_title": "River City Open Presented by Exit 107 Homes & Hosted by Altaf Merchant",
"tournament_logo": "https://www.pickleballtournaments.com/Tournaments/KY/2022_RCO_2022_6950/logo1.png",
"tournament_location": "Owensboro, KY",
"tournament_start_date": "2022-11-04T04:00:00Z",
"tournament_end_date": "2022-11-06T04:00:00Z",
"tournament_uuid": "6950",
"in_bracket_type": "W",
"round_team_count": 0,
"round_number": 0,
"match_number": 1,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "41BB6FFA-B5AA-4CB1-B4F5-0C9929ADB250",
"team_one_player_two_uuid": "5CD96F25-4C78-4117-8C6F-2751B4C0B912",
"team_two_player_one_uuid": "66EDB0A5-EDB1-4815-A722-C53C41C0195A",
"team_two_player_two_uuid": "6e5279f1-2fb9-489c-87d4-d00cea575580",
"team_one_uuid": "6950-133-4",
"team_two_uuid": "6950-133-2",
"last_application_ping": null,
"current_game": 1,
"server_from_team": 0,
"team_one_player_one_country": "United States",
"team_one_player_two_country": "United States",
"team_two_player_one_country": "United States",
"team_two_player_two_country": "United States",
"event_title": "Mens Doubles Skill Groups RR 4.5 - Pool Winners",
"event_uuid": "6950-133",
"pb_tournament_code": "6950",
"court_location_id": "",
"court_title": "",
"court_uuid": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"team_one_winning_percentage": 0,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "4",
"score_format_title": "1 to 15",
"score_format_shorthand": "1 to 15",
"score_format_game_best": 1,
"score_format_game_best_out_of": 1,
"score_format_game_one_max": 15,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "",
"team_winner_b_uuid": "",
"team_loser_uuid": "",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "",
"team_one_player_two_first_name": "",
"team_two_player_one_first_name": "",
"team_two_player_two_first_name": "",
"team_one_player_one_last_name": "",
"team_one_player_two_last_name": "",
"team_two_player_one_last_name": "",
"team_two_player_two_last_name": "",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
}
],
"SinglesLastTwoMatches": [
{
"match_uuid": "6724-132-3",
"team_one_player_one_name": "David Talbott",
"team_one_player_two_name": "",
"team_two_player_one_name": "Alex Kokoszka",
"team_two_player_two_name": "",
"team_one_seed": 1,
"team_one_rank": 0,
"team_one_rating": 3.913,
"team_two_seed": 2,
"team_two_rank": 0,
"team_two_rating": 3.869,
"server": 0,
"match_status": 1,
"match_completed_type": 0,
"winner": 1,
"match_planned_start": "2022-10-07T00:00:00Z",
"match_start": null,
"match_assigned_to_court": null,
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": null,
"team_one_game_one_score": 15,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 8,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "Mens",
"format_title": "Singles",
"bracket_level_title": "",
"tournament_title": "3rd Annual Louisville Pickleball Cup ",
"tournament_logo": "https://www.pickleballtournaments.com/Tournaments/KY/2022_LPC_6724/logo.png",
"tournament_location": "Louisville, KY",
"tournament_start_date": "2022-10-07T02:00:00Z",
"tournament_end_date": "2022-10-09T02:00:00Z",
"tournament_uuid": "6724",
"in_bracket_type": "B",
"round_team_count": 0,
"round_number": 1,
"match_number": 3,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "41BB6FFA-B5AA-4CB1-B4F5-0C9929ADB250",
"team_one_player_two_uuid": "",
"team_two_player_one_uuid": "2c8931b7-c9b3-46f2-89ca-0b37d852cf1f",
"team_two_player_two_uuid": "",
"team_one_uuid": "6724-132-9",
"team_two_uuid": "6724-132-7",
"last_application_ping": null,
"current_game": 1,
"server_from_team": 0,
"team_one_player_one_country": "United States",
"team_one_player_two_country": "",
"team_two_player_one_country": "United States",
"team_two_player_two_country": "",
"event_title": "Mens Singles Skill Groups 4.0 - Pool Winners",
"event_uuid": "6724-132",
"pb_tournament_code": "6724",
"court_location_id": "",
"court_title": "",
"court_uuid": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"team_one_winning_percentage": 52.300000000000004,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "",
"score_format_title": "",
"score_format_shorthand": "",
"score_format_game_best": 0,
"score_format_game_best_out_of": 0,
"score_format_game_one_max": 0,
"score_format_game_one_win_by": 0,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "",
"team_winner_b_uuid": "",
"team_loser_uuid": "",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "",
"team_one_player_two_first_name": "",
"team_two_player_one_first_name": "",
"team_two_player_two_first_name": "",
"team_one_player_one_last_name": "",
"team_one_player_two_last_name": "",
"team_two_player_one_last_name": "",
"team_two_player_two_last_name": "",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
},
{
"match_uuid": "6724-132-1",
"team_one_player_one_name": "Jonathan Kersey",
"team_one_player_two_name": "",
"team_two_player_one_name": "David Talbott",
"team_two_player_two_name": "",
"team_one_seed": 4,
"team_one_rank": 0,
"team_one_rating": 3.485,
"team_two_seed": 1,
"team_two_rank": 0,
"team_two_rating": 3.913,
"server": 0,
"match_status": 1,
"match_completed_type": 0,
"winner": 1,
"match_planned_start": "2022-10-07T00:00:00Z",
"match_start": null,
"match_assigned_to_court": null,
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": null,
"team_one_game_one_score": 15,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 4,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "Mens",
"format_title": "Singles",
"bracket_level_title": "",
"tournament_title": "3rd Annual Louisville Pickleball Cup ",
"tournament_logo": "https://www.pickleballtournaments.com/Tournaments/KY/2022_LPC_6724/logo.png",
"tournament_location": "Louisville, KY",
"tournament_start_date": "2022-10-07T02:00:00Z",
"tournament_end_date": "2022-10-09T02:00:00Z",
"tournament_uuid": "6724",
"in_bracket_type": "W",
"round_team_count": 0,
"round_number": 0,
"match_number": 1,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "2d196e82-578f-485f-a94e-7300b208522f",
"team_one_player_two_uuid": "",
"team_two_player_one_uuid": "41BB6FFA-B5AA-4CB1-B4F5-0C9929ADB250",
"team_two_player_two_uuid": "",
"team_one_uuid": "6724-132-8",
"team_two_uuid": "6724-132-9",
"last_application_ping": null,
"current_game": 1,
"server_from_team": 0,
"team_one_player_one_country": "",
"team_one_player_two_country": "",
"team_two_player_one_country": "United States",
"team_two_player_two_country": "",
"event_title": "Mens Singles Skill Groups 4.0 - Pool Winners",
"event_uuid": "6724-132",
"pb_tournament_code": "6724",
"court_location_id": "",
"court_title": "",
"court_uuid": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"team_one_winning_percentage": 29.2,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "4",
"score_format_title": "1 to 15",
"score_format_shorthand": "1 to 15",
"score_format_game_best": 1,
"score_format_game_best_out_of": 1,
"score_format_game_one_max": 15,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "",
"team_winner_b_uuid": "",
"team_loser_uuid": "",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "",
"team_one_player_two_first_name": "",
"team_two_player_one_first_name": "",
"team_two_player_two_first_name": "",
"team_one_player_one_last_name": "",
"team_one_player_two_last_name": "",
"team_two_player_one_last_name": "",
"team_two_player_two_last_name": "",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
}
],
"SkinnySinglesLastTwoMatches": []
},
{
"UserUuid": "41BAAAA7-AB2D-4842-8DE7-C6926E4EC33A",
"FullName": "Debbie Ellis",
"SinglesWon": 0,
"SinglesLost": 0,
"DoublesWon": 2,
"DoublesLost": 5,
"MixWon": 0,
"MixLost": 0,
"SinglesGold": 0,
"SinglesSilver": 0,
"SinglesBronze": 0,
"SinglesApperances": 0,
"DoublesGold": 0,
"DoublesSilver": 0,
"DoublesBronze": 0,
"DoublesApperances": 7,
"MixGold": 0,
"MixSilver": 0,
"MixBronze": 0,
"MixApperances": 0,
"DoublesGSApperances": 0,
"DoublesBApperances": 0,
"MixGSApperances": 0,
"MixBApperances": 0,
"SinglesGSApperances": 0,
"SinglesBApperances": 0,
"GoldGamesPlayed": 0,
"MixLongestWinStreak": 0,
"SinglesLongestWinStreak": 0,
"DoublesLongestWinStreak": 2,
"SkinnySinglesLongestWinStreak": 0,
"SkinnySinglesWon": 0,
"SkinnySinglesLost": 0,
"SkinnySinglesGold": 0,
"SkinnySinglesSilver": 0,
"SkinnySinglesBronze": 0,
"SkinnySinglesApperances": 0,
"SkinnySinglesGSApperances": 0,
"SkinnySinglesBApperances": 0,
"MixBestWin": null,
"SinglesBestWin": null,
"DoublesBestWin": null,
"SkinnySinglesBestWin": null,
"MixUnderdogWins": 0,
"SinglesUnderdogWins": 0,
"DoublesUnderdogWins": 0,
"SkinnySinglesUnderdogWins": 0,
"MixLastTwoMatches": [],
"DoublesLastTwoMatches": [
{
"match_uuid": "B62C19E4-FC1B-4165-AA64-5BFE752B46D3",
"team_one_player_one_name": "Kristi Kita",
"team_one_player_two_name": "",
"team_two_player_one_name": "Debbie Ellis",
"team_two_player_two_name": "",
"team_one_seed": 1,
"team_one_rank": 1,
"team_one_rating": 0,
"team_two_seed": 2,
"team_two_rank": 2,
"team_two_rating": 0,
"server": 0,
"match_status": 4,
"match_completed_type": 0,
"winner": 1,
"match_planned_start": "1970-01-01T00:00:00Z",
"match_start": null,
"match_assigned_to_court": null,
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": null,
"team_one_game_one_score": 15,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 14,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "Round-Robin",
"player_group_title": "Coed",
"format_title": "Doubles Scramble",
"bracket_level_title": "Amateur",
"tournament_title": "Katy Summer Leagues Playoffs",
"tournament_logo": "https://pickleballbrackets.com/uploads/events/24F89BD4-6A0D-4716-9DCC-2AE569047718/24f89bd4-6a0d-4716-9dcc-2ae569047718_Logo.png",
"tournament_location": "Katy, TX",
"tournament_start_date": "2022-08-29T14:00:00Z",
"tournament_end_date": "2022-09-24T15:00:00Z",
"tournament_uuid": "24f89bd4-6a0d-4716-9dcc-2ae569047718",
"in_bracket_type": "RR",
"round_team_count": 0,
"round_number": 2,
"match_number": 2,
"team_one_b_uuid": "2EB5A9F5-7D97-43E4-BD75-A0002D623509",
"team_two_b_uuid": "EA00FE93-5D1A-46F0-A7C1-6FCD976799A9",
"team_one_player_one_uuid": "43E56A05-671D-4CD3-98EC-AFBE0303E853",
"team_one_player_two_uuid": "",
"team_two_player_one_uuid": "41BAAAA7-AB2D-4842-8DE7-C6926E4EC33A",
"team_two_player_two_uuid": "",
"team_one_uuid": "7A032AB8-ACAC-4DCA-8CCF-FE7827CEA93D",
"team_two_uuid": "D6D84E62-D36F-4A50-8DD0-7243A3CED1EA",
"last_application_ping": null,
"current_game": 1,
"server_from_team": 0,
"team_one_player_one_country": "",
"team_one_player_two_country": "",
"team_two_player_one_country": "",
"team_two_player_two_country": "",
"event_title": "",
"event_uuid": "",
"pb_tournament_code": "",
"court_location_id": "",
"court_title": "",
"court_uuid": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"team_one_winning_percentage": 51,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "",
"score_format_title": "",
"score_format_shorthand": "",
"score_format_game_best": 0,
"score_format_game_best_out_of": 0,
"score_format_game_one_max": 0,
"score_format_game_one_win_by": 0,
"score_format_game_one_no_timeouts": 0,
"score_format_game_two_max": 0,
"score_format_game_two_win_by": 0,
"score_format_game_two_no_timeouts": 0,
"score_format_game_three_max": 0,
"score_format_game_three_win_by": 0,
"score_format_game_three_no_timeouts": 0,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 0,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 0,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "",
"team_winner_b_uuid": "",
"team_loser_uuid": "",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "",
"team_one_player_two_first_name": "",
"team_two_player_one_first_name": "",
"team_two_player_two_first_name": "",
"team_one_player_one_last_name": "",
"team_one_player_two_last_name": "",
"team_two_player_one_last_name": "",
"team_two_player_two_last_name": "",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
},
{
"match_uuid": "8ea76413-28ae-495a-8c82-752e20362aec",
"team_one_player_one_name": "Debbie Ellis",
"team_one_player_two_name": "Alicia McCombs",
"team_two_player_one_name": "Patty Shaw",
"team_two_player_two_name": "Misty Moore",
"team_one_seed": 3,
"team_one_rank": 3,
"team_one_rating": 0,
"team_two_seed": 4,
"team_two_rank": 4,
"team_two_rating": 0,
"server": 0,
"match_status": 4,
"match_completed_type": 0,
"winner": 2,
"match_planned_start": "2023-03-18T13:00:00Z",
"match_start": null,
"match_assigned_to_court": "2023-03-18T12:46:31Z",
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": "2023-03-18T13:45:21Z",
"team_one_game_one_score": 2,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 11,
"team_two_game_two_score": 11,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "Round-Robin",
"player_group_title": "Womens",
"format_title": "Doubles",
"bracket_level_title": "Amateur",
"tournament_title": "Geaux! Pickleball Tournament",
"tournament_logo": "https://pickleballbrackets.com/uploads/Clubs/73efe571-0b5c-4fa8-bb29-df8748aa8c8a/ef83bc53-7c03-402f-8979-88c12509a3e2_Logo.png",
"tournament_location": "Katy, TX",
"tournament_start_date": "2023-03-17T13:00:00Z",
"tournament_end_date": "2023-03-19T13:00:00Z",
"tournament_uuid": "ef83bc53-7c03-402f-8979-88c12509a3e2",
"in_bracket_type": "RR",
"round_team_count": 0,
"round_number": 1,
"match_number": 3,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "41BAAAA7-AB2D-4842-8DE7-C6926E4EC33A",
"team_one_player_two_uuid": "8d443a60-dd47-4fed-b492-8c851e4a90a7",
"team_two_player_one_uuid": "2140d49b-e73a-46f5-a0d1-1c5212a0fe0c",
"team_two_player_two_uuid": "703539b9-f857-422c-a95a-bcefce80c537",
"team_one_uuid": "199743b2-1d7e-4548-97db-88ca130f3eb0",
"team_two_uuid": "9c650d5f-8353-4579-a238-94da438d3c55",
"last_application_ping": null,
"current_game": 2,
"server_from_team": 0,
"team_one_player_one_country": "United States",
"team_one_player_two_country": "United States",
"team_two_player_one_country": "United States",
"team_two_player_two_country": "United States",
"event_title": "Womens Doubles Skill: (3.0 And Under) Age: (Any)",
"event_uuid": "b78b872f-f00b-4343-b14e-668faf8b970e",
"pb_tournament_code": "PB1976",
"court_location_id": "",
"court_title": "4",
"court_uuid": "b7ea6dfb-3042-4877-b79d-6cd719ba15e3",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"team_one_winning_percentage": 50,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "17",
"score_format_title": "2 out of 3, All games to 11 win by 2",
"score_format_shorthand": "2 of 3 all games to 11 by 2",
"score_format_game_best": 2,
"score_format_game_best_out_of": 3,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 11,
"score_format_game_two_win_by": 2,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 11,
"score_format_game_three_win_by": 2,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "9c650d5f-8353-4579-a238-94da438d3c55",
"team_winner_b_uuid": "",
"team_loser_uuid": "199743b2-1d7e-4548-97db-88ca130f3eb0",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "",
"team_one_player_two_first_name": "",
"team_two_player_one_first_name": "",
"team_two_player_two_first_name": "",
"team_one_player_one_last_name": "",
"team_one_player_two_last_name": "",
"team_two_player_one_last_name": "",
"team_two_player_two_last_name": "",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
}
],
"SinglesLastTwoMatches": [],
"SkinnySinglesLastTwoMatches": []
}
]
}
List One User Stat
GET /v1/user_matches_stats/{{uuid}}
💡
This request requires “PB-API-TOKEN” from the platforms or “PB-USER-TOKEN” from the authenticated user.
Request
Empty
Response
{
"PlayerStats": {
"UserUuid": "6f862c1d-1317-4fe7-bdcd-64caa0dbb088",
"FullName": "Benjamin Johns",
"SinglesWon": 195,
"SinglesLost": 16,
"DoublesWon": 233,
"DoublesLost": 27,
"MixWon": 106,
"MixLost": 15,
"SinglesGold": 31,
"SinglesSilver": 3,
"SinglesBronze": 3,
"SinglesApperances": 211,
"DoublesGold": 38,
"DoublesSilver": 8,
"DoublesBronze": 10,
"DoublesApperances": 260,
"MixGold": 18,
"MixSilver": 2,
"MixBronze": 2,
"MixApperances": 121,
"DoublesGSApperances": 46,
"DoublesBApperances": 12,
"MixGSApperances": 20,
"MixBApperances": 3,
"SinglesGSApperances": 34,
"SinglesBApperances": 4,
"GoldGamesPlayed": 142,
"MixLongestWinStreak": 26,
"SinglesLongestWinStreak": 52,
"DoublesLongestWinStreak": 47,
"SkinnySinglesLongestWinStreak": 0,
"SkinnySinglesWon": 0,
"SkinnySinglesLost": 0,
"SkinnySinglesGold": 0,
"SkinnySinglesSilver": 0,
"SkinnySinglesBronze": 0,
"SkinnySinglesApperances": 0,
"SkinnySinglesGSApperances": 0,
"SkinnySinglesBApperances": 0,
"MixBestWin": null,
"SinglesBestWin": null,
"DoublesBestWin": {
"match_uuid": "4415-232-41",
"team_one_player_one_name": "Matt Wright",
"team_one_player_two_name": "Benjamin Johns",
"team_two_player_one_name": "Tyson McGuffin",
"team_two_player_two_name": "Riley Newman",
"team_one_seed": 2,
"team_one_rank": 0,
"team_one_rating": 12.265,
"team_two_seed": 1,
"team_two_rank": 0,
"team_two_rating": 12.393,
"server": 0,
"match_status": 1,
"match_completed_type": 0,
"winner": 1,
"match_planned_start": null,
"match_start": null,
"match_assigned_to_court": null,
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": null,
"team_one_game_one_score": 11,
"team_one_game_two_score": 11,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 3,
"team_two_game_two_score": 1,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "Mens",
"format_title": "Doubles",
"bracket_level_title": "",
"tournament_title": "Texas Open",
"tournament_logo": "https://www.pickleballtournaments.com/Tournaments/TX/2020_TexasOpen/logo.png",
"tournament_location": "Rockwall, TX",
"tournament_start_date": "2020-09-30T03:00:00Z",
"tournament_end_date": "2020-10-04T03:00:00Z",
"tournament_uuid": "4415",
"in_bracket_type": "W",
"round_team_count": 0,
"round_number": 4,
"match_number": 41,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "759ecf95-26a6-4ffe-bb8b-035d3ec05f31",
"team_one_player_two_uuid": "6f862c1d-1317-4fe7-bdcd-64caa0dbb088",
"team_two_player_one_uuid": "dbcb41e9-e983-410b-bc23-d184d034cfc0",
"team_two_player_two_uuid": "05b194b3-db88-4f77-a26f-5ef5cfbf6146",
"team_one_uuid": "4415-232-5",
"team_two_uuid": "4415-232-4",
"last_application_ping": null,
"current_game": 2,
"server_from_team": 0,
"team_one_player_one_country": "",
"team_one_player_two_country": "United States",
"team_two_player_one_country": "United States",
"team_two_player_two_country": "United States",
"event_title": "Mens Pro Doubles",
"event_uuid": "4415-232",
"pb_tournament_code": "4415",
"court_location_id": "",
"court_title": "",
"court_uuid": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"team_one_winning_percentage": 0,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "17",
"score_format_title": "2/3 to 11",
"score_format_shorthand": "2/3 to 11",
"score_format_game_best": 2,
"score_format_game_best_out_of": 3,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 11,
"score_format_game_two_win_by": 2,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 11,
"score_format_game_three_win_by": 2,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "4415-232-5",
"team_winner_b_uuid": "",
"team_loser_uuid": "4415-232-4",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "",
"team_one_player_two_first_name": "",
"team_two_player_one_first_name": "",
"team_two_player_two_first_name": "",
"team_one_player_one_last_name": "",
"team_one_player_two_last_name": "",
"team_two_player_one_last_name": "",
"team_two_player_two_last_name": "",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
},
"SkinnySinglesBestWin": null,
"MixUnderdogWins": 0,
"SinglesUnderdogWins": 0,
"DoublesUnderdogWins": 2,
"SkinnySinglesUnderdogWins": 0,
"MixLastTwoMatches": [
{
"match_uuid": "7469-386-53",
"team_one_player_one_name": "Andrea Koop",
"team_one_player_two_name": "Benjamin Johns",
"team_two_player_one_name": "Lacy Schneemann",
"team_two_player_two_name": "Tyson McGuffin",
"team_one_seed": 1,
"team_one_rank": 0,
"team_one_rating": 12.39,
"team_two_seed": 12,
"team_two_rank": 0,
"team_two_rating": 11.229,
"server": 1,
"match_status": 2,
"match_completed_type": 0,
"winner": 2,
"match_planned_start": "2023-04-21T18:15:00Z",
"match_start": "2023-04-21T21:11:28.942Z",
"match_assigned_to_court": "2023-04-21T21:03:00Z",
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": null,
"team_one_game_one_score": 6,
"team_one_game_two_score": 8,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 11,
"team_two_game_two_score": 11,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "Mixed",
"format_title": "Doubles",
"bracket_level_title": "",
"tournament_title": "OGIO Newport Beach Shootout",
"tournament_logo": "https://www.pickleballtournaments.com/Tournaments/CA/2023_SDOpen/logo4.png",
"tournament_location": "Newport Beach, CA",
"tournament_start_date": "2023-04-21T05:00:00Z",
"tournament_end_date": "2023-04-23T05:00:00Z",
"tournament_uuid": "7469",
"in_bracket_type": "W",
"round_team_count": 0,
"round_number": 3,
"match_number": 53,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "45e53881-72e4-4de1-9763-c2e7f7f854ba",
"team_one_player_two_uuid": "6f862c1d-1317-4fe7-bdcd-64caa0dbb088",
"team_two_player_one_uuid": "a3ed7970-35d2-485c-8285-187c298a2d83",
"team_two_player_two_uuid": "dbcb41e9-e983-410b-bc23-d184d034cfc0",
"team_one_uuid": "7469-386-6",
"team_two_uuid": "7469-386-12",
"last_application_ping": "2023-04-21T21:51:30.141Z",
"current_game": 2,
"server_from_team": 2,
"team_one_player_one_country": "United States",
"team_one_player_two_country": "United States",
"team_two_player_one_country": "United States",
"team_two_player_two_country": "United States",
"event_title": "Mixed Pro Doubles",
"event_uuid": "7469-386",
"pb_tournament_code": "7469",
"court_location_id": "7469-Main",
"court_title": "CCA",
"court_uuid": "7469-Main-CCA",
"location_venue_name": "The Tennis and Pickleball Club at Newport Beach",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "A",
"court_module_id": "7469",
"team_one_winning_percentage": 91.7,
"round_text": "",
"court_location_code": "0",
"game_one_status": "5",
"game_two_status": "5",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "1682121128",
"score_format_uuid": "17",
"score_format_title": "2/3 to 11",
"score_format_shorthand": "2/3 to 11",
"score_format_game_best": 2,
"score_format_game_best_out_of": 3,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 11,
"score_format_game_two_win_by": 2,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 11,
"score_format_game_three_win_by": 2,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 1,
"timeout_count_team_one_game_two": 2,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 1,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": "2023-04-21T21:26:36.501Z",
"game_two_end_date": "2023-04-21T21:51:48.608Z",
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "",
"team_winner_b_uuid": "",
"team_loser_uuid": "",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "Andrea",
"team_one_player_two_first_name": "Benjamin",
"team_two_player_one_first_name": "Lacy",
"team_two_player_two_first_name": "Tyson",
"team_one_player_one_last_name": "Koop",
"team_one_player_two_last_name": "Johns",
"team_two_player_one_last_name": "Schneemann",
"team_two_player_two_last_name": "McGuffin",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
},
{
"match_uuid": "7425-564-27",
"team_one_player_one_name": "Anna Leigh Waters",
"team_one_player_two_name": "Benjamin Johns",
"team_two_player_one_name": "",
"team_two_player_two_name": "",
"team_one_seed": 1,
"team_one_rank": 0,
"team_one_rating": 5,
"team_two_seed": 0,
"team_two_rank": 0,
"team_two_rating": 0,
"server": 0,
"match_status": 1,
"match_completed_type": 0,
"winner": 2,
"match_planned_start": "2023-05-19T10:55:00Z",
"match_start": null,
"match_assigned_to_court": null,
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": null,
"team_one_game_one_score": 0,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 0,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "Mixed",
"format_title": "Doubles",
"bracket_level_title": "",
"tournament_title": "PPA Tour: Atlanta Open",
"tournament_logo": "https://www.pickleballtournaments.com/Tournaments/GA/2023_PPAATLO/logo3.png",
"tournament_location": "Peachtree Corners, GA",
"tournament_start_date": "2023-05-17T02:00:00Z",
"tournament_end_date": "2023-05-21T02:00:00Z",
"tournament_uuid": "7425",
"in_bracket_type": "W",
"round_team_count": 0,
"round_number": 1,
"match_number": 27,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "129b2771-34b5-4b7f-9c23-e020a6aa3e6a",
"team_one_player_two_uuid": "6f862c1d-1317-4fe7-bdcd-64caa0dbb088",
"team_two_player_one_uuid": "",
"team_two_player_two_uuid": "",
"team_one_uuid": "7425-564-10",
"team_two_uuid": "",
"last_application_ping": null,
"current_game": 0,
"server_from_team": 0,
"team_one_player_one_country": "United States",
"team_one_player_two_country": "United States",
"team_two_player_one_country": "",
"team_two_player_two_country": "",
"event_title": "Mixed Doubles Pro",
"event_uuid": "7425-564",
"pb_tournament_code": "7425",
"court_location_id": "",
"court_title": "",
"court_uuid": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"team_one_winning_percentage": 100,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "17",
"score_format_title": "2/3 to 11",
"score_format_shorthand": "2/3 to 11",
"score_format_game_best": 2,
"score_format_game_best_out_of": 3,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 11,
"score_format_game_two_win_by": 2,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 11,
"score_format_game_three_win_by": 2,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "",
"team_winner_b_uuid": "",
"team_loser_uuid": "",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "Anna Leigh",
"team_one_player_two_first_name": "Benjamin",
"team_two_player_one_first_name": "",
"team_two_player_two_first_name": "",
"team_one_player_one_last_name": "Waters",
"team_one_player_two_last_name": "Johns",
"team_two_player_one_last_name": "",
"team_two_player_two_last_name": "",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
}
],
"DoublesLastTwoMatches": [
{
"match_uuid": "7425-581-1",
"team_one_player_one_name": "Benjamin Johns",
"team_one_player_two_name": "Collin Johns",
"team_two_player_one_name": "Hartland Jones",
"team_two_player_two_name": "Jonny Pickleball Andrews",
"team_one_seed": 1,
"team_one_rank": 0,
"team_one_rating": 13.294,
"team_two_seed": 32,
"team_two_rank": 0,
"team_two_rating": 9.391,
"server": 0,
"match_status": 1,
"match_completed_type": 0,
"winner": 0,
"match_planned_start": "2023-05-20T10:00:00Z",
"match_start": null,
"match_assigned_to_court": null,
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": null,
"team_one_game_one_score": 0,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 0,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "Mens",
"format_title": "Doubles",
"bracket_level_title": "",
"tournament_title": "PPA Tour: Atlanta Open",
"tournament_logo": "https://www.pickleballtournaments.com/Tournaments/GA/2023_PPAATLO/logo3.png",
"tournament_location": "Peachtree Corners, GA",
"tournament_start_date": "2023-05-17T02:00:00Z",
"tournament_end_date": "2023-05-21T02:00:00Z",
"tournament_uuid": "7425",
"in_bracket_type": "W",
"round_team_count": 0,
"round_number": 0,
"match_number": 1,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "6f862c1d-1317-4fe7-bdcd-64caa0dbb088",
"team_one_player_two_uuid": "6160a7c7-6b90-41f1-96d3-af5fa1623ca5",
"team_two_player_one_uuid": "16da5c8a-323d-4bfd-98e2-cdc2bd8e93cf",
"team_two_player_two_uuid": "9d55617e-fe7a-4d1c-8bda-3637647ff5cc",
"team_one_uuid": "7425-581-4",
"team_two_uuid": "7425-581-41",
"last_application_ping": null,
"current_game": 0,
"server_from_team": 0,
"team_one_player_one_country": "United States",
"team_one_player_two_country": "United States",
"team_two_player_one_country": "United States",
"team_two_player_two_country": "United States",
"event_title": "Mens Doubles Pro",
"event_uuid": "7425-581",
"pb_tournament_code": "7425",
"court_location_id": "",
"court_title": "",
"court_uuid": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"team_one_winning_percentage": 100,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "17",
"score_format_title": "2/3 to 11",
"score_format_shorthand": "2/3 to 11",
"score_format_game_best": 2,
"score_format_game_best_out_of": 3,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 11,
"score_format_game_two_win_by": 2,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 11,
"score_format_game_three_win_by": 2,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "",
"team_winner_b_uuid": "",
"team_loser_uuid": "",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "Benjamin",
"team_one_player_two_first_name": "Collin",
"team_two_player_one_first_name": "Hartland",
"team_two_player_two_first_name": "Jonny Pickleball",
"team_one_player_one_last_name": "Johns",
"team_one_player_two_last_name": "Johns",
"team_two_player_one_last_name": "Jones",
"team_two_player_two_last_name": "Andrews",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
},
{
"match_uuid": "7037-624-44",
"team_one_player_one_name": "Benjamin Johns",
"team_one_player_two_name": "Collin Johns",
"team_two_player_one_name": "Dekel Bar",
"team_two_player_two_name": "James Johnson",
"team_one_seed": 2,
"team_one_rank": 0,
"team_one_rating": 12.326,
"team_two_seed": 3,
"team_two_rank": 0,
"team_two_rating": 11.974,
"server": 0,
"match_status": 1,
"match_completed_type": 0,
"winner": 1,
"match_planned_start": null,
"match_start": null,
"match_assigned_to_court": null,
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": null,
"team_one_game_one_score": 11,
"team_one_game_two_score": 11,
"team_one_game_three_score": 11,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 7,
"team_two_game_two_score": 4,
"team_two_game_three_score": 5,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "Mens",
"format_title": "Doubles",
"bracket_level_title": "",
"tournament_title": "2022 Margaritaville USA Pickleball National Championships",
"tournament_logo": "https://www.pickleballtournaments.com/Tournaments/CA/2022_USANats/logo7.jpg",
"tournament_location": "Indian Wells, CA",
"tournament_start_date": "2022-11-05T06:00:00Z",
"tournament_end_date": "2022-11-13T07:00:00Z",
"tournament_uuid": "7037",
"in_bracket_type": "GS",
"round_team_count": 0,
"round_number": 9,
"match_number": 44,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "6f862c1d-1317-4fe7-bdcd-64caa0dbb088",
"team_one_player_two_uuid": "6160a7c7-6b90-41f1-96d3-af5fa1623ca5",
"team_two_player_one_uuid": "89843e44-48fd-4a3f-b8c0-5f5aa6ae5741",
"team_two_player_two_uuid": "bd061b42-2f82-4bbe-82be-d8bcfb37f9e1",
"team_one_uuid": "7037-624-15",
"team_two_uuid": "7037-624-20",
"last_application_ping": null,
"current_game": 3,
"server_from_team": 0,
"team_one_player_one_country": "United States",
"team_one_player_two_country": "United States",
"team_two_player_one_country": "Israel",
"team_two_player_two_country": "United States",
"event_title": "Mens Pro Doubles",
"event_uuid": "7037-624",
"pb_tournament_code": "7037",
"court_location_id": "",
"court_title": "",
"court_uuid": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"team_one_winning_percentage": 73.8,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "40",
"score_format_title": "3/5 to 11",
"score_format_shorthand": "Gold: 3/5 to 11",
"score_format_game_best": 3,
"score_format_game_best_out_of": 5,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 11,
"score_format_game_two_win_by": 2,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 11,
"score_format_game_three_win_by": 2,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 11,
"score_format_game_four_win_by": 2,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 11,
"score_format_game_five_win_by": 2,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "",
"team_winner_b_uuid": "",
"team_loser_uuid": "",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "",
"team_one_player_two_first_name": "",
"team_two_player_one_first_name": "",
"team_two_player_two_first_name": "",
"team_one_player_one_last_name": "",
"team_one_player_two_last_name": "",
"team_two_player_one_last_name": "",
"team_two_player_two_last_name": "",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
}
],
"SinglesLastTwoMatches": [
{
"match_uuid": "7425-520-18",
"team_one_player_one_name": "Benjamin Johns",
"team_one_player_two_name": "",
"team_two_player_one_name": "",
"team_two_player_two_name": "",
"team_one_seed": 1,
"team_one_rank": 0,
"team_one_rating": 6.205,
"team_two_seed": 0,
"team_two_rank": 0,
"team_two_rating": 0,
"server": 0,
"match_status": 1,
"match_completed_type": 0,
"winner": 2,
"match_planned_start": "2023-05-18T10:55:00Z",
"match_start": null,
"match_assigned_to_court": null,
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": null,
"team_one_game_one_score": 0,
"team_one_game_two_score": 0,
"team_one_game_three_score": 0,
"team_one_game_four_score": 0,
"team_one_game_five_score": 0,
"team_two_game_one_score": 0,
"team_two_game_two_score": 0,
"team_two_game_three_score": 0,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "Mens",
"format_title": "Singles",
"bracket_level_title": "",
"tournament_title": "Acrytech Atlanta Open",
"tournament_logo": "https://www.pickleballtournaments.com/Tournaments/GA/2023_PPAATLO/logo3.png",
"tournament_location": "Peachtree Corners, GA",
"tournament_start_date": "2023-05-17T02:00:00Z",
"tournament_end_date": "2023-05-21T02:00:00Z",
"tournament_uuid": "7425",
"in_bracket_type": "W",
"round_team_count": 0,
"round_number": 1,
"match_number": 18,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "6f862c1d-1317-4fe7-bdcd-64caa0dbb088",
"team_one_player_two_uuid": "",
"team_two_player_one_uuid": "",
"team_two_player_two_uuid": "",
"team_one_uuid": "7425-520-7",
"team_two_uuid": "",
"last_application_ping": null,
"current_game": 0,
"server_from_team": 0,
"team_one_player_one_country": "United States",
"team_one_player_two_country": "",
"team_two_player_one_country": "",
"team_two_player_two_country": "",
"event_title": "Mens Singles Pro",
"event_uuid": "7425-520",
"pb_tournament_code": "7425",
"court_location_id": "",
"court_title": "",
"court_uuid": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"team_one_winning_percentage": 100,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "17",
"score_format_title": "2/3 to 11",
"score_format_shorthand": "2/3 to 11",
"score_format_game_best": 2,
"score_format_game_best_out_of": 3,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 11,
"score_format_game_two_win_by": 2,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 11,
"score_format_game_three_win_by": 2,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 0,
"score_format_game_four_win_by": 0,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 0,
"score_format_game_five_win_by": 0,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "",
"team_winner_b_uuid": "",
"team_loser_uuid": "",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "Benjamin",
"team_one_player_two_first_name": "",
"team_two_player_one_first_name": "",
"team_two_player_two_first_name": "",
"team_one_player_one_last_name": "Johns",
"team_one_player_two_last_name": "",
"team_two_player_one_last_name": "",
"team_two_player_two_last_name": "",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
},
{
"match_uuid": "7037-533-50",
"team_one_player_one_name": "Benjamin Johns",
"team_one_player_two_name": "",
"team_two_player_one_name": "Julian Arnold",
"team_two_player_two_name": "",
"team_one_seed": 2,
"team_one_rank": 0,
"team_one_rating": 5.88,
"team_two_seed": 6,
"team_two_rank": 0,
"team_two_rating": 5.38,
"server": 0,
"match_status": 1,
"match_completed_type": 0,
"winner": 1,
"match_planned_start": null,
"match_start": null,
"match_assigned_to_court": null,
"up_next_estimated_start_date": null,
"up_next_2_estimated_start_date": null,
"match_completed": null,
"team_one_game_one_score": 12,
"team_one_game_two_score": 7,
"team_one_game_three_score": 11,
"team_one_game_four_score": 11,
"team_one_game_five_score": 0,
"team_two_game_one_score": 10,
"team_two_game_two_score": 11,
"team_two_game_three_score": 7,
"team_two_game_four_score": 0,
"team_two_game_five_score": 0,
"bracket_format_title": "",
"player_group_title": "Mens",
"format_title": "Singles",
"bracket_level_title": "",
"tournament_title": "2022 Margaritaville USA Pickleball National Championships",
"tournament_logo": "https://www.pickleballtournaments.com/Tournaments/CA/2022_USANats/logo7.jpg",
"tournament_location": "Indian Wells, CA",
"tournament_start_date": "2022-11-05T06:00:00Z",
"tournament_end_date": "2022-11-13T07:00:00Z",
"tournament_uuid": "7037",
"in_bracket_type": "GS",
"round_team_count": 0,
"round_number": 9,
"match_number": 50,
"team_one_b_uuid": null,
"team_two_b_uuid": null,
"team_one_player_one_uuid": "6f862c1d-1317-4fe7-bdcd-64caa0dbb088",
"team_one_player_two_uuid": "",
"team_two_player_one_uuid": "2bfe44bb-d558-411f-abeb-c8522dd42ce9",
"team_two_player_two_uuid": "",
"team_one_uuid": "7037-533-14",
"team_two_uuid": "7037-533-7",
"last_application_ping": null,
"current_game": 4,
"server_from_team": 0,
"team_one_player_one_country": "United States",
"team_one_player_two_country": "",
"team_two_player_one_country": "United States",
"team_two_player_two_country": "",
"event_title": "Mens Pro Singles",
"event_uuid": "7037-533",
"pb_tournament_code": "7037",
"court_location_id": "",
"court_title": "",
"court_uuid": "",
"location_venue_name": "",
"location_venue_alt_name": "",
"up_next_court_uuid": "",
"tv_id": "",
"court_module_id": "",
"team_one_winning_percentage": 73.8,
"round_text": "",
"court_location_code": "",
"game_one_status": "0",
"game_two_status": "0",
"game_three_status": "0",
"game_four_status": "0",
"game_five_status": "0",
"insert_at": "0",
"score_format_uuid": "40",
"score_format_title": "3/5 to 11",
"score_format_shorthand": "Gold: 3/5 to 11",
"score_format_game_best": 3,
"score_format_game_best_out_of": 5,
"score_format_game_one_max": 11,
"score_format_game_one_win_by": 2,
"score_format_game_one_no_timeouts": 2,
"score_format_game_two_max": 11,
"score_format_game_two_win_by": 2,
"score_format_game_two_no_timeouts": 2,
"score_format_game_three_max": 11,
"score_format_game_three_win_by": 2,
"score_format_game_three_no_timeouts": 2,
"score_format_game_four_max": 11,
"score_format_game_four_win_by": 2,
"score_format_game_four_no_timeouts": 2,
"score_format_game_five_max": 11,
"score_format_game_five_win_by": 2,
"score_format_game_five_no_timeouts": 2,
"played_on_court_title": "",
"played_on_court_uuid": "",
"timeout_count_team_one_game_one": 0,
"timeout_count_team_one_game_two": 0,
"timeout_count_team_one_game_three": 0,
"timeout_count_team_one_game_four": 0,
"timeout_count_team_one_game_five": 0,
"timeout_count_team_two_game_one": 0,
"timeout_count_team_two_game_two": 0,
"timeout_count_team_two_game_three": 0,
"timeout_count_team_two_game_four": 0,
"timeout_count_team_two_game_five": 0,
"game_one_end_date": null,
"game_two_end_date": null,
"game_three_end_date": null,
"game_four_end_date": null,
"game_five_end_date": null,
"team_winner_uuid": "",
"team_winner_b_uuid": "",
"team_loser_uuid": "",
"team_loser_b_uuid": "",
"is_consumed_by_referee_app": false,
"completed_by_refereeapp": false,
"team_one_player_one_first_name": "",
"team_one_player_two_first_name": "",
"team_two_player_one_first_name": "",
"team_two_player_two_first_name": "",
"team_one_player_one_last_name": "",
"team_one_player_two_last_name": "",
"team_two_player_one_last_name": "",
"team_two_player_two_last_name": "",
"team_one_player_one_name_suffix": "",
"team_one_player_two_name_suffix": "",
"team_two_player_one_name_suffix": "",
"team_two_player_two_name_suffix": "",
"pre_medal_match": false,
"team_one_player_one_rating": null,
"team_one_player_two_rating": null,
"team_two_player_one_rating": null,
"team_two_player_two_rating": null
}
],
"SkinnySinglesLastTwoMatches": []
},
"StatsVsOpponent": {
"": {
"UserUuid": "",
"FullName": "",
"GoldGamesPlayed": 0,
"GoldMatchesPlayed": 0,
"GoldMatchesWon": 0,
"BronzeMatchesWon": 0,
"GamesPlayed": 0,
"MatchesPlayed": 2,
"MatchesWon": 0
},
"00fdbdfc-78ab-4968-b8c7-174a3ae93865": {
"UserUuid": "00fdbdfc-78ab-4968-b8c7-174a3ae93865",
"FullName": "Scott Golden",
"GoldGamesPlayed": 0,
"GoldMatchesPlayed": 0,
"GoldMatchesWon": 0,
"BronzeMatchesWon": 0,
"GamesPlayed": 0,
"MatchesPlayed": 1,
"MatchesWon": 1
},
"046d5ebc-5772-41de-a637-6695ac283ffe": {
"UserUuid": "046d5ebc-5772-41de-a637-6695ac283ffe",
"FullName": "Mehdi Khazaeli",
"GoldGamesPlayed": 0,
"GoldMatchesPlayed": 0,
"GoldMatchesWon": 0,
"BronzeMatchesWon": 0,
"GamesPlayed": 0,
"MatchesPlayed": 2,
"MatchesWon": 2
},
"0502ebaa-d307-4e2c-8c7e-9d08518f108d": {
"UserUuid": "0502ebaa-d307-4e2c-8c7e-9d08518f108d",
"FullName": "Jennifer Tavernier",
"GoldGamesPlayed": 0,
"GoldMatchesPlayed": 0,
"GoldMatchesWon": 0,
"BronzeMatchesWon": 0,
"GamesPlayed": 0,
"MatchesPlayed": 1,
"MatchesWon": 1
}
},
"StatsWithPartner": {
"07ba5aa2-4581-4f2e-a62a-ec802353725c": {
"UserUuid": "07ba5aa2-4581-4f2e-a62a-ec802353725c",
"FullName": "Irina Tereschenko",
"GoldGamesPlayed": 3,
"GoldMatchesPlayed": 1,
"GoldMatchesWon": 1,
"BronzeMatchesWon": 0,
"MatchesPlayed": 4,
"MatchesWon": 4
},
"129b2771-34b5-4b7f-9c23-e020a6aa3e6a": {
"UserUuid": "129b2771-34b5-4b7f-9c23-e020a6aa3e6a",
"FullName": "Anna Leigh Waters",
"GoldGamesPlayed": 73,
"GoldMatchesPlayed": 16,
"GoldMatchesWon": 16,
"BronzeMatchesWon": 0,
"MatchesPlayed": 80,
"MatchesWon": 75
}
},
"StatsPerYear": {
"2022": {
"UserUuid": "6f862c1d-1317-4fe7-bdcd-64caa0dbb088",
"FullName": "Benjamin Johns",
"SinglesWon": 71,
"SinglesLost": 8,
"DoublesWon": 70,
"DoublesLost": 7,
"MixWon": 70,
"MixLost": 7,
"SinglesGold": 9,
"SinglesSilver": 2,
"SinglesBronze": 3,
"SinglesApperances": 79,
"DoublesGold": 13,
"DoublesSilver": 4,
"DoublesBronze": 1,
"DoublesApperances": 77,
"MixGold": 13,
"MixSilver": 1,
"MixBronze": 1,
"MixApperances": 77,
"DoublesGSApperances": 17,
"DoublesBApperances": 1,
"MixGSApperances": 14,
"MixBApperances": 1,
"SinglesGSApperances": 11,
"SinglesBApperances": 3,
"GoldGamesPlayed": 58,
"MixLongestWinStreak": 0,
"SinglesLongestWinStreak": 0,
"DoublesLongestWinStreak": 0,
"SkinnySinglesLongestWinStreak": 0,
"SkinnySinglesWon": 0,
"SkinnySinglesLost": 0,
"SkinnySinglesGold": 0,
"SkinnySinglesSilver": 0,
"SkinnySinglesBronze": 0,
"SkinnySinglesApperances": 0,
"SkinnySinglesGSApperances": 0,
"SkinnySinglesBApperances": 0,
"MixBestWin": null,
"SinglesBestWin": null,
"DoublesBestWin": null,
"SkinnySinglesBestWin": null,
"MixUnderdogWins": 0,
"SinglesUnderdogWins": 0,
"DoublesUnderdogWins": 0,
"SkinnySinglesUnderdogWins": 0,
"MixLastTwoMatches": [],
"DoublesLastTwoMatches": [],
"SinglesLastTwoMatches": [],
"SkinnySinglesLastTwoMatches": []
},
"2023": {
"UserUuid": "6f862c1d-1317-4fe7-bdcd-64caa0dbb088",
"FullName": "Benjamin Johns",
"SinglesWon": 23,
"SinglesLost": 3,
"DoublesWon": 26,
"DoublesLost": 3,
"MixWon": 25,
"MixLost": 5,
"SinglesGold": 4,
"SinglesSilver": 0,
"SinglesBronze": 0,
"SinglesApperances": 26,
"DoublesGold": 5,
"DoublesSilver": 0,
"DoublesBronze": 0,
"DoublesApperances": 29,
"MixGold": 4,
"MixSilver": 0,
"MixBronze": 1,
"MixApperances": 30,
"DoublesGSApperances": 5,
"DoublesBApperances": 0,
"MixGSApperances": 4,
"MixBApperances": 1,
"SinglesGSApperances": 4,
"SinglesBApperances": 1,
"GoldGamesPlayed": 16,
"MixLongestWinStreak": 0,
"SinglesLongestWinStreak": 0,
"DoublesLongestWinStreak": 0,
"SkinnySinglesLongestWinStreak": 0,
"SkinnySinglesWon": 0,
"SkinnySinglesLost": 0,
"SkinnySinglesGold": 0,
"SkinnySinglesSilver": 0,
"SkinnySinglesBronze": 0,
"SkinnySinglesApperances": 0,
"SkinnySinglesGSApperances": 0,
"SkinnySinglesBApperances": 0,
"MixBestWin": null,
"SinglesBestWin": null,
"DoublesBestWin": null,
"SkinnySinglesBestWin": null,
"MixUnderdogWins": 0,
"SinglesUnderdogWins": 0,
"DoublesUnderdogWins": 0,
"SkinnySinglesUnderdogWins": 0,
"MixLastTwoMatches": [],
"DoublesLastTwoMatches": [],
"SinglesLastTwoMatches": [],
"SkinnySinglesLastTwoMatches": []
}
}
}
List ScoreTicker Games
GET
GET /v1/matches_data/scoreticker-games
💡
This request requires “PB-API-TOKEN” from the platforms.
Query parameters
Name | Description |
---|---|
tv_id | required |
tournament_code | required |
include_minutes_old | When you pass in this parameter, if you for example pass the parameter value=5, it will return all the matches that ended in last five minutes. If you set this parameter value=0 or not pass it, it will always return the last match |
club_uuids | not required |
event_uuids | not required |
bracket_level_ids | not required, can pass multiple arguents separated by comma |
Bracket level can be : 1 - Amateur 2 - PRO 3 - Senior PRO 4 - Junior PRO 5 - Junior Amateur 6 - Senior Amateur
Request
Empty
Response
{
"games": [
{
"TournamentTitle": "3rd Annual Delray Beach Pickleball Open ($30K)",
"EventTitle": "Amateur - Mixed Doubles (Skill/Age) 3.5:30+,40+,50+",
"T1_P1_FirstName": "Jennifer",
"T1_P1_LastName": "Reichel",
"T1_P1_Country": "United States",
"T1_P2_FirstName": "John",
"T1_P2_LastName": "Reichel",
"T1_P2_Country": "United States",
"T2_P1_FirstName": "Kathleen",
"T2_P1_LastName": "Cavataio",
"T2_P1_Country": "United States",
"T2_P2_FirstName": "Mike",
"T2_P2_LastName": "Cavataio",
"T2_P2_Country": "United States",
"T1_SeedNumber": 4,
"T2_SeedNumber": 9,
"CurrentGameNum": 0,
"CurrentServingTeam": 0,
"CurrentServingPlayer": 0,
"WinningTeam": 0,
"T1_P1_NameSuffix": "",
"T1_P2_NameSuffix": "",
"T2_P1_NameSuffix": "",
"T2_P2_NameSuffix": "",
"SponsorTitle": "",
"SponsorLogo": "",
"SponsorUrl": "",
"WhereToWatchChannels": "",
"Num": 1,
"T1_Score": 0,
"T2_Score": 0,
"TotalTimeouts": 2,
"T1_TotalTimeoutsUsed": 0,
"T2_TotalTimeoutsUsed": 0,
"MinutesPlayed": 0,
"Status": "Not completed",
"CompleteStatus": "Game not completed",
"ScoreMaxFormat": 11,
"ScoreFormatWinBy": 2,
"GameEndDate": null,
"utc_offset": 0,
"timezone_abbreviation": "",
"CurrentServingNumber": 1
},
{
"TournamentTitle": "3rd Annual Delray Beach Pickleball Open ($30K)",
"EventTitle": "Amateur - Mixed Doubles (Skill/Age) 3.5:30+,40+,50+",
"T1_P1_FirstName": "Jennifer",
"T1_P1_LastName": "Reichel",
"T1_P1_Country": "United States",
"T1_P2_FirstName": "John",
"T1_P2_LastName": "Reichel",
"T1_P2_Country": "United States",
"T2_P1_FirstName": "Kathleen",
"T2_P1_LastName": "Cavataio",
"T2_P1_Country": "United States",
"T2_P2_FirstName": "Mike",
"T2_P2_LastName": "Cavataio",
"T2_P2_Country": "United States",
"T1_SeedNumber": 4,
"T2_SeedNumber": 9,
"CurrentGameNum": 0,
"CurrentServingTeam": 0,
"CurrentServingPlayer": 0,
"WinningTeam": 0,
"T1_P1_NameSuffix": "",
"T1_P2_NameSuffix": "",
"T2_P1_NameSuffix": "",
"T2_P2_NameSuffix": "",
"SponsorTitle": "",
"SponsorLogo": "",
"SponsorUrl": "",
"WhereToWatchChannels": "",
"Num": 2,
"T1_Score": 0,
"T2_Score": 0,
"TotalTimeouts": 2,
"T1_TotalTimeoutsUsed": 0,
"T2_TotalTimeoutsUsed": 0,
"MinutesPlayed": 0,
"Status": "Not completed",
"CompleteStatus": "Game not completed",
"ScoreMaxFormat": 11,
"ScoreFormatWinBy": 2,
"GameEndDate": null,
"utc_offset": 0,
"timezone_abbreviation": "",
"CurrentServingNumber": 1
}]
}
List Scorebug Games
GET
GET /v1/matches_data/scorebug-games
💡
This request requires “PB-API-TOKEN” from the platforms.
Query parameters
Name | Description |
---|---|
tv_id | single letter value |
tournament_code | provided tournament code , example : pb1997 |
Request
Empty
Response
{
"games":[
{
"TournamentTitle":"PPA Tour: North Carolina Cup",
"EventTitle":"Womens Singles Pro Main Draw",
"T1_P1_FirstName":"Anna Leigh",
"T1_P1_LastName":"Waters",
"T1_P1_Country":"USA",
"T1_P2_FirstName":"",
"T1_P2_LastName":"",
"T1_P2_Country":"",
"T2_P1_FirstName":"Catherine",
"T2_P1_LastName":"Parenteau",
"T2_P1_Country":"USA",
"T2_P2_FirstName":"",
"T2_P2_LastName":"",
"T2_P2_Country":"",
"T1_SeedNumber":1,
"T2_SeedNumber":2,
"CurrentServingTeam":0,
"CurrentServingPlayer":0,
"WinningTeam":1,
"T1_P1_NameSuffix":"",
"T1_P2_NameSuffix":"",
"T2_P1_NameSuffix":"",
"T2_P2_NameSuffix":"",
"Num":1,
"T1_Score":11,
"T2_Score":4,
"TotalTimeouts":2,
"T1_TotalTimeoutsUsed":0,
"T2_TotalTimeoutsUsed":0,
"MinutesPlayed":11,
"Status":"Not completed",
"CompleteStatus":"Game not completed",
"ScoreMaxFormat":11,
"ScoreFormatWinBy":2,
"GameEndDate":"2024-04-07T20:04:35.919Z",
"Utc_Offset":-14400,
"Timezone_Abbreviation":"EDT"
},
{
"TournamentTitle":"PPA Tour: North Carolina Cup",
"EventTitle":"Womens Singles Pro Main Draw",
"T1_P1_FirstName":"Anna Leigh",
"T1_P1_LastName":"Waters",
"T1_P1_Country":"USA",
"T1_P2_FirstName":"",
"T1_P2_LastName":"",
"T1_P2_Country":"",
"T2_P1_FirstName":"Catherine",
"T2_P1_LastName":"Parenteau",
"T2_P1_Country":"USA",
"T2_P2_FirstName":"",
"T2_P2_LastName":"",
"T2_P2_Country":"",
"T1_SeedNumber":1,
"T2_SeedNumber":2,
"CurrentServingTeam":0,
"CurrentServingPlayer":0,
"WinningTeam":1,
"T1_P1_NameSuffix":"",
"T1_P2_NameSuffix":"",
"T2_P1_NameSuffix":"",
"T2_P2_NameSuffix":"",
"Num":2,
"T1_Score":11,
"T2_Score":4,
"TotalTimeouts":2,
"T1_TotalTimeoutsUsed":0,
"T2_TotalTimeoutsUsed":0,
"MinutesPlayed":21,
"Status":"Not completed",
"CompleteStatus":"Game not completed",
"ScoreMaxFormat":11,
"ScoreFormatWinBy":2,
"GameEndDate":"2024-04-07T20:26:15.528Z",
"Utc_Offset":-14400,
"Timezone_Abbreviation":"EDT"
},
{
"TournamentTitle":"PPA Tour: North Carolina Cup",
"EventTitle":"Womens Singles Pro Main Draw",
"T1_P1_FirstName":"Anna Leigh",
"T1_P1_LastName":"Waters",
"T1_P1_Country":"USA",
"T1_P2_FirstName":"",
"T1_P2_LastName":"",
"T1_P2_Country":"",
"T2_P1_FirstName":"Catherine",
"T2_P1_LastName":"Parenteau",
"T2_P1_Country":"USA",
"T2_P2_FirstName":"",
"T2_P2_LastName":"",
"T2_P2_Country":"",
"T1_SeedNumber":1,
"T2_SeedNumber":2,
"CurrentServingTeam":0,
"CurrentServingPlayer":0,
"WinningTeam":1,
"T1_P1_NameSuffix":"",
"T1_P2_NameSuffix":"",
"T2_P1_NameSuffix":"",
"T2_P2_NameSuffix":"",
"Num":3,
"T1_Score":0,
"T2_Score":0,
"TotalTimeouts":2,
"T1_TotalTimeoutsUsed":0,
"T2_TotalTimeoutsUsed":0,
"MinutesPlayed":6561,
"Status":"Not completed",
"CompleteStatus":"Game not completed",
"ScoreMaxFormat":11,
"ScoreFormatWinBy":2,
"GameEndDate":null,
"Utc_Offset":-14400,
"Timezone_Abbreviation":"EDT"
}
]
}
Get Scoreticker
GET
GET /v1/matches_data/scoreticker
💡
This request requires “PB-API-TOKEN” from the platforms.
Query parameters
Name | Description |
---|---|
tv_id | required |
tournament_code | required |
include_minutes_old | When you pass in this parameter, if you for example pass the parameter value=5, it will return all the matches that ended in last five minutes. If you set this parameter value=0 or not pass it, it will always return the last match |
club_uuids | not required |
event_uuids | not required |
bracket_level_ids | not required, can pass multiple arguents separated by comma |
Bracket level can be : 1 - Amateur 2 - PRO 3 - Senior PRO 4 - Junior PRO 5 - Junior Amateur 6 - Senior Amateur
Request
Empty
Response
{
"result": [
{
"Data": {
"TournamentTitle": "2023 APP Vlasic Classic - Golden Ticket Qualifier ",
"EventTitle": "Womens PRO Singles",
"T1_P1_FirstName": "Mariana",
"T1_P1_LastName": "Humberg",
"T1_P1_Country": "United States",
"T1_P2_FirstName": "",
"T1_P2_LastName": "",
"T1_P2_Country": "",
"T2_P1_FirstName": "Alia",
"T2_P1_LastName": "Brown",
"T2_P1_Country": "United States",
"T2_P2_FirstName": "",
"T2_P2_LastName": "",
"T2_P2_Country": "",
"T1_SeedNumber": 6,
"T2_SeedNumber": 11,
"CurrentGameNum": 0,
"CurrentServingTeam": 0,
"CurrentServingPlayer": 0,
"WinningTeam": 0,
"T1_P1_NameSuffix": "",
"T1_P2_NameSuffix": "",
"T2_P1_NameSuffix": "",
"T2_P2_NameSuffix": "",
"SponsorTitle": "",
"SponsorLogo": "",
"SponsorUrl": "",
"WhereToWatchChannels": "",
"utc_offset": 0,
"timezone_abbreviation": "",
"CurrentServingNumber": 1,
},
"Games": [
{
"Num": 1,
"T1_Score": 0,
"T2_Score": 0,
"TotalTimeouts": 2,
"T1_TotalTimeoutsUsed": 0,
"T2_TotalTimeoutsUsed": 0,
"MinutesPlayed": 0,
"Status": "Not completed",
"CompleteStatus": "Game not completed",
"ScoreMaxFormat": 11,
"ScoreFormatWinBy": 2,
"GameEndDate": null
},
{
"Num": 2,
"T1_Score": 0,
"T2_Score": 0,
"TotalTimeouts": 2,
"T1_TotalTimeoutsUsed": 0,
"T2_TotalTimeoutsUsed": 0,
"MinutesPlayed": 0,
"Status": "Not completed",
"CompleteStatus": "Game not completed",
"ScoreMaxFormat": 11,
"ScoreFormatWinBy": 2,
"GameEndDate": null
},
{
"Num": 3,
"T1_Score": 0,
"T2_Score": 0,
"TotalTimeouts": 2,
"T1_TotalTimeoutsUsed": 0,
"T2_TotalTimeoutsUsed": 0,
"MinutesPlayed": 0,
"Status": "Not completed",
"CompleteStatus": "Game not completed",
"ScoreMaxFormat": 11,
"ScoreFormatWinBy": 2,
"GameEndDate": null
}
]
},
{
"Data": {
"TournamentTitle": "2023 APP Vlasic Classic - Golden Ticket Qualifier ",
"EventTitle": "Womens PRO Singles",
"T1_P1_FirstName": "Mariana",
"T1_P1_LastName": "Humberg",
"T1_P1_Country": "United States",
"T1_P2_FirstName": "",
"T1_P2_LastName": "",
"T1_P2_Country": "",
"T2_P1_FirstName": "Alia",
"T2_P1_LastName": "Brown",
"T2_P1_Country": "United States",
"T2_P2_FirstName": "",
"T2_P2_LastName": "",
"T2_P2_Country": "",
"T1_SeedNumber": 6,
"T2_SeedNumber": 11,
"CurrentGameNum": 0,
"CurrentServingTeam": 0,
"CurrentServingPlayer": 0,
"WinningTeam": 0,
"T1_P1_NameSuffix": "",
"T1_P2_NameSuffix": "",
"T2_P1_NameSuffix": "",
"T2_P2_NameSuffix": "",
"SponsorTitle": "",
"SponsorLogo": "",
"SponsorUrl": "",
"WhereToWatchChannels": "",
"utc_offset": 0,
"timezone_abbreviation": ""
},
"Games": [
{
"Num": 1,
"T1_Score": 0,
"T2_Score": 0,
"TotalTimeouts": 2,
"T1_TotalTimeoutsUsed": 0,
"T2_TotalTimeoutsUsed": 0,
"MinutesPlayed": 0,
"Status": "Not completed",
"CompleteStatus": "Game not completed",
"ScoreMaxFormat": 11,
"ScoreFormatWinBy": 2,
"GameEndDate": null
},
{
"Num": 2,
"T1_Score": 0,
"T2_Score": 0,
"TotalTimeouts": 2,
"T1_TotalTimeoutsUsed": 0,
"T2_TotalTimeoutsUsed": 0,
"MinutesPlayed": 0,
"Status": "Not completed",
"CompleteStatus": "Game not completed",
"ScoreMaxFormat": 11,
"ScoreFormatWinBy": 2,
"GameEndDate": null
},
{
"Num": 3,
"T1_Score": 0,
"T2_Score": 0,
"TotalTimeouts": 2,
"T1_TotalTimeoutsUsed": 0,
"T2_TotalTimeoutsUsed": 0,
"MinutesPlayed": 0,
"Status": "Not completed",
"CompleteStatus": "Game not completed",
"ScoreMaxFormat": 11,
"ScoreFormatWinBy": 2,
"GameEndDate": null
}
]
}
]
}
Set Match URL
PUT
/v1/matches/{uuid}/set_url
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
"payload":{
"live_url":"test-live-url",
"archived_url":"test"
}
}
Response
Response will be 200 OK if the match url was successfully updated