Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v3 GET /soccer/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}/soccer/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
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
period
current period
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}/soccer/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}/soccer/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}/soccer/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}/soccer/get_matches_day?day={day}&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example200 Success{"datasportsgroup":{"version":"2.17.3","sport":"soccer","lang":"en","generated_utc":"2025-08-01T15:03:52+00:00","method":{"method_id":"17","name":"get_matches_day"},"competition":[{"competition_id":"402","name":"FA Cup","gender":"male","type":"club","format":"domestic_cup","area_id":"68","area_name":"England","num_matches":"7","last_updated":"2023-06-03 14:16:55","season":{"season_id":"76143","title":"2025\/2026","original_name":"The Emirates FA Cup","start_date":"2025-08-02","end_date":"2026-05-23","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/402_2.png","last_updated":"2025-06-11 13:50:16","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"125846","name":"Extra Preliminary Round","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2025-08-03","end_time":"","end_date_utc":"2025-08-03","end_time_utc":"","type":"cup","last_updated":"2025-07-08 12:52:21","match":[{"match_id":"3771151","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"32324","team_a_name":"Bootle FC","team_a_short_name":"Bootle","team_a_tla_name":"BOO","team_a_original_name":"Bootle FC","team_a_area_id":"68","team_a_area_code":"ENG","team_a_area_name":"England","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/32324.png","team_b_id":"32196","team_b_name":"1874 Northwich FC","team_b_short_name":"1874 Northwich","team_b_tla_name":"NOR","team_b_original_name":"1874 Northwich FC","team_b_area_id":"68","team_b_area_code":"ENG","team_b_area_name":"England","team_b_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1794.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-24 08:26:02","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"10286","venue_name":"Berry Street Garage Stadium","venue_city":"Bootle","venue_city_id":"475","venue_area_id":"68","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"England"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3771164","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"37055","team_a_name":"Roman Glass St George FC","team_a_short_name":"Roman Glass","team_a_tla_name":"ROM","team_a_original_name":"Roman Glass St George FC","team_a_area_id":"68","team_a_area_code":"ENG","team_a_area_name":"England","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/37055.png","team_b_id":"62055","team_b_name":"Nailsea & Tickenham FC","team_b_short_name":"Nailsea","team_b_tla_name":"NLS","team_b_original_name":"Nailsea & Tickenham FC","team_b_area_id":"68","team_b_area_code":"ENG","team_b_area_name":"England","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/62055.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-25 16:12:44","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"15210","venue_name":"Oaklands Park","venue_city":"Almondsbury","venue_city_id":"35045","venue_area_id":"68","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"England"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3771253","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"32396","team_a_name":"Enfield FC","team_a_short_name":"Enfield","team_a_tla_name":"ENF","team_a_original_name":"Enfield FC","team_a_area_id":"68","team_a_area_code":"ENG","team_a_area_name":"England","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/32396.png","team_b_id":"66805","team_b_name":"Wormley Rovers FC","team_b_short_name":"Wormley","team_b_tla_name":"WOR","team_b_original_name":"Wormley Rovers FC","team_b_area_id":"68","team_b_area_code":"ENG","team_b_area_name":"England","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66805.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-24 08:26:02","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"10252","venue_name":"Hertingfordbury Park","venue_city":"Hertford","venue_city_id":"23696","venue_area_id":"68","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"England"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3771254","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"41973","team_a_name":"Stone Old Alleynians FC","team_a_short_name":"Old Alleynians","team_a_tla_name":"ALL","team_a_original_name":"Stone Old Alleynians FC","team_a_area_id":"68","team_a_area_code":"ENG","team_a_area_name":"England","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/41973.png","team_b_id":"26761","team_b_name":"Sutton Coldfield Town FC","team_b_short_name":"Sttn Coldfield","team_b_tla_name":"SUT","team_b_original_name":"Sutton Coldfield Town FC","team_b_area_id":"68","team_b_area_code":"ENG","team_b_area_name":"England","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/26761.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-24 08:26:02","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"17550","venue_name":"Wellbeing Park","venue_city":"Stone","venue_city_id":"1703","venue_area_id":"68","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"England"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3771281","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"32252","team_a_name":"Pickering Town FC","team_a_short_name":"Pickering","team_a_tla_name":"PKR","team_a_original_name":"Pickering Town FC","team_a_area_id":"68","team_a_area_code":"ENG","team_a_area_name":"England","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/32252.png","team_b_id":"32258","team_b_name":"Penrith AFC","team_b_short_name":"Penrith","team_b_tla_name":"PEN","team_b_original_name":"Penrith AFC","team_b_area_id":"68","team_b_area_code":"ENG","team_b_area_name":"England","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/32258.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-25 16:12:44","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"10241","venue_name":"Mill Lane","venue_city":"Pickering, North Yorkshire","venue_city_id":"24124","venue_area_id":"68","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"England"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3771243","date":"2025-08-01","time":"21:00:00","date_utc":"2025-08-01","time_utc":"19:00:00","team_a_id":"37035","team_a_name":"Belper United FC","team_a_short_name":"Belper Utd","team_a_tla_name":"BLP","team_a_original_name":"Belper United FC","team_a_area_id":"68","team_a_area_code":"ENG","team_a_area_name":"England","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/37035.png","team_b_id":"44757","team_b_name":"Uttoxeter Town FC","team_b_short_name":"Uttoxeter","team_b_tla_name":"UTT","team_b_original_name":"Uttoxeter Town FC","team_b_area_id":"68","team_b_area_code":"ENG","team_b_area_name":"England","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/44757.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-24 08:26:02","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"18898","venue_name":"Coronation Park","venue_city":"Eastwood","venue_city_id":"4688","venue_area_id":"68","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"England"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3772669","date":"2025-08-01","time":"21:00:00","date_utc":"2025-08-01","time_utc":"19:00:00","team_a_id":"44785","team_a_name":"Wokingham Town FC","team_a_short_name":"Wokingham","team_a_tla_name":"WOK","team_a_original_name":"Wokingham Town FC","team_a_area_id":"68","team_a_area_code":"ENG","team_a_area_name":"England","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/44785.png","team_b_id":"32539","team_b_name":"Brislington FC","team_b_short_name":"Brislington","team_b_tla_name":"BRS","team_b_original_name":"Brislington FC","team_b_area_id":"68","team_b_area_code":"ENG","team_b_area_name":"England","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/32539.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-24 08:26:02","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"21201","venue_name":"Emmbrook Sports & Social Club","venue_city":"Wokingham","venue_city_id":"1930","venue_area_id":"68","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"England"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"65","name":"Jupiler Pro League","gender":"male","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","num_matches":"1","last_updated":"2023-05-19 13:10:42","season":{"season_id":"76587","title":"2025\/2026","original_name":"Jupiler Pro League","start_date":"2025-07-25","end_date":"2026-05-29","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/65_3.png","last_updated":"2025-07-12 12:01:49","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"127887","name":"Regular Season","start_date":"2025-07-25","start_time":"","start_date_utc":"2025-07-25","start_time_utc":"","end_date":"2026-03-21","end_time":"","end_date_utc":"2026-03-21","end_time_utc":"","type":"table","last_updated":"2025-07-12 12:03:45","match":{"match_id":"3792201","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"3081","team_a_name":"Yellow-Red KV Mechelen","team_a_short_name":"KV Mechelen","team_a_tla_name":"KVM","team_a_original_name":"Yellow-Red KV Mechelen","team_a_area_id":"27","team_a_area_code":"BEL","team_a_area_name":"Belgium","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/3081.png","team_b_id":"2177","team_b_name":"Club Brugge KV","team_b_short_name":"Club Brugge","team_b_tla_name":"CLU","team_b_original_name":"Club Brugge KV","team_b_area_id":"27","team_b_area_code":"BEL","team_b_area_name":"Belgium","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2177.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-30 22:15:39","broadcasters":{"broadcaster":{"broadcaster_id":"109527","broadcaster_name":"DAZN","broadcaster_area_id":"27","broadcaster_area_name":"Belgium"}},"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"831","venue_name":"AFAS Stadion","venue_city":"Mechelen","venue_city_id":"2179","venue_area_id":"27","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Belgium"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"327","name":"2. Bundesliga","gender":"male","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","num_matches":"1","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76005","title":"2025\/2026","original_name":"2. Bundesliga","start_date":"2025-08-01","end_date":"2026-05-26","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/327_1.png","last_updated":"2025-05-30 15:57:01","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"124944","name":"Regular Season","start_date":"2025-08-01","start_time":"","start_date_utc":"2025-08-01","start_time_utc":"","end_date":"2026-05-17","end_time":"","end_date_utc":"2026-05-17","end_time_utc":"","type":"table","last_updated":"2025-05-30 15:57:25","match":{"match_id":"3753815","date":"2025-08-01","time":"20:30:00","date_utc":"2025-08-01","time_utc":"18:30:00","team_a_id":"526","team_a_name":"FC Schalke 04","team_a_short_name":"Schalke","team_a_tla_name":"S04","team_a_original_name":"FC Schalke 04","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/133.png","team_b_id":"532","team_b_name":"Hertha BSC","team_b_short_name":"Hertha BSC","team_b_tla_name":"BSC","team_b_original_name":"Hertha BSC","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1815.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-30 16:33:36","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"292","venue_name":"Veltins-Arena","venue_city":"Gelsenkirchen","venue_city_id":"216","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"13","name":"Veikkausliiga","gender":"male","type":"club","format":"domestic_league","area_id":"75","area_name":"Finland","num_matches":"1","last_updated":"2023-07-22 17:01:08","season":{"season_id":"75078","title":"2025","original_name":"Veikkausliiga","start_date":"2025-04-05","end_date":"2025-11-02","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/13.png","last_updated":"2025-01-18 18:57:51","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"116168","name":"Regular Season","start_date":"2025-04-05","start_time":"","start_date_utc":"2025-04-05","start_time_utc":"","end_date":"2025-08-31","end_time":"","end_date_utc":"2025-08-31","end_time_utc":"","type":"table","last_updated":"2025-01-18 18:58:51","match":{"match_id":"3620689","date":"2025-08-01","time":"17:00:00","date_utc":"2025-08-01","time_utc":"15:00:00","team_a_id":"1764","team_a_name":"Vaasan PS","team_a_short_name":"VPS","team_a_tla_name":"VPS","team_a_original_name":"Vaasan PS","team_a_area_id":"75","team_a_area_code":"FIN","team_a_area_name":"Finland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1764.png","team_b_id":"1767","team_b_name":"IFK Mariehamn","team_b_short_name":"Mariehamn","team_b_tla_name":"MAR","team_b_original_name":"IFK Mariehamn","team_b_area_id":"75","team_b_area_code":"FIN","team_b_area_name":"Finland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1767.png","status":"Playing","winner":"yet unknown","score_a":"0","score_b":"0","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 17:00:34","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"18","attendance":"","venue":{"venue_id":"445","venue_name":"Lemonsoft Stadion","venue_city":"Vaasa","venue_city_id":"1838","venue_area_id":"75","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Finland"},"formation":{"team_a":"3-1-4-2","team_b":"4-4-1-1"},"weather":{"temperature":"26","weather_description":"some cloud","wind_speed":"4","wind_direction":"east","humidity":"61","pressure":"755"}},"live":{"game_minute":"4","clock":"","period":"soc_p1s"}}}}}}},{"competition_id":"366","name":"Superliga","gender":"male","type":"club","format":"domestic_league","area_id":"61","area_name":"Denmark","num_matches":"2","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76127","title":"2025\/2026","original_name":"3F Superliga","start_date":"2025-07-18","end_date":"2026-06-01","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/366_5.png","last_updated":"2025-06-10 20:00:43","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"125754","name":"Regular Season","start_date":"2025-07-18","start_time":"","start_date_utc":"2025-07-18","start_time_utc":"","end_date":"2026-03-01","end_time":"","end_date_utc":"2026-03-01","end_time_utc":"","type":"table","last_updated":"2025-06-20 01:00:15","match":[{"match_id":"3731130","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"18504","team_a_name":"FC Fredericia","team_a_short_name":"Fredericia","team_a_tla_name":"FCF","team_a_original_name":"FC Fredericia","team_a_area_id":"61","team_a_area_code":"DNK","team_a_area_name":"Denmark","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18504.png","team_b_id":"2167","team_b_name":"FC København","team_b_short_name":"København","team_b_tla_name":"KOB","team_b_original_name":"FC København","team_b_area_id":"61","team_b_area_code":"DNK","team_b_area_name":"Denmark","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2167.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-10 20:11:23","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"1211","venue_name":"Monjasa Park","venue_city":"Fredericia","venue_city_id":"819","venue_area_id":"61","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Denmark"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3731131","date":"2025-08-01","time":"20:00:00","date_utc":"2025-08-01","time_utc":"18:00:00","team_a_id":"18507","team_a_name":"Vejle BK","team_a_short_name":"Vejle","team_a_tla_name":"VBK","team_a_original_name":"Vejle BK","team_a_area_id":"61","team_a_area_code":"DNK","team_a_area_name":"Denmark","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18507.png","team_b_id":"18493","team_b_name":"Odense BK","team_b_short_name":"Odense","team_b_tla_name":"ODE","team_b_original_name":"Odense BK","team_b_area_id":"61","team_b_area_code":"DNK","team_b_area_name":"Denmark","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18493.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-10 20:11:23","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"1213","venue_name":"Vejle Stadion","venue_city":"Vejle","venue_city_id":"1850","venue_area_id":"61","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Denmark"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"30","name":"Premier Liha","gender":"male","type":"club","format":"domestic_league","area_id":"201","area_name":"Ukraine","num_matches":"2","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76341","title":"2025\/2026","original_name":"VBet Liha","start_date":"2025-08-02","end_date":"2026-05-30","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/30_5.png","last_updated":"2025-06-18 15:21:53","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"126729","name":"Regular Season","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2026-05-30","end_time":"","end_date_utc":"2026-05-30","end_time_utc":"","type":"table","last_updated":"2025-06-18 15:22:11","match":[{"match_id":"3759970","date":"2025-08-01","time":"14:30:00","date_utc":"2025-08-01","time_utc":"12:30:00","team_a_id":"23561","team_a_name":"FK Kolos Kovalivka","team_a_short_name":"Kolos","team_a_tla_name":"KOL","team_a_original_name":"FK Kolos Kovalivka","team_a_area_id":"201","team_a_area_code":"UKR","team_a_area_name":"Ukraine","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23561.png","team_b_id":"911","team_b_name":"FK Kryvbas Kryvyi Rih","team_b_short_name":"Kryvbas","team_b_tla_name":"KRY","team_b_original_name":"FK Kryvbas Kryvyi Rih","team_b_area_id":"201","team_b_area_code":"UKR","team_b_area_name":"Ukraine","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/911.png","status":"Played","winner":"team_A","score_a":"2","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 16:29:19","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"0"},{"type":"p2s","score_a":"1","score_b":"1"}]},"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"3550","venue_name":"Stadion Kovalivka","venue_city":"Kovalivka","venue_city_id":"12677","venue_area_id":"201","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Ukraine"},"formation":{"team_a":"4-4-2","team_b":"4-2-3-1"},"weather":{"temperature":"26","weather_description":"clear skies","wind_speed":"4","wind_direction":"northwest","humidity":"43","pressure":"760"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3759964","date":"2025-08-01","time":"17:00:00","date_utc":"2025-08-01","time_utc":"15:00:00","team_a_id":"21609","team_a_name":"FK Rukh Lviv","team_a_short_name":"Rukh","team_a_tla_name":"RUK","team_a_original_name":"FK Rukh Lviv","team_a_area_id":"201","team_a_area_code":"UKR","team_a_area_name":"Ukraine","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/21609.png","team_b_id":"50388","team_b_name":"SK Poltava","team_b_short_name":"Poltava","team_b_tla_name":"POL","team_b_original_name":"SK Poltava","team_b_area_id":"201","team_b_area_code":"UKR","team_b_area_name":"Ukraine","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/50388.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 17:03:19","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"845","venue_name":"Stadion Ukraina","venue_city":"Lviv","venue_city_id":"1200","venue_area_id":"201","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Ukraine"},"formation":{"team_a":"4-1-4-1","team_b":"4-4-2"},"weather":{"temperature":"22","weather_description":"some cloud","wind_speed":"3","wind_direction":"southwest","humidity":"59","pressure":"760"}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"43","name":"Ekstraklasa","gender":"male","type":"club","format":"domestic_league","area_id":"155","area_name":"Poland","num_matches":"2","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76128","title":"2025\/2026","original_name":"PKO Bank Ekstraklasa","start_date":"2025-07-19","end_date":"2026-05-23","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/43_7.png","last_updated":"2025-06-10 20:17:46","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"125758","name":"Regular Season","start_date":"2025-07-19","start_time":"","start_date_utc":"2025-07-19","start_time_utc":"","end_date":"2026-05-23","end_time":"","end_date_utc":"2026-05-23","end_time_utc":"","type":"table","last_updated":"2025-06-10 20:18:10","match":[{"match_id":"3731272","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"1937","team_a_name":"KGHM Zagłębie Lubin","team_a_short_name":"Zagłębie","team_a_tla_name":"ZAG","team_a_original_name":"KGHM Zagłębie Lubin","team_a_area_id":"155","team_a_area_code":"POL","team_a_area_name":"Poland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1937.png","team_b_id":"1928","team_b_name":"Korona Kielce","team_b_short_name":"Kielce","team_b_tla_name":"KIE","team_b_original_name":"Korona Kielce","team_b_area_id":"155","team_b_area_code":"POL","team_b_area_name":"Poland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1928.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-02 00:30:23","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"2516","venue_name":"KGHM Zagłębie Arena","venue_city":"Lubin","venue_city_id":"3376","venue_area_id":"155","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Poland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3731268","date":"2025-08-01","time":"20:30:00","date_utc":"2025-08-01","time_utc":"18:30:00","team_a_id":"1944","team_a_name":"Wisła Płock","team_a_short_name":"Płock","team_a_tla_name":"WPŁ","team_a_original_name":"Wisła Płock","team_a_area_id":"155","team_a_area_code":"POL","team_a_area_name":"Poland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1944.png","team_b_id":"1940","team_b_name":"GKS Piast Gliwice","team_b_short_name":"Piast","team_b_tla_name":"PIA","team_b_original_name":"GKS Piast Gliwice","team_b_area_id":"155","team_b_area_code":"POL","team_b_area_name":"Poland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1940.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-02 00:30:24","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"3201","venue_name":"Orlen Stadion","venue_city":"Płock","venue_city_id":"3393","venue_area_id":"155","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Poland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"39","name":"SuperLiga","gender":"male","type":"club","format":"domestic_league","area_id":"159","area_name":"Romania","num_matches":"2","last_updated":"2025-05-25 10:48:06","season":{"season_id":"76256","title":"2025\/2026","original_name":"SuperLiga","start_date":"2025-07-12","end_date":"2026-05-23","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/39_9.png","last_updated":"2025-06-16 01:54:51","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"126348","name":"Regular Season","start_date":"2025-07-12","start_time":"","start_date_utc":"2025-07-12","start_time_utc":"","end_date":"2026-03-07","end_time":"","end_date_utc":"2026-03-07","end_time_utc":"","type":"table","last_updated":"2025-06-16 01:55:53","match":[{"match_id":"3749299","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"1815","team_a_name":"FCV Farul Constanţa","team_a_short_name":"Farul","team_a_tla_name":"FAR","team_a_original_name":"FCV Farul Constanţa","team_a_area_id":"159","team_a_area_code":"ROU","team_a_area_name":"Romania","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1815.png","team_b_id":"22180","team_b_name":"FC Metaloglobus București","team_b_short_name":"Metaloglobus","team_b_tla_name":"MET","team_b_original_name":"FC Metaloglobus București","team_b_area_id":"159","team_b_area_code":"ROU","team_b_area_name":"Romania","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22180.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-10 12:52:07","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"4","attendance":"","venue":{"venue_id":"2519","venue_name":"Stadionul Central","venue_city":"Ovidiu","venue_city_id":"13444","venue_area_id":"159","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Romania"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3749298","date":"2025-08-01","time":"20:30:00","date_utc":"2025-08-01","time_utc":"18:30:00","team_a_id":"1801","team_a_name":"FC Petrolul Ploieşti","team_a_short_name":"Petrolul","team_a_tla_name":"PET","team_a_original_name":"FC Petrolul Ploieşti","team_a_area_id":"159","team_a_area_code":"ROU","team_a_area_name":"Romania","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1801.png","team_b_id":"1818","team_b_name":"FC UTA Arad","team_b_short_name":"UTA Arad","team_b_tla_name":"UTA","team_b_original_name":"FC UTA Arad","team_b_area_id":"159","team_b_area_code":"ROU","team_b_area_name":"Romania","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1818.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-17 08:53:07","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"4","attendance":"","venue":{"venue_id":"977","venue_name":"Stadionul Ilie Oană","venue_city":"Ploieşti","venue_city_id":"3055","venue_area_id":"159","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Romania"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"424","name":"League One","gender":"male","type":"club","format":"domestic_league","area_id":"68","area_name":"England","num_matches":"1","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76042","title":"2025\/2026","original_name":"Sky Bet League One","start_date":"2025-08-02","end_date":"2026-05-24","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/424_2.png","last_updated":"2025-06-03 15:59:46","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"125273","name":"Regular Season","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2026-05-02","end_time":"","end_date_utc":"2026-05-02","end_time_utc":"","type":"table","last_updated":"2025-06-03 16:00:35","match":{"match_id":"3750729","date":"2025-08-01","time":"21:00:00","date_utc":"2025-08-01","time_utc":"19:00:00","team_a_id":"502","team_a_name":"Luton Town FC","team_a_short_name":"Luton","team_a_tla_name":"LUT","team_a_original_name":"Luton Town FC","team_a_area_id":"68","team_a_area_code":"ENG","team_a_area_name":"England","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/502.png","team_b_id":"19538","team_b_name":"AFC Wimbledon","team_b_short_name":"Wimbledon","team_b_tla_name":"WIM","team_b_original_name":"AFC Wimbledon","team_b_area_id":"68","team_b_area_code":"ENG","team_b_area_name":"England","team_b_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1790.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-27 08:29:33","broadcasters":{"broadcaster":{"broadcaster_id":"103576","broadcaster_name":"Sky Sports","broadcaster_area_id":"250","broadcaster_area_name":"Great Britain"}},"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"1186","venue_name":"Kenilworth Road Stadium","venue_city":"Luton","venue_city_id":"1197","venue_area_id":"68","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"England"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"35","name":"Bundesliga","gender":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","num_matches":"1","last_updated":"2023-05-19 13:10:42","season":{"season_id":"76112","title":"2025\/2026","original_name":"Admiral Bundesliga","start_date":"2025-08-01","end_date":"2026-05-25","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/35_6.png","last_updated":"2025-06-10 12:31:18","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"125698","name":"Regular Season","start_date":"2025-08-01","start_time":"","start_date_utc":"2025-08-01","start_time_utc":"","end_date":"2026-03-08","end_time":"","end_date_utc":"2026-03-08","end_time_utc":"","type":"table","last_updated":"2025-06-10 12:30:19","match":{"match_id":"3754816","date":"2025-08-01","time":"20:30:00","date_utc":"2025-08-01","time_utc":"18:30:00","team_a_id":"1601","team_a_name":"LASK Linz","team_a_short_name":"LASK","team_a_tla_name":"LIN","team_a_original_name":"LASK Linz","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1601.png","team_b_id":"1602","team_b_name":"SK Puntigamer Sturm Graz","team_b_short_name":"Sturm Graz","team_b_tla_name":"STU","team_b_original_name":"SK Puntigamer Sturm Graz","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1602.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-28 08:39:10","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"24183","venue_name":"Raiffeisen Arena","venue_city":"Linz","venue_city_id":"3516","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"475","name":"Championship","gender":"male","type":"club","format":"domestic_league","area_id":"165","area_name":"Scotland","num_matches":"1","last_updated":"2025-06-18 20:08:13","season":{"season_id":"76274","title":"2025\/2026","original_name":"William Hill Championship","start_date":"2025-08-02","end_date":"2026-05-16","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/475_3.png","last_updated":"2025-06-16 12:41:47","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"126427","name":"Regular Season","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2026-05-02","end_time":"","end_date_utc":"2026-05-02","end_time_utc":"","type":"table","last_updated":"2025-06-16 12:44:38","match":{"match_id":"3743731","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"1535","team_a_name":"Arbroath FC","team_a_short_name":"Arbroath","team_a_tla_name":"ARB","team_a_original_name":"Arbroath FC","team_a_area_id":"165","team_a_area_code":"SCO","team_a_area_name":"Scotland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1535.png","team_b_id":"1523","team_b_name":"Ayr United FC","team_b_short_name":"Ayr United","team_b_tla_name":"AYR","team_b_original_name":"Ayr United FC","team_b_area_id":"165","team_b_area_code":"SCO","team_b_area_name":"Scotland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1523.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-21 00:38:41","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"2959","venue_name":"The Greenversity Stadium at Gayfield","venue_city":"Arbroath","venue_city_id":"3819","venue_area_id":"165","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Scotland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"4344","name":"Leagues Cup","gender":"male","type":"club","format":"international_cup","area_id":"4","area_name":"N\/C America","num_matches":"6","last_updated":"2023-05-19 13:10:42","season":{"season_id":"75189","title":"2025","original_name":"Leagues Cup","start_date":"2025-07-29","end_date":"2025-08-31","logo":"","last_updated":"2025-02-11 19:31:31","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"117406","name":"League Phase","start_date":"2025-07-29","start_time":"","start_date_utc":"2025-07-29","start_time_utc":"","end_date":"2025-08-08","end_time":"","end_date_utc":"2025-08-08","end_time_utc":"","type":"table","last_updated":"2025-05-28 15:00:04","match":[{"match_id":"3640865","date":"2025-08-01","time":"01:00:00","date_utc":"2025-07-31","time_utc":"23:00:00","team_a_id":"2066","team_a_name":"CF Monterrey","team_a_short_name":"Monterrey","team_a_tla_name":"MON","team_a_original_name":"CF Monterrey","team_a_area_id":"129","team_a_area_code":"MEX","team_a_area_name":"Mexico","team_a_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/689.png","team_b_id":"39765","team_b_name":"FC Cincinnati","team_b_short_name":"Cincinnati","team_b_tla_name":"CIN","team_b_original_name":"FC Cincinnati","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\/39765.png","status":"Played","winner":"team_B","score_a":"2","score_b":"3","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 03:11:18","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"1"},{"type":"p2s","score_a":"1","score_b":"2"}]},"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"18086","venue_name":"TQL Stadium","venue_city":"Cincinnati, OH","venue_city_id":"34","venue_area_id":"203","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"United States"},"formation":{"team_a":"3-4-3","team_b":"3-4-1-2"},"weather":{"temperature":"22","weather_description":"gloomy","wind_speed":"4","wind_direction":"north-northeast","humidity":"79","pressure":"763"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3640863","date":"2025-08-01","time":"01:30:00","date_utc":"2025-07-31","time_utc":"23:30:00","team_a_id":"47866","team_a_name":"Charlotte FC","team_a_short_name":"Charlotte","team_a_tla_name":"CLT","team_a_original_name":"Charlotte FC","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\/47866.png","team_b_id":"23110","team_b_name":"FC Juárez","team_b_short_name":"Juárez","team_b_tla_name":"JUA","team_b_original_name":"FC Juárez","team_b_area_id":"129","team_b_area_code":"MEX","team_b_area_name":"Mexico","team_b_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1768.png","status":"Played","winner":"team_B","score_a":"1","score_b":"4","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 03:39:08","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"3"},{"type":"p2s","score_a":"0","score_b":"1"}]},"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"1964","venue_name":"Bank of America Stadium","venue_city":"Charlotte, NC","venue_city_id":"30","venue_area_id":"203","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"United States"},"formation":{"team_a":"4-2-3-1","team_b":"3-4-3"},"weather":{"temperature":"26","weather_description":"some cloud","wind_speed":"2","wind_direction":"south-southeast","humidity":"83","pressure":"760"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3640864","date":"2025-08-01","time":"01:30:00","date_utc":"2025-07-31","time_utc":"23:30:00","team_a_id":"2064","team_a_name":"CD Guadalajara","team_a_short_name":"Guadalajara","team_a_tla_name":"GUA","team_a_original_name":"CD Guadalajara","team_a_area_id":"129","team_a_area_code":"MEX","team_a_area_name":"Mexico","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2064.png","team_b_id":"2091","team_b_name":"New York Red Bulls","team_b_short_name":"New York RB","team_b_tla_name":"NYR","team_b_original_name":"New York Red Bulls","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\/2091.png","status":"Played","winner":"team_B","score_a":"0","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 03:42:14","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"1"}]},"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"103","venue_name":"Sports Illustrated Stadium","venue_city":"Harrison, NJ","venue_city_id":"5047","venue_area_id":"203","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"United States"},"formation":{"team_a":"3-4-2-1","team_b":"4-4-2"},"weather":{"temperature":"23","weather_description":"some cloud, rain","wind_speed":"0","wind_direction":"","humidity":"96","pressure":"727"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3640866","date":"2025-08-01","time":"03:30:00","date_utc":"2025-08-01","time_utc":"01:30:00","team_a_id":"2086","team_a_name":"Colorado Rapids SC","team_a_short_name":"Colorado","team_a_tla_name":"COL","team_a_original_name":"Colorado Rapids SC","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\/2086.png","team_b_id":"2071","team_b_name":"Club Santos Laguna","team_b_short_name":"Santos L","team_b_tla_name":"SAN","team_b_original_name":"Club Santos Laguna","team_b_area_id":"129","team_b_area_code":"MEX","team_b_area_name":"Mexico","team_b_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1769.png","status":"Played","winner":"team_A","score_a":"2","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 05:42:49","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"2","score_b":"1"}]},"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"97","venue_name":"Dick's Sporting Goods Park","venue_city":"Commerce City, CO","venue_city_id":"45762","venue_area_id":"203","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"United States"},"formation":{"team_a":"4-2-3-1","team_b":"3-4-2-1"},"weather":{"temperature":"22","weather_description":"some cloud","wind_speed":"4","wind_direction":"east-northeast","humidity":"46","pressure":"765"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3640867","date":"2025-08-01","time":"04:30:00","date_utc":"2025-08-01","time_utc":"02:30:00","team_a_id":"2061","team_a_name":"CF Cruz Azul","team_a_short_name":"Cruz Azul","team_a_tla_name":"CAZ","team_a_original_name":"CF Cruz Azul","team_a_area_id":"129","team_a_area_code":"MEX","team_a_area_name":"Mexico","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2061.png","team_b_id":"2094","team_b_name":"Seattle Sounders FC","team_b_short_name":"Sounders","team_b_tla_name":"SEA","team_b_original_name":"Seattle Sounders FC","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\/2094.png","status":"Played","winner":"team_B","score_a":"0","score_b":"7","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 06:32:44","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"7"}]},"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"105","venue_name":"Lumen Field","venue_city":"Seattle, WA","venue_city_id":"134","venue_area_id":"203","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"United States"},"formation":{"team_a":"3-4-2-1","team_b":"4-2-3-1"},"weather":{"temperature":"22","weather_description":"some cloud","wind_speed":"2","wind_direction":"north","humidity":"55","pressure":"763"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3640868","date":"2025-08-01","time":"05:00:00","date_utc":"2025-08-01","time_utc":"03:00:00","team_a_id":"1483","team_a_name":"Los Angeles Galaxy","team_a_short_name":"LA Galaxy","team_a_tla_name":"LAG","team_a_original_name":"Los Angeles Galaxy","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\/1483.png","team_b_id":"2077","team_b_name":"Club Tijuana","team_b_short_name":"Tijuana","team_b_tla_name":"TIJ","team_b_original_name":"Club Tijuana","team_b_area_id":"129","team_b_area_code":"MEX","team_b_area_name":"Mexico","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2077.png","status":"Played","winner":"team_A","score_a":"5","score_b":"2","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 07:08:50","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"2","score_b":"1"},{"type":"p2s","score_a":"3","score_b":"1"}]},"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"4","venue_name":"Dignity Health Sports Park","venue_city":"Carson, CA","venue_city_id":"2728","venue_area_id":"203","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"United States"},"formation":{"team_a":"4-3-3","team_b":"4-1-4-1"},"weather":{"temperature":"19","weather_description":"clear skies","wind_speed":"2","wind_direction":"west","humidity":"78","pressure":"762"}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"409","name":"A PFG","gender":"male","type":"club","format":"domestic_league","area_id":"38","area_name":"Bulgaria","num_matches":"2","last_updated":"2024-05-14 16:50:23","season":{"season_id":"76125","title":"2025\/2026","original_name":"efbet Liga","start_date":"2025-07-19","end_date":"2026-05-31","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/409_2.png","last_updated":"2025-06-10 16:17:51","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"125748","name":"Regular Season","start_date":"2025-07-19","start_time":"","start_date_utc":"2025-07-19","start_time_utc":"","end_date":"2026-04-19","end_time":"","end_date_utc":"2026-04-19","end_time_utc":"","type":"table","last_updated":"2025-06-10 16:19:46","match":[{"match_id":"3734634","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"37975","team_a_name":"FK Spartak 1918 Varna","team_a_short_name":"Spartak Varna","team_a_tla_name":"SPA","team_a_original_name":"FK Spartak 1918 Varna","team_a_area_id":"38","team_a_area_code":"BGR","team_a_area_name":"Bulgaria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/37975.png","team_b_id":"25221","team_b_name":"FK Botev Vratsa","team_b_short_name":"Vratsa","team_b_tla_name":"VRA","team_b_original_name":"FK Botev Vratsa","team_b_area_id":"38","team_b_area_code":"BGR","team_b_area_name":"Bulgaria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25221.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-03 16:26:05","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"14998","venue_name":"Stadion Spartak","venue_city":"Varna","venue_city_id":"7293","venue_area_id":"38","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Bulgaria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3734633","date":"2025-08-01","time":"20:15:00","date_utc":"2025-08-01","time_utc":"18:15:00","team_a_id":"36576","team_a_name":"FK CSKA 1948 Sofia","team_a_short_name":"CSKA 1948","team_a_tla_name":"CSK","team_a_original_name":"FK CSKA 1948 Sofia","team_a_area_id":"38","team_a_area_code":"BGR","team_a_area_name":"Bulgaria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/36576.png","team_b_id":"19583","team_b_name":"FK Septemvri Sofia","team_b_short_name":"Septemvri","team_b_tla_name":"SEP","team_b_original_name":"FK Septemvri Sofia","team_b_area_id":"38","team_b_area_code":"BGR","team_b_area_name":"Bulgaria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19583.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-03 16:26:05","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"5849","venue_name":"Stadion Vitosha","venue_city":"Bistritsa","venue_city_id":"17903","venue_area_id":"38","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Bulgaria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"338","name":"3. Liga","gender":"male","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","num_matches":"1","last_updated":"2025-06-18 12:54:24","season":{"season_id":"76007","title":"2025\/2026","original_name":"3. Liga","start_date":"2025-08-02","end_date":"2026-05-26","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/338_1.png","last_updated":"2025-05-30 16:03:32","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"124946","name":"Regular Season","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2026-05-16","end_time":"","end_date_utc":"2026-05-16","end_time_utc":"","type":"table","last_updated":"2025-05-30 16:04:10","match":{"match_id":"3764801","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"541","team_a_name":"Rot-Weiss Essen","team_a_short_name":"RW Essen","team_a_tla_name":"RWE","team_a_original_name":"Rot-Weiss Essen","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/541.png","team_b_id":"525","team_b_name":"TSV 1860 München","team_b_short_name":"1860 München","team_b_tla_name":"60M","team_b_original_name":"TSV 1860 München","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/525.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-30 16:31:03","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"2451","venue_name":"Stadion an der Hafenstraße","venue_city":"Essen","venue_city_id":"264","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"442","name":"Vyshaya Liha","gender":"male","type":"club","format":"domestic_league","area_id":"26","area_name":"Belarus","num_matches":"1","last_updated":"2025-05-25 15:57:33","season":{"season_id":"75250","title":"2025","original_name":"Betera Vyšejšaja Liha","start_date":"2025-03-13","end_date":"2025-11-29","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/442_2.png","last_updated":"2025-03-11 20:25:12","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"118404","name":"Regular Season","start_date":"2025-03-13","start_time":"","start_date_utc":"2025-03-13","start_time_utc":"","end_date":"2025-11-29","end_time":"","end_date_utc":"2025-11-29","end_time_utc":"","type":"table","last_updated":"2025-02-24 13:35:22","match":{"match_id":"3647715","date":"2025-08-01","time":"17:15:00","date_utc":"2025-08-01","time_utc":"15:15:00","team_a_id":"17648","team_a_name":"FK BATE Barysaŭ","team_a_short_name":"BATE","team_a_tla_name":"BAT","team_a_original_name":"FK BATE Barysaŭ","team_a_area_id":"26","team_a_area_code":"BLR","team_a_area_name":"Belarus","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/17648.png","team_b_id":"20370","team_b_name":"FK Viciebsk","team_b_short_name":"Viciebsk","team_b_tla_name":"VIC","team_b_original_name":"FK Viciebsk","team_b_area_id":"26","team_b_area_code":"BLR","team_b_area_name":"Belarus","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/20370.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 17:02:53","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"16","attendance":"","venue":{"venue_id":"451","venue_name":"Borisov Arena","venue_city":"Barysaŭ","venue_city_id":"3059","venue_area_id":"26","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Belarus"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"361","name":"Challenge League","gender":"male","type":"club","format":"domestic_league","area_id":"185","area_name":"Switzerland","num_matches":"2","last_updated":"2025-06-18 21:00:50","season":{"season_id":"76314","title":"2025\/2026","original_name":"Dieci Challenge League","start_date":"2025-07-19","end_date":"2026-05-23","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/361_2.png","last_updated":"2025-06-18 10:25:32","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"126644","name":"Regular Season","start_date":"2025-07-19","start_time":"","start_date_utc":"2025-07-19","start_time_utc":"","end_date":"2026-05-23","end_time":"","end_date_utc":"2026-05-23","end_time_utc":"","type":"table","last_updated":"2025-06-18 10:25:48","match":[{"match_id":"3744475","date":"2025-08-01","time":"16:00:00","date_utc":"2025-08-01","time_utc":"14:00:00","team_a_id":"1914","team_a_name":"FC Wil 1900","team_a_short_name":"Wil 1900","team_a_tla_name":"WIL","team_a_original_name":"FC Wil 1900","team_a_area_id":"185","team_a_area_code":"CHE","team_a_area_name":"Switzerland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1914.png","team_b_id":"1910","team_b_name":"FC Aarau","team_b_short_name":"Aarau","team_b_tla_name":"AAR","team_b_original_name":"FC Aarau","team_b_area_id":"185","team_b_area_code":"CHE","team_b_area_name":"Switzerland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1910.png","status":"Playing","winner":"yet unknown","score_a":"0","score_b":"2","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 17:03:16","broadcasters":[],"period_scores":{"period":{"type":"p1s","score_a":"0","score_b":"2"}},"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"603","venue_name":"Lidl Arena","venue_city":"Wil, St. Gallen","venue_city_id":"3415","venue_area_id":"185","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Switzerland"},"formation":{"team_a":"4-4-2-diamond","team_b":"3-4-1-2"},"weather":{"temperature":"21","weather_description":"some cloud","wind_speed":"2","wind_direction":"south","humidity":"69","pressure":"759"}},"live":{"game_minute":"46","clock":"","period":"soc_p2s"}},{"match_id":"3744476","date":"2025-08-01","time":"19:30:00","date_utc":"2025-08-01","time_utc":"17:30:00","team_a_id":"19654","team_a_name":"FC Stade Nyonnais","team_a_short_name":"Nyonnais","team_a_tla_name":"NYO","team_a_original_name":"FC Stade Nyonnais","team_a_area_id":"185","team_a_area_code":"CHE","team_a_area_name":"Switzerland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19654.png","team_b_id":"23239","team_b_name":"FC Rapperswil-Jona","team_b_short_name":"Rapperswil","team_b_tla_name":"RAP","team_b_original_name":"FC Rapperswil-Jona","team_b_area_id":"185","team_b_area_code":"CHE","team_b_area_name":"Switzerland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23239.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-22 12:41:47","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"1834","venue_name":"Centre Sportif de Colovray","venue_city":"Nyon","venue_city_id":"2288","venue_area_id":"185","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Switzerland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"348","name":"Premier Division","gender":"male","type":"club","format":"domestic_league","area_id":"98","area_name":"Republic of Ireland","num_matches":"2","last_updated":"2023-05-13 10:02:08","season":{"season_id":"74584","title":"2025","original_name":"SSE Airtricity League Premier Division","start_date":"2025-02-14","end_date":"2025-11-01","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/348_1.png","last_updated":"2024-12-19 15:29:24","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"112942","name":"Regular Season","start_date":"2025-02-14","start_time":"","start_date_utc":"2025-02-14","start_time_utc":"","end_date":"2025-11-01","end_time":"","end_date_utc":"2025-11-01","end_time_utc":"","type":"table","last_updated":"2024-12-19 15:37:08","match":[{"match_id":"3598216","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"18404","team_a_name":"Bohemian FC","team_a_short_name":"Bohemian FC","team_a_tla_name":"BOH","team_a_original_name":"Bohemian FC","team_a_area_id":"98","team_a_area_code":"IRL","team_a_area_name":"Republic of Ireland","team_a_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1700.png","team_b_id":"18406","team_b_name":"Drogheda United FC","team_b_short_name":"Drogheda","team_b_tla_name":"DRO","team_b_original_name":"Drogheda United FC","team_b_area_id":"98","team_b_area_code":"IRL","team_b_area_name":"Republic of Ireland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18406.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-09 08:01:41","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"26","attendance":"","venue":{"venue_id":"526","venue_name":"Dalymount Park","venue_city":"Dublin","venue_city_id":"50","venue_area_id":"98","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Republic of Ireland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3598217","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"18400","team_a_name":"Cork City FC","team_a_short_name":"Cork City","team_a_tla_name":"COC","team_a_original_name":"Cork City FC","team_a_area_id":"98","team_a_area_code":"IRL","team_a_area_name":"Republic of Ireland","team_a_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1696.png","team_b_id":"9878","team_b_name":"Galway United FC","team_b_short_name":"Galway Utd","team_b_tla_name":"GAL","team_b_original_name":"Galway United FC","team_b_area_id":"98","team_b_area_code":"IRL","team_b_area_name":"Republic of Ireland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/9878.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-09 08:01:41","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"26","attendance":"","venue":{"venue_id":"523","venue_name":"Turner's Cross","venue_city":"Cork","venue_city_id":"238","venue_area_id":"98","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Republic of Ireland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"335","name":"Superettan","gender":"male","type":"club","format":"domestic_league","area_id":"184","area_name":"Sweden","num_matches":"1","last_updated":"2025-05-24 15:11:20","season":{"season_id":"74581","title":"2025","original_name":"Superettan","start_date":"2025-03-29","end_date":"2025-11-15","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/335_2.png","last_updated":"2024-12-19 14:40:35","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"112936","name":"Regular Season","start_date":"2025-03-29","start_time":"","start_date_utc":"2025-03-29","start_time_utc":"","end_date":"2025-11-08","end_time":"","end_date_utc":"2025-11-08","end_time_utc":"","type":"table","last_updated":"2024-12-19 14:40:54","match":{"match_id":"3722475","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"1295","team_a_name":"Örebro SK Fotboll","team_a_short_name":"Örebro","team_a_tla_name":"ÖSK","team_a_original_name":"Örebro SK Fotboll","team_a_area_id":"184","team_a_area_code":"SWE","team_a_area_name":"Sweden","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1295.png","team_b_id":"1306","team_b_name":"IK Oddevold","team_b_short_name":"Oddevold","team_b_tla_name":"ODD","team_b_original_name":"IK Oddevold","team_b_area_id":"184","team_b_area_code":"SWE","team_b_area_name":"Sweden","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1306.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-25 14:27:06","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"577","venue_name":"Behrn Arena","venue_city":"Örebro","venue_city_id":"116","venue_area_id":"184","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Sweden"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"345","name":"2. Liga","gender":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","num_matches":"5","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76113","title":"2025\/2026","original_name":"Admiral 2. Liga","start_date":"2025-08-01","end_date":"2026-05-16","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/345_9.png","last_updated":"2025-06-10 12:32:15","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"125703","name":"Regular Season","start_date":"2025-08-01","start_time":"","start_date_utc":"2025-08-01","start_time_utc":"","end_date":"2026-05-16","end_time":"","end_date_utc":"2026-05-16","end_time_utc":"","type":"table","last_updated":"2025-06-10 12:32:09","match":[{"match_id":"3756980","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"18353","team_a_name":"FC Liefering","team_a_short_name":"Liefering","team_a_tla_name":"LFR","team_a_original_name":"FC Liefering","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18353.png","team_b_id":"1676","team_b_name":"SC Austria Lustenau","team_b_short_name":"Lustenau","team_b_tla_name":"LUS","team_b_original_name":"SC Austria Lustenau","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1676.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-07 17:17:15","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"420","venue_name":"Red Bull Arena","venue_city":"Wals-Siezenheim","venue_city_id":"3317","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3756984","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"1647","team_a_name":"Kapfenberger SV 1919","team_a_short_name":"KSV 1919","team_a_tla_name":"KSV","team_a_original_name":"Kapfenberger SV 1919","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1647.png","team_b_id":"1607","team_b_name":"FC Flyeralarm Admira","team_b_short_name":"Admira","team_b_tla_name":"ADM","team_b_original_name":"FC Flyeralarm Admira","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1607.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-07 17:17:15","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"1247","venue_name":"Alpenstadion Kapfenberg","venue_city":"Kapfenberg","venue_city_id":"3322","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3756985","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"31624","team_a_name":"SV Stripfing\/Weiden","team_a_short_name":"Stripfing","team_a_tla_name":"STR","team_a_original_name":"SV Stripfing\/Weiden","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/31624.png","team_b_id":"1619","team_b_name":"First Vienna FC 1894","team_b_short_name":"First Vienna","team_b_tla_name":"FIR","team_b_original_name":"First Vienna FC 1894","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1619.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-30 12:55:50","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"1250","venue_name":"FAC-Platz","venue_city":"Wien","venue_city_id":"160","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3756986","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"22942","team_a_name":"SKU Ertl Glas Amstetten","team_a_short_name":"Amstetten","team_a_tla_name":"AMS","team_a_original_name":"SKU Ertl Glas Amstetten","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22942.png","team_b_id":"22978","team_b_name":"SK Puntigamer Sturm Graz II","team_b_short_name":"Sturm II","team_b_tla_name":"STR","team_b_original_name":"SK Puntigamer Sturm Graz II","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1602.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-07 17:17:15","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"3229","venue_name":"Ertl Glas-Stadion","venue_city":"Amstetten","venue_city_id":"3783","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3756987","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"22952","team_a_name":"SV Austria Salzburg","team_a_short_name":"Austria SB","team_a_tla_name":"AUS","team_a_original_name":"SV Austria Salzburg","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22952.png","team_b_id":"22965","team_b_name":"SK Austria Klagenfurt","team_b_short_name":"Klagenfurt","team_b_tla_name":"KLG","team_b_original_name":"SK Austria Klagenfurt","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22965.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-07 17:17:16","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"2943","venue_name":"Max Aicher Stadion","venue_city":"Salzburg","venue_city_id":"1567","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"367","name":"NordicBet Liga","gender":"male","type":"club","format":"domestic_league","area_id":"61","area_name":"Denmark","num_matches":"3","last_updated":"2023-05-13 10:12:42","season":{"season_id":"76142","title":"2025\/2026","original_name":"Betinia Liga","start_date":"2025-07-19","end_date":"2026-05-23","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/367_7.png","last_updated":"2025-08-01 14:16:51","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"125843","name":"Regular Season","start_date":"2025-07-19","start_time":"","start_date_utc":"2025-07-19","start_time_utc":"","end_date":"2026-03-22","end_time":"","end_date_utc":"2026-03-22","end_time_utc":"","type":"table","last_updated":"2025-06-18 02:00:14","match":[{"match_id":"3737405","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"19226","team_a_name":"B93 København","team_a_short_name":"B93","team_a_tla_name":"B93","team_a_original_name":"B93 København","team_a_area_id":"61","team_a_area_code":"DNK","team_a_area_name":"Denmark","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19226.png","team_b_id":"23693","team_b_name":"Hillerød Fodbold","team_b_short_name":"Hillerød","team_b_tla_name":"HIL","team_b_original_name":"Hillerød Fodbold","team_b_area_id":"61","team_b_area_code":"DNK","team_b_area_name":"Denmark","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23693.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-18 20:27:38","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"3092","venue_name":"Sundby Idrætspark","venue_city":"København","venue_city_id":"1056","venue_area_id":"61","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Denmark"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3737406","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"18485","team_a_name":"Aalborg BK","team_a_short_name":"Aalborg","team_a_tla_name":"AaB","team_a_original_name":"Aalborg BK","team_a_area_id":"61","team_a_area_code":"DNK","team_a_area_name":"Denmark","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18485.png","team_b_id":"18510","team_b_name":"Hobro IK","team_b_short_name":"Hobro","team_b_tla_name":"HIK","team_b_original_name":"Hobro IK","team_b_area_id":"61","team_b_area_code":"DNK","team_b_area_name":"Denmark","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18510.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-18 20:27:38","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"551","venue_name":"Aalborg Portland Park","venue_city":"Aalborg","venue_city_id":"277","venue_area_id":"61","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Denmark"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3737407","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"19240","team_a_name":"Kolding IF","team_a_short_name":"Kolding","team_a_tla_name":"KOL","team_a_original_name":"Kolding IF","team_a_area_id":"61","team_a_area_code":"DNK","team_a_area_name":"Denmark","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19240.png","team_b_id":"18508","team_b_name":"HB Køge","team_b_short_name":"Køge","team_b_tla_name":"HBK","team_b_original_name":"HB Køge","team_b_area_id":"61","team_b_area_code":"DNK","team_b_area_name":"Denmark","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18508.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-18 20:27:38","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"3146","venue_name":"Autocentralen Park","venue_city":"Kolding","venue_city_id":"5303","venue_area_id":"61","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Denmark"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"425","name":"NB I","gender":"male","type":"club","format":"domestic_league","area_id":"92","area_name":"Hungary","num_matches":"1","last_updated":"2024-12-08 14:55:54","season":{"season_id":"76182","title":"2025\/2026","original_name":"Fizz Liga","start_date":"2025-07-26","end_date":"2026-05-16","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/425_1.png","last_updated":"2025-06-13 17:46:00","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"126064","name":"Regular Season","start_date":"2025-07-26","start_time":"","start_date_utc":"2025-07-26","start_time_utc":"","end_date":"2026-05-16","end_time":"","end_date_utc":"2026-05-16","end_time_utc":"","type":"table","last_updated":"2025-06-13 17:46:38","match":{"match_id":"3736124","date":"2025-08-01","time":"20:00:00","date_utc":"2025-08-01","time_utc":"18:00:00","team_a_id":"18891","team_a_name":"Debreceni VSC","team_a_short_name":"Debrecen","team_a_tla_name":"DEB","team_a_original_name":"Debreceni VSC","team_a_area_id":"92","team_a_area_code":"HUN","team_a_area_name":"Hungary","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18891.png","team_b_id":"1479","team_b_name":"MTK Budapest","team_b_short_name":"MTK","team_b_tla_name":"MTK","team_b_original_name":"MTK Budapest","team_b_area_id":"92","team_b_area_code":"HUN","team_b_area_name":"Hungary","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1479.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-08 16:52:02","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"512","venue_name":"Nagyerdei Stadion","venue_city":"Debrecen","venue_city_id":"693","venue_area_id":"92","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Hungary"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"372","name":"Prva Liga","gender":"male","type":"club","format":"domestic_league","area_id":"172","area_name":"Slovenia","num_matches":"1","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76301","title":"2025\/2026","original_name":"PrvaLiga Telemach","start_date":"2025-07-19","end_date":"2026-05-24","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/372_6.png","last_updated":"2025-06-17 16:32:01","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"126606","name":"Regular Season","start_date":"2025-07-19","start_time":"","start_date_utc":"2025-07-19","start_time_utc":"","end_date":"2026-05-24","end_time":"","end_date_utc":"2026-05-24","end_time_utc":"","type":"table","last_updated":"2025-06-17 16:32:50","match":{"match_id":"3748217","date":"2025-08-01","time":"17:30:00","date_utc":"2025-08-01","time_utc":"15:30:00","team_a_id":"18707","team_a_name":"NK Radomlje","team_a_short_name":"Radomlje","team_a_tla_name":"RAD","team_a_original_name":"NK Radomlje","team_a_area_id":"172","team_a_area_code":"SVN","team_a_area_name":"Slovenia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18707.png","team_b_id":"18583","team_b_name":"NK Domžale","team_b_short_name":"Domžale","team_b_tla_name":"DOM","team_b_original_name":"NK Domžale","team_b_area_id":"172","team_b_area_code":"SVN","team_b_area_name":"Slovenia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18583.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-22 21:56:10","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"2350","venue_name":"Športni Park","venue_city":"Domžale","venue_city_id":"3640","venue_area_id":"172","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Slovenia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"370","name":"Prva Liga","gender":"male","type":"club","format":"domestic_league","area_id":"56","area_name":"Croatia","num_matches":"1","last_updated":"2022-10-16 16:06:27","season":{"season_id":"76134","title":"2025\/2026","original_name":"Supersport HNL","start_date":"2025-08-02","end_date":"2026-05-24","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/370_2.png","last_updated":"2025-06-11 11:30:31","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"125811","name":"Regular Season","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2026-05-24","end_time":"","end_date_utc":"2026-05-24","end_time_utc":"","type":"table","last_updated":"2025-06-11 11:30:45","match":{"match_id":"3739926","date":"2025-08-01","time":"20:00:00","date_utc":"2025-08-01","time_utc":"18:00:00","team_a_id":"18559","team_a_name":"NK Lokomotiva Zagreb","team_a_short_name":"Lok Zagreb","team_a_tla_name":"LOK","team_a_original_name":"NK Lokomotiva Zagreb","team_a_area_id":"56","team_a_area_code":"HRV","team_a_area_name":"Croatia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18559.png","team_b_id":"18553","team_b_name":"HNK Vukovar 1991","team_b_short_name":"Vukovar","team_b_tla_name":"VUK","team_b_original_name":"HNK Vukovar 1991","team_b_area_id":"56","team_b_area_code":"HRV","team_b_area_name":"Croatia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18553.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-07 17:20:32","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"455","venue_name":"Stadion Maksimir","venue_city":"Zagreb","venue_city_id":"212","venue_area_id":"56","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Croatia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"4306","name":"CONCACAF Central American Cup","gender":"male","type":"club","format":"international_cup","area_id":"4","area_name":"N\/C America","num_matches":"2","last_updated":"2021-08-26 20:45:55","season":{"season_id":"75883","title":"2025","original_name":"CONCACAF Central American Cup","start_date":"2025-07-29","end_date":"2025-12-03","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/4306.png","last_updated":"2025-05-08 16:06:50","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"123979","name":"Group Stage","start_date":"2025-07-29","start_time":"","start_date_utc":"2025-07-29","start_time_utc":"","end_date":"2025-08-29","end_time":"","end_date_utc":"2025-08-29","end_time_utc":"","type":"table","last_updated":"2025-06-11 17:00:14","match":[{"match_id":"3732544","date":"2025-08-01","time":"04:00:00","date_utc":"2025-08-01","time_utc":"02:00:00","team_a_id":"15437","team_a_name":"LD Alajuelense","team_a_short_name":"Alajuelense","team_a_tla_name":"ALA","team_a_original_name":"LD Alajuelense","team_a_area_id":"55","team_a_area_code":"CRI","team_a_area_name":"Costa Rica","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/15437.png","team_b_id":"15384","team_b_name":"CD Plaza Amador","team_b_short_name":"Plaza Amador","team_b_tla_name":"PLA","team_b_original_name":"CD Plaza Amador","team_b_area_id":"150","team_b_area_code":"PAN","team_b_area_name":"Panama","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/15384.png","status":"Played","winner":"team_B","score_a":"1","score_b":"2","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 06:01:50","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"2"}]},"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"1366","venue_name":"Estadio Alejandro Morera Soto","venue_city":"Alajuela","venue_city_id":"3177","venue_area_id":"55","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Costa Rica"},"formation":{"team_a":"5-4-1","team_b":"4-3-3"},"weather":{"temperature":"22","weather_description":"some cloud","wind_speed":"6","wind_direction":"east","humidity":"67","pressure":"763"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3732554","date":"2025-08-01","time":"04:00:00","date_utc":"2025-08-01","time_utc":"02:00:00","team_a_id":"2887","team_a_name":"Diriangén FC","team_a_short_name":"Diriangén","team_a_tla_name":"DIR","team_a_original_name":"Diriangén FC","team_a_area_id":"142","team_a_area_code":"NIC","team_a_area_name":"Nicaragua","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2887.png","team_b_id":"15456","team_b_name":"CSD Municipal","team_b_short_name":"Municipal","team_b_tla_name":"MUN","team_b_original_name":"CSD Municipal","team_b_area_id":"85","team_b_area_code":"GTM","team_b_area_name":"Guatemala","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/15456.png","status":"Played","winner":"draw","score_a":"1","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 06:01:55","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"1"}]},"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"6469","venue_name":"Estadio Cacique Diriangén","venue_city":"Diriamba","venue_city_id":"10399","venue_area_id":"142","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Nicaragua"},"formation":{"team_a":"4-1-3-2","team_b":"4-4-1-1"},"weather":{"temperature":"24","weather_description":"some cloud","wind_speed":"5","wind_direction":"east-northeast","humidity":"76","pressure":"761"}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"2649","name":"K League 3","gender":"male","type":"club","format":"domestic_league","area_id":"107","area_name":"Korea Republic","num_matches":"1","last_updated":"2021-08-26 20:45:55","season":{"season_id":"75223","title":"2025","original_name":"K3 League","start_date":"2025-03-01","end_date":"2025-11-08","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2649.png","last_updated":"2025-02-19 21:29:35","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"117882","name":"Regular Season","start_date":"2025-03-01","start_time":"","start_date_utc":"2025-03-01","start_time_utc":"","end_date":"2025-11-08","end_time":"","end_date_utc":"2025-11-08","end_time_utc":"","type":"table","last_updated":"2025-02-19 21:29:53","match":{"match_id":"3642583","date":"2025-08-01","time":"12:00:00","date_utc":"2025-08-01","time_utc":"10:00:00","team_a_id":"16364","team_a_name":"Changwon FC","team_a_short_name":"Changwon","team_a_tla_name":"CHC","team_a_original_name":"Changwon FC","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\/16364.png","team_b_id":"53686","team_b_name":"Jeonbuk Hyundai Motors FC B","team_b_short_name":"Jeonbuk B","team_b_tla_name":"JEO","team_b_original_name":"Jeonbuk Hyundai Motors FC N","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\/1240.png","status":"Played","winner":"team_A","score_a":"3","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 13:59:34","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"2","score_b":"0"},{"type":"p2s","score_a":"1","score_b":"1"}]},"match_extra":{"gameweek":"20","attendance":"","venue":{"venue_id":"8225","venue_name":"Changwon Civil Stadium","venue_city":"Changwon","venue_city_id":"8192","venue_area_id":"107","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Korea Republic"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"29","weather_description":"some cloud","wind_speed":"2","wind_direction":"south","humidity":"77","pressure":"753"}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"3201","name":"Elitettan","gender":"female","type":"club","format":"domestic_league","area_id":"184","area_name":"Sweden","num_matches":"1","last_updated":"2021-09-22 23:26:36","season":{"season_id":"74951","title":"2025","original_name":"Elitettan","start_date":"2025-04-13","end_date":"2025-11-15","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/3201.png","last_updated":"2024-12-28 14:25:57","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"female","age_group":"senior","round":{"round_id":"113444","name":"Regular Season","start_date":"2025-04-13","start_time":"","start_date_utc":"2025-04-13","start_time_utc":"","end_date":"2025-11-15","end_time":"","end_date_utc":"2025-11-15","end_time_utc":"","type":"table","last_updated":"2024-12-28 14:26:15","match":{"match_id":"3603758","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"61468","team_a_name":"IF Elfsborg","team_a_short_name":"Elfsborg","team_a_tla_name":"ELF","team_a_original_name":"IF Elfsborg","team_a_area_id":"184","team_a_area_code":"SWE","team_a_area_name":"Sweden","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1290.png","team_b_id":"68670","team_b_name":"BK Häcken","team_b_short_name":"Häcken","team_b_tla_name":"HÄC","team_b_original_name":"BK Häcken","team_b_area_id":"184","team_b_area_code":"SWE","team_b_area_name":"Sweden","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1281.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-25 10:09:25","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"12","attendance":"","venue":{"venue_id":"575","venue_name":"Borås Arena","venue_city":"Borås","venue_city_id":"476","venue_area_id":"184","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Sweden"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"100","name":"Jordanian Pro League","gender":"male","type":"club","format":"domestic_league","area_id":"103","area_name":"Jordan","num_matches":"2","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76393","title":"2025\/2026","original_name":"Jordanian Pro League","start_date":"2025-08-01","end_date":"2026-04-26","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/100_5.png","last_updated":"2025-06-23 15:21:49","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"126946","name":"Regular Season","start_date":"2025-08-01","start_time":"","start_date_utc":"2025-08-01","start_time_utc":"","end_date":"2026-04-26","end_time":"","end_date_utc":"2026-04-26","end_time_utc":"","type":"table","last_updated":"2025-06-23 15:22:39","match":[{"match_id":"3794809","date":"2025-08-01","time":"17:00:00","date_utc":"2025-08-01","time_utc":"15:00:00","team_a_id":"14641","team_a_name":"Al Hussein SC","team_a_short_name":"Al Hussein","team_a_tla_name":"HUS","team_a_original_name":"Al Hussein SC","team_a_area_id":"103","team_a_area_code":"JOR","team_a_area_name":"Jordan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14641.png","team_b_id":"14649","team_b_name":"Al Ahli SC","team_b_short_name":"Al Ahli","team_b_tla_name":"AHL","team_b_original_name":"Al Ahli SC","team_b_area_id":"103","team_b_area_code":"JOR","team_b_area_name":"Jordan","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14649.png","status":"Playing","winner":"yet unknown","score_a":"0","score_b":"0","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 17:02:09","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"994","venue_name":"Al Hasan Stadium","venue_city":"Irbid","venue_city_id":"8466","venue_area_id":"103","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Jordan"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"28","weather_description":"clear skies","wind_speed":"10","wind_direction":"west","humidity":"34","pressure":"757"}},"live":{"game_minute":"5","clock":"","period":"soc_p1s"}},{"match_id":"3794806","date":"2025-08-01","time":"19:45:00","date_utc":"2025-08-01","time_utc":"17:45:00","team_a_id":"14637","team_a_name":"Al Wehdat SC","team_a_short_name":"Al Wehdat","team_a_tla_name":"WEH","team_a_original_name":"Al Wehdat SC","team_a_area_id":"103","team_a_area_code":"JOR","team_a_area_name":"Jordan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14637.png","team_b_id":"14634","team_b_name":"Al Ramtha SC","team_b_short_name":"Al Ramtha","team_b_tla_name":"RAM","team_b_original_name":"Al Ramtha SC","team_b_area_id":"103","team_b_area_code":"JOR","team_b_area_name":"Jordan","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14634.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-26 23:12:53","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"992","venue_name":"King Abdullah International Stadium","venue_city":"Amman","venue_city_id":"3145","venue_area_id":"103","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Jordan"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"270","name":"Série B","gender":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","num_matches":"1","last_updated":"2021-08-26 20:45:55","season":{"season_id":"75310","title":"2025","original_name":"Série B","start_date":"2025-04-04","end_date":"2025-11-22","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/270.png","last_updated":"2025-02-28 12:02:07","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"118663","name":"Regular Season","start_date":"2025-04-04","start_time":"","start_date_utc":"2025-04-04","start_time_utc":"","end_date":"2025-11-22","end_time":"","end_date_utc":"2025-11-22","end_time_utc":"","type":"table","last_updated":"2025-02-28 12:02:36","match":{"match_id":"3651435","date":"2025-08-01","time":"02:35:00","date_utc":"2025-08-01","time_utc":"00:35:00","team_a_id":"17754","team_a_name":"Vila Nova FC","team_a_short_name":"Vila Nova","team_a_tla_name":"VLN","team_a_original_name":"Vila Nova FC","team_a_area_id":"35","team_a_area_code":"BRA","team_a_area_name":"Brazil","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/17754.png","team_b_id":"1372","team_b_name":"Coritiba FBC","team_b_short_name":"Coritiba","team_b_tla_name":"COR","team_b_original_name":"Coritiba FBC","team_b_area_id":"35","team_b_area_code":"BRA","team_b_area_name":"Brazil","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1372.png","status":"Played","winner":"team_B","score_a":"1","score_b":"2","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 04:38:11","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"2"},{"type":"p2s","score_a":"0","score_b":"0"}]},"match_extra":{"gameweek":"20","attendance":"","venue":{"venue_id":"2338","venue_name":"Estádio Onésio Brasileiro Alvarenga","venue_city":"Goiânia, GO","venue_city_id":"12443","venue_area_id":"35","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Brazil"},"formation":{"team_a":"4-2-3-1","team_b":"4-3-3"},"weather":{"temperature":"16","weather_description":"clear skies","wind_speed":"2","wind_direction":"east","humidity":"77","pressure":"770"}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"797","name":"Copa do Brasil","gender":"male","type":"club","format":"domestic_cup","area_id":"35","area_name":"Brazil","num_matches":"2","last_updated":"2021-08-26 20:45:55","season":{"season_id":"75016","title":"2025","original_name":"Copa Betano do Brasil","start_date":"2025-02-19","end_date":"2025-11-09","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/797_8.png","last_updated":"2025-01-12 19:41:24","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"115649","name":"Round of 16","start_date":"2025-07-30","start_time":"","start_date_utc":"2025-07-30","start_time_utc":"","end_date":"2025-08-08","end_time":"","end_date_utc":"2025-08-08","end_time_utc":"","type":"cup","last_updated":"2025-06-24 13:00:14","match":[{"match_id":"3833380","date":"2025-08-01","time":"00:30:00","date_utc":"2025-07-31","time_utc":"22:30:00","team_a_id":"1044","team_a_name":"São Paulo FC","team_a_short_name":"São Paulo","team_a_tla_name":"SAO","team_a_original_name":"São Paulo FC","team_a_area_id":"35","team_a_area_code":"BRA","team_a_area_name":"Brazil","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1044.png","team_b_id":"1381","team_b_name":"CA Paranaense","team_b_short_name":"Paranaense","team_b_tla_name":"CAP","team_b_original_name":"CA Paranaense","team_b_area_id":"35","team_b_area_code":"BRA","team_b_area_name":"Brazil","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1381.png","status":"Played","winner":"team_A","score_a":"2","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 06:10:39","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"0"},{"type":"p2s","score_a":"1","score_b":"1"}]},"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"265","venue_name":"Estádio do Morumbi","venue_city":"São Paulo, SP","venue_city_id":"1598","venue_area_id":"35","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Brazil"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"13","weather_description":"gloomy","wind_speed":"4","wind_direction":"east-southeast","humidity":"83","pressure":"771"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3746749","date":"2025-08-01","time":"02:30:00","date_utc":"2025-08-01","time_utc":"00:30:00","team_a_id":"1373","team_a_name":"CR Flamengo","team_a_short_name":"Flamengo","team_a_tla_name":"FLA","team_a_original_name":"CR Flamengo","team_a_area_id":"35","team_a_area_code":"BRA","team_a_area_name":"Brazil","team_a_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1018.png","team_b_id":"1370","team_b_name":"CA Mineiro","team_b_short_name":"Mineiro","team_b_tla_name":"CAM","team_b_original_name":"CA Mineiro","team_b_area_id":"35","team_b_area_code":"BRA","team_b_area_name":"Brazil","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1370.png","status":"Played","winner":"team_B","score_a":"0","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 06:10:58","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"1"}]},"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"193","venue_name":"Estadio Jornalista Mário Filho","venue_city":"Rio de Janeiro, RJ","venue_city_id":"253","venue_area_id":"35","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Brazil"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"18","weather_description":"clear skies","wind_speed":"3","wind_direction":"east","humidity":"75","pressure":"770"}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"1010","name":"Copa Paulista","gender":"male","type":"club","format":"domestic_cup","area_id":"35","area_name":"Brazil","num_matches":"1","last_updated":"2021-08-26 20:45:55","season":{"season_id":"75887","title":"2025","original_name":"Copa Paulista Sicredi","start_date":"2025-06-15","end_date":"2025-09-28","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/1010_3.png","last_updated":"2025-05-09 10:44:17","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"124012","name":"1st Phase","start_date":"2025-06-15","start_time":"","start_date_utc":"2025-06-15","start_time_utc":"","end_date":"2025-08-30","end_time":"","end_date_utc":"2025-08-30","end_time_utc":"","type":"table","last_updated":"2025-07-23 14:00:18","match":{"match_id":"3712421","date":"2025-08-01","time":"15:00:00","date_utc":"2025-08-01","time_utc":"13:00:00","team_a_id":"24822","team_a_name":"EC Noroeste","team_a_short_name":"Noroeste","team_a_tla_name":"NOR","team_a_original_name":"EC Noroeste","team_a_area_id":"35","team_a_area_code":"BRA","team_a_area_name":"Brazil","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/24822.png","team_b_id":"27708","team_b_name":"AE Araçatuba","team_b_short_name":"Araçatuba","team_b_tla_name":"AEA","team_b_original_name":"AE Araçatuba","team_b_area_id":"35","team_b_area_code":"BRA","team_b_area_name":"Brazil","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/27708.png","status":"Played","winner":"draw","score_a":"1","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 17:02:41","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"1"}]},"match_extra":{"gameweek":"8","attendance":"","venue":{"venue_id":"3665","venue_name":"Estádio Dr. Alfredo de Castilho","venue_city":"Bauru, SP","venue_city_id":"3996","venue_area_id":"35","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Brazil"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"22","weather_description":"clear skies","wind_speed":"3","wind_direction":"east","humidity":"49","pressure":"769"}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"1270","name":"CBF Brasileiro U20","gender":"male youth","type":"club","format":"domestic_cup","area_id":"35","area_name":"Brazil","num_matches":"1","last_updated":"2022-01-11 13:48:39","season":{"season_id":"75341","title":"2025","original_name":"CBF Brasileiro U20","start_date":"2025-03-10","end_date":"2025-08-17","logo":"","last_updated":"2025-03-06 14:55:51","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"u20","round":{"round_id":"129300","name":"Quarter-finals","start_date":"2025-07-30","start_time":"","start_date_utc":"2025-07-30","start_time_utc":"","end_date":"2025-08-01","end_time":"","end_date_utc":"2025-08-01","end_time_utc":"","type":"cup","last_updated":"2025-07-30 10:14:29","match":{"match_id":"3833448","date":"2025-08-01","time":"00:00:00","date_utc":"2025-07-31","time_utc":"22:00:00","team_a_id":"28946","team_a_name":"Red Bull Bragantino U20","team_a_short_name":"Bragantino U20","team_a_tla_name":"BRA","team_a_original_name":"Red Bull Bragantino U20","team_a_area_id":"35","team_a_area_code":"BRA","team_a_area_name":"Brazil","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1402.png","team_b_id":"28894","team_b_name":"Fortaleza EC U20","team_b_short_name":"Fortaleza U20","team_b_tla_name":"FOR","team_b_original_name":"Fortaleza EC U20","team_b_area_id":"35","team_b_area_code":"BRA","team_b_area_name":"Brazil","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1394.png","status":"Played","winner":"team_A","score_a":"3","score_b":"2","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 07:48:15","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"27760","venue_name":"CPD Red Bull Bragantino","venue_city":"Atibaia, SP","venue_city_id":"14705","venue_area_id":"35","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Brazil"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"553","name":"Victoria Premier League","gender":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","num_matches":"3","last_updated":"2025-03-24 09:59:42","season":{"season_id":"74486","title":"2025","original_name":"NPL Victoria","start_date":"2025-02-06","end_date":"2025-09-07","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/553_2.png","last_updated":"2024-12-06 06:27:14","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"111929","name":"Regular Season","start_date":"2025-02-06","start_time":"","start_date_utc":"2025-02-06","start_time_utc":"","end_date":"2025-08-23","end_time":"","end_date_utc":"2025-08-23","end_time_utc":"","type":"table","last_updated":"2024-12-06 06:27:43","match":[{"match_id":"3586574","date":"2025-08-01","time":"11:30:00","date_utc":"2025-08-01","time_utc":"09:30:00","team_a_id":"19705","team_a_name":"Melbourne Knights FC","team_a_short_name":"Knights","team_a_tla_name":"MKN","team_a_original_name":"Melbourne Knights FC","team_a_area_id":"19","team_a_area_code":"AUS","team_a_area_name":"Australia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19705.png","team_b_id":"21492","team_b_name":"Hume City FC","team_b_short_name":"Hume City","team_b_tla_name":"HUM","team_b_original_name":"Hume City FC","team_b_area_id":"19","team_b_area_code":"AUS","team_b_area_name":"Australia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/21492.png","status":"Played","winner":"draw","score_a":"1","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 13:30:20","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"1","score_b":"1"}]},"match_extra":{"gameweek":"24","attendance":"","venue":{"venue_id":"1539","venue_name":"Tompsett Stadium","venue_city":"Sunshine North, VIC","venue_city_id":"47426","venue_area_id":"19","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Australia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"8","weather_description":"some cloud","wind_speed":"2","wind_direction":"south-southwest","humidity":"87","pressure":"770"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3586575","date":"2025-08-01","time":"12:15:00","date_utc":"2025-08-01","time_utc":"10:15:00","team_a_id":"11300","team_a_name":"Port Melbourne SC","team_a_short_name":"Port Melbourne","team_a_tla_name":"PMB","team_a_original_name":"Port Melbourne SC","team_a_area_id":"19","team_a_area_code":"AUS","team_a_area_name":"Australia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/11300.png","team_b_id":"11389","team_b_name":"Dandenong City SC","team_b_short_name":"Dandenong City","team_b_tla_name":"DAN","team_b_original_name":"Dandenong City SC","team_b_area_id":"19","team_b_area_code":"AUS","team_b_area_name":"Australia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/11389.png","status":"Played","winner":"draw","score_a":"1","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 14:54:19","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"1"},{"type":"p2s","score_a":"0","score_b":"0"}]},"match_extra":{"gameweek":"24","attendance":"","venue":{"venue_id":"2252","venue_name":"SS Anderson Reserve","venue_city":"Melbourne, VIC","venue_city_id":"1238","venue_area_id":"19","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Australia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"11","weather_description":"some cloud","wind_speed":"3","wind_direction":"southeast","humidity":"81","pressure":"770"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3586576","date":"2025-08-01","time":"12:15:00","date_utc":"2025-08-01","time_utc":"10:15:00","team_a_id":"21490","team_a_name":"Oakleigh Cannons FC","team_a_short_name":"Oakleigh","team_a_tla_name":"OAK","team_a_original_name":"Oakleigh Cannons FC","team_a_area_id":"19","team_a_area_code":"AUS","team_a_area_name":"Australia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/21490.png","team_b_id":"30997","team_b_name":"Altona Magic SC","team_b_short_name":"Altona Magic","team_b_tla_name":"MAG","team_b_original_name":"Altona Magic SC","team_b_area_id":"19","team_b_area_code":"AUS","team_b_area_name":"Australia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/30997.png","status":"Played","winner":"team_A","score_a":"1","score_b":"0","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 14:58:59","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"0"}]},"match_extra":{"gameweek":"24","attendance":"","venue":{"venue_id":"2247","venue_name":"Jack Edwards Reserve - Pitch 1","venue_city":"Oakleigh, VIC","venue_city_id":"47626","venue_area_id":"19","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Australia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"7","weather_description":"some cloud","wind_speed":"2","wind_direction":"south-southwest","humidity":"93","pressure":"770"}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"917","name":"3. liga","gender":"male","type":"club","format":"domestic_league","area_id":"59","area_name":"Czechia","num_matches":"3","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76558","title":"2025\/2026","original_name":"ČFL\/MSFL","start_date":"2025-08-02","end_date":"2026-06-14","logo":"","last_updated":"2025-07-11 13:38:10","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"127826","name":"MSFL","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2026-06-14","end_time":"","end_date_utc":"2026-06-14","end_time_utc":"","type":"table","last_updated":"2025-07-11 13:43:02","match":[{"match_id":"3788370","date":"2025-08-01","time":"17:30:00","date_utc":"2025-08-01","time_utc":"15:30:00","team_a_id":"22113","team_a_name":"FK Třinec","team_a_short_name":"Třinec","team_a_tla_name":"TRI","team_a_original_name":"FK Třinec","team_a_area_id":"59","team_a_area_code":"CZE","team_a_area_name":"Czechia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22113.png","team_b_id":"41369","team_b_name":"TJ Unie Hlubina","team_b_short_name":"Hlubina","team_b_tla_name":"HLU","team_b_original_name":"TJ Unie Hlubina","team_b_area_id":"59","team_b_area_code":"CZE","team_b_area_name":"Czechia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/41369.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-16 19:08:13","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"3043","venue_name":"Stadion Rudolfa Labaje","venue_city":"Třinec","venue_city_id":"9972","venue_area_id":"59","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Czechia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3788373","date":"2025-08-01","time":"17:30:00","date_utc":"2025-08-01","time_utc":"15:30:00","team_a_id":"27759","team_a_name":"FK Blansko","team_a_short_name":"Blansko","team_a_tla_name":"BLA","team_a_original_name":"FK Blansko","team_a_area_id":"59","team_a_area_code":"CZE","team_a_area_name":"Czechia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/27759.png","team_b_id":"41373","team_b_name":"TJ Start Brno","team_b_short_name":"Start Brno","team_b_tla_name":"STA","team_b_original_name":"TJ Start Brno","team_b_area_id":"59","team_b_area_code":"CZE","team_b_area_name":"Czechia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/41373.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-21 13:22:36","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"5487","venue_name":"Stadion na Údolní","venue_city":"Blansko","venue_city_id":"17469","venue_area_id":"59","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Czechia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3788365","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"22222","team_a_name":"FK Frýdek-Místek","team_a_short_name":"Frýdek-Místek","team_a_tla_name":"FRÝ","team_a_original_name":"FK Frýdek-Místek","team_a_area_id":"59","team_a_area_code":"CZE","team_a_area_name":"Czechia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22222.png","team_b_id":"23799","team_b_name":"FC Hlučín","team_b_short_name":"Hlučín","team_b_tla_name":"HLU","team_b_original_name":"FC Hlučín","team_b_area_id":"59","team_b_area_code":"CZE","team_b_area_name":"Czechia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23799.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-13 19:09:09","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"3045","venue_name":"Stadion Stovky","venue_city":"Frýdek-Místek","venue_city_id":"4813","venue_area_id":"59","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Czechia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"174","name":"A Lyga","gender":"male","type":"club","format":"domestic_league","area_id":"117","area_name":"Lithuania","num_matches":"1","last_updated":"2023-11-16 23:34:45","season":{"season_id":"75239","title":"2025","original_name":"Topsport A Lyga","start_date":"2025-02-28","end_date":"2025-11-30","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/174_3.png","last_updated":"2025-02-22 20:27:02","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"118250","name":"Regular Season","start_date":"2025-02-28","start_time":"","start_date_utc":"2025-02-28","start_time_utc":"","end_date":"2025-11-30","end_time":"","end_date_utc":"2025-11-30","end_time_utc":"","type":"table","last_updated":"2025-02-22 20:27:28","match":{"match_id":"3756343","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"15849","team_a_name":"FK Riteriai","team_a_short_name":"Riteriai","team_a_tla_name":"RIT","team_a_original_name":"FK Riteriai","team_a_area_id":"117","team_a_area_code":"LTU","team_a_area_name":"Lithuania","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/15849.png","team_b_id":"25064","team_b_name":"FK Panevėžys","team_b_short_name":"Panevėžys","team_b_tla_name":"PAN","team_b_original_name":"FK Panevėžys","team_b_area_id":"117","team_b_area_code":"LTU","team_b_area_name":"Lithuania","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25064.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-30 11:29:18","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"23","attendance":"","venue":{"venue_id":"511","venue_name":"FK „Žalgiris“ Namų Stadionas","venue_city":"Vilnius","venue_city_id":"2746","venue_area_id":"117","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Lithuania"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"149","name":"Ykkönen","gender":"male","type":"club","format":"domestic_league","area_id":"75","area_name":"Finland","num_matches":"3","last_updated":"2023-11-14 10:39:21","season":{"season_id":"75197","title":"2025","original_name":"Ykkönen","start_date":"2025-04-11","end_date":"2025-09-20","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/149_1.png","last_updated":"2025-02-14 11:09:08","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"117510","name":"Regular Season","start_date":"2025-04-11","start_time":"","start_date_utc":"2025-04-11","start_time_utc":"","end_date":"2025-08-30","end_time":"","end_date_utc":"2025-08-30","end_time_utc":"","type":"table","last_updated":"2025-02-14 11:09:30","match":[{"match_id":"3655820","date":"2025-08-01","time":"17:30:00","date_utc":"2025-08-01","time_utc":"15:30:00","team_a_id":"1776","team_a_name":"FC Jazz Pori","team_a_short_name":"Jazz","team_a_tla_name":"JAZ","team_a_original_name":"FC Jazz Pori","team_a_area_id":"75","team_a_area_code":"FIN","team_a_area_name":"Finland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1776.png","team_b_id":"20570","team_b_name":"FC Inter Turku\/2","team_b_short_name":"Inter Turku\/2","team_b_tla_name":"INT","team_b_original_name":"FC Inter Turku\/2","team_b_area_id":"75","team_b_area_code":"FIN","team_b_area_name":"Finland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1761.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-15 17:10:53","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"2052","venue_name":"Porin Urheilukeskus tn","venue_city":"Pori","venue_city_id":"2681","venue_area_id":"75","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Finland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3655821","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"1779","team_a_name":"Atlantis FC","team_a_short_name":"Atlantis","team_a_tla_name":"ATL","team_a_original_name":"Atlantis FC","team_a_area_id":"75","team_a_area_code":"FIN","team_a_area_name":"Finland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1779.png","team_b_id":"2293","team_b_name":"Kokkolan PV","team_b_short_name":"KPV","team_b_tla_name":"KPV","team_b_original_name":"Kokkolan PV","team_b_area_id":"75","team_b_area_code":"FIN","team_b_area_name":"Finland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2293.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-15 17:10:53","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"19162","venue_name":"Algeco Areena TN","venue_city":"Helsinki","venue_city_id":"931","venue_area_id":"75","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Finland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3655822","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"53736","team_a_name":"Kuopion PS Akatemia","team_a_short_name":"Kuopion\/2","team_a_tla_name":"KUO","team_a_original_name":"Kuopion PS Akatemia","team_a_area_id":"75","team_a_area_code":"FIN","team_a_area_name":"Finland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1765.png","team_b_id":"1786","team_b_name":"Mikkelin Palloilijat","team_b_short_name":"MP","team_b_tla_name":"MP","team_b_original_name":"Mikkelin Palloilijat","team_b_area_id":"75","team_b_area_code":"FIN","team_b_area_name":"Finland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1786.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-15 17:10:53","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"438","venue_name":"Väre Areena","venue_city":"Kuopio","venue_city_id":"2677","venue_area_id":"75","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Finland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"423","name":"Regionalliga","gender":"male","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","num_matches":"14","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76154","title":"2025\/2026","original_name":"Regionalliga","start_date":"2025-07-19","end_date":"2026-05-31","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/423.png","last_updated":"2025-06-11 19:57:44","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":[{"round_id":"125922","name":"Nordost","start_date":"2025-07-26","start_time":"","start_date_utc":"2025-07-26","start_time_utc":"","end_date":"2026-05-17","end_time":"","end_date_utc":"2026-05-17","end_time_utc":"","type":"table","last_updated":"2025-06-11 19:59:18","match":[{"match_id":"3769229","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"22110","team_a_name":"1. FC Lokomotive Leipzig","team_a_short_name":"Lok Leipzig","team_a_tla_name":"LOK","team_a_original_name":"1. FC Lokomotive Leipzig","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22110.png","team_b_id":"28218","team_b_name":"VSG Altglienicke","team_b_short_name":"Altglienicke","team_b_tla_name":"ALT","team_b_original_name":"VSG Altglienicke","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/28218.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-14 13:22:45","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"5305","venue_name":"Bruno-Plache-Stadion","venue_city":"Leipzig","venue_city_id":"2262","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3769230","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"19055","team_a_name":"FC Carl Zeiss Jena","team_a_short_name":"CZ Jena","team_a_tla_name":"CZJ","team_a_original_name":"FC Carl Zeiss Jena","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19055.png","team_b_id":"19452","team_b_name":"Hertha BSC II","team_b_short_name":"Hertha BSC II","team_b_tla_name":"BSC","team_b_original_name":"Hertha BSC II","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1815.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-14 13:22:46","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"1221","venue_name":"Ernst-Abbe-Sportfeld","venue_city":"Jena","venue_city_id":"5172","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3769232","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"2209","team_a_name":"BFC Dynamo","team_a_short_name":"BFC Dynamo","team_a_tla_name":"DYN","team_a_original_name":"BFC Dynamo","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2209.png","team_b_id":"18318","team_b_name":"FC Rot-Weiß Erfurt","team_b_short_name":"RW Erfurt","team_b_tla_name":"RWE","team_b_original_name":"FC Rot-Weiß Erfurt","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18318.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-16 19:12:09","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"2993","venue_name":"Sportforum Hohenschönhausen","venue_city":"Berlin","venue_city_id":"263","venue_area_id":"80","venue_city_state":"Berlin","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]},{"round_id":"125921","name":"Nord","start_date":"2025-07-26","start_time":"","start_date_utc":"2025-07-26","start_time_utc":"","end_date":"2026-05-17","end_time":"","end_date_utc":"2026-05-17","end_time_utc":"","type":"table","last_updated":"2025-06-11 19:59:17","match":[{"match_id":"3797498","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"19459","team_a_name":"SV Meppen","team_a_short_name":"Meppen","team_a_tla_name":"MEP","team_a_original_name":"SV Meppen","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19459.png","team_b_id":"19468","team_b_name":"VfB Lübeck","team_b_short_name":"Lübeck","team_b_tla_name":"LÜB","team_b_original_name":"VfB Lübeck","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19468.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-16 19:12:10","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"2456","venue_name":"Hänsch-Arena","venue_city":"Meppen","venue_city_id":"7990","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3797499","date":"2025-08-01","time":"19:30:00","date_utc":"2025-08-01","time_utc":"17:30:00","team_a_id":"23541","team_a_name":"SV Drochtersen\/Assel","team_a_short_name":"Drochtersen\/A","team_a_tla_name":"DRO","team_a_original_name":"SV Drochtersen\/Assel","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23541.png","team_b_id":"34747","team_b_name":"BSV Kickers Emden","team_b_short_name":"Emden","team_b_tla_name":"EMD","team_b_original_name":"BSV Kickers Emden","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/34747.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-16 19:12:12","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"3011","venue_name":"Kehdinger Stadion","venue_city":"Drochtersen","venue_city_id":"12656","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]},{"round_id":"125920","name":"West","start_date":"2025-07-26","start_time":"","start_date_utc":"2025-07-26","start_time_utc":"","end_date":"2026-05-17","end_time":"","end_date_utc":"2026-05-17","end_time_utc":"","type":"table","last_updated":"2025-06-11 19:59:17","match":{"match_id":"3776748","date":"2025-08-01","time":"19:30:00","date_utc":"2025-08-01","time_utc":"17:30:00","team_a_id":"23537","team_a_name":"SSVg Velbert 02","team_a_short_name":"SSVg Velbert","team_a_tla_name":"V02","team_a_original_name":"SSVg Velbert 02","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23537.png","team_b_id":"547","team_b_name":"Wuppertaler SV","team_b_short_name":"Wuppertal","team_b_tla_name":"WSV","team_b_original_name":"Wuppertaler SV","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/547.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-14 13:22:47","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"20192","venue_name":"IMS Arena","venue_city":"Velbert","venue_city_id":"12079","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}},{"round_id":"125919","name":"Südwest","start_date":"2025-07-26","start_time":"","start_date_utc":"2025-07-26","start_time_utc":"","end_date":"2026-05-17","end_time":"","end_date_utc":"2026-05-17","end_time_utc":"","type":"table","last_updated":"2025-06-11 19:59:17","match":{"match_id":"3777181","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"2206","team_a_name":"SV Sandhausen 1916","team_a_short_name":"Sandhausen","team_a_tla_name":"SAN","team_a_original_name":"SV Sandhausen 1916","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2206.png","team_b_id":"2199","team_b_name":"FSV Frankfurt","team_b_short_name":"FSV Frankfurt","team_b_tla_name":"FSV","team_b_original_name":"FSV Frankfurt","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2199.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-09 13:16:55","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"586","venue_name":"GP Stadion am Hardtwald","venue_city":"Sandhausen","venue_city_id":"3253","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}},{"round_id":"125918","name":"Bayern","start_date":"2025-07-19","start_time":"","start_date_utc":"2025-07-19","start_time_utc":"","end_date":"2026-05-17","end_time":"","end_date_utc":"2026-05-17","end_time_utc":"","type":"table","last_updated":"2025-06-11 19:59:17","match":[{"match_id":"3773812","date":"2025-08-01","time":"18:30:00","date_utc":"2025-08-01","time_utc":"16:30:00","team_a_id":"19046","team_a_name":"FC Würzburger Kickers","team_a_short_name":"Würzburg","team_a_tla_name":"WUR","team_a_original_name":"FC Würzburger Kickers","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19046.png","team_b_id":"23204","team_b_name":"DJK Vilzing 1967","team_b_short_name":"Vilzing","team_b_tla_name":"VIL","team_b_original_name":"DJK Vilzing 1967","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23204.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-29 12:25:26","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"1235","venue_name":"Akon Arena","venue_city":"Würzburg","venue_city_id":"7473","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3773817","date":"2025-08-01","time":"18:30:00","date_utc":"2025-08-01","time_utc":"16:30:00","team_a_id":"23202","team_a_name":"SpVgg Hankofen-Hailing","team_a_short_name":"Hankofen","team_a_tla_name":"HAN","team_a_original_name":"SpVgg Hankofen-Hailing","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23202.png","team_b_id":"23172","team_b_name":"SV Viktoria 01 Aschaffenburg","team_b_short_name":"Aschaffenburg","team_b_tla_name":"ASC","team_b_original_name":"SV Viktoria 01 Aschaffenburg","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23172.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-10 01:30:31","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"5163","venue_name":"Maierhofer Bau - Stadion","venue_city":"Leiblfing-Hankofen","venue_city_id":"13045","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3773810","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"14042","team_a_name":"SpVgg Oberfranken Bayreuth","team_a_short_name":"Bayreuth","team_a_tla_name":"BAY","team_a_original_name":"SpVgg Oberfranken Bayreuth","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14042.png","team_b_id":"2207","team_b_name":"FV Illertissen","team_b_short_name":"Illertissen","team_b_tla_name":"FVI","team_b_original_name":"FV Illertissen","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2207.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-08 18:45:35","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"2426","venue_name":"Hans-Walter-Wild-Stadion","venue_city":"Bayreuth","venue_city_id":"2392","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3773811","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"18717","team_a_name":"FC Bayern München II","team_a_short_name":"Bayern II","team_a_tla_name":"FCB","team_a_original_name":"FC Bayern München II","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/132.png","team_b_id":"8183","team_b_name":"TSV Buchbach","team_b_short_name":"Buchbach","team_b_tla_name":"BUC","team_b_original_name":"TSV Buchbach","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/8183.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-08 13:00:58","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"2480","venue_name":"Städtisches Stadion an der Grünwalder Straße","venue_city":"München","venue_city_id":"217","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3773813","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"18323","team_a_name":"SV Wacker Burghausen","team_a_short_name":"Burghausen","team_a_tla_name":"BUR","team_a_original_name":"SV Wacker Burghausen","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18323.png","team_b_id":"19473","team_b_name":"FC Augsburg II","team_b_short_name":"Augsburg II","team_b_tla_name":"FCA","team_b_original_name":"FC Augsburg II","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1486.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-08 18:45:35","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"2479","venue_name":"Wacker-Arena","venue_city":"Burghausen","venue_city_id":"3299","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3773814","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"19476","team_a_name":"FC Memmingen","team_a_short_name":"Memmingen","team_a_tla_name":"FCM","team_a_original_name":"FC Memmingen","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19476.png","team_b_id":"19475","team_b_name":"1. FC Nürnberg II","team_b_short_name":"Nürnberg II","team_b_tla_name":"NÜR","team_b_original_name":"1. FC Nürnberg II","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/527.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-08 18:45:35","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"2483","venue_name":"Memminger Arena","venue_city":"Memmingen","venue_city_id":"5776","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3773816","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"21715","team_a_name":"TSV 1847 Schwaben Augsburg","team_a_short_name":"Schwaben","team_a_tla_name":"SCH","team_a_original_name":"TSV 1847 Schwaben Augsburg","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/21715.png","team_b_id":"23188","team_b_name":"VfB Eichstätt","team_b_short_name":"Eichstätt","team_b_tla_name":"EIC","team_b_original_name":"VfB Eichstätt","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23188.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-10 01:30:32","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"2488","venue_name":"Rosenaustadion","venue_city":"Augsburg","venue_city_id":"3229","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}]}}}},{"competition_id":"728","name":"Oberliga","gender":"male","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","num_matches":"26","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76155","title":"2025\/2026","original_name":"Oberliga","start_date":"2025-07-19","end_date":"2026-06-13","logo":"","last_updated":"2025-06-11 20:40:11","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":[{"round_id":"125947","name":"Nordost-Süd","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2026-05-30","end_time":"","end_date_utc":"2026-05-30","end_time_utc":"","type":"table","last_updated":"2025-06-12 11:58:24","match":[{"match_id":"3765792","date":"2025-08-01","time":"18:30:00","date_utc":"2025-08-01","time_utc":"16:30:00","team_a_id":"41453","team_a_name":"FC Grimma","team_a_short_name":"Grimma","team_a_tla_name":"GRI","team_a_original_name":"FC Grimma","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/41453.png","team_b_id":"55398","team_b_name":"SC Freital","team_b_short_name":"Freital","team_b_tla_name":"FRE","team_b_original_name":"SC Freital","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/55398.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-16 06:07:32","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"28124","venue_name":"Husarensportpark Grimma - Hauptplatz","venue_city":"Grimma","venue_city_id":"15146","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3765793","date":"2025-08-01","time":"20:00:00","date_utc":"2025-08-01","time_utc":"18:00:00","team_a_id":"19445","team_a_name":"VfB Auerbach","team_a_short_name":"Auerbach","team_a_tla_name":"AUE","team_a_original_name":"VfB Auerbach","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19445.png","team_b_id":"23218","team_b_name":"VfL Halle 96","team_b_short_name":"Halle 96","team_b_tla_name":"HAL","team_b_original_name":"VfL Halle 96","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23218.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-16 06:07:34","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"2998","venue_name":"Arena zur Vogtlandweide","venue_city":"Auerbach","venue_city_id":"8225","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]},{"round_id":"125946","name":"Nordost-Nord","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2026-05-31","end_time":"","end_date_utc":"2026-05-31","end_time_utc":"","type":"table","last_updated":"2025-07-04 02:00:16","match":[{"match_id":"3765795","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"2221","team_a_name":"TSG Neustrelitz","team_a_short_name":"Neustrelitz","team_a_tla_name":"NEU","team_a_original_name":"TSG Neustrelitz","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2221.png","team_b_id":"71098","team_b_name":"SV Siedenbollentin","team_b_short_name":"Siedenbollenti","team_b_tla_name":"SIE","team_b_original_name":"SV Siedenbollentin","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/71098.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-16 06:07:33","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"2997","venue_name":"Parkstadion","venue_city":"Neustrelitz","venue_city_id":"8228","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3765800","date":"2025-08-01","time":"19:30:00","date_utc":"2025-08-01","time_utc":"17:30:00","team_a_id":"2210","team_a_name":"FSV Optik Rathenow","team_a_short_name":"Rathenow","team_a_tla_name":"RAT","team_a_original_name":"FSV Optik Rathenow","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2210.png","team_b_id":"538","team_b_name":"SV Tasmania Berlin","team_b_short_name":"Tasmania","team_b_tla_name":"TAS","team_b_original_name":"SV Tasmania Berlin","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/538.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-16 06:07:34","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"1228","venue_name":"Stadion Vogelgesang","venue_city":"Rathenow","venue_city_id":"6430","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3765796","date":"2025-08-01","time":"20:00:00","date_utc":"2025-08-01","time_utc":"18:00:00","team_a_id":"24284","team_a_name":"SG Union Klosterfelde","team_a_short_name":"Klosterfelde","team_a_tla_name":"KLO","team_a_original_name":"SG Union Klosterfelde","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/24284.png","team_b_id":"549","team_b_name":"Tennis Borussia Berlin","team_b_short_name":"TeBe Berlin","team_b_tla_name":"TBB","team_b_original_name":"Tennis Borussia Berlin","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/549.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-16 06:07:34","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"17697","venue_name":"Sportplatz an der Mühlenstraße","venue_city":"Wandlitz","venue_city_id":"38515","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]},{"round_id":"125944","name":"Schleswig-Holstein","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2026-05-16","end_time":"","end_date_utc":"2026-05-16","end_time_utc":"","type":"table","last_updated":"2025-06-12 11:37:26","match":{"match_id":"3778584","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"28089","team_a_name":"Eutiner SpVgg 08","team_a_short_name":"Eutin","team_a_tla_name":"EUT","team_a_original_name":"Eutiner SpVgg 08","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/28089.png","team_b_id":"28084","team_b_name":"Oldenburger SV","team_b_short_name":"Oldenburg","team_b_tla_name":"OSV","team_b_original_name":"Oldenburger SV","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/28084.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-13 13:30:10","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"5816","venue_name":"Sportanlage Waldeck","venue_city":"Eutin","venue_city_id":"12933","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}},{"round_id":"125943","name":"Rheinland-Pfalz\/Saar","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2026-06-06","end_time":"","end_date_utc":"2026-06-06","end_time_utc":"","type":"table","last_updated":"2025-06-12 11:22:00","match":[{"match_id":"3791539","date":"2025-08-01","time":"19:30:00","date_utc":"2025-08-01","time_utc":"17:30:00","team_a_id":"55556","team_a_name":"SV Auersmacher","team_a_short_name":"Auersmacher","team_a_tla_name":"AUE","team_a_original_name":"SV Auersmacher","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/55556.png","team_b_id":"23625","team_b_name":"FC Arminia 03 Ludwigshafen","team_b_short_name":"Ludwigshafen","team_b_tla_name":"LUD","team_b_original_name":"FC Arminia 03 Ludwigshafen","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23625.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-14 13:27:49","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"28268","venue_name":"Saar-Blies-Stadion","venue_city":"Kleinblittersdorf","venue_city_id":"48172","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3791543","date":"2025-08-01","time":"19:30:00","date_utc":"2025-08-01","time_utc":"17:30:00","team_a_id":"70783","team_a_name":"TSV Gau-Odernheim","team_a_short_name":"Gau-Odernheim","team_a_tla_name":"GAU","team_a_original_name":"TSV Gau-Odernheim","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/70783.png","team_b_id":"23634","team_b_name":"SV 1919 Gonsenheim","team_b_short_name":"Gonsenheim","team_b_tla_name":"GON","team_b_original_name":"SV 1919 Gonsenheim","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23634.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-15 18:07:14","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"28269","venue_name":"Sportanlage an der Petersberghalle - Kunstrasen","venue_city":"Gau-Odernheim","venue_city_id":"48173","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]},{"round_id":"125929","name":"Hessen","start_date":"2025-07-26","start_time":"","start_date_utc":"2025-07-26","start_time_utc":"","end_date":"2026-05-30","end_time":"","end_date_utc":"2026-05-30","end_time_utc":"","type":"table","last_updated":"2025-06-12 00:24:47","match":[{"match_id":"3796173","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"36763","team_a_name":"Hünfelder SV","team_a_short_name":"Hünfeld","team_a_tla_name":"HÜN","team_a_original_name":"Hünfelder SV","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/36763.png","team_b_id":"19498","team_b_name":"KSV Baunatal","team_b_short_name":"Baunatal","team_b_tla_name":"BAU","team_b_original_name":"KSV Baunatal","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19498.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-16 18:08:13","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"12578","venue_name":"Rasenplatz Hünfeld-Kirchhasel","venue_city":"Hünfeld","venue_city_id":"28565","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3796174","date":"2025-08-01","time":"20:00:00","date_utc":"2025-08-01","time_utc":"18:00:00","team_a_id":"27037","team_a_name":"Eintracht Frankfurt II","team_a_short_name":"Frankfurt II","team_a_tla_name":"SGE","team_a_original_name":"Eintracht Frankfurt II","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1476.png","team_b_id":"3958","team_b_name":"SV Rot-Weiß Walldorf","team_b_short_name":"RW Walldorf","team_b_tla_name":"RWW","team_b_original_name":"SV Rot-Weiß Walldorf","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/3958.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-16 18:08:16","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"5205","venue_name":"Ahorn Camp Sportpark","venue_city":"Dreieich","venue_city_id":"12732","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]},{"round_id":"125928","name":"Hamburg","start_date":"2025-07-25","start_time":"","start_date_utc":"2025-07-25","start_time_utc":"","end_date":"2026-05-17","end_time":"","end_date_utc":"2026-05-17","end_time_utc":"","type":"table","last_updated":"2025-07-04 16:00:14","match":[{"match_id":"3765783","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"23574","team_a_name":"FC Türkiye Wilhelmsburg","team_a_short_name":"Türkiye","team_a_tla_name":"TÜR","team_a_original_name":"FC Türkiye Wilhelmsburg","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23574.png","team_b_id":"61664","team_b_name":"ETSV Hamburg","team_b_short_name":"ETSV","team_b_tla_name":"ETS","team_b_original_name":"ETSV Hamburg","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/61664.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-05 19:03:31","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"28115","venue_name":"Sportplatz Fährstraße","venue_city":"Hamburg","venue_city_id":"180","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3765786","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"23571","team_a_name":"TuS Dassendorf","team_a_short_name":"Dassendorf","team_a_tla_name":"DAS","team_a_original_name":"TuS Dassendorf","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23571.png","team_b_id":"23573","team_b_name":"SV Curslack-Neuengamme","team_b_short_name":"Curslack","team_b_tla_name":"C-N","team_b_original_name":"SV Curslack-Neuengamme","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23573.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-15 18:07:14","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"5179","venue_name":"Sportplatz Dassendorf","venue_city":"Dassendorf","venue_city_id":"17307","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3765804","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"23593","team_a_name":"TSV Sasel","team_a_short_name":"Sasel","team_a_tla_name":"SAS","team_a_original_name":"TSV Sasel","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23593.png","team_b_id":"23596","team_b_name":"FC Teutonia 05 Ottensen","team_b_short_name":"Ottensen","team_b_tla_name":"OTT","team_b_original_name":"FC Teutonia 05 Ottensen","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23596.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-15 18:07:14","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"10487","venue_name":"Sportplatz Parkweg","venue_city":"Hamburg","venue_city_id":"180","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3765784","date":"2025-08-01","time":"19:30:00","date_utc":"2025-08-01","time_utc":"17:30:00","team_a_id":"23588","team_a_name":"TuRa Harksheide","team_a_short_name":"Harksheide","team_a_tla_name":"HAR","team_a_original_name":"TuRa Harksheide","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23588.png","team_b_id":"23580","team_b_name":"FC Süderelbe","team_b_short_name":"Süderelbe","team_b_tla_name":"SÜD","team_b_original_name":"FC Süderelbe","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23580.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-05 19:03:31","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"28117","venue_name":"Collatz+Schwartz Sportpark","venue_city":"Norderstedt","venue_city_id":"8232","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3765785","date":"2025-08-01","time":"19:30:00","date_utc":"2025-08-01","time_utc":"17:30:00","team_a_id":"2214","team_a_name":"SC Victoria Hamburg","team_a_short_name":"Victoria","team_a_tla_name":"VIC","team_a_original_name":"SC Victoria Hamburg","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1439.png","team_b_id":"19049","team_b_name":"USC Paloma","team_b_short_name":"Paloma","team_b_tla_name":"PAL","team_b_original_name":"USC Paloma","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19049.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-05 19:03:32","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"1229","venue_name":"Stadion Hoheluft","venue_city":"Hamburg","venue_city_id":"180","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]},{"round_id":"125926","name":"Baden-Württemberg","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2026-05-30","end_time":"","end_date_utc":"2026-05-30","end_time_utc":"","type":"table","last_updated":"2025-06-11 21:20:06","match":{"match_id":"3778593","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"27271","team_a_name":"FC 08 Villingen","team_a_short_name":"Villingen","team_a_tla_name":"VIL","team_a_original_name":"FC 08 Villingen","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/27271.png","team_b_id":"22887","team_b_name":"SSV Reutlingen 05","team_b_short_name":"Reutlingen","team_b_tla_name":"REU","team_b_original_name":"SSV Reutlingen 05","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22887.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-16 06:07:33","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"10482","venue_name":"MS-Technologie-Arena","venue_city":"Villingen-Schwenningen","venue_city_id":"3586","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}},{"round_id":"125925","name":"Bayern Süd","start_date":"2025-07-19","start_time":"","start_date_utc":"2025-07-19","start_time_utc":"","end_date":"2026-05-16","end_time":"","end_date_utc":"2026-05-16","end_time_utc":"","type":"table","last_updated":"2025-06-11 20:41:22","match":[{"match_id":"3755220","date":"2025-08-01","time":"18:30:00","date_utc":"2025-08-01","time_utc":"16:30:00","team_a_id":"23112","team_a_name":"FC Pipinsried","team_a_short_name":"Pipinsried","team_a_tla_name":"PIP","team_a_original_name":"FC Pipinsried","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23112.png","team_b_id":"23199","team_b_name":"TSV 1882 Landsberg","team_b_short_name":"Landsberg","team_b_tla_name":"LAN","team_b_original_name":"TSV 1882 Landsberg","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23199.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-28 19:30:01","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"5171","venue_name":"Küchenstadel-Arena","venue_city":"Altomünster","venue_city_id":"13044","venue_area_id":"80","venue_city_state":"Bayern","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3755229","date":"2025-08-01","time":"18:30:00","date_utc":"2025-08-01","time_utc":"16:30:00","team_a_id":"19479","team_a_name":"SV Schalding-Heining","team_a_short_name":"Schalding","team_a_tla_name":"SVS","team_a_original_name":"SV Schalding-Heining","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19479.png","team_b_id":"7370","team_b_name":"FC Sturm Hauzenberg 1919","team_b_short_name":"Hauzenberg","team_b_tla_name":"SHA","team_b_original_name":"FC Sturm Hauzenberg 1919","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/7370.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-15 18:07:13","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"2484","venue_name":"Städtische Sportanlage am Reuthinger Weg","venue_city":"Passau","venue_city_id":"8244","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3755228","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"23197","team_a_name":"TSV 1874 Kottern","team_a_short_name":"Kottern","team_a_tla_name":"KOT","team_a_original_name":"TSV 1874 Kottern","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23197.png","team_b_id":"8444","team_b_name":"TuS Geretsried","team_b_short_name":"Geretsried","team_b_tla_name":"GER","team_b_original_name":"TuS Geretsried","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/8444.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-15 18:07:13","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"5169","venue_name":"ABT-Arena","venue_city":"Durach","venue_city_id":"17304","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3755227","date":"2025-08-01","time":"19:30:00","date_utc":"2025-08-01","time_utc":"17:30:00","team_a_id":"7931","team_a_name":"FC Sportfreunde Schwaig","team_a_short_name":"Schwaig","team_a_tla_name":"SCH","team_a_original_name":"FC Sportfreunde Schwaig 1913","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/7931.png","team_b_id":"36759","team_b_name":"TSV 1861 Nördlingen","team_b_short_name":"Nördlingen","team_b_tla_name":"NÖR","team_b_original_name":"TSV 1861 Nördlingen","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/36759.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-28 19:30:02","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"27975","venue_name":"NGL Arena","venue_city":"Oberding-Schwaig","venue_city_id":"48040","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]},{"round_id":"125924","name":"Bayern Nord","start_date":"2025-07-19","start_time":"","start_date_utc":"2025-07-19","start_time_utc":"","end_date":"2026-05-16","end_time":"","end_date_utc":"2026-05-16","end_time_utc":"","type":"table","last_updated":"2025-06-11 20:41:22","match":[{"match_id":"3755222","date":"2025-08-01","time":"18:30:00","date_utc":"2025-08-01","time_utc":"16:30:00","team_a_id":"6978","team_a_name":"SV Fortuna Regensburg","team_a_short_name":"Fortuna RB","team_a_tla_name":"FOR","team_a_original_name":"SV Fortuna Regensburg","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/6978.png","team_b_id":"7809","team_b_name":"SC Großschwarzenlohe","team_b_short_name":"G'schw'lohe","team_b_tla_name":"GSL","team_b_original_name":"SC Großschwarzenlohe","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/7809.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-28 19:30:02","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"27977","venue_name":"Projekt 29 Arena","venue_city":"Regensburg","venue_city_id":"3381","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3755234","date":"2025-08-01","time":"18:30:00","date_utc":"2025-08-01","time_utc":"16:30:00","team_a_id":"32597","team_a_name":"FC Coburg","team_a_short_name":"Coburg","team_a_tla_name":"COB","team_a_original_name":"FC Coburg","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/32597.png","team_b_id":"70389","team_b_name":"FSV Stadeln","team_b_short_name":"Stadeln","team_b_tla_name":"STA","team_b_original_name":"FSV Stadeln","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/70389.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-15 18:07:13","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"27976","venue_name":"Dr.-Eugen-Stocke-Stadion","venue_city":"Coburg","venue_city_id":"15093","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3755223","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"28263","team_a_name":"TSV Neudrossenfeld","team_a_short_name":"Neudrossenfeld","team_a_tla_name":"NDR","team_a_original_name":"TSV Neudrossenfeld","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/28263.png","team_b_id":"23179","team_b_name":"Würzburger FV 04","team_b_short_name":"Würzburger FV","team_b_tla_name":"WFV","team_b_original_name":"Würzburger FV 04","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23179.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-28 19:30:02","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"27978","venue_name":"Sportpark Am Weinberg","venue_city":"Neudrossenfeld","venue_city_id":"44115","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3755224","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"23184","team_a_name":"SC Eltersdorf","team_a_short_name":"Eltersdorf","team_a_tla_name":"ELT","team_a_original_name":"SC Eltersdorf","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23184.png","team_b_id":"23191","team_b_name":"SSV Jahn Regensburg II","team_b_short_name":"Regensburg II","team_b_tla_name":"REG","team_b_original_name":"SSV Jahn Regensburg II","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2204.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-28 19:30:02","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"5151","venue_name":"Sportanlage Langenau","venue_city":"Erlangen","venue_city_id":"4740","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3755225","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"41431","team_a_name":"ASV Cham","team_a_short_name":"Cham","team_a_tla_name":"CHA","team_a_original_name":"ASV Cham","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/41431.png","team_b_id":"32711","team_b_name":"ATSV Erlangen","team_b_short_name":"Erlangen","team_b_tla_name":"ERL","team_b_original_name":"ATSV Erlangen","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/32711.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-28 19:30:02","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"14972","venue_name":"Kappenberger Sportzentrum","venue_city":"Cham","venue_city_id":"3466","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3755226","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"23194","team_a_name":"SpVgg SV Weiden","team_a_short_name":"Weiden","team_a_tla_name":"WEI","team_a_original_name":"SpVgg SV Weiden","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23194.png","team_b_id":"27266","team_b_name":"ASV 1860 Neumarkt","team_b_short_name":"Neumarkt","team_b_tla_name":"NEU","team_b_original_name":"ASV 1860 Neumarkt","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/27266.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-28 19:30:02","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"5150","venue_name":"Sparda-Bank-Stadion","venue_city":"Weiden in der Oberpfalz","venue_city_id":"12461","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}]}}}},{"competition_id":"1006","name":"Liga 1","gender":"male","type":"club","format":"domestic_league","area_id":"130","area_name":"Moldova","num_matches":"3","last_updated":"2025-05-27 20:32:40","season":{"season_id":"76213","title":"2025\/2026","original_name":"Liga 1","start_date":"2025-08-09","end_date":"2026-04-26","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/1006_1.png","last_updated":"2025-06-14 18:12:57","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"126182","name":"1st Phase","start_date":"2025-08-09","start_time":"","start_date_utc":"2025-08-09","start_time_utc":"","end_date":"2025-12-06","end_time":"","end_date_utc":"2025-12-06","end_time_utc":"","type":"table","last_updated":"2025-06-14 18:13:53","match":[{"match_id":"3768770","date":"2025-08-01","time":"17:00:00","date_utc":"2025-08-01","time_utc":"15:00:00","team_a_id":"40735","team_a_name":"FC Fălești","team_a_short_name":"Fălești","team_a_tla_name":"FAL","team_a_original_name":"FC Fălești","team_a_area_id":"130","team_a_area_code":"MHL","team_a_area_name":"Moldova","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/40735.png","team_b_id":"62488","team_b_name":"CF Univer","team_b_short_name":"Univer","team_b_tla_name":"UNI","team_b_original_name":"CF Univer","team_b_area_id":"130","team_b_area_code":"MHL","team_b_area_name":"Moldova","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/62488.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-06 13:17:50","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"6762","venue_name":"Stadionul Făleşti","venue_city":"Fălești","venue_city_id":"2805","venue_area_id":"130","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Moldova"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3768771","date":"2025-08-01","time":"17:00:00","date_utc":"2025-08-01","time_utc":"15:00:00","team_a_id":"36522","team_a_name":"FC Olimp Comrat","team_a_short_name":"Olimp","team_a_tla_name":"OLI","team_a_original_name":"FC Olimp Comrat","team_a_area_id":"130","team_a_area_code":"MHL","team_a_area_name":"Moldova","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/36522.png","team_b_id":"261","team_b_name":"FC Sheriff-2 Tiraspol","team_b_short_name":"Sheriff-2","team_b_tla_name":"SHE","team_b_original_name":"FC Sheriff-2 Tiraspol","team_b_area_id":"130","team_b_area_code":"MHL","team_b_area_name":"Moldova","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18871.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-06 13:17:50","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"6760","venue_name":"Stadion im. V.G. Mumzhieva","venue_city":"Comrat","venue_city_id":"13448","venue_area_id":"130","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Moldova"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3768772","date":"2025-08-01","time":"17:00:00","date_utc":"2025-08-01","time_utc":"15:00:00","team_a_id":"20644","team_a_name":"FC Victoria Chișinău","team_a_short_name":"Victoria","team_a_tla_name":"BAR","team_a_original_name":"FC Victoria Chișinău","team_a_area_id":"130","team_a_area_code":"MHL","team_a_area_name":"Moldova","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/20644.png","team_b_id":"262","team_b_name":"FC Zimbru-2 Chișinău","team_b_short_name":"Zimbru-2","team_b_tla_name":"ZIM","team_b_original_name":"FC Zimbru-2 Chișinău","team_b_area_id":"130","team_b_area_code":"MHL","team_b_area_name":"Moldova","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18873.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-06 13:17:50","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"4389","venue_name":"Joma Arena","venue_city":"Chişinău","venue_city_id":"2804","venue_area_id":"130","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Moldova"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"541","name":"Regionalliga","gender":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","num_matches":"15","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76114","title":"2025\/2026","original_name":"Regionalliga","start_date":"2025-08-01","end_date":"2026-06-13","logo":"","last_updated":"2025-07-03 15:00:26","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":[{"round_id":"125706","name":"West","start_date":"2025-08-01","start_time":"","start_date_utc":"2025-08-01","start_time_utc":"","end_date":"2026-06-13","end_time":"","end_date_utc":"2026-06-13","end_time_utc":"","type":"table","last_updated":"2025-07-03 16:12:03","match":[{"match_id":"3761512","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"22955","team_a_name":"FC Eurotours Kitzbühel","team_a_short_name":"Kitzbühel","team_a_tla_name":"KTZ","team_a_original_name":"FC Eurotours Kitzbühel","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22955.png","team_b_id":"23321","team_b_name":"SVG Reichenau","team_b_short_name":"Reichenau","team_b_tla_name":"RCH","team_b_original_name":"SVG Reichenau","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23321.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-05 13:25:04","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"3731","venue_name":"Sportplatz Kitzbühel-Langau","venue_city":"Kitzbühel","venue_city_id":"8103","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3761899","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"31744","team_a_name":"SV Raika Kuchl","team_a_short_name":"Kuchl","team_a_tla_name":"KUC","team_a_original_name":"SV Raika Kuchl","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/31744.png","team_b_id":"22956","team_b_name":"SC Schwaz","team_b_short_name":"Schwaz","team_b_tla_name":"SWZ","team_b_original_name":"SC Schwaz","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22956.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-04 14:04:33","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"10688","venue_name":"Andreas Wimmer Arena","venue_city":"Kuchl","venue_city_id":"22377","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3761519","date":"2025-08-01","time":"19:30:00","date_utc":"2025-08-01","time_utc":"17:30:00","team_a_id":"1611","team_a_name":"FC Wacker Innsbruck","team_a_short_name":"Wacker","team_a_tla_name":"FCW","team_a_original_name":"FC Wacker Innsbruck","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1611.png","team_b_id":"22957","team_b_name":"SV Seekirchen","team_b_short_name":"Seekirchen","team_b_tla_name":"SEE","team_b_original_name":"SV Seekirchen","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22957.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-18 18:46:04","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"2","venue_name":"Tivoli Stadion Tirol","venue_city":"Innsbruck","venue_city_id":"75","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]},{"round_id":"125705","name":"Mitte","start_date":"2025-08-01","start_time":"","start_date_utc":"2025-08-01","start_time_utc":"","end_date":"2026-06-06","end_time":"","end_date_utc":"2026-06-06","end_time_utc":"","type":"table","last_updated":"2025-06-10 11:02:07","match":[{"match_id":"3761506","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"22970","team_a_name":"Union Raiffeisen Gurten","team_a_short_name":"Gurten","team_a_tla_name":"GUR","team_a_original_name":"Union Raiffeisen Gurten","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22970.png","team_b_id":"23325","team_b_name":"Deutschlandsberger SC","team_b_short_name":"DSC","team_b_tla_name":"DSC","team_b_original_name":"Deutschlandsberger SC","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23325.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-03 13:46:04","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"3223","venue_name":"Park21-Arena Gurten","venue_city":"Gurten","venue_city_id":"14499","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3761507","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"22968","team_a_name":"SC Kalsdorf","team_a_short_name":"Kalsdorf","team_a_tla_name":"KAL","team_a_original_name":"SC Kalsdorf","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22968.png","team_b_id":"31684","team_b_name":"ASK Voitsberg","team_b_short_name":"Voitsberg","team_b_tla_name":"VOI","team_b_original_name":"ASK Voitsberg","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/31684.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-03 13:46:04","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"3738","venue_name":"Sportzentrum Kalsdorf","venue_city":"Kalsdorf bei Graz","venue_city_id":"12028","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3761508","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"23365","team_a_name":"SK Treibach","team_a_short_name":"Treibach","team_a_tla_name":"TRE","team_a_original_name":"SK Treibach","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23365.png","team_b_id":"55400","team_b_name":"Union Procon Wohnbau Dietach","team_b_short_name":"Dietach","team_b_tla_name":"DIE","team_b_original_name":"Union Procon Wohnbau Dietach","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/55400.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-03 13:46:04","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"8862","venue_name":"Turnerwald-Stadion","venue_city":"Althofen","venue_city_id":"22349","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3761509","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"47303","team_a_name":"SPG Wallern\/Marienkirchen","team_a_short_name":"Wallern\/MK","team_a_tla_name":"WAL","team_a_original_name":"SPG Wallern\/Marienkirchen","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/47303.png","team_b_id":"22966","team_b_name":"SC Weiz","team_b_short_name":"Weiz","team_b_tla_name":"WEZ","team_b_original_name":"SC Weiz","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22966.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-03 13:46:05","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"3231","venue_name":"Sportplatz SV Zaunergroup Wallern","venue_city":"Wallern an der Trattnach","venue_city_id":"14506","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3761510","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"32178","team_a_name":"ATuS Velden","team_a_short_name":"Velden","team_a_tla_name":"VEL","team_a_original_name":"ATuS Velden","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/32178.png","team_b_id":"17664","team_b_name":"SV Licht-Loidl Lafnitz","team_b_short_name":"Lafnitz","team_b_tla_name":"LAF","team_b_original_name":"SV Licht-Loidl Lafnitz","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/17664.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-03 13:46:05","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"17485","venue_name":"Sportplatz Velden","venue_city":"Velden am Wörther See","venue_city_id":"22701","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3761511","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"31755","team_a_name":"USV St. Anna\/Aigen","team_a_short_name":"St. Anna\/Aigen","team_a_tla_name":"ANN","team_a_original_name":"USV St. Anna\/Aigen","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/31755.png","team_b_id":"22976","team_b_name":"WAC Amateure","team_b_short_name":"WAC II","team_b_tla_name":"WAC","team_b_original_name":"WAC Amateure","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18351.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-05 13:25:04","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"9140","venue_name":"Stahlbau Müller Arena","venue_city":"Aigen","venue_city_id":"22968","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]},{"round_id":"125704","name":"Ost","start_date":"2025-08-01","start_time":"","start_date_utc":"2025-08-01","start_time_utc":"","end_date":"2026-06-06","end_time":"","end_date_utc":"2026-06-06","end_time_utc":"","type":"table","last_updated":"2025-07-21 13:06:28","match":[{"match_id":"3812527","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"22945","team_a_name":"SR Donaufeld","team_a_short_name":"Donaufeld","team_a_tla_name":"DFL","team_a_original_name":"SR Donaufeld","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22945.png","team_b_id":"1631","team_b_name":"SV Donau","team_b_short_name":"Donau","team_b_tla_name":"DON","team_b_original_name":"SV Donau","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1631.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-21 13:03:49","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"8817","venue_name":"Sportplatz Donaufeld","venue_city":"Wien","venue_city_id":"160","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3812528","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"23330","team_a_name":"SV Sparkasse Leobendorf","team_a_short_name":"Leobendorf","team_a_tla_name":"LEO","team_a_original_name":"SV Sparkasse Leobendorf","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23330.png","team_b_id":"22998","team_b_name":"SC Wiener Viktoria","team_b_short_name":"SCW Viktoria","team_b_tla_name":"VIK","team_b_original_name":"SC Wiener Viktoria","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22998.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-21 13:03:49","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"3692","venue_name":"Sportplatz Leobendorf","venue_city":"Leobendorf","venue_city_id":"15105","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3812529","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"36849","team_a_name":"FC Marchfeld Donauauen","team_a_short_name":"Marchfeld","team_a_tla_name":"MAR","team_a_original_name":"FC Marchfeld Donauauen","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/36849.png","team_b_id":"18354","team_b_name":"SV Horn","team_b_short_name":"Horn","team_b_tla_name":"HOR","team_b_original_name":"SV Horn","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18354.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-21 13:03:49","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"5115","venue_name":"Aulandstadion","venue_city":"Mannsdorf","venue_city_id":"17186","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3812530","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"1644","team_a_name":"SV Gloggnitz","team_a_short_name":"Gloggnitz","team_a_tla_name":"SVG","team_a_original_name":"SV Gloggnitz","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1644.png","team_b_id":"27294","team_b_name":"FCM Traiskirchen","team_b_short_name":"Traiskirchen","team_b_tla_name":"TRA","team_b_original_name":"FCM Traiskirchen","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/27294.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-21 13:03:49","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"14898","venue_name":"Krammer-Arena","venue_city":"Gloggnitz","venue_city_id":"10368","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3812531","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"1667","team_a_name":"SC Neusiedl am See","team_a_short_name":"Neusiedl","team_a_tla_name":"NSD","team_a_original_name":"SC Neusiedl am See","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1667.png","team_b_id":"1653","team_b_name":"Kremser SC","team_b_short_name":"Krems","team_b_tla_name":"KSC","team_b_original_name":"Kremser SC","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1653.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-21 13:03:49","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"3672","venue_name":"Sportzentrum Neusiedl","venue_city":"Neusiedl am See","venue_city_id":"12022","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3812532","date":"2025-08-01","time":"19:30:00","date_utc":"2025-08-01","time_utc":"17:30:00","team_a_id":"23001","team_a_name":"SV Klöcher Bau Oberwart","team_a_short_name":"Oberwart","team_a_tla_name":"OBR","team_a_original_name":"SV Klöcher Bau Oberwart","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23001.png","team_b_id":"18356","team_b_name":"SC\/ESV Parndorf 1919","team_b_short_name":"Parndorf","team_b_tla_name":"PAR","team_b_original_name":"SC\/ESV Parndorf 1919","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18356.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-21 13:03:51","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"3673","venue_name":"Informstadion","venue_city":"Oberwart","venue_city_id":"12042","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}]}}}},{"competition_id":"722","name":"Lowland League","gender":"male","type":"club","format":"domestic_league","area_id":"165","area_name":"Scotland","num_matches":"2","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76281","title":"2025\/2026","original_name":"Lowland League","start_date":"2025-07-26","end_date":"2026-04-25","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/722.png","last_updated":"2025-06-16 17:33:41","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"126438","name":"Regular Season","start_date":"2025-07-26","start_time":"","start_date_utc":"2025-07-26","start_time_utc":"","end_date":"2026-04-25","end_time":"","end_date_utc":"2026-04-25","end_time_utc":"","type":"table","last_updated":"2025-06-16 17:34:43","match":[{"match_id":"3762522","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"3569","team_a_name":"Cumbernauld Colts FC","team_a_short_name":"Cumbernauld","team_a_tla_name":"CMB","team_a_original_name":"Cumbernauld Colts FC","team_a_area_id":"165","team_a_area_code":"SCO","team_a_area_name":"Scotland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/3569.png","team_b_id":"46850","team_b_name":"Celtic FC B","team_b_short_name":"Celtic B","team_b_tla_name":"CEL","team_b_original_name":"Celtic FC B","team_b_area_id":"165","team_b_area_code":"SCO","team_b_area_name":"Scotland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1504.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-20 09:20:28","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"2379","venue_name":"Broadwood Stadium","venue_city":"Cumbernauld","venue_city_id":"9234","venue_area_id":"165","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Scotland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3762526","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"1533","team_a_name":"East Stirlingshire FC","team_a_short_name":"East Stirling","team_a_tla_name":"STI","team_a_original_name":"East Stirlingshire FC","team_a_area_id":"165","team_a_area_code":"SCO","team_a_area_name":"Scotland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1533.png","team_b_id":"10525","team_b_name":"Bo'ness United FC","team_b_short_name":"Bo'ness","team_b_tla_name":"BON","team_b_original_name":"Bo'ness United FC","team_b_area_id":"165","team_b_area_code":"SCO","team_b_area_name":"Scotland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/10525.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-31 15:13:57","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"2956","venue_name":"Ochilview Park","venue_city":"Stenhousemuir","venue_city_id":"8847","venue_area_id":"165","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Scotland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"179","name":"Meistriliiga","gender":"male","type":"club","format":"domestic_league","area_id":"71","area_name":"Estonia","num_matches":"1","last_updated":"2024-01-31 10:25:56","season":{"season_id":"75240","title":"2025","original_name":"A. Le Coq Premium Liiga","start_date":"2025-02-28","end_date":"2025-11-08","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/179.png","last_updated":"2025-02-24 13:00:24","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"118282","name":"Regular Season","start_date":"2025-02-28","start_time":"","start_date_utc":"2025-02-28","start_time_utc":"","end_date":"2025-11-08","end_time":"","end_date_utc":"2025-11-08","end_time_utc":"","type":"table","last_updated":"2025-02-24 13:00:15","match":{"match_id":"3646790","date":"2025-08-01","time":"18:30:00","date_utc":"2025-08-01","time_utc":"16:30:00","team_a_id":"15938","team_a_name":"FCI Levadia","team_a_short_name":"FCI Levadia","team_a_tla_name":"LEV","team_a_original_name":"FCI Levadia","team_a_area_id":"71","team_a_area_code":"EST","team_a_area_name":"Estonia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/15938.png","team_b_id":"15930","team_b_name":"FC Kuressaare","team_b_short_name":"Kuressaare","team_b_tla_name":"KUR","team_b_original_name":"FC Kuressaare","team_b_area_id":"71","team_b_area_code":"EST","team_b_area_name":"Estonia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/15930.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-31 14:57:36","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"22","attendance":"","venue":{"venue_id":"4032","venue_name":"Sportland Arena","venue_city":"Tallinn","venue_city_id":"1740","venue_area_id":"71","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Estonia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"1848","name":"CFU Club Shield","gender":"male","type":"club","format":"international_cup","area_id":"4","area_name":"N\/C America","num_matches":"1","last_updated":"2025-07-29 22:09:57","season":{"season_id":"76157","title":"2025","original_name":"CFU Club Shield","start_date":"2025-07-26","end_date":"2025-08-03","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/1848_2.png","last_updated":"2025-06-12 12:14:56","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"126056","name":"Semi-finals","start_date":"2025-08-01","start_time":"","start_date_utc":"2025-08-01","start_time_utc":"","end_date":"2025-08-02","end_time":"","end_date_utc":"2025-08-02","end_time_utc":"","type":"cup","last_updated":"2025-07-31 18:00:15","match":{"match_id":"3833772","date":"2025-08-01","time":"23:00:00","date_utc":"2025-08-01","time_utc":"21:00:00","team_a_id":"2906","team_a_name":"AFC Academy","team_a_short_name":"AFC Academy","team_a_tla_name":"AFC","team_a_original_name":"AFC Academy","team_a_area_id":"198","team_a_area_code":"TCA","team_a_area_name":"Turks and Caicos Islands","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2906.png","team_b_id":"12964","team_b_name":"Moca FC","team_b_short_name":"Moca FC","team_b_tla_name":"MFC","team_b_original_name":"Moca FC","team_b_area_id":"64","team_b_area_code":"DOM","team_b_area_name":"Dominican Republic","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/12964.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-31 17:52:18","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"1993","venue_name":"Ato Boldon Stadium","venue_city":"Couva","venue_city_id":"8950","venue_area_id":"194","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Trinidad and Tobago"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"360","name":"Copa Argentina","gender":"male","type":"club","format":"domestic_cup","area_id":"16","area_name":"Argentina","num_matches":"2","last_updated":"2025-05-24 17:38:48","season":{"season_id":"74936","title":"2025","original_name":"Copa Argentina Axion","start_date":"2025-01-18","end_date":"2025-11-22","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/360_3.png","last_updated":"2024-12-27 16:05:31","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"128556","name":"Round of 16","start_date":"2025-08-30","start_time":"","start_date_utc":"2025-08-30","start_time_utc":"","end_date":"2025-08-30","end_time":"","end_date_utc":"2025-08-30","end_time_utc":"","type":"cup","last_updated":"2025-07-19 17:58:57","match":[{"match_id":"3823275","date":"2025-08-01","time":"02:10:00","date_utc":"2025-08-01","time_utc":"00:10:00","team_a_id":"17436","team_a_name":"CA Aldosivi","team_a_short_name":"Aldosivi","team_a_tla_name":"ALD","team_a_original_name":"CA Aldosivi","team_a_area_id":"16","team_a_area_code":"ARG","team_a_area_name":"Argentina","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/17436.png","team_b_id":"2196","team_b_name":"AA Argentinos Juniors","team_b_short_name":"Argentinos Jrs","team_b_tla_name":"AAJ","team_b_original_name":"AA Argentinos Juniors","team_b_area_id":"16","team_b_area_code":"ARG","team_b_area_name":"Argentina","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2196.png","status":"Played","winner":"team_B","score_a":"1","score_b":"2","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 04:04:46","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"2"}]},"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"1027","venue_name":"Estadio Norberto Tito Tomaghello","venue_city":"Florencio Varela, Buenos Aires","venue_city_id":"8472","venue_area_id":"16","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Argentina"},"formation":{"team_a":"4-1-4-1","team_b":"4-2-3-1"},"weather":{"temperature":"17","weather_description":"cloudy","wind_speed":"6","wind_direction":"north-northeast","humidity":"70","pressure":"758"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3823276","date":"2025-08-01","time":"23:15:00","date_utc":"2025-08-01","time_utc":"21:15:00","team_a_id":"2188","team_a_name":"CA Belgrano","team_a_short_name":"Belgrano","team_a_tla_name":"BEL","team_a_original_name":"CA Belgrano","team_a_area_id":"16","team_a_area_code":"ARG","team_a_area_name":"Argentina","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2188.png","team_b_id":"1037","team_b_name":"CA Independiente","team_b_short_name":"Independiente","team_b_tla_name":"IND","team_b_original_name":"CA Independiente","team_b_area_id":"16","team_b_area_code":"ARG","team_b_area_name":"Argentina","team_b_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1673.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-31 22:15:28","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"1023","venue_name":"Estadio Gigante de Arroyito","venue_city":"Rosario, Santa Fe","venue_city_id":"262","venue_area_id":"16","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Argentina"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"147","name":"Premier League","gender":"male","type":"club","format":"domestic_league","area_id":"17","area_name":"Armenia","num_matches":"1","last_updated":"2023-03-14 15:50:59","season":{"season_id":"76108","title":"2025\/2026","original_name":"Fastex Premier League","start_date":"2025-08-02","end_date":"2026-05-17","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/147_14.png","last_updated":"2025-06-09 23:17:07","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"125688","name":"Regular Season","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2026-05-17","end_time":"","end_date_utc":"2026-05-17","end_time_utc":"","type":"table","last_updated":"2025-06-09 23:17:58","match":{"match_id":"3836672","date":"2025-08-01","time":"17:00:00","date_utc":"2025-08-01","time_utc":"15:00:00","team_a_id":"55732","team_a_name":"Gandzasar FA","team_a_short_name":"Gandzasar","team_a_tla_name":"GAN","team_a_original_name":"Gandzasar FA","team_a_area_id":"17","team_a_area_code":"ARM","team_a_area_name":"Armenia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/55732.png","team_b_id":"15254","team_b_name":"Ararat FA","team_b_short_name":"Ararat","team_b_tla_name":"ARA","team_b_original_name":"Ararat FA","team_b_area_id":"17","team_b_area_code":"ARM","team_b_area_name":"Armenia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/15254.png","status":"Playing","winner":"yet unknown","score_a":"0","score_b":"0","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 17:03:26","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"23208","venue_name":"Junior Sports Stadium","venue_city":"Yerevan","venue_city_id":"2655","venue_area_id":"17","venue_city_state":"Yerevan","venue_city_state_abbreviation":"","venue_area_name":"Armenia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"39","weather_description":"clear skies","wind_speed":"4","wind_direction":"northeast","humidity":"16","pressure":"753"}},"live":{"game_minute":"5","clock":"","period":"soc_p1s"}}}}}}},{"competition_id":"582","name":"NPL Northern NSW","gender":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","num_matches":"1","last_updated":"2021-08-26 20:45:55","season":{"season_id":"74556","title":"2025","original_name":"NPL Northern NSW","start_date":"2025-02-13","end_date":"2025-09-14","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/582_2.png","last_updated":"2024-12-15 17:40:34","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"112583","name":"Regular Season","start_date":"2025-02-13","start_time":"","start_date_utc":"2025-02-13","start_time_utc":"","end_date":"2025-08-10","end_time":"","end_date_utc":"2025-08-10","end_time_utc":"","type":"table","last_updated":"2024-12-15 17:41:16","match":{"match_id":"3593701","date":"2025-08-01","time":"12:00:00","date_utc":"2025-08-01","time_utc":"10:00:00","team_a_id":"19702","team_a_name":"Broadmeadow Magic FC","team_a_short_name":"Broadmeadow","team_a_tla_name":"BRO","team_a_original_name":"Broadmeadow Magic FC","team_a_area_id":"19","team_a_area_code":"AUS","team_a_area_name":"Australia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19702.png","team_b_id":"25113","team_b_name":"Valentine FC","team_b_short_name":"Valentine","team_b_tla_name":"VAL","team_b_original_name":"Valentine FC","team_b_area_id":"19","team_b_area_code":"AUS","team_b_area_name":"Australia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25113.png","status":"Played","winner":"team_A","score_a":"2","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 14:03:36","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"1"},{"type":"p2s","score_a":"1","score_b":"0"}]},"match_extra":{"gameweek":"21","attendance":"","venue":{"venue_id":"1530","venue_name":"Wanderers Oval","venue_city":"Broadmeadow, NSW","venue_city_id":"47636","venue_area_id":"19","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Australia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"11","weather_description":"cloudy","wind_speed":"3","wind_direction":"west-southwest","humidity":"88","pressure":"767"}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"585","name":"NPL Tasmania","gender":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","num_matches":"1","last_updated":"2025-07-19 10:12:26","season":{"season_id":"74576","title":"2025","original_name":"NPL Tasmania","start_date":"2025-03-14","end_date":"2025-09-06","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/585_4.png","last_updated":"2024-12-19 12:44:52","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"112924","name":"Regular Season","start_date":"2025-03-14","start_time":"","start_date_utc":"2025-03-14","start_time_utc":"","end_date":"2025-09-06","end_time":"","end_date_utc":"2025-09-06","end_time_utc":"","type":"table","last_updated":"2024-12-19 12:45:11","match":{"match_id":"3597802","date":"2025-08-01","time":"12:15:00","date_utc":"2025-08-01","time_utc":"10:15:00","team_a_id":"21920","team_a_name":"Glenorchy Knights FC","team_a_short_name":"Glenorchy","team_a_tla_name":"GLE","team_a_original_name":"Glenorchy Knights FC","team_a_area_id":"19","team_a_area_code":"AUS","team_a_area_name":"Australia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/21920.png","team_b_id":"14990","team_b_name":"South Hobart FC","team_b_short_name":"South Hobart","team_b_tla_name":"SOH","team_b_original_name":"South Hobart FC","team_b_area_id":"19","team_b_area_code":"AUS","team_b_area_name":"Australia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14990.png","status":"Played","winner":"team_B","score_a":"0","score_b":"2","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 14:59:33","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"1"},{"type":"p2s","score_a":"0","score_b":"1"}]},"match_extra":{"gameweek":"16","attendance":"","venue":{"venue_id":"1536","venue_name":"KGV Football Park","venue_city":"Hobart, TAS","venue_city_id":"9041","venue_area_id":"19","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Australia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"6","weather_description":"some cloud","wind_speed":"3","wind_direction":"west","humidity":"81","pressure":"771"}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"859","name":"NPL Capital Football","gender":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","num_matches":"1","last_updated":"2021-08-26 20:45:55","season":{"season_id":"74986","title":"2025","original_name":"NPL Capital Football","start_date":"2025-04-05","end_date":"2025-09-20","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/859_2.png","last_updated":"2025-01-03 18:24:56","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"114147","name":"Regular Season","start_date":"2025-04-05","start_time":"","start_date_utc":"2025-04-05","start_time_utc":"","end_date":"2025-08-31","end_time":"","end_date_utc":"2025-08-31","end_time_utc":"","type":"table","last_updated":"2025-01-03 18:25:21","match":{"match_id":"3666138","date":"2025-08-01","time":"11:30:00","date_utc":"2025-08-01","time_utc":"09:30:00","team_a_id":"23478","team_a_name":"Gungahlin United FC","team_a_short_name":"Gungahlin Utd","team_a_tla_name":"GUN","team_a_original_name":"Gungahlin United FC","team_a_area_id":"19","team_a_area_code":"AUS","team_a_area_name":"Australia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23478.png","team_b_id":"31168","team_b_name":"Queanbeyan City FC","team_b_short_name":"Queanbeyan","team_b_tla_name":"QNB","team_b_original_name":"Queanbeyan City FC","team_b_area_id":"19","team_b_area_code":"AUS","team_b_area_name":"Australia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/31168.png","status":"Played","winner":"team_A","score_a":"2","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 13:30:34","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"2","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"1"}]},"match_extra":{"gameweek":"16","attendance":"","venue":{"venue_id":"12701","venue_name":"Gungahlin Enclosed Oval","venue_city":"Gungahlin","venue_city_id":"13536","venue_area_id":"19","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Australia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"860","name":"NPL Western Australia","gender":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","num_matches":"1","last_updated":"2021-08-26 20:45:55","season":{"season_id":"75196","title":"2025","original_name":"NPL Western Australia","start_date":"2025-03-14","end_date":"2025-09-06","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/860_2.png","last_updated":"2025-02-14 10:54:00","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"117509","name":"Regular Season","start_date":"2025-03-14","start_time":"","start_date_utc":"2025-03-14","start_time_utc":"","end_date":"2025-08-23","end_time":"","end_date_utc":"2025-08-23","end_time_utc":"","type":"table","last_updated":"2025-02-14 10:54:31","match":{"match_id":"3637388","date":"2025-08-01","time":"13:00:00","date_utc":"2025-08-01","time_utc":"11:00:00","team_a_id":"19706","team_a_name":"Bayswater City SC","team_a_short_name":"Bayswater","team_a_tla_name":"BAY","team_a_original_name":"Bayswater City SC","team_a_area_id":"19","team_a_area_code":"AUS","team_a_area_name":"Australia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19706.png","team_b_id":"25123","team_b_name":"Perth Glory FC U21","team_b_short_name":"Perth U21","team_b_tla_name":"PER","team_b_original_name":"Perth Glory FC U21","team_b_area_id":"19","team_b_area_code":"AUS","team_b_area_name":"Australia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/976.png","status":"Played","winner":"team_A","score_a":"3","score_b":"0","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 14:59:56","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"2","score_b":"0"},{"type":"p2s","score_a":"1","score_b":"0"}]},"match_extra":{"gameweek":"19","attendance":"","venue":{"venue_id":"3152","venue_name":"Finance 365 Stadium","venue_city":"Bayswater, WA","venue_city_id":"9338","venue_area_id":"19","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Australia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"14","weather_description":"clear skies","wind_speed":"5","wind_direction":"north-northeast","humidity":"58","pressure":"761"}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"1306","name":"Kärntner Liga","gender":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","num_matches":"5","last_updated":"2025-06-21 14:24:45","season":{"season_id":"76498","title":"2025\/2026","original_name":"Kärntner Liga","start_date":"2025-08-01","end_date":"2026-06-07","logo":"","last_updated":"2025-07-10 14:00:26","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"127408","name":"Regular Season","start_date":"2025-08-01","start_time":"","start_date_utc":"2025-08-01","start_time_utc":"","end_date":"2026-06-07","end_time":"","end_date_utc":"2026-06-07","end_time_utc":"","type":"table","last_updated":"2025-07-03 16:24:26","match":[{"match_id":"3764301","date":"2025-08-01","time":"18:30:00","date_utc":"2025-08-01","time_utc":"16:30:00","team_a_id":"22973","team_a_name":"SAK Celovec","team_a_short_name":"SAK Celovec","team_a_tla_name":"SAK","team_a_original_name":"SAK Celovec","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22973.png","team_b_id":"23371","team_b_name":"ATuS Ferlach","team_b_short_name":"Ferlach","team_b_tla_name":"FRL","team_b_original_name":"ATuS Ferlach","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23371.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-04 13:29:39","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"8691","venue_name":"Sportplatz Welzenegg","venue_city":"Klagenfurt am Wörthersee","venue_city_id":"12819","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3764302","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"55399","team_a_name":"SK Austria Klagenfurt Amateure","team_a_short_name":"Klagenfurt II","team_a_tla_name":"KLA","team_a_original_name":"SK Austria Klagenfurt Amateure","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22965.png","team_b_id":"23328","team_b_name":"VST Völkermarkt","team_b_short_name":"Völkermarkt","team_b_tla_name":"VST","team_b_original_name":"VST Völkermarkt","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23328.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-04 14:28:19","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"6151","venue_name":"Sportpark Klagenfurt","venue_city":"Klagenfurt am Wörthersee","venue_city_id":"12819","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3764303","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"32304","team_a_name":"TSV Grafenstein","team_a_short_name":"Grafenstein","team_a_tla_name":"GRA","team_a_original_name":"TSV Grafenstein","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/32304.png","team_b_id":"23329","team_b_name":"ASKÖ Köttmannsdorf","team_b_short_name":"Köttmannsdorf","team_b_tla_name":"KÖT","team_b_original_name":"ASKÖ Köttmannsdorf","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23329.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-16 13:49:08","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"28325","venue_name":"Sportplatz TSV Grafenstein","venue_city":"Grafenstein","venue_city_id":"22742","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3764304","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"19591","team_a_name":"Klagenfurter AC","team_a_short_name":"KAC","team_a_tla_name":"KAC","team_a_original_name":"Klagenfurter AC","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19591.png","team_b_id":"22975","team_b_name":"ATSV Wolfsberg","team_b_short_name":"Wolfsberg","team_b_tla_name":"WOL","team_b_original_name":"ATSV Wolfsberg","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22975.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-04 13:31:45","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"8868","venue_name":"Sportplatz KAC","venue_city":"Klagenfurt am Wörthersee","venue_city_id":"12819","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3764305","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"32818","team_a_name":"SC St. Veit","team_a_short_name":"St. Veit","team_a_tla_name":"VEI","team_a_original_name":"SC St. Veit","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/32818.png","team_b_id":"32140","team_b_name":"SV Dellach\/Gail","team_b_short_name":"Dellach\/Gail","team_b_tla_name":"DEL","team_b_original_name":"SV Dellach\/Gail","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/32140.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-04 14:28:19","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"17598","venue_name":"Jacques Lemans Arena","venue_city":"Sankt Veit an der Glan","venue_city_id":"6712","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"1309","name":"Landesliga","gender":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","num_matches":"3","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76531","title":"2025\/2026","original_name":"Salzburger Liga","start_date":"2025-08-01","end_date":"2026-06-13","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/1309.png","last_updated":"2025-07-10 13:44:56","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"127781","name":"Regular Season","start_date":"2025-08-01","start_time":"","start_date_utc":"2025-08-01","start_time_utc":"","end_date":"2026-06-13","end_time":"","end_date_utc":"2026-06-13","end_time_utc":"","type":"table","last_updated":"2025-07-10 13:45:09","match":[{"match_id":"3783497","date":"2025-08-01","time":"18:30:00","date_utc":"2025-08-01","time_utc":"16:30:00","team_a_id":"31742","team_a_name":"UFC SV Hallwang","team_a_short_name":"Hallwang","team_a_tla_name":"HLW","team_a_original_name":"UFC SV Hallwang","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/31742.png","team_b_id":"22958","team_b_name":"TSV esbo Neumarkt","team_b_short_name":"Neumarkt","team_b_tla_name":"NMK","team_b_original_name":"TSV esbo Neumarkt","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22958.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-22 13:14:30","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"10678","venue_name":"Sportplatz Hallwang","venue_city":"Hallwang","venue_city_id":"22381","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3783493","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"22953","team_a_name":"USC Eugendorf","team_a_short_name":"Eugendorf","team_a_tla_name":"EUG","team_a_original_name":"USC Eugendorf","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22953.png","team_b_id":"18350","team_b_name":"SV Grödig","team_b_short_name":"Grödig","team_b_tla_name":"GRO","team_b_original_name":"SV Grödig","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18350.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-22 13:14:30","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"417","venue_name":"Greisbergers Betten-Arena","venue_city":"Grödig","venue_city_id":"3318","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3783495","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"1649","team_a_name":"Salzburger AK 1914","team_a_short_name":"Salzburger AK","team_a_tla_name":"SAK","team_a_original_name":"Salzburger AK 1914","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1649.png","team_b_id":"22995","team_b_name":"FC Puch","team_b_short_name":"Puch","team_b_tla_name":"PCH","team_b_original_name":"FC Puch","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22995.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-23 13:49:54","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"5295","venue_name":"Arena Nonntal","venue_city":"Salzburg","venue_city_id":"1567","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"1310","name":"Landesliga","gender":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","num_matches":"7","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76532","title":"2025\/2026","original_name":"Sparkassen Landesliga","start_date":"2025-08-01","end_date":"2026-06-05","logo":"","last_updated":"2025-07-10 13:51:54","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"127782","name":"Regular Season","start_date":"2025-08-01","start_time":"","start_date_utc":"2025-08-01","start_time_utc":"","end_date":"2026-06-05","end_time":"","end_date_utc":"2026-06-05","end_time_utc":"","type":"table","last_updated":"2025-07-10 13:52:07","match":[{"match_id":"3783734","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"66562","team_a_name":"TuS Bad Waltersdorf","team_a_short_name":"Waltersdorf","team_a_tla_name":"WAL","team_a_original_name":"TuS Bad Waltersdorf","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66562.png","team_b_id":"55405","team_b_name":"UFC Fehring","team_b_short_name":"Fehring","team_b_tla_name":"FEH","team_b_original_name":"UFC Fehring","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/55405.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-10 14:19:13","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"4669","venue_name":"Thermenstadion","venue_city":"Bad Waltersdorf","venue_city_id":"16386","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3783735","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"22967","team_a_name":"SV Allerheiligen","team_a_short_name":"Allerheiligen","team_a_tla_name":"ALL","team_a_original_name":"SV Allerheiligen","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22967.png","team_b_id":"71232","team_b_name":"SV Pachern","team_b_short_name":"Pachern","team_b_tla_name":"PAC","team_b_original_name":"SV Pachern","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/71232.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-10 14:19:13","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"3686","venue_name":"Sportanlage Allerheiligen","venue_city":"Allerheiligen","venue_city_id":"15103","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3783736","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"61916","team_a_name":"FC Schladming","team_a_short_name":"Schladming","team_a_tla_name":"SMG","team_a_original_name":"FC Schladming","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/61916.png","team_b_id":"41600","team_b_name":"Ilzer SV","team_b_short_name":"Ilz","team_b_tla_name":"ILZ","team_b_original_name":"Ilzer SV","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/41600.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-10 14:19:13","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"23876","venue_name":"Hohenhaus Tenne Area Schladming","venue_city":"Schladming","venue_city_id":"8127","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3783737","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"32133","team_a_name":"ASK Köflach","team_a_short_name":"Köflach","team_a_tla_name":"KÖF","team_a_original_name":"ASK Köflach","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/32133.png","team_b_id":"1616","team_b_name":"DSV TGI Gold Leoben","team_b_short_name":"Leoben","team_b_tla_name":"LEO","team_b_original_name":"DSV TGI Gold Leoben","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1616.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-10 14:19:13","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"21080","venue_name":"Werner Skrabitz Stadion","venue_city":"Köflach","venue_city_id":"41381","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3783738","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"31756","team_a_name":"USV Gnas","team_a_short_name":"Gnas","team_a_tla_name":"GNS","team_a_original_name":"USV Gnas","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/31756.png","team_b_id":"31749","team_b_name":"SV Raiffeisen Wildon","team_b_short_name":"Wildon","team_b_tla_name":"WIL","team_b_original_name":"SV Raiffeisen Wildon","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/31749.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-10 14:19:13","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"9138","venue_name":"Sportplatz Gnas","venue_city":"Gnas","venue_city_id":"22389","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3783739","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"31757","team_a_name":"SK Fürstenfeld","team_a_short_name":"Fürstenfeld","team_a_tla_name":"SKF","team_a_original_name":"SK Fürstenfeld","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/31757.png","team_b_id":"61917","team_b_name":"SV Tillmitsch","team_b_short_name":"Tillmitsch","team_b_tla_name":"TIL","team_b_original_name":"SV Tillmitsch","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/61917.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-10 14:19:13","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"9133","venue_name":"Rudolf-Gutmann-Stadion","venue_city":"Fürstenfeld","venue_city_id":"22384","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3783740","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"31750","team_a_name":"SV Tiba-Gady Raiffeisen Lebring","team_a_short_name":"Lebring","team_a_tla_name":"LEB","team_a_original_name":"SV Tiba-Gady Raiffeisen Lebring","team_a_area_id":"20","team_a_area_code":"AUT","team_a_area_name":"Austria","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/31750.png","team_b_id":"41602","team_b_name":"FC Weinland Gamlitz","team_b_short_name":"Gamlitz","team_b_tla_name":"GAM","team_b_original_name":"FC Weinland Gamlitz","team_b_area_id":"20","team_b_area_code":"AUT","team_b_area_name":"Austria","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/41602.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-10 14:19:13","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"9134","venue_name":"sanSirro Stadion Lebring","venue_city":"Lebring","venue_city_id":"8161","venue_area_id":"20","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Austria"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"98","name":"National League","gender":"male","type":"club","format":"domestic_league","area_id":"31","area_name":"Bhutan","num_matches":"1","last_updated":"2021-08-26 20:45:55","season":{"season_id":"75627","title":"2025","original_name":"Bank of Bhutan Premier League","start_date":"2025-04-19","end_date":"2025-08-24","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/98_3.png","last_updated":"2025-04-08 17:02:26","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"121196","name":"Regular Season","start_date":"2025-04-19","start_time":"","start_date_utc":"2025-04-19","start_time_utc":"","end_date":"2025-08-24","end_time":"","end_date_utc":"2025-08-24","end_time_utc":"","type":"table","last_updated":"2025-04-08 17:03:50","match":{"match_id":"3836717","date":"2025-08-01","time":"12:00:00","date_utc":"2025-08-01","time_utc":"10:00:00","team_a_id":"2965","team_a_name":"Ťensung FC","team_a_short_name":"Ťensung","team_a_tla_name":"TEN","team_a_original_name":"Ťensung FC","team_a_area_id":"31","team_a_area_code":"BHU","team_a_area_name":"Bhutan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2965.png","team_b_id":"40907","team_b_name":"BFF Academy FC","team_b_short_name":"BFF Academy","team_b_tla_name":"BFF","team_b_original_name":"BFF Academy FC","team_b_area_id":"31","team_b_area_code":"BHU","team_b_area_name":"Bhutan","team_b_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/342.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 10:29:07","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"24101","venue_name":"MTC Artificial Turf Football Ground","venue_city":"Wangdue","venue_city_id":"34287","venue_area_id":"31","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Bhutan"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"173","name":"Liga de Ascenso","gender":"male","type":"club","format":"domestic_league","area_id":"48","area_name":"Chile","num_matches":"1","last_updated":"2025-07-14 10:54:13","season":{"season_id":"75199","title":"2025","original_name":"Liga de Ascenso Caixun","start_date":"2025-02-22","end_date":"2025-11-29","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/173_7.png","last_updated":"2025-02-14 11:29:26","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"117512","name":"Regular Season","start_date":"2025-02-21","start_time":"","start_date_utc":"2025-02-21","start_time_utc":"","end_date":"2025-11-02","end_time":"","end_date_utc":"2025-11-02","end_time_utc":"","type":"table","last_updated":"2025-02-14 12:02:55","match":{"match_id":"3637670","date":"2025-08-01","time":"21:00:00","date_utc":"2025-08-01","time_utc":"19:00:00","team_a_id":"1892","team_a_name":"CD Santiago Morning","team_a_short_name":"Morning","team_a_tla_name":"MOR","team_a_original_name":"CD Santiago Morning","team_a_area_id":"48","team_a_area_code":"CHL","team_a_area_name":"Chile","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1892.png","team_b_id":"32542","team_b_name":"CD Recoleta","team_b_short_name":"Recoleta","team_b_tla_name":"REC","team_b_original_name":"CD Recoleta","team_b_area_id":"48","team_b_area_code":"CHL","team_b_area_name":"Chile","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/32542.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-08 12:29:59","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"19","attendance":"","venue":{"venue_id":"919","venue_name":"Estadio Municipal de La Pintana","venue_city":"Santiago","venue_city_id":"1589","venue_area_id":"48","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Chile"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"273","name":"Torneo Águila","gender":"male","type":"club","format":"domestic_league","area_id":"51","area_name":"Colombia","num_matches":"1","last_updated":"2021-08-26 20:45:55","season":{"season_id":"75067","title":"2025","original_name":"Torneo BetPlay Dimayor","start_date":"2025-01-30","end_date":"2025-12-14","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/273_2.png","last_updated":"2025-06-23 15:18:30","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"127645","name":"Clausura","start_date":"2025-07-13","start_time":"","start_date_utc":"2025-07-13","start_time_utc":"","end_date":"2025-11-25","end_time":"","end_date_utc":"2025-11-25","end_time_utc":"","type":"table","last_updated":"2025-07-08 13:44:04","match":{"match_id":"3795116","date":"2025-08-01","time":"23:00:00","date_utc":"2025-08-01","time_utc":"21:00:00","team_a_id":"2000","team_a_name":"Internacional FC","team_a_short_name":"Internacional","team_a_tla_name":"COR","team_a_original_name":"Internacional FC","team_a_area_id":"51","team_a_area_code":"COL","team_a_area_name":"Colombia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2000.png","team_b_id":"1998","team_b_name":"Deportes Quindío","team_b_short_name":"Quindío","team_b_tla_name":"QUI","team_b_original_name":"Deportes Quindío","team_b_area_id":"51","team_b_area_code":"COL","team_b_area_name":"Colombia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1998.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-25 10:06:24","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"4","attendance":"","venue":{"venue_id":"4028","venue_name":"Estadio Francisco Rivera Escobar","venue_city":"Palmira","venue_city_id":"6192","venue_area_id":"51","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Colombia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"2182","name":"Copa Colombia","gender":"male","type":"club","format":"domestic_cup","area_id":"51","area_name":"Colombia","num_matches":"2","last_updated":"2025-06-23 09:40:56","season":{"season_id":"75968","title":"2025","original_name":"Copa BetPlay Dimayor","start_date":"2025-05-29","end_date":"2025-11-23","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2182_2.png","last_updated":"2025-05-29 09:47:00","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"127145","name":"Round 2","start_date":"2025-07-30","start_time":"","start_date_utc":"2025-07-30","start_time_utc":"","end_date":"2025-08-27","end_time":"","end_date_utc":"2025-08-27","end_time_utc":"","type":"cup","last_updated":"2025-07-25 17:00:17","match":[{"match_id":"3825466","date":"2025-08-01","time":"01:00:00","date_utc":"2025-07-31","time_utc":"23:00:00","team_a_id":"1983","team_a_name":"Independiente Medellín","team_a_short_name":"Independiente","team_a_tla_name":"DIM","team_a_original_name":"Independiente Medellín","team_a_area_id":"51","team_a_area_code":"COL","team_a_area_name":"Colombia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1983.png","team_b_id":"11606","team_b_name":"Jaguares de Córdoba FC","team_b_short_name":"Jaguares","team_b_tla_name":"JAG","team_b_original_name":"Jaguares de Córdoba FC","team_b_area_id":"51","team_b_area_code":"COL","team_b_area_name":"Colombia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/11606.png","status":"Played","winner":"draw","score_a":"1","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 14:33:30","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"1","score_b":"1"}]},"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"1124","venue_name":"Estadio Atanasio Girardot","venue_city":"Medellín","venue_city_id":"1237","venue_area_id":"51","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Colombia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"23","weather_description":"gloomy","wind_speed":"1","wind_direction":"northeast","humidity":"67","pressure":"760"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3825467","date":"2025-08-01","time":"03:10:00","date_utc":"2025-08-01","time_utc":"01:10:00","team_a_id":"1992","team_a_name":"Millonarios FC","team_a_short_name":"Millonarios","team_a_tla_name":"MIL","team_a_original_name":"Millonarios FC","team_a_area_id":"51","team_a_area_code":"COL","team_a_area_name":"Colombia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1992.png","team_b_id":"2003","team_b_name":"Real Cartagena FC","team_b_short_name":"Cartagena","team_b_tla_name":"CAR","team_b_original_name":"Real Cartagena FC","team_b_area_id":"51","team_b_area_code":"COL","team_b_area_name":"Colombia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2003.png","status":"Played","winner":"team_A","score_a":"3","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 14:33:30","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"2","score_b":"0"},{"type":"p2s","score_a":"1","score_b":"1"}]},"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"248","venue_name":"Estadio Nemesio Camacho El Campín","venue_city":"Bogotá","venue_city_id":"3147","venue_area_id":"51","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Colombia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"461","name":"2. Division","gender":"male","type":"club","format":"domestic_league","area_id":"61","area_name":"Denmark","num_matches":"3","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76575","title":"2025\/2026","original_name":"2. Division","start_date":"2025-08-02","end_date":"2026-06-13","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/461.png","last_updated":"2025-07-11 14:41:42","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"127828","name":"Regular Season","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2026-04-11","end_time":"","end_date_utc":"2026-04-11","end_time_utc":"","type":"table","last_updated":"2025-07-11 14:42:24","match":[{"match_id":"3788879","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"19242","team_a_name":"Næstved BK","team_a_short_name":"Næstved","team_a_tla_name":"NBK","team_a_original_name":"Næstved BK","team_a_area_id":"61","team_a_area_code":"DNK","team_a_area_name":"Denmark","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19242.png","team_b_id":"18902","team_b_name":"FC Roskilde","team_b_short_name":"Roskilde","team_b_tla_name":"ROS","team_b_original_name":"FC Roskilde","team_b_area_id":"61","team_b_area_code":"DNK","team_b_area_name":"Denmark","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18902.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-15 06:31:13","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"3036","venue_name":"MTM Service Park","venue_city":"Næstved","venue_city_id":"7983","venue_area_id":"61","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Denmark"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3788880","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"19227","team_a_name":"FC Helsingør","team_a_short_name":"Helsingør","team_a_tla_name":"HEL","team_a_original_name":"FC Helsingør","team_a_area_id":"61","team_a_area_code":"DNK","team_a_area_name":"Denmark","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19227.png","team_b_id":"18903","team_b_name":"Skive IK","team_b_short_name":"Skive","team_b_tla_name":"SKI","team_b_original_name":"Skive IK","team_b_area_id":"61","team_b_area_code":"DNK","team_b_area_name":"Denmark","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18903.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-11 14:43:08","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"23324","venue_name":"Helsingør Ny Stadion","venue_city":"Helsingør","venue_city_id":"7980","venue_area_id":"61","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Denmark"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3788881","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"19247","team_a_name":"Thisted FC","team_a_short_name":"Thisted","team_a_tla_name":"THI","team_a_original_name":"Thisted FC","team_a_area_id":"61","team_a_area_code":"DNK","team_a_area_name":"Denmark","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19247.png","team_b_id":"19228","team_b_name":"BK Fremad Amager","team_b_short_name":"Fremad Amager","team_b_tla_name":"FAM","team_b_original_name":"BK Fremad Amager","team_b_area_id":"61","team_b_area_code":"DNK","team_b_area_name":"Denmark","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19228.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-15 06:31:13","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"3102","venue_name":"Sparekassen Thy Arena","venue_city":"Thisted","venue_city_id":"14055","venue_area_id":"61","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Denmark"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"181","name":"Esiliiga","gender":"male","type":"club","format":"domestic_league","area_id":"71","area_name":"Estonia","num_matches":"1","last_updated":"2024-01-31 10:25:54","season":{"season_id":"75242","title":"2025","original_name":"Esiliiga","start_date":"2025-03-01","end_date":"2025-11-09","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/181.png","last_updated":"2025-02-24 12:37:18","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"118285","name":"Regular Season","start_date":"2025-03-01","start_time":"","start_date_utc":"2025-03-01","start_time_utc":"","end_date":"2025-11-09","end_time":"","end_date_utc":"2025-11-09","end_time_utc":"","type":"table","last_updated":"2025-02-24 12:37:31","match":{"match_id":"3646972","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"22893","team_a_name":"JK Tallinna Kalev U21","team_a_short_name":"JKT Kalev U21","team_a_tla_name":"KAL","team_a_original_name":"JK Tallinna Kalev U21","team_a_area_id":"71","team_a_area_code":"EST","team_a_area_name":"Estonia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/15928.png","team_b_id":"15947","team_b_name":"Tartu JK Tammeka U21","team_b_short_name":"Tammeka U21","team_b_tla_name":"TAR","team_b_original_name":"Tartu JK Tammeka U21","team_b_area_id":"71","team_b_area_code":"EST","team_b_area_name":"Estonia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/15936.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-22 08:49:42","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"22","attendance":"","venue":{"venue_id":"4032","venue_name":"Sportland Arena","venue_city":"Tallinn","venue_city_id":"1740","venue_area_id":"71","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Estonia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"696","name":"Esiliiga B","gender":"male","type":"club","format":"domestic_league","area_id":"71","area_name":"Estonia","num_matches":"1","last_updated":"2025-06-21 13:50:43","season":{"season_id":"75244","title":"2025","original_name":"Esiliiga B","start_date":"2025-02-27","end_date":"2025-11-09","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/696.png","last_updated":"2025-02-24 14:00:25","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"118287","name":"Regular Season","start_date":"2025-11-27","start_time":"","start_date_utc":"2025-11-27","start_time_utc":"","end_date":"2025-11-09","end_time":"","end_date_utc":"2025-11-09","end_time_utc":"","type":"table","last_updated":"2025-02-24 14:00:14","match":{"match_id":"3647151","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"15926","team_a_name":"JK Tabasalu","team_a_short_name":"Tabasalu","team_a_tla_name":"TAB","team_a_original_name":"JK Tabasalu","team_a_area_id":"71","team_a_area_code":"EST","team_a_area_name":"Estonia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/15926.png","team_b_id":"60134","team_b_name":"JK Narva Trans U21","team_b_short_name":"Narva U21","team_b_tla_name":"NAR","team_b_original_name":"JK Narva Trans U21","team_b_area_id":"71","team_b_area_code":"EST","team_b_area_name":"Estonia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/15932.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-02 20:31:39","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"22","attendance":"","venue":{"venue_id":"12476","venue_name":"Tabasalu Arena","venue_city":"Tabasalu","venue_city_id":"2771","venue_area_id":"71","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Estonia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"972","name":"Eesti Karikas","gender":"male","type":"club","format":"domestic_cup","area_id":"71","area_name":"Estonia","num_matches":"1","last_updated":"2025-07-29 17:59:21","season":{"season_id":"76371","title":"2025\/2026","original_name":"Tipneri Eesti Karikas","start_date":"2025-06-10","end_date":"2026-05-17","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/972.png","last_updated":"2025-06-19 14:06:22","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"126822","name":"Round of 64","start_date":"2025-07-02","start_time":"","start_date_utc":"2025-07-02","start_time_utc":"","end_date":"2025-08-13","end_time":"","end_date_utc":"2025-08-13","end_time_utc":"","type":"cup","last_updated":"2025-06-19 14:08:25","match":{"match_id":"3741328","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"47215","team_a_name":"FC Kohvile","team_a_short_name":"Kohvile","team_a_tla_name":"KOH","team_a_original_name":"FC Kohvile","team_a_area_id":"71","team_a_area_code":"EST","team_a_area_name":"Estonia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/47215.png","team_b_id":"41877","team_b_name":"Team Helm","team_b_short_name":"Team Helm","team_b_tla_name":"HLM","team_b_original_name":"Team Helm","team_b_area_id":"71","team_b_area_code":"EST","team_b_area_name":"Estonia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/41877.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 12:41:56","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"7845","venue_name":"Tartu Sepa Jalgpallikeskuse Kunstmuruväljak","venue_city":"Tartu","venue_city_id":"2774","venue_area_id":"71","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Estonia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"129","name":"1. deild","gender":"male","type":"club","format":"domestic_league","area_id":"73","area_name":"Faroe Islands","num_matches":"2","last_updated":"2025-06-21 14:53:36","season":{"season_id":"75049","title":"2025","original_name":"1. deild","start_date":"2025-03-07","end_date":"2025-10-25","logo":"","last_updated":"2025-01-15 10:38:57","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"116098","name":"Regular Season","start_date":"2025-03-07","start_time":"","start_date_utc":"2025-03-07","start_time_utc":"","end_date":"2025-10-25","end_time":"","end_date_utc":"2025-10-25","end_time_utc":"","type":"table","last_updated":"2025-01-15 10:39:16","match":[{"match_id":"3618016","date":"2025-08-01","time":"20:00:00","date_utc":"2025-08-01","time_utc":"18:00:00","team_a_id":"14936","team_a_name":"AB Argir","team_a_short_name":"AB Argir","team_a_tla_name":"ABA","team_a_original_name":"AB Argir","team_a_area_id":"73","team_a_area_code":"FRO","team_a_area_name":"Faroe Islands","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14936.png","team_b_id":"14951","team_b_name":"Víkingur-2","team_b_short_name":"Víkingur-2","team_b_tla_name":"VIK","team_b_original_name":"Víkingur-2","team_b_area_id":"73","team_b_area_code":"FRO","team_b_area_name":"Faroe Islands","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14941.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-28 15:09:59","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"4173","venue_name":"Skansi Arena","venue_city":"Argir","venue_city_id":"2608","venue_area_id":"73","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Faroe Islands"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3618015","date":"2025-08-01","time":"20:30:00","date_utc":"2025-08-01","time_utc":"18:30:00","team_a_id":"14955","team_a_name":"07 Vestur-2","team_a_short_name":"07 Vestur-2","team_a_tla_name":"07V","team_a_original_name":"07 Vestur-2","team_a_area_id":"73","team_a_area_code":"FRO","team_a_area_name":"Faroe Islands","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14933.png","team_b_id":"14946","team_b_name":"B36-2","team_b_short_name":"B36-2","team_b_tla_name":"B36","team_b_original_name":"B36-2","team_b_area_id":"73","team_b_area_code":"FRO","team_b_area_name":"Faroe Islands","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14931.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-31 13:45:00","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"8246","venue_name":"á Dungasandi","venue_city":"Sørvágur","venue_city_id":"21880","venue_area_id":"73","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Faroe Islands"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"150","name":"Kakkonen","gender":"male","type":"club","format":"domestic_league","area_id":"75","area_name":"Finland","num_matches":"3","last_updated":"2025-06-25 17:36:46","season":{"season_id":"75613","title":"2025","original_name":"Kakkonen","start_date":"2025-04-12","end_date":"2025-10-26","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/150_1.png","last_updated":"2025-04-07 15:00:16","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":[{"round_id":"121135","name":"Lohko C","start_date":"2025-04-17","start_time":"","start_date_utc":"2025-04-17","start_time_utc":"","end_date":"2025-08-16","end_time":"","end_date_utc":"2025-08-16","end_time_utc":"","type":"table","last_updated":"2025-04-07 15:16:27","match":[{"match_id":"3678411","date":"2025-08-01","time":"17:30:00","date_utc":"2025-08-01","time_utc":"15:30:00","team_a_id":"25411","team_a_name":"JS Hercules","team_a_short_name":"Hercules","team_a_tla_name":"HER","team_a_original_name":"JS Hercules","team_a_area_id":"75","team_a_area_code":"FIN","team_a_area_name":"Finland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25411.png","team_b_id":"16987","team_b_name":"Jakobstads BK","team_b_short_name":"Jakobstads","team_b_tla_name":"JBK","team_b_original_name":"Jakobstads BK","team_b_area_id":"75","team_b_area_code":"FIN","team_b_area_name":"Finland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/16987.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-15 17:18:25","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"16","attendance":"","venue":{"venue_id":"1959","venue_name":"Heinäpään halli","venue_city":"Oulu","venue_city_id":"1378","venue_area_id":"75","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Finland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3678412","date":"2025-08-01","time":"17:30:00","date_utc":"2025-08-01","time_utc":"15:30:00","team_a_id":"2297","team_a_name":"Vasa IFK","team_a_short_name":"VIFK","team_a_tla_name":"VIF","team_a_original_name":"Vasa IFK","team_a_area_id":"75","team_a_area_code":"FIN","team_a_area_name":"Finland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2297.png","team_b_id":"15333","team_b_name":"Gamlakarleby BK","team_b_short_name":"GBK","team_b_tla_name":"GBK","team_b_original_name":"Gamlakarleby BK","team_b_area_id":"75","team_b_area_code":"FIN","team_b_area_name":"Finland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/15333.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-15 17:18:25","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"16","attendance":"","venue":{"venue_id":"26749","venue_name":"Kamratvallen TN","venue_city":"Vaasa","venue_city_id":"1838","venue_area_id":"75","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Finland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]},{"round_id":"121134","name":"Lohko B","start_date":"2025-04-12","start_time":"","start_date_utc":"2025-04-12","start_time_utc":"","end_date":"2025-08-16","end_time":"","end_date_utc":"2025-08-16","end_time_utc":"","type":"table","last_updated":"2025-04-07 15:01:00","match":{"match_id":"3678230","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"19576","team_a_name":"Pallo-Pojat Juniorit","team_a_short_name":"PPJ","team_a_tla_name":"PPJ","team_a_original_name":"Pallo-Pojat Juniorit","team_a_area_id":"75","team_a_area_code":"FIN","team_a_area_name":"Finland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19576.png","team_b_id":"2295","team_b_name":"Helsingin PS","team_b_short_name":"HPS","team_b_tla_name":"HPS","team_b_original_name":"Helsingin PS","team_b_area_id":"75","team_b_area_code":"FIN","team_b_area_name":"Finland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2295.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-15 17:15:09","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"16","attendance":"","venue":{"venue_id":"6252","venue_name":"Intersport Puhos Areena","venue_city":"Tuusula","venue_city_id":"3135","venue_area_id":"75","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Finland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}]}}}},{"competition_id":"3141","name":"Landespokal Westfalen","gender":"male","type":"club","format":"domestic_cup","area_id":"80","area_name":"Germany","num_matches":"2","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76167","title":"2025\/2026","original_name":"Krombacher Westfalenpokal","start_date":"2025-07-29","end_date":"2026-05-23","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/3141.png","last_updated":"2025-06-12 13:02:26","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"125997","name":"Round 1","start_date":"2025-07-30","start_time":"","start_date_utc":"2025-07-30","start_time_utc":"","end_date":"2025-08-20","end_time":"","end_date_utc":"2025-08-20","end_time_utc":"","type":"cup","last_updated":"2025-07-31 13:00:16","match":[{"match_id":"3746831","date":"2025-08-01","time":"19:30:00","date_utc":"2025-08-01","time_utc":"17:30:00","team_a_id":"70930","team_a_name":"FC TuRa Bergkamen","team_a_short_name":"Bergkamen","team_a_tla_name":"BRG","team_a_original_name":"FC TuRa Bergkamen","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/70930.png","team_b_id":"54573","team_b_name":"VfR Sölde","team_b_short_name":"VfR Sölde","team_b_tla_name":"SOL","team_b_original_name":"VfR Sölde","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/54573.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-10 12:37:43","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"28059","venue_name":"Nordbergstadion","venue_city":"Bergkamen","venue_city_id":"48114","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3746828","date":"2025-08-01","time":"20:00:00","date_utc":"2025-08-01","time_utc":"18:00:00","team_a_id":"51310","team_a_name":"SV Rot-Weiß Erlinghausen","team_a_short_name":"Erlinghausen","team_a_tla_name":"ERL","team_a_original_name":"SV Rot-Weiß Erlinghausen","team_a_area_id":"80","team_a_area_code":"DEU","team_a_area_name":"Germany","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/51310.png","team_b_id":"31501","team_b_name":"ASC 09 Dortmund","team_b_short_name":"ASC 09","team_b_tla_name":"ASC","team_b_original_name":"ASC 09 Dortmund","team_b_area_id":"80","team_b_area_code":"DEU","team_b_area_name":"Germany","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/31501.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-24 12:53:05","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"19385","venue_name":"Hans-Watzke-Stadion","venue_city":"Marsberg","venue_city_id":"40408","venue_area_id":"80","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Germany"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"349","name":"First Division","gender":"male","type":"club","format":"domestic_league","area_id":"98","area_name":"Republic of Ireland","num_matches":"5","last_updated":"2021-08-26 20:45:55","season":{"season_id":"74588","title":"2025","original_name":"SSE Airtricity League First Division","start_date":"2025-02-14","end_date":"2025-11-01","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/349_1.png","last_updated":"2024-12-19 19:11:51","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"112960","name":"Regular Season","start_date":"2025-02-14","start_time":"","start_date_utc":"2025-02-14","start_time_utc":"","end_date":"2025-10-17","end_time":"","end_date_utc":"2025-10-17","end_time_utc":"","type":"table","last_updated":"2024-12-19 19:12:13","match":[{"match_id":"3598581","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"18405","team_a_name":"Bray Wanderers FC","team_a_short_name":"Bray Wanderers","team_a_tla_name":"BRW","team_a_original_name":"Bray Wanderers FC","team_a_area_id":"98","team_a_area_code":"IRL","team_a_area_name":"Republic of Ireland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18405.png","team_b_id":"44445","team_b_name":"Treaty United FC","team_b_short_name":"Treaty United","team_b_tla_name":"TRE","team_b_original_name":"Treaty United FC","team_b_area_id":"98","team_b_area_code":"IRL","team_b_area_name":"Republic of Ireland","team_b_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1698.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-09 08:14:18","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"25","attendance":"","venue":{"venue_id":"532","venue_name":"Carlisle Grounds","venue_city":"Bray, Co. Wicklow","venue_city_id":"3331","venue_area_id":"98","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Republic of Ireland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3598582","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"18414","team_a_name":"Cobh Ramblers FC","team_a_short_name":"Cobh Ramblers","team_a_tla_name":"COB","team_a_original_name":"Cobh Ramblers FC","team_a_area_id":"98","team_a_area_code":"IRL","team_a_area_name":"Republic of Ireland","team_a_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1697.png","team_b_id":"18417","team_b_name":"Longford Town FC","team_b_short_name":"Longford","team_b_tla_name":"LOT","team_b_original_name":"Longford Town FC","team_b_area_id":"98","team_b_area_code":"IRL","team_b_area_name":"Republic of Ireland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18417.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-09 08:14:18","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"25","attendance":"","venue":{"venue_id":"2162","venue_name":"St Colman's Park","venue_city":"Cobh, Co. Cork","venue_city_id":"642","venue_area_id":"98","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Republic of Ireland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3598583","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"57155","team_a_name":"Kerry FC","team_a_short_name":"Kerry","team_a_tla_name":"KER","team_a_original_name":"Kerry FC","team_a_area_id":"98","team_a_area_code":"IRL","team_a_area_name":"Republic of Ireland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/57155.png","team_b_id":"18416","team_b_name":"Athlone Town AFC","team_b_short_name":"Athlone","team_b_tla_name":"ATH","team_b_original_name":"Athlone Town AFC","team_b_area_id":"98","team_b_area_code":"IRL","team_b_area_name":"Republic of Ireland","team_b_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1692.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-09 08:14:18","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"25","attendance":"","venue":{"venue_id":"23108","venue_name":"Mounthawk Park","venue_city":"Tralee, Co. Kerry","venue_city_id":"1798","venue_area_id":"98","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Republic of Ireland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3598584","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"18415","team_a_name":"University College Dublin FC","team_a_short_name":"UCD","team_a_tla_name":"UCD","team_a_original_name":"University College Dublin FC","team_a_area_id":"98","team_a_area_code":"IRL","team_a_area_name":"Republic of Ireland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18415.png","team_b_id":"18412","team_b_name":"Dundalk FC","team_b_short_name":"Dundalk","team_b_tla_name":"DUN","team_b_original_name":"Dundalk FC","team_b_area_id":"98","team_b_area_code":"IRL","team_b_area_name":"Republic of Ireland","team_b_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1690.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-09 08:14:18","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"25","attendance":"","venue":{"venue_id":"533","venue_name":"UCD Bowl","venue_city":"Dublin","venue_city_id":"50","venue_area_id":"98","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Republic of Ireland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3598585","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"18420","team_a_name":"Wexford FC","team_a_short_name":"Wexford","team_a_tla_name":"WEX","team_a_original_name":"Wexford FC","team_a_area_id":"98","team_a_area_code":"IRL","team_a_area_name":"Republic of Ireland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18420.png","team_b_id":"18411","team_b_name":"Finn Harps FC","team_b_short_name":"Finn Harps","team_b_tla_name":"FIH","team_b_original_name":"Finn Harps FC","team_b_area_id":"98","team_b_area_code":"IRL","team_b_area_name":"Republic of Ireland","team_b_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1693.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-09 08:14:18","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"25","attendance":"","venue":{"venue_id":"2282","venue_name":"Ferrycarrig Park","venue_city":"Crossabeg, Co. Wexford","venue_city_id":"12062","venue_area_id":"98","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Republic of Ireland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"347","name":"Birinşi Liga","gender":"male","type":"club","format":"domestic_league","area_id":"104","area_name":"Kazakhstan","num_matches":"4","last_updated":"2025-07-10 17:06:03","season":{"season_id":"75620","title":"2025","original_name":"1XBet Birinşi Liga","start_date":"2025-04-09","end_date":"2025-10-24","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/347_1.png","last_updated":"2025-04-08 10:00:37","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"121184","name":"Regular Season","start_date":"2025-04-09","start_time":"","start_date_utc":"2025-04-09","start_time_utc":"","end_date":"2025-10-24","end_time":"","end_date_utc":"2025-10-24","end_time_utc":"","type":"table","last_updated":"2025-04-08 10:00:50","match":[{"match_id":"3678898","date":"2025-08-01","time":"14:00:00","date_utc":"2025-08-01","time_utc":"12:00:00","team_a_id":"54243","team_a_name":"Türkistan FK","team_a_short_name":"Türkistan","team_a_tla_name":"TRK","team_a_original_name":"Türkistan FK","team_a_area_id":"104","team_a_area_code":"KAZ","team_a_area_name":"Kazakhstan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/54243.png","team_b_id":"35932","team_b_name":"Oñtüstik Akademiia FK","team_b_short_name":"Oñtüstik","team_b_tla_name":"ONT","team_b_original_name":"Oñtüstik Akademiia FK","team_b_area_id":"104","team_b_area_code":"KAZ","team_b_area_name":"Kazakhstan","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35932.png","status":"Played","winner":"draw","score_a":"1","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 16:08:35","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"1"}]},"match_extra":{"gameweek":"16","attendance":"","venue":{"venue_id":"14325","venue_name":"Stadion Centralnyi","venue_city":"Arys","venue_city_id":"33874","venue_area_id":"104","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Kazakhstan"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3678895","date":"2025-08-01","time":"16:00:00","date_utc":"2025-08-01","time_utc":"14:00:00","team_a_id":"18242","team_a_name":"Ertis FK","team_a_short_name":"Ertis","team_a_tla_name":"ERT","team_a_original_name":"Ertis FK","team_a_area_id":"104","team_a_area_code":"KAZ","team_a_area_name":"Kazakhstan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18242.png","team_b_id":"18237","team_b_name":"Şahter FK","team_b_short_name":"Şahter","team_b_tla_name":"QAR","team_b_original_name":"Şahter FK","team_b_area_id":"104","team_b_area_code":"KAZ","team_b_area_name":"Kazakhstan","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18237.png","status":"Break","winner":"yet unknown","score_a":"2","score_b":"0","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 16:50:35","broadcasters":[],"period_scores":{"period":{"type":"p1s","score_a":"2","score_b":"0"}},"match_extra":{"gameweek":"16","attendance":"","venue":{"venue_id":"2061","venue_name":"Ortalıq Stadion","venue_city":"Pavlodar","venue_city_id":"3215","venue_area_id":"104","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Kazakhstan"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"Break","clock":"","period":""}},{"match_id":"3678897","date":"2025-08-01","time":"16:00:00","date_utc":"2025-08-01","time_utc":"14:00:00","team_a_id":"49409","team_a_name":"SD Family FC","team_a_short_name":"SD Family","team_a_tla_name":"SDF","team_a_original_name":"SD Family FC","team_a_area_id":"104","team_a_area_code":"KAZ","team_a_area_name":"Kazakhstan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/49409.png","team_b_id":"60761","team_b_name":"Jetisai FK","team_b_short_name":"Jetisai","team_b_tla_name":"JET","team_b_original_name":"Jetisai FK","team_b_area_id":"104","team_b_area_code":"KAZ","team_b_area_name":"Kazakhstan","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/60761.png","status":"Break","winner":"yet unknown","score_a":"2","score_b":"6","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 16:51:06","broadcasters":[],"period_scores":{"period":{"type":"p1s","score_a":"2","score_b":"6"}},"match_extra":{"gameweek":"16","attendance":"","venue":{"venue_id":"25638","venue_name":"Sydykbek Arena","venue_city":"Astana","venue_city_id":"3152","venue_area_id":"104","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Kazakhstan"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"28","weather_description":"clear skies","wind_speed":"4","wind_direction":"south","humidity":"35","pressure":"753"}},"live":{"game_minute":"Break","clock":"","period":""}},{"match_id":"3678899","date":"2025-08-01","time":"16:00:00","date_utc":"2025-08-01","time_utc":"14:00:00","team_a_id":"18360","team_a_name":"Kaspii FK","team_a_short_name":"Kaspii","team_a_tla_name":"KAS","team_a_original_name":"Kaspii FK","team_a_area_id":"104","team_a_area_code":"KAZ","team_a_area_name":"Kazakhstan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18360.png","team_b_id":"18243","team_b_name":"Taraz FK","team_b_short_name":"Taraz","team_b_tla_name":"TAR","team_b_original_name":"Taraz FK","team_b_area_id":"104","team_b_area_code":"KAZ","team_b_area_name":"Kazakhstan","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18243.png","status":"Playing","winner":"yet unknown","score_a":"0","score_b":"0","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 17:03:04","broadcasters":[],"period_scores":{"period":{"type":"p1s","score_a":"0","score_b":"0"}},"match_extra":{"gameweek":"16","attendance":"","venue":{"venue_id":"4910","venue_name":"Stadion Jas kanat","venue_city":"Aktau","venue_city_id":"10233","venue_area_id":"104","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Kazakhstan"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"48","clock":"","period":"soc_p2s"}}]}}}}},{"competition_id":"99","name":"Premier Liga","gender":"male","type":"club","format":"domestic_league","area_id":"109","area_name":"Kyrgyz Republic","num_matches":"2","last_updated":"2025-06-21 14:47:14","season":{"season_id":"75202","title":"2025","original_name":"Premier Liga","start_date":"2025-03-04","end_date":"2025-11-22","logo":"","last_updated":"2025-02-14 16:15:00","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"117518","name":"Regular Season","start_date":"2025-03-04","start_time":"","start_date_utc":"2025-03-04","start_time_utc":"","end_date":"2025-11-22","end_time":"","end_date_utc":"2025-11-22","end_time_utc":"","type":"table","last_updated":"2025-02-14 16:15:20","match":[{"match_id":"3829886","date":"2025-08-01","time":"17:00:00","date_utc":"2025-08-01","time_utc":"15:00:00","team_a_id":"36236","team_a_name":"FK Ilbirs","team_a_short_name":"Ilbirs","team_a_tla_name":"ILB","team_a_original_name":"FK Ilbirs","team_a_area_id":"109","team_a_area_code":"KGZ","team_a_area_name":"Kyrgyz Republic","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/36236.png","team_b_id":"60928","team_b_name":"FK OşMU-Aldier","team_b_short_name":"OşMU","team_b_tla_name":"OMU","team_b_original_name":"FK OşMU-Aldier","team_b_area_id":"109","team_b_area_code":"KGZ","team_b_area_name":"Kyrgyz Republic","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/60928.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-29 13:41:59","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"15","attendance":"","venue":{"venue_id":"18283","venue_name":"Sportivnıy kompleks Nitro-Arena","venue_city":"Kant","venue_city_id":"9888","venue_area_id":"109","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Kyrgyz Republic"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3829887","date":"2025-08-01","time":"17:00:00","date_utc":"2025-08-01","time_utc":"15:00:00","team_a_id":"22323","team_a_name":"FK Kyrgyzaltyn","team_a_short_name":"Kyrgyzaltyn","team_a_tla_name":"KYR","team_a_original_name":"FK Kyrgyzaltyn","team_a_area_id":"109","team_a_area_code":"KGZ","team_a_area_name":"Kyrgyz Republic","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22323.png","team_b_id":"14621","team_b_name":"FK Abdış-Ata Kant","team_b_short_name":"Abdış-Ata","team_b_tla_name":"ABD","team_b_original_name":"FK Abdış-Ata Kant","team_b_area_id":"109","team_b_area_code":"KGZ","team_b_area_name":"Kyrgyz Republic","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14621.png","status":"Playing","winner":"yet unknown","score_a":"0","score_b":"0","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 17:03:22","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"15","attendance":"","venue":{"venue_id":"4299","venue_name":"Stadion Manas","venue_city":"Kara-Balta","venue_city_id":"11357","venue_area_id":"109","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Kyrgyz Republic"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"22","weather_description":"some cloud","wind_speed":"3","wind_direction":"south-southwest","humidity":"62","pressure":"754"}},"live":{"game_minute":"5","clock":"","period":"soc_p1s"}}]}}}}},{"competition_id":"152","name":"Pirmā līga","gender":"male","type":"club","format":"domestic_league","area_id":"111","area_name":"Latvia","num_matches":"2","last_updated":"2025-07-20 22:40:23","season":{"season_id":"75347","title":"2025","original_name":"Nākotnes Līga","start_date":"2025-03-28","end_date":"2025-11-30","logo":"","last_updated":"2025-03-07 10:41:37","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"119394","name":"Regular Season","start_date":"2025-03-28","start_time":"","start_date_utc":"2025-03-28","start_time_utc":"","end_date":"2025-11-30","end_time":"","end_date_utc":"2025-11-30","end_time_utc":"","type":"table","last_updated":"2025-03-07 10:41:53","match":[{"match_id":"3718464","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"29747","team_a_name":"Leevon PPK","team_a_short_name":"Leevon","team_a_tla_name":"LEE","team_a_original_name":"Leevon PPK","team_a_area_id":"111","team_a_area_code":"LVA","team_a_area_name":"Latvia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29747.png","team_b_id":"54186","team_b_name":"FK Tukums-2000-2","team_b_short_name":"Tukums-2","team_b_tla_name":"TUK","team_b_original_name":"FK Tukums-2000-2","team_b_area_id":"111","team_b_area_code":"LVA","team_b_area_name":"Latvia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/15642.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-02 20:13:39","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"15","attendance":"","venue":{"venue_id":"20235","venue_name":"LNK Sporta Parks","venue_city":"Rīga","venue_city_id":"1504","venue_area_id":"111","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Latvia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3718465","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"54188","team_a_name":"Rīga FC-2","team_a_short_name":"Rīga FC-2","team_a_tla_name":"RIG","team_a_original_name":"Rīga FC-2","team_a_area_id":"111","team_a_area_code":"LVA","team_a_area_name":"Latvia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/10100.png","team_b_id":"15898","team_b_name":"FK Smiltene\/BJSS","team_b_short_name":"Smiltene","team_b_tla_name":"SMI","team_b_original_name":"FK Smiltene\/BJSS","team_b_area_id":"111","team_b_area_code":"LVA","team_b_area_name":"Latvia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/15898.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-02 20:13:39","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"15","attendance":"","venue":{"venue_id":"23111","venue_name":"Mežaparks Sports Village","venue_city":"Rīga","venue_city_id":"1504","venue_area_id":"111","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Latvia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"175","name":"Pirma Lyga","gender":"male","type":"club","format":"domestic_league","area_id":"117","area_name":"Lithuania","num_matches":"1","last_updated":"2025-07-21 21:38:56","season":{"season_id":"75315","title":"2025","original_name":"Topsport Pirma Lyga","start_date":"2025-03-07","end_date":"2025-11-23","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/175_4.png","last_updated":"2025-02-28 13:23:31","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"118676","name":"Regular Season","start_date":"2025-03-07","start_time":"","start_date_utc":"2025-03-07","start_time_utc":"","end_date":"2025-11-23","end_time":"","end_date_utc":"2025-11-23","end_time_utc":"","type":"table","last_updated":"2025-02-28 13:31:32","match":{"match_id":"3756370","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"63861","team_a_name":"FC Hegelmann B","team_a_short_name":"Hegelmann B","team_a_tla_name":"HEG","team_a_original_name":"FC Hegelmann B","team_a_area_id":"117","team_a_area_code":"LTU","team_a_area_name":"Lithuania","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/28798.png","team_b_id":"40778","team_b_name":"FK Ekranas","team_b_short_name":"Ekranas","team_b_tla_name":"EKR","team_b_original_name":"FK Ekranas","team_b_area_id":"117","team_b_area_code":"LTU","team_b_area_name":"Lithuania","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/40778.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-31 15:04:14","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"18","attendance":"","venue":{"venue_id":"27256","venue_name":"Raudondvario Stadionas","venue_city":"Raudondvaris","venue_city_id":"47459","venue_area_id":"117","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Lithuania"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"4722","name":"New Zealand National League","gender":"male","type":"club","format":"domestic_league","area_id":"141","area_name":"New Zealand","num_matches":"1","last_updated":"2023-12-28 07:18:48","season":{"season_id":"75345","title":"2025","original_name":"Dettol National League","start_date":"2025-03-15","end_date":"2025-11-30","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/4722_1.png","last_updated":"2025-03-06 18:50:27","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"119357","name":"Northern League","start_date":"2025-03-15","start_time":"","start_date_utc":"2025-03-15","start_time_utc":"","end_date":"2025-08-30","end_time":"","end_date_utc":"2025-08-30","end_time_utc":"","type":"table","last_updated":"2025-03-06 18:45:59","match":{"match_id":"3658393","date":"2025-08-01","time":"09:30:00","date_utc":"2025-08-01","time_utc":"07:30:00","team_a_id":"64141","team_a_name":"West Coast Rangers FC","team_a_short_name":"West Coast","team_a_tla_name":"WCR","team_a_original_name":"West Coast Rangers FC","team_a_area_id":"141","team_a_area_code":"NZL","team_a_area_name":"New Zealand","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/64141.png","team_b_id":"69307","team_b_name":"Auckland FC II","team_b_short_name":"Auckland II","team_b_tla_name":"AUC","team_b_original_name":"Auckland FC II","team_b_area_id":"141","team_b_area_code":"NZL","team_b_area_name":"New Zealand","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66435.png","status":"Played","winner":"team_B","score_a":"0","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 16:03:37","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"18","attendance":"","venue":{"venue_id":"6649","venue_name":"Fred Taylor Park","venue_city":"Waitakere City","venue_city_id":"19162","venue_area_id":"141","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"New Zealand"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"1007","name":"Division Intermedia","gender":"male","type":"club","format":"domestic_league","area_id":"152","area_name":"Paraguay","num_matches":"2","last_updated":"2025-06-21 18:31:01","season":{"season_id":"74555","title":"2025","original_name":"División Intermedia","start_date":"2025-03-28","end_date":"2025-10-25","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/1007.png","last_updated":"2024-12-15 17:29:43","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"112582","name":"Regular Season","start_date":"2025-03-28","start_time":"","start_date_utc":"2025-03-28","start_time_utc":"","end_date":"2025-10-25","end_time":"","end_date_utc":"2025-10-25","end_time_utc":"","type":"table","last_updated":"2024-12-15 17:32:07","match":[{"match_id":"3836463","date":"2025-08-01","time":"21:00:00","date_utc":"2025-08-01","time_utc":"19:00:00","team_a_id":"17872","team_a_name":"CA Guaraní","team_a_short_name":"","team_a_tla_name":"","team_a_original_name":"CA Guaraní","team_a_area_id":"152","team_a_area_code":"PRY","team_a_area_name":"Paraguay","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/17872.png","team_b_id":"17843","team_b_name":"Club Rubio Ñu","team_b_short_name":"Rubio Ñu","team_b_tla_name":"RUB","team_b_original_name":"Club Rubio Ñu","team_b_area_id":"152","team_b_area_code":"PRY","team_b_area_name":"Paraguay","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/17843.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-31 15:10:34","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"20","attendance":"","venue":{"venue_id":"22179","venue_name":"Estadio Villa Alegre","venue_city":"Encarnación","venue_city_id":"4731","venue_area_id":"152","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Paraguay"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3836464","date":"2025-08-01","time":"23:30:00","date_utc":"2025-08-01","time_utc":"21:30:00","team_a_id":"64113","team_a_name":"Club 12 de Junio","team_a_short_name":"12 de Junio","team_a_tla_name":"12J","team_a_original_name":"Club 12 de Junio","team_a_area_id":"152","team_a_area_code":"PRY","team_a_area_name":"Paraguay","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/64113.png","team_b_id":"3421","team_b_name":"CD Santaní","team_b_short_name":"Santaní","team_b_tla_name":"SAN","team_b_original_name":"CD Santaní","team_b_area_id":"152","team_b_area_code":"PRY","team_b_area_name":"Paraguay","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/3421.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-31 15:10:34","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"20","attendance":"","venue":{"venue_id":"25702","venue_name":"Estadio Facundo de León Fossati","venue_city":"Villa Hayes","venue_city_id":"12230","venue_area_id":"152","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Paraguay"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"300","name":"Primera División","gender":"male","type":"club","format":"domestic_league","area_id":"153","area_name":"Peru","num_matches":"4","last_updated":"2025-06-18 17:03:23","season":{"season_id":"75085","title":"2025","original_name":"Liga 1 Te Apuesto","start_date":"2025-02-08","end_date":"2025-11-16","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/300_3.png","last_updated":"2025-01-19 21:31:36","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"128141","name":"Clausura","start_date":"2025-07-18","start_time":"","start_date_utc":"2025-07-18","start_time_utc":"","end_date":"2025-11-30","end_time":"","end_date_utc":"2025-11-30","end_time_utc":"","type":"table","last_updated":"2025-07-15 17:40:47","match":[{"match_id":"3797901","date":"2025-08-01","time":"02:00:00","date_utc":"2025-08-01","time_utc":"00:00:00","team_a_id":"64117","team_a_name":"ADC Juan Pablo II College","team_a_short_name":"Juan Pablo II","team_a_tla_name":"JPC","team_a_original_name":"ADC Juan Pablo II College","team_a_area_id":"153","team_a_area_code":"PER","team_a_area_name":"Peru","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/64117.png","team_b_id":"17755","team_b_name":"Club Alianza Lima","team_b_short_name":"Alianza Lima","team_b_tla_name":"ALI","team_b_original_name":"Club Alianza Lima","team_b_area_id":"153","team_b_area_code":"PER","team_b_area_name":"Peru","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/17755.png","status":"Played","winner":"team_B","score_a":"1","score_b":"2","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 04:13:19","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"1"},{"type":"p2s","score_a":"0","score_b":"1"}]},"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"1126","venue_name":"Estadio Mansiche","venue_city":"Trujillo","venue_city_id":"8814","venue_area_id":"153","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Peru"},"formation":{"team_a":"4-2-3-1","team_b":"4-2-3-1"},"weather":{"temperature":"26","weather_description":"clear skies","wind_speed":"2","wind_direction":"west","humidity":"46","pressure":"760"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3797902","date":"2025-08-01","time":"04:00:00","date_utc":"2025-08-01","time_utc":"02:00:00","team_a_id":"17766","team_a_name":"Club Universitario de Deportes","team_a_short_name":"Universitario","team_a_tla_name":"UNI","team_a_original_name":"Club Universitario de Deportes","team_a_area_id":"153","team_a_area_code":"PER","team_a_area_name":"Peru","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/17766.png","team_b_id":"17786","team_b_name":"CA Grau","team_b_short_name":"Grau","team_b_tla_name":"GRA","team_b_original_name":"CA Grau","team_b_area_id":"153","team_b_area_code":"PER","team_b_area_name":"Peru","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/17786.png","status":"Played","winner":"team_A","score_a":"3","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 05:56:48","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"2","score_b":"0"},{"type":"p2s","score_a":"1","score_b":"1"}]},"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"2335","venue_name":"Estadio Monumental U Marathon","venue_city":"Lima","venue_city_id":"1139","venue_area_id":"153","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Peru"},"formation":{"team_a":"5-3-2","team_b":"4-2-3-1"},"weather":{"temperature":"17","weather_description":"some cloud","wind_speed":"5","wind_direction":"south","humidity":"82","pressure":"762"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3797903","date":"2025-08-01","time":"20:00:00","date_utc":"2025-08-01","time_utc":"18:00:00","team_a_id":"269","team_a_name":"CD Los Chankas","team_a_short_name":"Los Chankas","team_a_tla_name":"CHA","team_a_original_name":"CD Los Chankas","team_a_area_id":"153","team_a_area_code":"PER","team_a_area_name":"Peru","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/269.png","team_b_id":"26648","team_b_name":"CD Comerciantes Unidos","team_b_short_name":"Com. Unidos","team_b_tla_name":"COU","team_b_original_name":"CD Comerciantes Unidos","team_b_area_id":"153","team_b_area_code":"PER","team_b_area_name":"Peru","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/26648.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-31 15:11:47","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"6829","venue_name":"Estadio Los Chankas","venue_city":"Andahuaylas","venue_city_id":"19957","venue_area_id":"153","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Peru"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3797904","date":"2025-08-01","time":"22:15:00","date_utc":"2025-08-01","time_utc":"20:15:00","team_a_id":"17767","team_a_name":"Club Alianza Atlético","team_a_short_name":"Alianza Atlét.","team_a_tla_name":"AAS","team_a_original_name":"Club Alianza Atlético","team_a_area_id":"153","team_a_area_code":"PER","team_a_area_name":"Peru","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/17767.png","team_b_id":"17758","team_b_name":"FBC Melgar","team_b_short_name":"Melgar","team_b_tla_name":"MEL","team_b_original_name":"FBC Melgar","team_b_area_id":"153","team_b_area_code":"PER","team_b_area_name":"Peru","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/17758.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-31 15:11:55","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"14346","venue_name":"Estadio Campeones del 36","venue_city":"Sullana","venue_city_id":"15198","venue_area_id":"153","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Peru"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"352","name":"I liga","gender":"male","type":"club","format":"domestic_league","area_id":"155","area_name":"Poland","num_matches":"2","last_updated":"2023-11-27 19:00:03","season":{"season_id":"76247","title":"2025\/2026","original_name":"Betclic 1 Liga","start_date":"2025-07-19","end_date":"2026-05-31","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/352_3.png","last_updated":"2025-06-15 13:34:28","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"126318","name":"Regular Season","start_date":"2025-07-19","start_time":"","start_date_utc":"2025-07-19","start_time_utc":"","end_date":"2026-05-24","end_time":"","end_date_utc":"2026-05-24","end_time_utc":"","type":"table","last_updated":"2025-06-15 13:35:46","match":[{"match_id":"3741005","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"51161","team_a_name":"KS Wieczysta Kraków","team_a_short_name":"Wieczysta","team_a_tla_name":"WIE","team_a_original_name":"KS Wieczysta Kraków","team_a_area_id":"155","team_a_area_code":"POL","team_a_area_name":"Poland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/51161.png","team_b_id":"23333","team_b_name":"MKS Znicz Pruszków","team_b_short_name":"Znicz","team_b_tla_name":"ZNI","team_b_original_name":"MKS Znicz Pruszków","team_b_area_id":"155","team_b_area_code":"POL","team_b_area_name":"Poland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23333.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-05 00:23:41","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"23887","venue_name":"ArcelorMittal Park","venue_city":"Sosnowiec","venue_city_id":"10002","venue_area_id":"155","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Poland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3741006","date":"2025-08-01","time":"20:30:00","date_utc":"2025-08-01","time_utc":"18:30:00","team_a_id":"1923","team_a_name":"ŁKS Łódź","team_a_short_name":"ŁKS","team_a_tla_name":"ŁKS","team_a_original_name":"ŁKS Łódź","team_a_area_id":"155","team_a_area_code":"POL","team_a_area_name":"Poland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1923.png","team_b_id":"1939","team_b_name":"BS Polonia Bytom","team_b_short_name":"Bytom","team_b_tla_name":"BYT","team_b_original_name":"BS Polonia Bytom","team_b_area_id":"155","team_b_area_code":"POL","team_b_area_name":"Poland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1939.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-05 00:23:41","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"3","attendance":"","venue":{"venue_id":"7668","venue_name":"Stadion Miejski im. Władysława Króla","venue_city":"Łódź","venue_city_id":"1164","venue_area_id":"155","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Poland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"736","name":"II liga","gender":"male","type":"club","format":"domestic_league","area_id":"155","area_name":"Poland","num_matches":"2","last_updated":"2025-07-25 21:07:44","season":{"season_id":"76486","title":"2025\/2026","original_name":"Betclic II Liga","start_date":"2025-07-26","end_date":"2026-06-06","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/736_2.png","last_updated":"2025-07-01 12:35:59","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"127302","name":"Regular Season","start_date":"2025-07-26","start_time":"","start_date_utc":"2025-07-26","start_time_utc":"","end_date":"2026-06-06","end_time":"","end_date_utc":"2026-06-06","end_time_utc":"","type":"table","last_updated":"2025-07-01 12:37:08","match":[{"match_id":"3758107","date":"2025-08-01","time":"17:30:00","date_utc":"2025-08-01","time_utc":"15:30:00","team_a_id":"31483","team_a_name":"BTS Rekord Bielsko-Biała","team_a_short_name":"Rekord BB","team_a_tla_name":"REK","team_a_original_name":"BTS Rekord Bielsko-Biała","team_a_area_id":"155","team_a_area_code":"POL","team_a_area_name":"Poland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/31483.png","team_b_id":"31486","team_b_name":"NKP Podhale Nowy Targ","team_b_short_name":"Podhale NT","team_b_tla_name":"PNT","team_b_original_name":"NKP Podhale Nowy Targ","team_b_area_id":"155","team_b_area_code":"POL","team_b_area_name":"Poland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/31486.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-24 00:32:32","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"8696","venue_name":"Stadion BTS Rekord","venue_city":"Bielsko-Biała","venue_city_id":"3371","venue_area_id":"155","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Poland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3758109","date":"2025-08-01","time":"19:30:00","date_utc":"2025-08-01","time_utc":"17:30:00","team_a_id":"1960","team_a_name":"Stal Stalowa Wola","team_a_short_name":"Stalowa Wola","team_a_tla_name":"STA","team_a_original_name":"Stal Stalowa Wola","team_a_area_id":"155","team_a_area_code":"POL","team_a_area_name":"Poland","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1960.png","team_b_id":"1934","team_b_name":"TS Podbeskidzie","team_b_short_name":"Podbeskidzie","team_b_tla_name":"POD","team_b_original_name":"TS Podbeskidzie","team_b_area_id":"155","team_b_area_code":"POL","team_b_area_name":"Poland","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1934.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-19 07:37:08","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"17765","venue_name":"Podkarpackie Centrum Piłki Nożnej","venue_city":"Stalowa Wola","venue_city_id":"12530","venue_area_id":"155","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Poland"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"2457","name":"Youth Football League","gender":"male youth","type":"club","format":"domestic_league","area_id":"160","area_name":"Russia","num_matches":"8","last_updated":"2025-07-25 21:10:31","season":{"season_id":"75249","title":"2025","original_name":"Molodjozhnaja Futbolnaja Liga - Divizion A","start_date":"2025-03-07","end_date":"2025-11-21","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2457_1.png","last_updated":"2025-03-31 12:00:31","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"u19","round":{"round_id":"118403","name":"Regular Season","start_date":"2025-03-07","start_time":"","start_date_utc":"2025-03-07","start_time_utc":"","end_date":"2025-11-21","end_time":"","end_date_utc":"2025-11-21","end_time_utc":"","type":"table","last_updated":"2025-03-31 23:00:16","match":[{"match_id":"3673713","date":"2025-08-01","time":"10:00:00","date_utc":"2025-08-01","time_utc":"08:00:00","team_a_id":"51231","team_a_name":"FK Ural U19","team_a_short_name":"Ural U19","team_a_tla_name":"URL","team_a_original_name":"FK Ural U19","team_a_area_id":"160","team_a_area_code":"RUS","team_a_area_name":"Russia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/972.png","team_b_id":"51235","team_b_name":"FK Pari Nizhny Novgorod U19","team_b_short_name":"Pari NN U19","team_b_tla_name":"NNG","team_b_original_name":"FK Pari Nizhny Novgorod U19","team_b_area_id":"160","team_b_area_code":"RUS","team_b_area_name":"Russia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/9035.png","status":"Played","winner":"team_A","score_a":"2","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 11:57:02","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"0"},{"type":"p2s","score_a":"1","score_b":"1"}]},"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"2668","venue_name":"Stadion Akademii FK Ural","venue_city":"Yekaterinburg","venue_city_id":"7975","venue_area_id":"160","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Russia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"25","weather_description":"some cloud","wind_speed":"1","wind_direction":"northeast","humidity":"36","pressure":"761"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3673707","date":"2025-08-01","time":"16:00:00","date_utc":"2025-08-01","time_utc":"14:00:00","team_a_id":"51230","team_a_name":"RFK Akhmat Grozny U19","team_a_short_name":"Grozny U19","team_a_tla_name":"GRO","team_a_original_name":"RFK Akhmat Grozny U19","team_a_area_id":"160","team_a_area_code":"RUS","team_a_area_name":"Russia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/952.png","team_b_id":"51232","team_b_name":"PFK Krylia Sovetov Samara U19","team_b_short_name":"Samara U19","team_b_tla_name":"KSS","team_b_original_name":"PFK Krylia Sovetov Samara U19","team_b_area_id":"160","team_b_area_code":"RUS","team_b_area_name":"Russia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/939.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-21 08:24:26","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"17450","venue_name":"Stadion im. Sultana Bilimkhanova","venue_city":"Grozny","venue_city_id":"7969","venue_area_id":"160","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Russia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3673709","date":"2025-08-01","time":"16:00:00","date_utc":"2025-08-01","time_utc":"14:00:00","team_a_id":"55491","team_a_name":"FK Fakel Voronezh U19","team_a_short_name":"Voronezh U19","team_a_tla_name":"VOR","team_a_original_name":"FK Fakel Voronezh U19","team_a_area_id":"160","team_a_area_code":"RUS","team_a_area_name":"Russia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19300.png","team_b_id":"61788","team_b_name":"FK Baltika Kaliningrad U19","team_b_short_name":"Baltika U19","team_b_tla_name":"BAL","team_b_original_name":"FK Baltika Kaliningrad U19","team_b_area_id":"160","team_b_area_code":"RUS","team_b_area_name":"Russia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19191.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-21 08:24:26","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"18269","venue_name":"Stadion Lokomotiv","venue_city":"Voronezh","venue_city_id":"7378","venue_area_id":"160","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Russia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3673710","date":"2025-08-01","time":"16:00:00","date_utc":"2025-08-01","time_utc":"14:00:00","team_a_id":"28301","team_a_name":"FK Rostov U19","team_a_short_name":"Rostov U19","team_a_tla_name":"ROS","team_a_original_name":"FK Rostov U19","team_a_area_id":"160","team_a_area_code":"RUS","team_a_area_name":"Russia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/948.png","team_b_id":"24030","team_b_name":"PFK CSKA Moskva U19","team_b_short_name":"CSKA U19","team_b_tla_name":"CSK","team_b_original_name":"PFK CSKA Moskva U19","team_b_area_id":"160","team_b_area_code":"RUS","team_b_area_name":"Russia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/868.png","status":"Break","winner":"yet unknown","score_a":"0","score_b":"0","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 16:53:06","broadcasters":[],"period_scores":{"period":{"type":"p1s","score_a":"0","score_b":"0"}},"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"25758","venue_name":"Stadion Lokomotiv","venue_city":"Rostov-na-Donu","venue_city_id":"6575","venue_area_id":"160","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Russia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"32","weather_description":"mist","wind_speed":"5","wind_direction":"west-southwest","humidity":"28","pressure":"756"}},"live":{"game_minute":"Break","clock":"","period":""}},{"match_id":"3673714","date":"2025-08-01","time":"16:00:00","date_utc":"2025-08-01","time_utc":"14:00:00","team_a_id":"24048","team_a_name":"FK Zenit U19","team_a_short_name":"Zenit U19","team_a_tla_name":"ZEN","team_a_original_name":"FK Zenit U19","team_a_area_id":"160","team_a_area_code":"RUS","team_a_area_name":"Russia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/785.png","team_b_id":"51236","team_b_name":"FK Sochi U19","team_b_short_name":"Sochi U19","team_b_tla_name":"SOC","team_b_original_name":"FK Sochi U19","team_b_area_id":"160","team_b_area_code":"RUS","team_b_area_name":"Russia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/37120.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-21 08:24:26","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"17173","venue_name":"Stadion SDYUSHOR Smena","venue_city":"Sankt-Petersburg","venue_city_id":"166","venue_area_id":"160","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Russia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3673708","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"28321","team_a_name":"FK Dinamo Moskva U19","team_a_short_name":"Dinamo U19","team_a_tla_name":"DIN","team_a_original_name":"FK Dinamo Moskva U19","team_a_area_id":"160","team_a_area_code":"RUS","team_a_area_name":"Russia","team_a_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/562.png","team_b_id":"51222","team_b_name":"Akron Akademiia Konopleva U19","team_b_short_name":"Konopleva U19","team_b_tla_name":"KON","team_b_original_name":"Akron Akademiia Konopleva U19","team_b_area_id":"160","team_b_area_code":"RUS","team_b_area_name":"Russia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/48057.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-21 08:24:26","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"8240","venue_name":"UTB Novogorsk-Dynamo","venue_city":"Khimki","venue_city_id":"8155","venue_area_id":"160","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Russia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3673711","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"33667","team_a_name":"FK Krasnodar U19","team_a_short_name":"Krasnodar U19","team_a_tla_name":"KNR","team_a_original_name":"FK Krasnodar U19","team_a_area_id":"160","team_a_area_code":"RUS","team_a_area_name":"Russia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/960.png","team_b_id":"51220","team_b_name":"FK Rubin Kazan U19","team_b_short_name":"Rubin Kazan","team_b_tla_name":"RUB","team_b_original_name":"FK Rubin Kazan U19","team_b_area_id":"160","team_b_area_code":"RUS","team_b_area_name":"Russia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/945.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-21 08:24:26","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"8201","venue_name":"Stadion Akademii FK Krasnodar","venue_city":"Krasnodar","venue_city_id":"2737","venue_area_id":"160","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Russia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3673712","date":"2025-08-01","time":"18:00:00","date_utc":"2025-08-01","time_utc":"16:00:00","team_a_id":"24074","team_a_name":"FK Spartak Moskva U19","team_a_short_name":"Spartak U19","team_a_tla_name":"SPA","team_a_original_name":"FK Spartak Moskva U19","team_a_area_id":"160","team_a_area_code":"RUS","team_a_area_name":"Russia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/943.png","team_b_id":"37728","team_b_name":"FK Lokomotiv Moskva U19","team_b_short_name":"Lokomotiv U19","team_b_tla_name":"LOK","team_b_original_name":"FK Lokomotiv Moskva U19","team_b_area_id":"160","team_b_area_code":"RUS","team_b_area_name":"Russia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/938.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-21 08:24:26","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"3718","venue_name":"Stadion Akademii imeni Cherenkova № 4","venue_city":"Moskva","venue_city_id":"1277","venue_area_id":"160","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Russia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"5099","name":"Youth Football League - Div B","gender":"male youth","type":"club","format":"domestic_league","area_id":"160","area_name":"Russia","num_matches":"8","last_updated":"2025-07-25 21:13:55","season":{"season_id":"75253","title":"2025","original_name":"Molodjozhnaja Futbolnaja Liga - Divizion B","start_date":"2025-03-07","end_date":"2025-11-21","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2457_1.png","last_updated":"2025-03-31 12:00:31","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"118407","name":"Regular Season","start_date":"2025-03-07","start_time":"","start_date_utc":"2025-03-07","start_time_utc":"","end_date":"2025-11-21","end_time":"","end_date_utc":"2025-11-21","end_time_utc":"","type":"table","last_updated":"2025-03-31 12:00:20","match":[{"match_id":"3673542","date":"2025-08-01","time":"12:00:00","date_utc":"2025-08-01","time_utc":"10:00:00","team_a_id":"69104","team_a_name":"PFK Arsenal Tula U19","team_a_short_name":"Arsenal U19","team_a_tla_name":"ARS","team_a_original_name":"PFK Arsenal Tula U19","team_a_area_id":"160","team_a_area_code":"RUS","team_a_area_name":"Russia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18690.png","team_b_id":"69102","team_b_name":"FK Chayka U19","team_b_short_name":"Chayka U19","team_b_tla_name":"CHA","team_b_original_name":"FK Chayka U19","team_b_area_id":"160","team_b_area_code":"RUS","team_b_area_name":"Russia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/27864.png","status":"Played","winner":"team_B","score_a":"1","score_b":"2","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 16:50:25","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"18234","venue_name":"Akademii Arsenal","venue_city":"Tula","venue_city_id":"7230","venue_area_id":"160","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Russia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3673536","date":"2025-08-01","time":"14:00:00","date_utc":"2025-08-01","time_utc":"12:00:00","team_a_id":"69110","team_a_name":"FK Almaz-Antei U19","team_a_short_name":"Almaz U19","team_a_tla_name":"ALM","team_a_original_name":"FK Almaz-Antei U19","team_a_area_id":"160","team_a_area_code":"RUS","team_a_area_name":"Russia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/69110.png","team_b_id":"51234","team_b_name":"UOR №5 Master Saturn U19","team_b_short_name":"Saturn U19","team_b_tla_name":"SAT","team_b_original_name":"UOR №5 Master Saturn U19","team_b_area_id":"160","team_b_area_code":"RUS","team_b_area_name":"Russia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/48058.png","status":"Played","winner":"team_A","score_a":"5","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 16:51:03","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"19932","venue_name":"Almaz-Antei Stadion","venue_city":"Sankt-Petersburg","venue_city_id":"166","venue_area_id":"160","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Russia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3673537","date":"2025-08-01","time":"15:00:00","date_utc":"2025-08-01","time_utc":"13:00:00","team_a_id":"69106","team_a_name":"FK Vityaz Podolsk U19","team_a_short_name":"Vityaz U19","team_a_tla_name":"VIT","team_a_original_name":"FK Vityaz Podolsk U19","team_a_area_id":"160","team_a_area_code":"RUS","team_a_area_name":"Russia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/20098.png","team_b_id":"69105","team_b_name":"FK Shinnik Yaroslavl U19","team_b_short_name":"Shinnik U19","team_b_tla_name":"SHI","team_b_original_name":"FK Shinnik Yaroslavl U19","team_b_area_id":"160","team_b_area_code":"RUS","team_b_area_name":"Russia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19195.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-12 08:03:35","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"2857","venue_name":"Stadion Trud","venue_city":"Podol'sk","venue_city_id":"13935","venue_area_id":"160","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Russia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3673541","date":"2025-08-01","time":"15:00:00","date_utc":"2025-08-01","time_utc":"13:00:00","team_a_id":"24185","team_a_name":"SSHOR Zenit U-19","team_a_short_name":"Zenit U-19","team_a_tla_name":"ZEN","team_a_original_name":"SSHOR Zenit U-19","team_a_area_id":"160","team_a_area_code":"RUS","team_a_area_name":"Russia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/24185.png","team_b_id":"69108","team_b_name":"FK Leningradets U19","team_b_short_name":"L'gradets U19","team_b_tla_name":"LEN","team_b_original_name":"FK Leningradets U19","team_b_area_id":"160","team_b_area_code":"RUS","team_b_area_name":"Russia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/37175.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-12 08:03:35","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"27301","venue_name":"SSHOR po Futbolu Zenit","venue_city":"Sankt-Petersburg","venue_city_id":"166","venue_area_id":"160","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Russia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3673539","date":"2025-08-01","time":"16:00:00","date_utc":"2025-08-01","time_utc":"14:00:00","team_a_id":"69107","team_a_name":"FK Kirovets-Voskhozhdene U19","team_a_short_name":"Kirovets U19","team_a_tla_name":"KIR","team_a_original_name":"FK Kirovets-Voskhozhdene U19","team_a_area_id":"160","team_a_area_code":"RUS","team_a_area_name":"Russia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/62209.png","team_b_id":"24167","team_b_name":"FK Rodina Moskva U19","team_b_short_name":"Rodina U19","team_b_tla_name":"ROD","team_b_original_name":"FK Rodina Moskva U19","team_b_area_id":"160","team_b_area_code":"RUS","team_b_area_name":"Russia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/41761.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-12 08:03:35","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"21679","venue_name":"Stadion Kirovets","venue_city":"Sankt-Petersburg","venue_city_id":"166","venue_area_id":"160","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Russia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3673540","date":"2025-08-01","time":"16:00:00","date_utc":"2025-08-01","time_utc":"14:00:00","team_a_id":"49174","team_a_name":"FK Chertanovo U19","team_a_short_name":"Chertanovo U19","team_a_tla_name":"CHE","team_a_original_name":"FK Chertanovo U19","team_a_area_id":"160","team_a_area_code":"RUS","team_a_area_name":"Russia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23671.png","team_b_id":"51233","team_b_name":"FK Strogino U19","team_b_short_name":"Strogino U19","team_b_tla_name":"STR","team_b_original_name":"FK Strogino U19","team_b_area_id":"160","team_b_area_code":"RUS","team_b_area_name":"Russia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19299.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-12 08:03:35","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"5223","venue_name":"Arena Chertanovo","venue_city":"Moskva","venue_city_id":"1277","venue_area_id":"160","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Russia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3673543","date":"2025-08-01","time":"16:30:00","date_utc":"2025-08-01","time_utc":"14:30:00","team_a_id":"55490","team_a_name":"FK Torpedo Moskva U19","team_a_short_name":"Torpedo U19","team_a_tla_name":"TOR","team_a_original_name":"FK Torpedo Moskva U19","team_a_area_id":"160","team_a_area_code":"RUS","team_a_area_name":"Russia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/940.png","team_b_id":"69109","team_b_name":"FK Chernomorets Novorossiisk U19","team_b_short_name":"C'morets U19","team_b_tla_name":"CHE","team_b_original_name":"FK Chernomorets Novorossiisk U19","team_b_area_id":"160","team_b_area_code":"RUS","team_b_area_name":"Russia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/961.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-12 08:03:35","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"14961","venue_name":"Sportivnyj gorodok Luzhniki","venue_city":"Moskva","venue_city_id":"1277","venue_area_id":"160","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Russia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3673538","date":"2025-08-01","time":"17:00:00","date_utc":"2025-08-01","time_utc":"15:00:00","team_a_id":"69103","team_a_name":"SK Rotor Volgograd U19","team_a_short_name":"Rotor U19","team_a_tla_name":"ROT","team_a_original_name":"SK Rotor Volgograd U19","team_a_area_id":"160","team_a_area_code":"RUS","team_a_area_name":"Russia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/21879.png","team_b_id":"24184","team_b_name":"FK Dinamo Makhachkala U19","team_b_short_name":"Dn M'kala U19","team_b_tla_name":"DIN","team_b_original_name":"FK Dinamo Makhachkala U19","team_b_area_id":"160","team_b_area_code":"RUS","team_b_area_name":"Russia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/50410.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-30 13:51:38","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"17","attendance":"","venue":{"venue_id":"6944","venue_name":"Stadion Zenit","venue_city":"Volgograd","venue_city_id":"7968","venue_area_id":"160","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Russia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"448","name":"II. Liga","gender":"male","type":"club","format":"domestic_league","area_id":"171","area_name":"Slovakia","num_matches":"2","last_updated":"2025-07-25 21:08:22","season":{"season_id":"76295","title":"2025\/2026","original_name":"MONACObet Liga","start_date":"2025-07-26","end_date":"2026-05-16","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/448_2.png","last_updated":"2025-06-17 13:19:30","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"126584","name":"Regular Season","start_date":"2025-07-26","start_time":"","start_date_utc":"2025-07-26","start_time_utc":"","end_date":"2026-05-16","end_time":"","end_date_utc":"2026-05-16","end_time_utc":"","type":"table","last_updated":"2025-06-17 13:26:57","match":[{"match_id":"3762825","date":"2025-08-01","time":"17:00:00","date_utc":"2025-08-01","time_utc":"15:00:00","team_a_id":"18980","team_a_name":"ŠK Slovan Bratislava B","team_a_short_name":"Slovan B","team_a_tla_name":"SLO","team_a_original_name":"ŠK Slovan Bratislava B","team_a_area_id":"171","team_a_area_code":"SVK","team_a_area_name":"Slovakia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18617.png","team_b_id":"18996","team_b_name":"FC Petržalka 1898","team_b_short_name":"Petržalka","team_b_tla_name":"PET","team_b_original_name":"FC Petržalka 1898","team_b_area_id":"171","team_b_area_code":"SVK","team_b_area_name":"Slovakia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18996.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-18 19:13:59","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"424","venue_name":"Štadión Pasienky","venue_city":"Bratislava","venue_city_id":"494","venue_area_id":"171","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Slovakia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3762818","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"18624","team_a_name":"FC ViOn Zlaté Moravce-Vráble","team_a_short_name":"Zlaté Moravce","team_a_tla_name":"ZLM","team_a_original_name":"FC ViOn Zlaté Moravce-Vráble","team_a_area_id":"171","team_a_area_code":"SVK","team_a_area_name":"Slovakia","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18624.png","team_b_id":"18615","team_b_name":"MFK Dukla Banská Bystrica","team_b_short_name":"Dukla","team_b_tla_name":"DBB","team_b_original_name":"MFK Dukla Banská Bystrica","team_b_area_id":"171","team_b_area_code":"SVK","team_b_area_name":"Slovakia","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/18615.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-03 15:07:18","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"2","attendance":"","venue":{"venue_id":"1042","venue_name":"Štadión FC ViOn Zlaté Moravce","venue_city":"Zlaté Moravce","venue_city_id":"7609","venue_area_id":"171","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Slovakia"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"915","name":"Division 2","gender":"male","type":"club","format":"domestic_league","area_id":"184","area_name":"Sweden","num_matches":"5","last_updated":"2025-06-25 17:39:03","season":{"season_id":"75105","title":"2025","original_name":"Division 2","start_date":"2025-03-29","end_date":"2025-11-01","logo":"","last_updated":"2025-01-25 16:20:05","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":[{"round_id":"116585","name":"Södra Götaland","start_date":"2025-03-28","start_time":"","start_date_utc":"2025-03-28","start_time_utc":"","end_date":"2025-10-19","end_time":"","end_date_utc":"2025-10-19","end_time_utc":"","type":"table","last_updated":"2025-02-13 15:00:16","match":{"match_id":"3635173","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"2173","team_a_name":"IFK Hässleholm","team_a_short_name":"IFK Hässleholm","team_a_tla_name":"HAS","team_a_original_name":"IFK Hässleholm","team_a_area_id":"184","team_a_area_code":"SWE","team_a_area_name":"Sweden","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/2173.png","team_b_id":"36200","team_b_name":"FBK Balkan","team_b_short_name":"Balkan","team_b_tla_name":"BAL","team_b_original_name":"FBK Balkan","team_b_area_id":"184","team_b_area_code":"SWE","team_b_area_name":"Sweden","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/36200.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-28 08:06:53","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"15","attendance":"","venue":{"venue_id":"4977","venue_name":"Österås IP","venue_city":"Hässleholm","venue_city_id":"10596","venue_area_id":"184","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Sweden"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}},{"round_id":"116584","name":"Norra Götaland","start_date":"2025-03-28","start_time":"","start_date_utc":"2025-03-28","start_time_utc":"","end_date":"2025-10-18","end_time":"","end_date_utc":"2025-10-18","end_time_utc":"","type":"table","last_updated":"2025-01-25 17:46:02","match":[{"match_id":"3634992","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"23125","team_a_name":"FBK Karlstad","team_a_short_name":"FBK Karlstad","team_a_tla_name":"KAR","team_a_original_name":"FBK Karlstad","team_a_area_id":"184","team_a_area_code":"SWE","team_a_area_name":"Sweden","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/23125.png","team_b_id":"19817","team_b_name":"Grebbestads IF","team_b_short_name":"Grebbestads","team_b_tla_name":"GIF","team_b_original_name":"Grebbestads IF","team_b_area_id":"184","team_b_area_code":"SWE","team_b_area_name":"Sweden","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19817.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-28 08:03:56","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"15","attendance":"","venue":{"venue_id":"2769","venue_name":"Örsholmens IP - KDS Bilar Arena","venue_city":"Karlstad","venue_city_id":"81","venue_area_id":"184","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Sweden"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3634993","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"1330","team_a_name":"Motala AIF","team_a_short_name":"Motala","team_a_tla_name":"MOT","team_a_original_name":"Motala AIF","team_a_area_id":"184","team_a_area_code":"SWE","team_a_area_name":"Sweden","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1330.png","team_b_id":"36184","team_b_name":"IK Tord","team_b_short_name":"Tord","team_b_tla_name":"TOR","team_b_original_name":"IK Tord","team_b_area_id":"184","team_b_area_code":"SWE","team_b_area_name":"Sweden","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/36184.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-28 08:03:56","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"15","attendance":"","venue":{"venue_id":"4830","venue_name":"Motala IP","venue_city":"Motala","venue_city_id":"16628","venue_area_id":"184","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Sweden"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3634994","date":"2025-08-01","time":"19:30:00","date_utc":"2025-08-01","time_utc":"17:30:00","team_a_id":"36104","team_a_name":"IK Kongahälla","team_a_short_name":"Kongahälla","team_a_tla_name":"KON","team_a_original_name":"IK Kongahälla","team_a_area_id":"184","team_a_area_code":"SWE","team_a_area_name":"Sweden","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/36104.png","team_b_id":"36191","team_b_name":"IF Haga","team_b_short_name":"Haga","team_b_tla_name":"HAG","team_b_original_name":"IF Haga","team_b_area_id":"184","team_b_area_code":"SWE","team_b_area_name":"Sweden","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/36191.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-28 08:03:56","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"15","attendance":"","venue":{"venue_id":"11709","venue_name":"Kongevi 1 Konstgräs","venue_city":"Kungälv","venue_city_id":"11453","venue_area_id":"184","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Sweden"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]},{"round_id":"116583","name":"Södra Svealand","start_date":"2025-03-28","start_time":"","start_date_utc":"2025-03-28","start_time_utc":"","end_date":"2025-10-19","end_time":"","end_date_utc":"2025-10-19","end_time_utc":"","type":"table","last_updated":"2025-02-13 15:00:16","match":{"match_id":"3634805","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"19818","team_a_name":"Enskede IK","team_a_short_name":"Enskede","team_a_tla_name":"ENS","team_a_original_name":"Enskede IK","team_a_area_id":"184","team_a_area_code":"SWE","team_a_area_name":"Sweden","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19818.png","team_b_id":"36175","team_b_name":"FoC Farsta FF","team_b_short_name":"Farsta","team_b_tla_name":"FAR","team_b_original_name":"FoC Farsta FF","team_b_area_id":"184","team_b_area_code":"SWE","team_b_area_name":"Sweden","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/36175.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-25 09:34:45","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"15","attendance":"","venue":{"venue_id":"2795","venue_name":"Enskede IP 1","venue_city":"Stockholm","venue_city_id":"1695","venue_area_id":"184","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Sweden"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}]}}}},{"competition_id":"1030","name":"Division 3","gender":"male","type":"club","format":"domestic_league","area_id":"184","area_name":"Sweden","num_matches":"8","last_updated":"2025-06-25 17:39:12","season":{"season_id":"75106","title":"2025","original_name":"Division 3","start_date":"2025-03-28","end_date":"2025-10-25","logo":"","last_updated":"2025-01-25 18:09:34","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":[{"round_id":"116597","name":"Sydvästra Götaland","start_date":"2025-04-05","start_time":"","start_date_utc":"2025-04-05","start_time_utc":"","end_date":"2025-10-05","end_time":"","end_date_utc":"2025-10-05","end_time_utc":"","type":"table","last_updated":"2025-01-25 18:51:03","match":{"match_id":"3636874","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"1321","team_a_name":"IS Halmia","team_a_short_name":"Halmia","team_a_tla_name":"ISH","team_a_original_name":"IS Halmia","team_a_area_id":"184","team_a_area_code":"SWE","team_a_area_name":"Sweden","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1321.png","team_b_id":"48856","team_b_name":"Borstahusens BK","team_b_short_name":"Borstahusen","team_b_tla_name":"BBK","team_b_original_name":"Borstahusens BK","team_b_area_id":"184","team_b_area_code":"SWE","team_b_area_name":"Sweden","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/48856.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-02 20:31:20","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"13","attendance":"","venue":{"venue_id":"","venue_name":"","venue_city":"","venue_city_id":"","venue_area_id":"","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":""},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}},{"round_id":"116594","name":"Nordöstra Götaland ","start_date":"2025-04-05","start_time":"","start_date_utc":"2025-04-05","start_time_utc":"","end_date":"2025-10-05","end_time":"","end_date_utc":"2025-10-05","end_time_utc":"","type":"table","last_updated":"2025-01-25 18:51:03","match":[{"match_id":"3636214","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"49206","team_a_name":"BK Ljungsbro","team_a_short_name":"Ljungsbro","team_a_tla_name":"LJU","team_a_original_name":"BK Ljungsbro","team_a_area_id":"184","team_a_area_code":"SWE","team_a_area_name":"Sweden","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/49206.png","team_b_id":"41167","team_b_name":"Hjulsbro IK","team_b_short_name":"Hjulsbro","team_b_tla_name":"HJU","team_b_original_name":"Hjulsbro IK","team_b_area_id":"184","team_b_area_code":"SWE","team_b_area_name":"Sweden","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/41167.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-02 20:31:15","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"13","attendance":"","venue":{"venue_id":"","venue_name":"","venue_city":"","venue_city_id":"","venue_area_id":"","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":""},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3636215","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"43323","team_a_name":"Borens IK","team_a_short_name":"Borens","team_a_tla_name":"BOR","team_a_original_name":"Borens IK","team_a_area_id":"184","team_a_area_code":"SWE","team_a_area_name":"Sweden","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/43323.png","team_b_id":"40423","team_b_name":"Mjölby AI FF","team_b_short_name":"Mjölby","team_b_tla_name":"MAI","team_b_original_name":"Mjölby AI FF","team_b_area_id":"184","team_b_area_code":"SWE","team_b_area_name":"Sweden","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/40423.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-02 20:31:15","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"13","attendance":"","venue":{"venue_id":"","venue_name":"","venue_city":"","venue_city_id":"","venue_area_id":"","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":""},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]},{"round_id":"116593","name":"Mellersta Svealand","start_date":"2025-04-05","start_time":"","start_date_utc":"2025-04-05","start_time_utc":"","end_date":"2025-10-05","end_time":"","end_date_utc":"2025-10-05","end_time_utc":"","type":"table","last_updated":"2025-01-25 18:19:47","match":[{"match_id":"3636082","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"26828","team_a_name":"Karlslunds IF FK","team_a_short_name":"Karlslunds","team_a_tla_name":"KIF","team_a_original_name":"Karlslunds IF FK","team_a_area_id":"184","team_a_area_code":"SWE","team_a_area_name":"Sweden","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/26828.png","team_b_id":"36099","team_b_name":"Yxhults IK","team_b_short_name":"Yxhults","team_b_tla_name":"YXH","team_b_original_name":"Yxhults IK","team_b_area_id":"184","team_b_area_code":"SWE","team_b_area_name":"Sweden","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/36099.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-02 20:31:14","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"13","attendance":"","venue":{"venue_id":"","venue_name":"","venue_city":"","venue_city_id":"","venue_area_id":"","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":""},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3636083","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"68836","team_a_name":"Stene IF","team_a_short_name":"Stene","team_a_tla_name":"STE","team_a_original_name":"Stene IF","team_a_area_id":"184","team_a_area_code":"SWE","team_a_area_name":"Sweden","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/68836.png","team_b_id":"36180","team_b_name":"Adolfsbergs IK","team_b_short_name":"Adolfsbergs","team_b_tla_name":"ADO","team_b_original_name":"Adolfsbergs IK","team_b_area_id":"184","team_b_area_code":"SWE","team_b_area_name":"Sweden","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/36180.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-25 09:47:45","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"13","attendance":"","venue":{"venue_id":"","venue_name":"","venue_city":"","venue_city_id":"","venue_area_id":"","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":""},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]},{"round_id":"116592","name":"Östra Svealand","start_date":"2025-04-05","start_time":"","start_date_utc":"2025-04-05","start_time_utc":"","end_date":"2025-10-05","end_time":"","end_date_utc":"2025-10-05","end_time_utc":"","type":"table","last_updated":"2025-01-25 18:19:47","match":{"match_id":"3635950","date":"2025-08-01","time":"19:30:00","date_utc":"2025-08-01","time_utc":"17:30:00","team_a_id":"53504","team_a_name":"FC Brandbergen","team_a_short_name":"Brandbergen","team_a_tla_name":"BRA","team_a_original_name":"FC Brandbergen","team_a_area_id":"184","team_a_area_code":"SWE","team_a_area_name":"Sweden","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/53504.png","team_b_id":"64498","team_b_name":"Fittja IF","team_b_short_name":"Fittja","team_b_tla_name":"FIT","team_b_original_name":"Fittja IF","team_b_area_id":"184","team_b_area_code":"SWE","team_b_area_name":"Sweden","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/64498.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-02 20:31:13","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"13","attendance":"","venue":{"venue_id":"","venue_name":"","venue_city":"","venue_city_id":"","venue_area_id":"","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":""},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}},{"round_id":"116589","name":"Mellersta Norrland","start_date":"2025-04-12","start_time":"","start_date_utc":"2025-04-12","start_time_utc":"","end_date":"2025-10-05","end_time":"","end_date_utc":"2025-10-05","end_time_utc":"","type":"table","last_updated":"2025-01-25 18:11:40","match":[{"match_id":"3635549","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"26809","team_a_name":"Anundsjö IF","team_a_short_name":"Anundsjö","team_a_tla_name":"ANU","team_a_original_name":"Anundsjö IF","team_a_area_id":"184","team_a_area_code":"SWE","team_a_area_name":"Sweden","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/26809.png","team_b_id":"40401","team_b_name":"Älgarna-Härnösand IF","team_b_short_name":"Älgarna","team_b_tla_name":"ÄLG","team_b_original_name":"Älgarna-Härnösand IF","team_b_area_id":"184","team_b_area_code":"SWE","team_b_area_name":"Sweden","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/40401.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-02 20:31:10","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"13","attendance":"","venue":{"venue_id":"","venue_name":"","venue_city":"","venue_city_id":"","venue_area_id":"","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":""},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3635550","date":"2025-08-01","time":"19:00:00","date_utc":"2025-08-01","time_utc":"17:00:00","team_a_id":"29363","team_a_name":"Svartviks IF","team_a_short_name":"Svartviks IF","team_a_tla_name":"SVA","team_a_original_name":"Svartviks IF","team_a_area_id":"184","team_a_area_code":"SWE","team_a_area_name":"Sweden","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29363.png","team_b_id":"64490","team_b_name":"Fränsta IK","team_b_short_name":"Fränsta","team_b_tla_name":"FRÄ","team_b_original_name":"Fränsta IK","team_b_area_id":"184","team_b_area_code":"SWE","team_b_area_name":"Sweden","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/64490.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-06-02 20:31:10","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"13","attendance":"","venue":{"venue_id":"","venue_name":"","venue_city":"","venue_city_id":"","venue_area_id":"","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":""},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}]}}}},{"competition_id":"3200","name":"P17 Allsvenskan","gender":"male youth","type":"club","format":"domestic_league","area_id":"184","area_name":"Sweden","num_matches":"1","last_updated":"2021-09-21 23:00:08","season":{"season_id":"75142","title":"2025","original_name":"P17 Allsvenskan","start_date":"2025-03-29","end_date":"2025-11-02","logo":"","last_updated":"2025-07-03 14:00:22","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"u17","round":{"round_id":"127146","name":"Championship Round","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2025-11-02","end_time":"","end_date_utc":"2025-11-02","end_time_utc":"","type":"table","last_updated":"2025-07-01 14:01:59","match":{"match_id":"3761182","date":"2025-08-01","time":"12:00:00","date_utc":"2025-08-01","time_utc":"10:00:00","team_a_id":"51774","team_a_name":"IK Sirius FK U17","team_a_short_name":"Sirius U17","team_a_tla_name":"SIR","team_a_original_name":"IK Sirius FK U17","team_a_area_id":"184","team_a_area_code":"SWE","team_a_area_name":"Sweden","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1333.png","team_b_id":"51768","team_b_name":"AIK FF U17","team_b_short_name":"AIK U17","team_b_tla_name":"AIK","team_b_original_name":"AIK FF U17","team_b_area_id":"184","team_b_area_code":"SWE","team_b_area_name":"Sweden","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/1286.png","status":"Played","winner":"team_B","score_a":"2","score_b":"5","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 16:56:00","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"0"},{"type":"p2s","score_a":"1","score_b":"5"}]},"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"4085","venue_name":"Lötens IP KG","venue_city":"Uppsala","venue_city_id":"3350","venue_area_id":"184","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Sweden"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"826","name":"Çomi Toçikiston","gender":"male","type":"club","format":"domestic_cup","area_id":"189","area_name":"Tajikistan","num_matches":"2","last_updated":"2021-08-26 20:45:55","season":{"season_id":"75892","title":"2025","original_name":"1XBet Çomi Toçikiston","start_date":"2025-05-02","end_date":"2025-10-31","logo":"","last_updated":"2025-05-10 13:40:44","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"127612","name":"Round of 16","start_date":"2025-07-29","start_time":"","start_date_utc":"2025-07-29","start_time_utc":"","end_date":"2025-08-01","end_time":"","end_date_utc":"2025-08-01","end_time_utc":"","type":"cup","last_updated":"2025-07-25 16:00:17","match":[{"match_id":"3821856","date":"2025-08-01","time":"13:45:00","date_utc":"2025-08-01","time_utc":"11:45:00","team_a_id":"14529","team_a_name":"KF Pançšer Ç. Balhī","team_a_short_name":"Pançšer","team_a_tla_name":"PAN","team_a_original_name":"KF Pançšer","team_a_area_id":"189","team_a_area_code":"TJK","team_a_area_name":"Tajikistan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14529.png","team_b_id":"14523","team_b_name":"KF Vahš","team_b_short_name":"Vahš","team_b_tla_name":"VAH","team_b_original_name":"KF Vahš","team_b_area_id":"189","team_b_area_code":"TJK","team_b_area_name":"Tajikistan","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14523.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-30 08:05:19","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"4504","venue_name":"Vahš Arena","venue_city":"Bohtar","venue_city_id":"16504","venue_area_id":"189","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Tajikistan"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3821857","date":"2025-08-01","time":"17:00:00","date_utc":"2025-08-01","time_utc":"15:00:00","team_a_id":"14517","team_a_name":"KF Huçand","team_a_short_name":"Huçand","team_a_tla_name":"HUÇ","team_a_original_name":"KF Huçand","team_a_area_id":"189","team_a_area_code":"TJK","team_a_area_name":"Tajikistan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14517.png","team_b_id":"14520","team_b_name":"KF Istiķlol","team_b_short_name":"Istiķlol","team_b_tla_name":"IST","team_b_original_name":"KF Istiķlol","team_b_area_id":"189","team_b_area_code":"TJK","team_b_area_name":"Tajikistan","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14520.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-30 08:05:19","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"4505","venue_name":"Stadion 20-letija Nezavisimosti Tadƶikistana","venue_city":"Huçand, Suġd","venue_city_id":"2532","venue_area_id":"189","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Tajikistan"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"365","name":"Persha Liha","gender":"male","type":"club","format":"domestic_league","area_id":"201","area_name":"Ukraine","num_matches":"3","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76342","title":"2025\/2026","original_name":"Persha Liha","start_date":"2025-08-09","end_date":"2026-05-30","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/365_2.png","last_updated":"2025-06-18 17:14:26","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"126730","name":"Regular Season","start_date":"2025-08-09","start_time":"","start_date_utc":"2025-08-09","start_time_utc":"","end_date":"2026-05-30","end_time":"","end_date_utc":"2026-05-30","end_time_utc":"","type":"table","last_updated":"2025-06-18 17:21:57","match":[{"match_id":"3834209","date":"2025-08-01","time":"11:00:00","date_utc":"2025-08-01","time_utc":"09:00:00","team_a_id":"61887","team_a_name":"FK UKSA","team_a_short_name":"UKSA","team_a_tla_name":"UKS","team_a_original_name":"FK UKSA","team_a_area_id":"201","team_a_area_code":"UKR","team_a_area_name":"Ukraine","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/61887.png","team_b_id":"21451","team_b_name":"FK Podillya Khmelnytskyi","team_b_short_name":"Podillya Khm","team_b_tla_name":"POD","team_b_original_name":"FK Podillya Khmelnytskyi","team_b_area_id":"201","team_b_area_code":"UKR","team_b_area_name":"Ukraine","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/21451.png","status":"Played","winner":"team_A","score_a":"1","score_b":"0","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 13:32:03","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"1","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"0"}]},"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"9164","venue_name":"Stadion Yuvilejnyj","venue_city":"Bucha","venue_city_id":"22980","venue_area_id":"201","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Ukraine"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"26","weather_description":"some cloud","wind_speed":"4","wind_direction":"west","humidity":"47","pressure":"758"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3834210","date":"2025-08-01","time":"13:00:00","date_utc":"2025-08-01","time_utc":"11:00:00","team_a_id":"37082","team_a_name":"FK Viktoriia Sumy","team_a_short_name":"Viktoriia","team_a_tla_name":"VIK","team_a_original_name":"FK Viktoriia Sumy","team_a_area_id":"201","team_a_area_code":"UKR","team_a_area_name":"Ukraine","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/37082.png","team_b_id":"31493","team_b_name":"FK Prykarpattia Ivano-Frankivsk","team_b_short_name":"Prykarpattia","team_b_tla_name":"PRK","team_b_original_name":"FK Prykarpattia Ivano-Frankivsk","team_b_area_id":"201","team_b_area_code":"UKR","team_b_area_name":"Ukraine","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/31493.png","status":"Played","winner":"team_B","score_a":"0","score_b":"2","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 15:22:03","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"2"},{"type":"p2s","score_a":"0","score_b":"0"}]},"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"3543","venue_name":"Stadion Kolos","venue_city":"Boryspil","venue_city_id":"15019","venue_area_id":"201","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Ukraine"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"26","weather_description":"some cloud","wind_speed":"4","wind_direction":"west","humidity":"45","pressure":"758"}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3834211","date":"2025-08-01","time":"15:00:00","date_utc":"2025-08-01","time_utc":"13:00:00","team_a_id":"31492","team_a_name":"FK Ahrobiznes Volochysk","team_a_short_name":"Ahrobiznes","team_a_tla_name":"AHR","team_a_original_name":"FK Ahrobiznes Volochysk","team_a_area_id":"201","team_a_area_code":"UKR","team_a_area_name":"Ukraine","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/31492.png","team_b_id":"50381","team_b_name":"FK Livyi Bereh","team_b_short_name":"Livyi Bereh","team_b_tla_name":"LIV","team_b_original_name":"FK Livyi Bereh","team_b_area_id":"201","team_b_area_code":"UKR","team_b_area_name":"Ukraine","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/50381.png","status":"Played","winner":"team_A","score_a":"2","score_b":"0","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 17:03:37","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"2","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"0"}]},"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"8702","venue_name":"Stadion Yunist'","venue_city":"Volochys'k","venue_city_id":"22601","venue_area_id":"201","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Ukraine"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"28","weather_description":"clear skies","wind_speed":"7","wind_direction":"west-northwest","humidity":"32","pressure":"758"}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"1016","name":"Championat U-19","gender":"male youth","type":"club","format":"domestic_league","area_id":"201","area_name":"Ukraine","num_matches":"2","last_updated":"2022-01-11 13:48:16","season":{"season_id":"76345","title":"2025\/2026","original_name":"Championat U-19","start_date":"2025-08-02","end_date":"2026-05-28","logo":"","last_updated":"2025-07-03 20:00:25","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"u19","round":{"round_id":"126744","name":"Regular Season","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2026-05-28","end_time":"","end_date_utc":"2026-05-28","end_time_utc":"","type":"table","last_updated":"2025-07-03 20:00:14","match":[{"match_id":"3764317","date":"2025-08-01","time":"11:00:00","date_utc":"2025-08-01","time_utc":"09:00:00","team_a_id":"29068","team_a_name":"FK Zorya Luhansk U19","team_a_short_name":"Zorya U19","team_a_tla_name":"ZOR","team_a_original_name":"FK Zorya Luhansk U19","team_a_area_id":"201","team_a_area_code":"UKR","team_a_area_name":"Ukraine","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/922.png","team_b_id":"61865","team_b_name":"FK LNZ Cherkasy U19","team_b_short_name":"Cherkasy U19","team_b_tla_name":"CHE","team_b_original_name":"FK LNZ Cherkasy U19","team_b_area_id":"201","team_b_area_code":"UKR","team_b_area_name":"Ukraine","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/37083.png","status":"Played","winner":"team_B","score_a":"0","score_b":"2","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 16:03:37","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"2"}]},"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"22118","venue_name":"Stadion Olimpik","venue_city":"Kyïv","venue_city_id":"3155","venue_area_id":"201","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Ukraine"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3764318","date":"2025-08-01","time":"12:00:00","date_utc":"2025-08-01","time_utc":"10:00:00","team_a_id":"31776","team_a_name":"RNK Veres Rivne U19","team_a_short_name":"Veres U19","team_a_tla_name":"VER","team_a_original_name":"RNK Veres Rivne U19","team_a_area_id":"201","team_a_area_code":"UKR","team_a_area_name":"Ukraine","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/934.png","team_b_id":"24046","team_b_name":"FK Dynamo Kyiv U19","team_b_short_name":"Dynamo U19","team_b_tla_name":"DYN","team_b_original_name":"FK Dynamo Kyiv U19","team_b_area_id":"201","team_b_area_code":"UKR","team_b_area_name":"Ukraine","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/864.png","status":"Played","winner":"team_B","score_a":"0","score_b":"1","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 14:37:36","broadcasters":[],"period_scores":{"period":[{"type":"p1s","score_a":"0","score_b":"0"},{"type":"p2s","score_a":"0","score_b":"1"}]},"match_extra":{"gameweek":"1","attendance":"","venue":{"venue_id":"23160","venue_name":"TC Veres","venue_city":"Rivne","venue_city_id":"9295","venue_area_id":"201","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Ukraine"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"276","name":"Segunda División","gender":"male","type":"club","format":"domestic_league","area_id":"204","area_name":"Uruguay","num_matches":"1","last_updated":"2021-08-26 20:45:55","season":{"season_id":"75311","title":"2025","original_name":"Segunda División","start_date":"2025-03-08","end_date":"2025-11-23","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/276_1.png","last_updated":"2025-02-28 12:17:52","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"124186","name":"Regular Season","start_date":"2025-05-17","start_time":"","start_date_utc":"2025-05-17","start_time_utc":"","end_date":"2025-10-26","end_time":"","end_date_utc":"2025-10-26","end_time_utc":"","type":"table","last_updated":"2025-05-19 13:32:32","match":{"match_id":"3832697","date":"2025-08-01","time":"21:45:00","date_utc":"2025-08-01","time_utc":"19:45:00","team_a_id":"17556","team_a_name":"CA Rentistas","team_a_short_name":"Rentistas","team_a_tla_name":"REN","team_a_original_name":"CA Rentistas","team_a_area_id":"204","team_a_area_code":"URY","team_a_area_name":"Uruguay","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/17556.png","team_b_id":"24352","team_b_name":"Club Oriental de Football","team_b_short_name":"Oriental","team_b_tla_name":"COF","team_b_original_name":"Club Oriental de Football","team_b_area_id":"204","team_b_area_code":"URY","team_b_area_name":"Uruguay","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/24352.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-29 18:49:30","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"13","attendance":"","venue":{"venue_id":"1279","venue_name":"Complejo Deportivo Rentistas","venue_city":"Montevideo","venue_city_id":"1265","venue_area_id":"204","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Uruguay"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"81","name":"Oʻzbekiston Superligasi","gender":"male","type":"club","format":"domestic_league","area_id":"205","area_name":"Uzbekistan","num_matches":"2","last_updated":"2023-10-27 12:44:14","season":{"season_id":"75184","title":"2025","original_name":"O‘zbekiston Superligasi","start_date":"2025-03-07","end_date":"2025-12-31","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/81_7.png","last_updated":"2025-02-22 10:00:26","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"117241","name":"Regular Season","start_date":"2025-03-07","start_time":"","start_date_utc":"2025-03-07","start_time_utc":"","end_date":"2025-12-31","end_time":"","end_date_utc":"2025-12-31","end_time_utc":"","type":"table","last_updated":"2025-02-22 10:00:16","match":[{"match_id":"3756755","date":"2025-08-01","time":"17:00:00","date_utc":"2025-08-01","time_utc":"15:00:00","team_a_id":"14276","team_a_name":"PFK Mashʻal","team_a_short_name":"Mashʻal","team_a_tla_name":"MAS","team_a_original_name":"PFK Mashʻal","team_a_area_id":"205","team_a_area_code":"UZB","team_a_area_name":"Uzbekistan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14276.png","team_b_id":"14258","team_b_name":"PFK Paxtakor","team_b_short_name":"Paxtakor","team_b_tla_name":"PAX","team_b_original_name":"PFK Paxtakor","team_b_area_id":"205","team_b_area_code":"UZB","team_b_area_name":"Uzbekistan","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14258.png","status":"Playing","winner":"yet unknown","score_a":"0","score_b":"0","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 17:03:10","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"16","attendance":"","venue":{"venue_id":"4406","venue_name":"Stadion im. Bahrom Vafoyev","venue_city":"Muborak","venue_city_id":"2462","venue_area_id":"205","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Uzbekistan"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"34","weather_description":"clear skies","wind_speed":"3","wind_direction":"northwest","humidity":"19","pressure":"755"}},"live":{"game_minute":"4","clock":"","period":"soc_p1s"}},{"match_id":"3756756","date":"2025-08-01","time":"17:00:00","date_utc":"2025-08-01","time_utc":"15:00:00","team_a_id":"14252","team_a_name":"Buxoro FK","team_a_short_name":"Buxoro","team_a_tla_name":"BUX","team_a_original_name":"Buxoro FK","team_a_area_id":"205","team_a_area_code":"UZB","team_a_area_name":"Uzbekistan","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14252.png","team_b_id":"14259","team_b_name":"OKMK FK","team_b_short_name":"OKMK","team_b_tla_name":"OKM","team_b_original_name":"OKMK FK","team_b_area_id":"205","team_b_area_code":"UZB","team_b_area_name":"Uzbekistan","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/14259.png","status":"Playing","winner":"yet unknown","score_a":"0","score_b":"0","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 17:03:14","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"16","attendance":"","venue":{"venue_id":"4403","venue_name":"Buxoro Sport Majmuasi","venue_city":"Buxoro","venue_city_id":"2493","venue_area_id":"205","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Uzbekistan"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"31","weather_description":"clear skies","wind_speed":"5","wind_direction":"northwest","humidity":"27","pressure":"755"}},"live":{"game_minute":"4","clock":"","period":"soc_p1s"}}]}}}}},{"competition_id":"299","name":"Primera División","gender":"male","type":"club","format":"domestic_league","area_id":"207","area_name":"Venezuela","num_matches":"1","last_updated":"2025-06-19 11:04:56","season":{"season_id":"75081","title":"2025","original_name":"Liga FutVe BDV","start_date":"2025-01-24","end_date":"2025-12-07","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/299_6.png","last_updated":"2025-02-14 17:43:27","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"127437","name":"Clausura","start_date":"2025-07-04","start_time":"","start_date_utc":"2025-07-04","start_time_utc":"","end_date":"2025-10-10","end_time":"","end_date_utc":"2025-10-10","end_time_utc":"","type":"table","last_updated":"2025-07-03 16:23:24","match":{"match_id":"3793478","date":"2025-08-01","time":"23:00:00","date_utc":"2025-08-01","time_utc":"21:00:00","team_a_id":"17308","team_a_name":"Zamora FC","team_a_short_name":"Zamora","team_a_tla_name":"ZAM","team_a_original_name":"Zamora FC","team_a_area_id":"207","team_a_area_code":"VEN","team_a_area_name":"Venezuela","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/17308.png","team_b_id":"17307","team_b_name":"Yaracuyanos FC","team_b_short_name":"Yaracuyanos","team_b_tla_name":"YAR","team_b_original_name":"Yaracuyanos FC","team_b_area_id":"207","team_b_area_code":"VEN","team_b_area_name":"Venezuela","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/17307.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-31 15:17:18","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"5","attendance":"","venue":{"venue_id":"1674","venue_name":"Estadio Rafael Agustín Tovar","venue_city":"Barinas","venue_city_id":"9219","venue_area_id":"207","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Venezuela"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}},{"competition_id":"963","name":"League Cup","gender":"male","type":"club","format":"domestic_league_cup","area_id":"209","area_name":"Wales","num_matches":"5","last_updated":"2021-08-26 20:45:55","season":{"season_id":"76352","title":"2025\/2026","original_name":"Nathaniel MG Cup","start_date":"2025-07-19","end_date":"2026-02-28","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/963_3.png","last_updated":"2025-06-18 18:30:29","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"126760","name":"Round 2","start_date":"2025-08-01","start_time":"","start_date_utc":"2025-08-01","start_time_utc":"","end_date":"2025-08-02","end_time":"","end_date_utc":"2025-08-02","end_time_utc":"","type":"cup","last_updated":"2025-06-26 22:00:17","match":[{"match_id":"3749548","date":"2025-08-01","time":"20:30:00","date_utc":"2025-08-01","time_utc":"18:30:00","team_a_id":"16846","team_a_name":"Cambrian United FC","team_a_short_name":"Cambrian","team_a_tla_name":"CAM","team_a_original_name":"Cambrian United FC","team_a_area_id":"209","team_a_area_code":"WAL","team_a_area_name":"Wales","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/16846.png","team_b_id":"64825","team_b_name":"Cardiff City FC U21","team_b_short_name":"Cardiff City","team_b_tla_name":"CAR","team_b_original_name":"Cardiff City FC U21","team_b_area_id":"209","team_b_area_code":"WAL","team_b_area_name":"Wales","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/495.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-24 19:26:04","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"13261","venue_name":"M&P Group 3G","venue_city":"Clydach Vale","venue_city_id":"18072","venue_area_id":"209","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Wales"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3749551","date":"2025-08-01","time":"20:30:00","date_utc":"2025-08-01","time_utc":"18:30:00","team_a_id":"16800","team_a_name":"Afan Lido FC","team_a_short_name":"Afan Lido","team_a_tla_name":"AFA","team_a_original_name":"Afan Lido FC","team_a_area_id":"209","team_a_area_code":"WAL","team_a_area_name":"Wales","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/16800.png","team_b_id":"24258","team_b_name":"Swansea City AFC U21","team_b_short_name":"Swansea U21","team_b_tla_name":"SWA","team_b_original_name":"Swansea City AFC U21","team_b_area_id":"209","team_b_area_code":"WAL","team_b_area_name":"Wales","team_b_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1599.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-25 07:41:27","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"5870","venue_name":"Glenhafod Park Stadium","venue_city":"Goytre","venue_city_id":"17910","venue_area_id":"209","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Wales"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3749543","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"16827","team_a_name":"Ruthin Town FC","team_a_short_name":"Ruthin","team_a_tla_name":"RTH","team_a_original_name":"Ruthin Town FC","team_a_area_id":"209","team_a_area_code":"WAL","team_a_area_name":"Wales","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/16827.png","team_b_id":"16805","team_b_name":"Connah's Quay Nomads FC","team_b_short_name":"Connah's Quay","team_b_tla_name":"COQ","team_b_original_name":"Connah's Quay Nomads FC","team_b_area_id":"209","team_b_area_code":"WAL","team_b_area_name":"Wales","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/16805.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-24 19:26:04","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"2732","venue_name":"Maes Tegid","venue_city":"Bala","venue_city_id":"13639","venue_area_id":"209","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Wales"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3749550","date":"2025-08-01","time":"20:45:00","date_utc":"2025-08-01","time_utc":"18:45:00","team_a_id":"16858","team_a_name":"Briton Ferry Llansawel AFC","team_a_short_name":"Briton Ferry","team_a_tla_name":"BRI","team_a_original_name":"Briton Ferry Llansawel AFC","team_a_area_id":"209","team_a_area_code":"WAL","team_a_area_name":"Wales","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/16858.png","team_b_id":"66384","team_b_name":"Trethomas Bluebirds AFC","team_b_short_name":"Trethomas","team_b_tla_name":"TRE","team_b_original_name":"Trethomas Bluebirds AFC","team_b_area_id":"209","team_b_area_code":"WAL","team_b_area_name":"Wales","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66384.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-16 00:31:25","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"9396","venue_name":"The Renewable Centre Stadium","venue_city":"Briton Ferry","venue_city_id":"23484","venue_area_id":"209","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Wales"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}},{"match_id":"3749541","date":"2025-08-01","time":"21:00:00","date_utc":"2025-08-01","time_utc":"19:00:00","team_a_id":"16811","team_a_name":"Caernarfon Town FC","team_a_short_name":"Caernarfon","team_a_tla_name":"CRF","team_a_original_name":"Caernarfon Town FC","team_a_area_id":"209","team_a_area_code":"WAL","team_a_area_name":"Wales","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/16811.png","team_b_id":"19874","team_b_name":"Colwyn Bay FC","team_b_short_name":"Colwyn Bay","team_b_tla_name":"CLW","team_b_original_name":"Colwyn Bay FC","team_b_area_id":"209","team_b_area_code":"WAL","team_b_area_name":"Wales","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/19874.png","status":"Fixture","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-07-30 18:42:41","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"","attendance":"","venue":{"venue_id":"2731","venue_name":"Go Goodwins Stadium","venue_city":"Llandudno","venue_city_id":"1158","venue_area_id":"209","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":"Wales"},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}]}}}}},{"competition_id":"893","name":"Liga Futebol Amadora","gender":"male","type":"club","format":"domestic_league","area_id":"221","area_name":"Timor-Leste","num_matches":"1","last_updated":"2021-08-26 20:45:55","season":{"season_id":"75917","title":"2025","original_name":"Liga Futebol de Timor-Leste","start_date":"2025-05-24","end_date":"2025-10-26","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/893_1.png","last_updated":"2025-05-18 00:11:54","discipline":{"discipline_id":"27","name":"Soccer","type":"team","gender":{"value":"male","age_group":"senior","round":{"round_id":"124308","name":"Regular Season","start_date":"2025-05-24","start_time":"","start_date_utc":"2025-05-24","start_time_utc":"","end_date":"2025-11-30","end_time":"","end_date_utc":"2025-11-30","end_time_utc":"","type":"table","last_updated":"2025-05-18 00:13:20","match":{"match_id":"3796529","date":"2025-08-01","time":"09:00:00","date_utc":"2025-08-01","time_utc":"07:00:00","team_a_id":"70333","team_a_name":"AS Marca FC","team_a_short_name":"Marca","team_a_tla_name":"MAR","team_a_original_name":"AS Marca FC","team_a_area_id":"221","team_a_area_code":"EAT","team_a_area_name":"Timor-Leste","team_a_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1331.png","team_b_id":"22145","team_b_name":"Emmanuel FC","team_b_short_name":"Emmanuel","team_b_tla_name":"EMM","team_b_original_name":"Emmanuel FC","team_b_area_id":"221","team_b_area_code":"EAT","team_b_area_name":"Timor-Leste","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/22145.png","status":"Postponed","winner":"yet unknown","score_a":"","score_b":"","venue_type":"home_away","final_period":"soc_p2s","last_updated":"2025-08-01 10:41:40","broadcasters":[],"period_scores":[],"match_extra":{"gameweek":"9","attendance":"","venue":{"venue_id":"","venue_name":"","venue_city":"","venue_city_id":"","venue_area_id":"","venue_city_state":"","venue_city_state_abbreviation":"","venue_area_name":""},"formation":{"team_a":"","team_b":""},"weather":{"temperature":"","weather_description":"","wind_speed":"","wind_direction":"","humidity":"","pressure":""}},"live":{"game_minute":"","clock":"","period":""}}}}}}}]}}