Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v3 GET /baseball/get_matches_day
Returns all matches with basic data which will be played at the selected day.
Request URL
https://dsg-api.com/clients/{client_name}/baseball/get_matches_day?day={day}&client={client_name}&authkey={client_authkey}
API Threshold
  • 10k calls per hour (2.78 calls per second)
  • This threshold applies to ALL your calls you do across the API.
  • Your number of calls get reset every hour at :00
  • If the thresold is reached within the hour you will get a xml/json message accordingly (which is gone when the next hour starts, see previous point)
Parameters
authkey
string Required
client authentification key
client
string Required
unique client ID
comp_id
int
by using a valid competition_id it will filter the todays matches
day
string Required
date to obtain matches (yyyy-mm-dd)
detailed
string
only 'yes' is valid. This parameter can be only used in connection with either &round_id= or &last_updated= .
ftype
string
changes feed type from XML to json (ftype=json or ftype=json_array)
lang
string
two-character language code, defaults to 'en'
last_updated
string
by using valid date time format (yyyy-mm-dd hh:mm:ss) it will display only matches updated after this timestamp. The timestampl cant be older than 6 minutes.
playing
string
only 'yes' is valid to display only current live matches
round_id
int
by using a valid round_id it will filter the todays matches
tz
string
timezone to be used for the call (use PHP timezones like America/New_York )
Nodes
competition
details about a specific competition
area_id
unique identifier for an area
area_name
name of the area
competition_id
unique identifier for a competition
format
competition format (domestic_league, domestic_cup, domestic_league_cup, domestic_super_cup, international_cup, international_super_cup, playoff, tournament, race, unofficial)
gender
determines the gender of the competition (male or female)
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
name
name of the competition
num_matches
number of matches of this competition
type
determines if a competition is between club teams (club) or national teams (international)
datasportsgroup
details about the API version, sport, language and generation timestamp
generated_utc
UTC timestamp when the API output was generated
lang
language of the API call
sport
sport value
version
version of the API
discipline
basic information about the discipline
discipline_id
unique identifier of the discipline
name
name of the discipline
type
type of discipline (contestant, contestant_team or team)
gender
details about the gender
age_group
defines the age group (senior,u23,u22,u21....)
value
gender type (male, female or mixed)
live
details about live informations (baseball)
at_bat_index
at bat index
balls
number of balls
batter
people_id of the current batter
clock
time on the clock when the event happened (aka how much time was left till the round ends)
game_minute
display during a live match the current game minute
outs
number of outs
period
current period
pitcher
people_id of the current pitcher
strikes
number of strikes
match
details about the match
date
date of match, format 'yyyy-mm-dd' (CET)
date_utc
date of match, format 'yyyy-mm-dd' (UTC)
final_period
display the period in which the match finished.
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
match_id
unique identifier of match
score_a
full-time score of team_a
score_b
full-time score of team_b
status
status of the game (Played, Playing, Fixture, Cancelled, Postponed, Suspended, Awarded, Break, Retired, Bye, No Contest, Disqualified, Tech Knockout, Knockout, Draw, Submission) + (Cricket-specific = No Result, Tea, Lunch, Dinner, between Innings, Stumps, rain delay, bad light, crowd trouble, pitch condition, start delay, drinks, super over, floodlight failure)
team_a_area_code
three-letter-acronym of the area where the home team origins
team_a_area_id
unique area_id for team_a
team_a_area_name
area name of home team origins county
team_a_id
unique team ID for team_a
team_a_logo
team logo URL
team_a_name
current name of team_a
team_a_original_name
the real name at the particular season (so can differ to current name)
team_a_short_name
short name of the home team
team_a_tla_name
three-letter-acronym of team_a
team_b_area_code
three-letter-acronym of the area where the home team origins
team_b_area_id
unique area_id for team_b
team_b_area_name
area name of away team origins county
team_b_id
unique team ID for team_b
team_b_logo
team logo URL
team_b_name
current name of team_b
team_b_original_name
the real name at the particular season (so can differ to current name)
team_b_short_name
short name of team_b
team_b_tla_name
three-letter-acronym of team_b
time
start time (CET), format 'hh:mm:ss'.
time_utc
start time (UTC), format 'hh:mm:ss'
venue_type
determines if the match is on neutral ground or on home/away basis (home_away or neutral)
winner
determines the winner of match ('team_A','team_B','draw','yet unknown')
match_extra
extra informations about the match
attendance
amount of people that attended the particular match
gameweek
contains the gameweek a match belongs to.
method
details about the API function
method_id
unique ID of method
name
name of method
period
details about periods of the match
score_a
period score of team_a
score_b
period score of team_b
type
three-letter-acronym of the period
round
details about the round
end_date
end date, format 'yyyy-mm-dd'
end_date_utc
end date in UTC timezone, format 'yyyy-mm-dd'
end_time
end time, format 'HH:mm:ss'
end_time_utc
end time in UTC timezone, format 'HH:mm:ss'
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
name
name of round
round_id
unique identifier of round
start_date
start date, format 'yyyy-mm-dd'
start_date_utc
start date in UTC timezone, format 'yyyy-mm-dd'.
start_time
start time, format 'HH:mm:ss'
start_time_utc
start time in UTC timezone, format 'HH:mm:ss'
type
determines if the round contains a table or a cup structure (knock-out)
season
details about the season
end_date
end date, format 'yyyy-mm-dd'
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
logo
full path URL of logo for particular season
original_name
competition name during this season
season_id
unique identifier for season
start_date
start date, format 'yyyy-mm-dd'
title
title of season
venue
basic details about the venue
venue_area_id
unique identifier for an area
venue_area_name
name of the area
venue_city
city where the venue is based
venue_id
unique identifier of the venue
venue_image
full path URL of venue or circuit image
venue_name
current name of the venue
Response Headers
200
Success
401
Unauthorized
429
Too Many Requests
Code Samples
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://dsg-api.com/clients/{client_name}/baseball/get_matches_day?day={day}&client={client_name}&authkey={client_authkey}");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERPWD, "{User}:{Password}");
$content = curl_exec($ch);
curl_close($ch);
?>
curl GET -u "User:Password" "https://dsg-api.com/clients/{client_name}/baseball/get_matches_day?day={day}&client={client_name}&authkey={client_authkey}"
Imports System
Imports System.Net	
Imports System.IO
Imports System.Text

Public Module Module1
	Public Sub Main()
		Dim url As String = "https://dsg-api.com/clients/{client_name}/baseball/get_matches_day?day={day}&client={client_name}&authkey={client_authkey}"
		Dim myReq As WebRequest = WebRequest.Create(url)
		myReq.Credentials = new System.Net.NetworkCredential("{User}", "{Password}")
		Dim wr As WebResponse = myReq.GetResponse()
		Dim receiveStream As Stream = wr.GetResponseStream()
		Dim reader As StreamReader = New StreamReader(receiveStream, Encoding.UTF8)
		Dim content As String = reader.ReadToEnd()
	End Sub
End Module
response = requests.get("https://dsg-api.com/clients/{client_name}/baseball/get_matches_day?day={day}&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example
200 Success
{"datasportsgroup":{"version":"2.61.3","sport":"baseball","lang":"en","generated_utc":"2025-08-01T15:04:10+00:00","method":{"method_id":"61","name":"get_matches_day"},"competition":[{"competition_id":"921","name":"MLB","gender":"male","type":"club","format":"domestic_league","area_id":"203","area_name":"United States","num_matches":"4","last_updated":"2021-07-09 11:15:03","season":{"season_id":"74515","title":"2025","original_name":"MLB","start_date":"2025-03-18","end_date":"2025-10-31","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/921.png","last_updated":"2025-03-17 07:44:10","discipline":{"discipline_id":"248","name":"Baseball","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"112347","name":"Regular Season","start_date":"2025-03-18","start_time":"","start_date_utc":"2025-03-18","start_time_utc":"","end_date":"2025-09-29","end_time":"","end_date_utc":"2025-09-29","end_time_utc":"","type":"table","last_updated":"2025-03-14 15:27:26","match":[{"match_id":"3591852","date":"2025-08-01","time":"01:10:00","date_utc":"2025-07-31","time_utc":"23:10:00","team_a_id":"25465","team_a_name":"Cincinnati Reds","team_a_short_name":"Reds","team_a_tla_name":"CIN","team_a_original_name":"Cincinnati Reds","team_a_area_id":"203","team_a_area_code":"USA","team_a_area_name":"United States","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25465.png","team_b_id":"25469","team_b_name":"Atlanta Braves","team_b_short_name":"Braves","team_b_tla_name":"ATL","team_b_original_name":"Atlanta Braves","team_b_area_id":"203","team_b_area_code":"USA","team_b_area_name":"United States","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25469.png","status":"Played","winner":"team_B","score_a":"11","score_b":"12","venue_type":"home_away","final_period":"bas_ep1s","last_updated":"2025-08-01 15:27:38","broadcasters":{"broadcaster":[{"broadcaster_id":"102679","broadcaster_name":"Fubo TV","broadcaster_area_id":"203","broadcaster_area_name":"United States"},{"broadcaster_id":"109529","broadcaster_name":"Fubo TV","broadcaster_area_id":"43","broadcaster_area_name":"Canada"}]},"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"1","score_b":"0"},{"type":"p3s","score_a":"2","score_b":"0"},{"type":"p4s","score_a":"0","score_b":"1"},{"type":"p5s","score_a":"0","score_b":"0"},{"type":"p6s","score_a":"0","score_b":"2"},{"type":"p7s","score_a":"0","score_b":"0"},{"type":"p8s","score_a":"8","score_b":"8"},{"type":"p9s","score_a":"0","score_b":"0"},{"type":"ep1s","score_a":"0","score_b":"1"}]},"match_extra":{"gameweek":"","attendance":"27169","venue":{"venue_id":"9420","venue_name":"Great American Ball Park","venue_city":"Cincinnati, OH","venue_city_id":"34","venue_area_id":"203","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"United States"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}},{"match_id":"3591853","date":"2025-08-01","time":"03:40:00","date_utc":"2025-08-01","time_utc":"01:40:00","team_a_id":"25462","team_a_name":"Seattle Mariners","team_a_short_name":"Mariners","team_a_tla_name":"SEA","team_a_original_name":"Seattle Mariners","team_a_area_id":"203","team_a_area_code":"USA","team_a_area_name":"United States","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25462.png","team_b_id":"25463","team_b_name":"Texas Rangers","team_b_short_name":"Rangers","team_b_tla_name":"TEX","team_b_original_name":"Texas Rangers","team_b_area_id":"203","team_b_area_code":"USA","team_b_area_name":"United States","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25463.png","status":"Played","winner":"team_A","score_a":"6","score_b":"0","venue_type":"home_away","final_period":"bas_p9s","last_updated":"2025-08-01 15:29:04","broadcasters":{"broadcaster":[{"broadcaster_id":"102679","broadcaster_name":"Fubo TV","broadcaster_area_id":"203","broadcaster_area_name":"United States"},{"broadcaster_id":"109529","broadcaster_name":"Fubo TV","broadcaster_area_id":"43","broadcaster_area_name":"Canada"}]},"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"0"},{"type":"p3s","score_a":"0","score_b":"0"},{"type":"p4s","score_a":"1","score_b":"0"},{"type":"p5s","score_a":"2","score_b":"0"},{"type":"p6s","score_a":"3","score_b":"0"},{"type":"p7s","score_a":"0","score_b":"0"},{"type":"p8s","score_a":"0","score_b":"0"},{"type":"p9s","score_a":"","score_b":"0"}]},"match_extra":{"gameweek":"","attendance":"28293","venue":{"venue_id":"9433","venue_name":"T-Mobile Park","venue_city":"Seattle, WA","venue_city_id":"134","venue_area_id":"203","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"United States"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}},{"match_id":"3590187","date":"2025-08-01","time":"18:40:00","date_utc":"2025-08-01","time_utc":"16:40:00","team_a_id":"25465","team_a_name":"Cincinnati Reds","team_a_short_name":"Reds","team_a_tla_name":"CIN","team_a_original_name":"Cincinnati Reds","team_a_area_id":"203","team_a_area_code":"USA","team_a_area_name":"United States","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25465.png","team_b_id":"25469","team_b_name":"Atlanta Braves","team_b_short_name":"Braves","team_b_tla_name":"ATL","team_b_original_name":"Atlanta Braves","team_b_area_id":"203","team_b_area_code":"USA","team_b_area_name":"United States","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25469.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"bas_p9s","last_updated":"2025-06-02 20:29:08","broadcasters":{"broadcaster":[{"broadcaster_id":"102679","broadcaster_name":"Fubo TV","broadcaster_area_id":"203","broadcaster_area_name":"United States"},{"broadcaster_id":"109529","broadcaster_name":"Fubo TV","broadcaster_area_id":"43","broadcaster_area_name":"Canada"}]},"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"","venue_name":"","venue_city":"","venue_city_id":"","venue_area_id":"","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}},{"match_id":"3590188","date":"2025-08-01","time":"20:20:00","date_utc":"2025-08-01","time_utc":"18:20:00","team_a_id":"25464","team_a_name":"Chicago Cubs","team_a_short_name":"Cubs","team_a_tla_name":"CHC","team_a_original_name":"Chicago Cubs","team_a_area_id":"203","team_a_area_code":"USA","team_a_area_name":"United States","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25464.png","team_b_id":"25454","team_b_name":"Baltimore Orioles","team_b_short_name":"Orioles","team_b_tla_name":"BAL","team_b_original_name":"Baltimore Orioles","team_b_area_id":"203","team_b_area_code":"USA","team_b_area_name":"United States","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25454.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"bas_p9s","last_updated":"2025-06-02 20:29:08","broadcasters":{"broadcaster":[{"broadcaster_id":"102679","broadcaster_name":"Fubo TV","broadcaster_area_id":"203","broadcaster_area_name":"United States"},{"broadcaster_id":"109529","broadcaster_name":"Fubo TV","broadcaster_area_id":"43","broadcaster_area_name":"Canada"}]},"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"4492","venue_name":"Wrigley Field","venue_city":"Chicago, IL","venue_city_id":"33","venue_area_id":"203","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"United States"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}}]}}}}},{"competition_id":"1088","name":"KBO League","gender":"male","type":"club","format":"domestic_league","area_id":"107","area_name":"Korea Republic","num_matches":"5","last_updated":"2025-06-13 12:08:41","season":{"season_id":"75129","title":"2025","original_name":"Shinhan SOL Bank KBO League","start_date":"2025-03-22","end_date":"2025-10-30","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/1088_18.png","last_updated":"2025-06-12 17:15:44","discipline":{"discipline_id":"248","name":"Baseball","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"116863","name":"Regular Season","start_date":"2025-03-22","start_time":"","start_date_utc":"2025-03-22","start_time_utc":"","end_date":"2025-08-31","end_time":"","end_date_utc":"2025-08-31","end_time_utc":"","type":"table","last_updated":"2025-06-11 10:26:46","match":[{"match_id":"3627072","date":"2025-08-01","time":"11:30:00","date_utc":"2025-08-01","time_utc":"09:30:00","team_a_id":"30557","team_a_name":"Doosan Bears","team_a_short_name":"Doosan Bears","team_a_tla_name":"DOB","team_a_original_name":"Doosan Bears","team_a_area_id":"107","team_a_area_code":"KOR","team_a_area_name":"Korea Republic","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/30557.png","team_b_id":"30554","team_b_name":"SSG Landers","team_b_short_name":"SSG Landers","team_b_tla_name":"SSG","team_b_original_name":"SSG Landers","team_b_area_id":"107","team_b_area_code":"KOR","team_b_area_name":"Korea Republic","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/30554.png","status":"Played","winner":"team_B","score_a":"2","score_b":"7","venue_type":"home_away","final_period":"bas_p9s","last_updated":"2025-08-01 14:54:15","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"1"},{"type":"p3s","score_a":"1","score_b":"0"},{"type":"p4s","score_a":"0","score_b":"0"},{"type":"p5s","score_a":"0","score_b":"2"},{"type":"p6s","score_a":"0","score_b":"1"},{"type":"p7s","score_a":"0","score_b":"2"},{"type":"p8s","score_a":"0","score_b":"1"},{"type":"p9s","score_a":"0","score_b":"0"}]},"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"2307","venue_name":"Jamsil Baseball Stadium","venue_city":"Seoul","venue_city_id":"1621","venue_area_id":"107","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Korea Republic"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}},{"match_id":"3627073","date":"2025-08-01","time":"11:30:00","date_utc":"2025-08-01","time_utc":"09:30:00","team_a_id":"30551","team_a_name":"KIA Tigers","team_a_short_name":"KIA Tigers","team_a_tla_name":"KIA","team_a_original_name":"KIA Tigers","team_a_area_id":"107","team_a_area_code":"KOR","team_a_area_name":"Korea Republic","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/30551.png","team_b_id":"30558","team_b_name":"Hanwha Eagles","team_b_short_name":"Hanwha Eagles","team_b_tla_name":"HAN","team_b_original_name":"Hanwha Eagles","team_b_area_id":"107","team_b_area_code":"KOR","team_b_area_name":"Korea Republic","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/30558.png","status":"Played","winner":"team_A","score_a":"3","score_b":"2","venue_type":"home_away","final_period":"bas_p9s","last_updated":"2025-08-01 14:54:17","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"2","score_b":"2"},{"type":"p2s","score_a":"0","score_b":"0"},{"type":"p3s","score_a":"0","score_b":"0"},{"type":"p4s","score_a":"0","score_b":"0"},{"type":"p5s","score_a":"0","score_b":"0"},{"type":"p6s","score_a":"1","score_b":"0"},{"type":"p7s","score_a":"0","score_b":"0"},{"type":"p8s","score_a":"0","score_b":"0"},{"type":"p9s","score_a":"","score_b":"0"}]},"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"12248","venue_name":"Gwangju-Kia Champions Field","venue_city":"Gwangju","venue_city_id":"3203","venue_area_id":"107","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Korea Republic"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}},{"match_id":"3627074","date":"2025-08-01","time":"11:30:00","date_utc":"2025-08-01","time_utc":"09:30:00","team_a_id":"30559","team_a_name":"Kiwoom Heroes","team_a_short_name":"Kiwoom Heroes","team_a_tla_name":"KIW","team_a_original_name":"Kiwoom Heroes","team_a_area_id":"107","team_a_area_code":"KOR","team_a_area_name":"Korea Republic","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/30559.png","team_b_id":"30555","team_b_name":"Lotte Giants","team_b_short_name":"Lotte Giants","team_b_tla_name":"LOT","team_b_original_name":"Lotte Giants","team_b_area_id":"107","team_b_area_code":"KOR","team_b_area_name":"Korea Republic","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/30555.png","status":"Played","winner":"team_A","score_a":"2","score_b":"0","venue_type":"home_away","final_period":"bas_p9s","last_updated":"2025-08-01 14:15:24","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"0"},{"type":"p3s","score_a":"0","score_b":"0"},{"type":"p4s","score_a":"0","score_b":"0"},{"type":"p5s","score_a":"0","score_b":"0"},{"type":"p6s","score_a":"2","score_b":"0"},{"type":"p7s","score_a":"0","score_b":"0"},{"type":"p8s","score_a":"0","score_b":"0"},{"type":"p9s","score_a":"","score_b":"0"}]},"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"12253","venue_name":"Gocheok Sky Dome","venue_city":"Seoul","venue_city_id":"1621","venue_area_id":"107","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Korea Republic"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}},{"match_id":"3627075","date":"2025-08-01","time":"11:30:00","date_utc":"2025-08-01","time_utc":"09:30:00","team_a_id":"30552","team_a_name":"NC Dinos","team_a_short_name":"NC Dinos","team_a_tla_name":"NCD","team_a_original_name":"NC Dinos","team_a_area_id":"107","team_a_area_code":"KOR","team_a_area_name":"Korea Republic","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/30552.png","team_b_id":"30556","team_b_name":"kt wiz Suwon","team_b_short_name":"kt wiz Suwon","team_b_tla_name":"KTW","team_b_original_name":"kt wiz Suwon","team_b_area_id":"107","team_b_area_code":"KOR","team_b_area_name":"Korea Republic","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/30556.png","status":"Played","winner":"team_A","score_a":"5","score_b":"3","venue_type":"home_away","final_period":"bas_p9s","last_updated":"2025-08-01 14:32:16","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"1","score_b":"0"},{"type":"p3s","score_a":"0","score_b":"0"},{"type":"p4s","score_a":"2","score_b":"1"},{"type":"p5s","score_a":"2","score_b":"2"},{"type":"p6s","score_a":"0","score_b":"0"},{"type":"p7s","score_a":"0","score_b":"0"},{"type":"p8s","score_a":"0","score_b":"0"},{"type":"p9s","score_a":"","score_b":"0"}]},"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"12257","venue_name":"Suwon kt wiz Park","venue_city":"Suwon","venue_city_id":"1727","venue_area_id":"107","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Korea Republic"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}},{"match_id":"3627076","date":"2025-08-01","time":"11:30:00","date_utc":"2025-08-01","time_utc":"09:30:00","team_a_id":"30560","team_a_name":"Samsung Lions","team_a_short_name":"Samsung Lions","team_a_tla_name":"SAM","team_a_original_name":"Samsung Lions","team_a_area_id":"107","team_a_area_code":"KOR","team_a_area_name":"Korea Republic","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/30560.png","team_b_id":"30553","team_b_name":"LG Twins","team_b_short_name":"LG Twins","team_b_tla_name":"LGT","team_b_original_name":"LG Twins","team_b_area_id":"107","team_b_area_code":"KOR","team_b_area_name":"Korea Republic","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/30553.png","status":"Played","winner":"team_B","score_a":"2","score_b":"4","venue_type":"home_away","final_period":"bas_p9s","last_updated":"2025-08-01 14:38:19","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"2","score_b":"0"},{"type":"p3s","score_a":"0","score_b":"2"},{"type":"p4s","score_a":"0","score_b":"1"},{"type":"p5s","score_a":"0","score_b":"0"},{"type":"p6s","score_a":"0","score_b":"0"},{"type":"p7s","score_a":"0","score_b":"1"},{"type":"p8s","score_a":"0","score_b":"0"},{"type":"p9s","score_a":"0","score_b":"0"}]},"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"12256","venue_name":"Daegu Samsung Lions Park","venue_city":"Daegu","venue_city_id":"680","venue_area_id":"107","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Korea Republic"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}}]}}}}},{"competition_id":"1845","name":"NPB","gender":"male","type":"club","format":"domestic_league","area_id":"102","area_name":"Japan","num_matches":"6","last_updated":"2023-08-25 13:23:56","season":{"season_id":"75000","title":"2025","original_name":"NPB","start_date":"2025-03-28","end_date":"2025-11-02","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/1845.png","last_updated":"2025-01-08 13:43:48","discipline":{"discipline_id":"248","name":"Baseball","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"115047","name":"Regular Season","start_date":"2025-03-28","start_time":"","start_date_utc":"2025-03-28","start_time_utc":"","end_date":"2025-10-04","end_time":"","end_date_utc":"2025-10-04","end_time_utc":"","type":"table","last_updated":"2025-08-01 12:00:19","match":[{"match_id":"3615491","date":"2025-08-01","time":"11:00:00","date_utc":"2025-08-01","time_utc":"09:00:00","team_a_id":"35575","team_a_name":"Fukuoka SoftBank Hawks","team_a_short_name":"Fukuoka SB","team_a_tla_name":"FUK","team_a_original_name":"Fukuoka SoftBank Hawks","team_a_area_id":"102","team_a_area_code":"JPN","team_a_area_name":"Japan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35575.png","team_b_id":"35577","team_b_name":"Tohoku Rakuten Golden Eagles","team_b_short_name":"Rakuten GE","team_b_tla_name":"RGE","team_b_original_name":"Tohoku Rakuten Golden Eagles","team_b_area_id":"102","team_b_area_code":"JPN","team_b_area_name":"Japan","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35577.png","status":"Played","winner":"team_A","score_a":"3","score_b":"1","venue_type":"home_away","final_period":"bas_p9s","last_updated":"2025-08-01 17:00:10","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"2","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"0"},{"type":"p3s","score_a":"0","score_b":"1"},{"type":"p4s","score_a":"0","score_b":"0"},{"type":"p5s","score_a":"1","score_b":"0"},{"type":"p6s","score_a":"0","score_b":"0"},{"type":"p7s","score_a":"0","score_b":"0"},{"type":"p8s","score_a":"0","score_b":"0"},{"type":"p9s","score_a":"","score_b":"0"}]},"match_extra":{"gameweek":"","attendance":"40142","venue":{"venue_id":"11592","venue_name":"Fukuoka PayPay Dome","venue_city":"Fukuoka","venue_city_id":"4816","venue_area_id":"102","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Japan"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}},{"match_id":"3615492","date":"2025-08-01","time":"11:00:00","date_utc":"2025-08-01","time_utc":"09:00:00","team_a_id":"35571","team_a_name":"Hiroshima Toyo Carp","team_a_short_name":"Hiroshima TC","team_a_tla_name":"HTC","team_a_original_name":"Hiroshima Toyo Carp","team_a_area_id":"102","team_a_area_code":"JPN","team_a_area_name":"Japan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35571.png","team_b_id":"35582","team_b_name":"Chunichi Dragons","team_b_short_name":"Chunichi Drag","team_b_tla_name":"CHU","team_b_original_name":"Chunichi Dragons","team_b_area_id":"102","team_b_area_code":"JPN","team_b_area_name":"Japan","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35582.png","status":"Played","winner":"team_A","score_a":"3","score_b":"1","venue_type":"home_away","final_period":"bas_p9s","last_updated":"2025-08-01 17:01:29","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"0"},{"type":"p3s","score_a":"0","score_b":"0"},{"type":"p4s","score_a":"0","score_b":"1"},{"type":"p5s","score_a":"0","score_b":"0"},{"type":"p6s","score_a":"2","score_b":"0"},{"type":"p7s","score_a":"1","score_b":"0"},{"type":"p8s","score_a":"0","score_b":"0"},{"type":"p9s","score_a":"","score_b":"0"}]},"match_extra":{"gameweek":"","attendance":"29169","venue":{"venue_id":"11594","venue_name":"Mazda Zoom-Zoom Stadium","venue_city":"Hiroshima","venue_city_id":"5083","venue_area_id":"102","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Japan"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}},{"match_id":"3615493","date":"2025-08-01","time":"11:00:00","date_utc":"2025-08-01","time_utc":"09:00:00","team_a_id":"35578","team_a_name":"Orix Buffaloes","team_a_short_name":"Orix Buffaloes","team_a_tla_name":"ORX","team_a_original_name":"Orix Buffaloes","team_a_area_id":"102","team_a_area_code":"JPN","team_a_area_name":"Japan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35578.png","team_b_id":"35579","team_b_name":"Hokkaido Nippon-Ham Fighters","team_b_short_name":"Nippon-Ham","team_b_tla_name":"NIP","team_b_original_name":"Hokkaido Nippon-Ham Fighters","team_b_area_id":"102","team_b_area_code":"JPN","team_b_area_name":"Japan","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35579.png","status":"Played","winner":"team_A","score_a":"4","score_b":"2","venue_type":"home_away","final_period":"bas_p9s","last_updated":"2025-08-01 17:02:43","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"1"},{"type":"p3s","score_a":"0","score_b":"1"},{"type":"p4s","score_a":"0","score_b":"0"},{"type":"p5s","score_a":"0","score_b":"0"},{"type":"p6s","score_a":"0","score_b":"0"},{"type":"p7s","score_a":"0","score_b":"0"},{"type":"p8s","score_a":"0","score_b":"0"},{"type":"p9s","score_a":"4","score_b":"0"}]},"match_extra":{"gameweek":"","attendance":"30823","venue":{"venue_id":"11595","venue_name":"Kyocera Dome Osaka","venue_city":"Ōsaka","venue_city_id":"1371","venue_area_id":"102","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Japan"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}},{"match_id":"3615494","date":"2025-08-01","time":"11:00:00","date_utc":"2025-08-01","time_utc":"09:00:00","team_a_id":"35576","team_a_name":"Saitama Seibu Lions","team_a_short_name":"Saitama Seibu","team_a_tla_name":"SAI","team_a_original_name":"Saitama Seibu Lions","team_a_area_id":"102","team_a_area_code":"JPN","team_a_area_name":"Japan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35576.png","team_b_id":"35580","team_b_name":"Chiba Lotte Marines","team_b_short_name":"Chiba Lotte","team_b_tla_name":"CHB","team_b_original_name":"Chiba Lotte Marines","team_b_area_id":"102","team_b_area_code":"JPN","team_b_area_name":"Japan","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35580.png","status":"Played","winner":"team_A","score_a":"11","score_b":"2","venue_type":"home_away","final_period":"bas_p9s","last_updated":"2025-08-01 17:03:28","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"2","score_b":"0"},{"type":"p2s","score_a":"5","score_b":"0"},{"type":"p3s","score_a":"1","score_b":"0"},{"type":"p4s","score_a":"2","score_b":"0"},{"type":"p5s","score_a":"1","score_b":"2"},{"type":"p6s","score_a":"0","score_b":"0"},{"type":"p7s","score_a":"0","score_b":"0"},{"type":"p8s","score_a":"0","score_b":"0"},{"type":"p9s","score_a":"","score_b":"0"}]},"match_extra":{"gameweek":"","attendance":"24121","venue":{"venue_id":"11596","venue_name":"Belluna Dome","venue_city":"Tokorozawa","venue_city_id":"16493","venue_area_id":"102","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Japan"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}},{"match_id":"3615495","date":"2025-08-01","time":"11:00:00","date_utc":"2025-08-01","time_utc":"09:00:00","team_a_id":"35574","team_a_name":"Tokyo Yakult Swallows","team_a_short_name":"Tokyo Yakult","team_a_tla_name":"TYS","team_a_original_name":"Tokyo Yakult Swallows","team_a_area_id":"102","team_a_area_code":"JPN","team_a_area_name":"Japan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35574.png","team_b_id":"35572","team_b_name":"Hanshin Tigers","team_b_short_name":"Hanshin Tigers","team_b_tla_name":"HAN","team_b_original_name":"Hanshin Tigers","team_b_area_id":"102","team_b_area_code":"JPN","team_b_area_name":"Japan","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35572.png","status":"Played","winner":"team_B","score_a":"2","score_b":"3","venue_type":"home_away","final_period":"bas_ep1s","last_updated":"2025-08-01 17:03:44","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"1"},{"type":"p2s","score_a":"0","score_b":"0"},{"type":"p3s","score_a":"0","score_b":"0"},{"type":"p4s","score_a":"0","score_b":"0"},{"type":"p5s","score_a":"0","score_b":"0"},{"type":"p6s","score_a":"0","score_b":"1"},{"type":"p7s","score_a":"1","score_b":"0"},{"type":"p8s","score_a":"0","score_b":"0"},{"type":"p9s","score_a":"1","score_b":"0"},{"type":"ep1s","score_a":"0","score_b":"1"}]},"match_extra":{"gameweek":"","attendance":"28891","venue":{"venue_id":"11598","venue_name":"Meiji Jingu Stadium","venue_city":"Tōkyō","venue_city_id":"1777","venue_area_id":"102","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Japan"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}},{"match_id":"3615496","date":"2025-08-01","time":"11:00:00","date_utc":"2025-08-01","time_utc":"09:00:00","team_a_id":"35581","team_a_name":"Yomiuri Giants","team_a_short_name":"Yomiuri Giants","team_a_tla_name":"YOM","team_a_original_name":"Yomiuri Giants","team_a_area_id":"102","team_a_area_code":"JPN","team_a_area_name":"Japan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35581.png","team_b_id":"35573","team_b_name":"Yokohama DeNA BayStars","team_b_short_name":"Yokohama BS","team_b_tla_name":"YOK","team_b_original_name":"Yokohama DeNA BayStars","team_b_area_id":"102","team_b_area_code":"JPN","team_b_area_name":"Japan","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35573.png","status":"Playing","winner":"yet unknown","score_a":"2","score_b":"7","venue_type":"home_away","final_period":"bas_p9s","last_updated":"2025-08-01 17:03:57","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"2","score_b":"0"},{"type":"p3s","score_a":"0","score_b":"0"},{"type":"p4s","score_a":"0","score_b":"0"},{"type":"p5s","score_a":"0","score_b":"6"},{"type":"p6s","score_a":"0","score_b":"0"},{"type":"p7s","score_a":"0","score_b":"0"},{"type":"p8s","score_a":"0","score_b":"0"},{"type":"p9s","score_a":"0","score_b":"1"}]},"match_extra":{"gameweek":"","attendance":"42031","venue":{"venue_id":"11600","venue_name":"Tokyo Dome","venue_city":"Tōkyō","venue_city_id":"1777","venue_area_id":"102","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Japan"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}}]}}}}},{"competition_id":"2735","name":"CPBL","gender":"male","type":"club","format":"domestic_league","area_id":"50","area_name":"Chinese Taipei","num_matches":"3","last_updated":"2024-10-09 22:10:10","season":{"season_id":"75329","title":"2025","original_name":"CPBL","start_date":"2025-03-29","end_date":"2025-11-01","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2735.png","last_updated":"2025-03-04 14:08:06","discipline":{"discipline_id":"248","name":"Baseball","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"119067","name":"2nd Phase","start_date":"2025-07-04","start_time":"","start_date_utc":"2025-07-04","start_time_utc":"","end_date":"2025-09-28","end_time":"","end_date_utc":"2025-09-28","end_time_utc":"","type":"table","last_updated":"2025-03-06 17:41:45","match":[{"match_id":"3656786","date":"2025-08-01","time":"12:35:00","date_utc":"2025-08-01","time_utc":"10:35:00","team_a_id":"45689","team_a_name":"Chinatrust Brothers","team_a_short_name":"Chinatrust Br","team_a_tla_name":"BRO","team_a_original_name":"Chinatrust Brothers","team_a_area_id":"50","team_a_area_code":"TPE","team_a_area_name":"Chinese Taipei","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45689.png","team_b_id":"45687","team_b_name":"Rakuten Monkeys","team_b_short_name":"Rakuten Monkey","team_b_tla_name":"RAK","team_b_original_name":"Rakuten Monkeys","team_b_area_id":"50","team_b_area_code":"TPE","team_b_area_name":"Chinese Taipei","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45687.png","status":"Played","winner":"team_A","score_a":"7","score_b":"5","venue_type":"home_away","final_period":"bas_p9s","last_updated":"2025-08-01 15:48:50","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"3"},{"type":"p2s","score_a":"1","score_b":"0"},{"type":"p3s","score_a":"1","score_b":"0"},{"type":"p4s","score_a":"0","score_b":"0"},{"type":"p5s","score_a":"2","score_b":"0"},{"type":"p6s","score_a":"0","score_b":"0"},{"type":"p7s","score_a":"3","score_b":"0"},{"type":"p8s","score_a":"0","score_b":"0"},{"type":"p9s","score_a":"0","score_b":"2"}]},"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"16671","venue_name":"Taichung Intercontinental Baseball Stadium","venue_city":"Taichung","venue_city_id":"10649","venue_area_id":"50","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Chinese Taipei"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}},{"match_id":"3656787","date":"2025-08-01","time":"12:35:00","date_utc":"2025-08-01","time_utc":"10:35:00","team_a_id":"45686","team_a_name":"Fubon Guardians","team_a_short_name":"Fubon Guardian","team_a_tla_name":"FUB","team_a_original_name":"Fubon Guardians","team_a_area_id":"50","team_a_area_code":"TPE","team_a_area_name":"Chinese Taipei","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45686.png","team_b_id":"45688","team_b_name":"Uni-President Lions","team_b_short_name":"Uni Lions","team_b_tla_name":"UNI","team_b_original_name":"Uni-President Lions","team_b_area_id":"50","team_b_area_code":"TPE","team_b_area_name":"Chinese Taipei","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45688.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"bas_p9s","last_updated":"2025-08-01 16:36:52","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"16672","venue_name":"Xinzhuang Baseball Stadium","venue_city":"New Taipei City","venue_city_id":"14202","venue_area_id":"50","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Chinese Taipei"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}},{"match_id":"3656788","date":"2025-08-01","time":"12:35:00","date_utc":"2025-08-01","time_utc":"10:35:00","team_a_id":"64997","team_a_name":"TSG Hawks","team_a_short_name":"TSG Hawks","team_a_tla_name":"TSG","team_a_original_name":"TSG Hawks","team_a_area_id":"50","team_a_area_code":"TPE","team_a_area_name":"Chinese Taipei","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/64997.png","team_b_id":"46781","team_b_name":"Wei Chuan Dragons","team_b_short_name":"Wei Chuan Dr.","team_b_tla_name":"WCD","team_b_original_name":"Wei Chuan Dragons","team_b_area_id":"50","team_b_area_code":"TPE","team_b_area_name":"Chinese Taipei","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/46781.png","status":"Played","winner":"draw","score_a":"0","score_b":"0","venue_type":"home_away","final_period":"bas_p6s","last_updated":"2025-08-01 16:01:10","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"0"},{"type":"p3s","score_a":"0","score_b":"0"},{"type":"p4s","score_a":"0","score_b":"0"},{"type":"p5s","score_a":"0","score_b":"0"},{"type":"p6s","score_a":"0","score_b":"0"}]},"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"16861","venue_name":"Chengcing Lake Baseball Stadium","venue_city":"Kaohsiung City","venue_city_id":"9910","venue_area_id":"50","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Chinese Taipei"},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":"","at_bat_index":"","batter":"","pitcher":"","outs":"","strikes":"","balls":""}}]}}}}}]}}