Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v2 GET /australian_football/get_head2head
Returns head-2-head statistics between 2 teams.
Request URL
https://dsg-api.com/clients/{client_name}/australian_football/get_head2head?id={match_id}&client={client_name}&authkey={client_authkey}
Parameters
authkey
string Required
client authentification key
client
string Required
unique client ID
ftype
string
changes feed type from XML to json (ftype=json)
id
int Required
match id to return
lang
string
two-character language code, defaults to 'en'
Nodes
competition
details about the competition
competition_id
unique identifier for a competition
competition_name
name of the competition
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)
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
basic details about the updated round
round_id
unique identifier of round
round_name
name of the round
season
details about the updated season
season_id
unique identifier for season
season_name
name of the competition for this particular season (including sponsor names etc)
season_title
title of season
stats
head-2-head statistics
behinds_against
number of behinds against
behinds_for
number of behinds made
draws
number of draws
losses
number of losses
matches
number of matches
scores_against
number of scores against
scores_for
number of scores
type
type of match (away, home, neutral or total)
wins
number of wins
team
basic details about a H2H team
team_area
area name of the team
team_id
unique identifier of the team
team_name
current team name
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_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}/australian_football/get_head2head?id={match_id}&client={client_name}&authkey={client_authkey}");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERPWD, "{User}:{Password}");
$content = curl_exec($ch);
curl_close($ch);
?>
curl GET -u "User:Password" "https://dsg-api.com/clients/{client_name}/australian_football/get_head2head?id={match_id}&client={client_name}&authkey={client_authkey}"
Imports System
Imports System.Net	
Imports System.IO
Imports System.Text

Public Module Module1
	Public Sub Main()
		Dim url As String = "https://dsg-api.com/clients/{client_name}/australian_football/get_head2head?id={match_id}&client={client_name}&authkey={client_authkey}"
		Dim myReq As WebRequest = WebRequest.Create(url)
		myReq.Credentials = new System.Net.NetworkCredential("{User}", "{Password}")
		Dim wr As WebResponse = myReq.GetResponse()
		Dim receiveStream As Stream = wr.GetResponseStream()
		Dim reader As StreamReader = New StreamReader(receiveStream, Encoding.UTF8)
		Dim content As String = reader.ReadToEnd()
	End Sub
End Module
response = requests.get("https://dsg-api.com/clients/{client_name}/australian_football/get_head2head?id={match_id}&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example
200 Success
{"datasportsgroup":{"version":"2.0","sport":"australian_football","lang":"en","method":{"method_id":"189","name":"get_head2head"},"head2head":{"team":[{"team_id":"25521","team_name":"Richmond FC","team_area":"Australia","stats":[{"type":"home","matches":"27","wins":"14","draws":"0","losses":"13","scores_for":"2544","scores_against":"2700","goals_for":"28","goals_against":"23","behinds_for":"37","behinds_against":"15"},{"type":"away","matches":"20","wins":"7","draws":"0","losses":"13","scores_for":"1854","scores_against":"2114","goals_for":"34","goals_against":"23","behinds_for":"25","behinds_against":"15"},{"type":"neutral","matches":"0","wins":"0","draws":"0","losses":"0","scores_for":"0","scores_against":"0","goals_for":"0","goals_against":"0","behinds_for":"0","behinds_against":"0"},{"type":"total","matches":"47","wins":"21","draws":"0","losses":"26","scores_for":"4398","scores_against":"4814","goals_for":"62","goals_against":"46","behinds_for":"62","behinds_against":"30"}]},{"team_id":"25511","team_name":"Carlton FC","team_area":"Australia","stats":[{"type":"home","matches":"20","wins":"13","draws":"0","losses":"7","scores_for":"2114","scores_against":"1854","goals_for":"23","goals_against":"34","behinds_for":"15","behinds_against":"25"},{"type":"away","matches":"27","wins":"13","draws":"0","losses":"14","scores_for":"2700","scores_against":"2544","goals_for":"23","goals_against":"28","behinds_for":"15","behinds_against":"37"},{"type":"neutral","matches":"0","wins":"0","draws":"0","losses":"0","scores_for":"0","scores_against":"0","goals_for":"0","goals_against":"0","behinds_for":"0","behinds_against":"0"},{"type":"total","matches":"47","wins":"26","draws":"0","losses":"21","scores_for":"4814","scores_against":"4398","goals_for":"46","goals_against":"62","behinds_for":"30","behinds_against":"62"}]}]},"head2head_matches":{"match":[{"match_id":"1511249","date":"2019-08-11","time":"07:20:00","date_utc":"2019-08-11","time_utc":"05:20:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Fixture","gameweek":"21","winner":"yet unknown","score_a":"","score_b":"","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"20044","round_id":"27374","last_updated":"2019-01-03 22:53:03"},{"match_id":"1511071","date":"2019-03-21","time":"09:20:00","date_utc":"2019-03-21","time_utc":"08:20:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"1","winner":"team_B","score_a":"64","score_b":"97","p1s_a":"1","p1s_b":"34","p2s_a":"27","p2s_b":"16","p3s_a":"28","p3s_b":"19","p4s_a":"8","p4s_b":"28","ot_a":"","ot_b":"","goals_a":"9","goals_b":"14","behinds_a":"10","behinds_b":"13","venue_type":"home_away","final_period":"auf_p4s","attendance":"85016","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"20044","round_id":"27374","last_updated":"2019-03-22 12:23:20"},{"match_id":"1205374","date":"2018-03-22","time":"09:25:00","date_utc":"2018-03-22","time_utc":"08:25:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"1","winner":"team_A","score_a":"121","score_b":"95","p1s_a":"28","p1s_b":"37","p2s_a":"19","p2s_b":"14","p3s_a":"33","p3s_b":"25","p4s_a":"41","p4s_b":"19","ot_a":"","ot_b":"","goals_a":"17","goals_b":"15","behinds_a":"19","behinds_b":"5","venue_type":"home_away","final_period":"auf_p4s","attendance":"90151","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"14450","round_id":"17101","last_updated":"2018-03-25 13:43:25"},{"match_id":"1205697","date":"2017-06-25","time":"07:20:00","date_utc":"2017-06-25","time_utc":"05:20:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"14","winner":"team_A","score_a":"84","score_b":"58","p1s_a":"21","p1s_b":"25","p2s_a":"19","p2s_b":"1","p3s_a":"15","p3s_b":"16","p4s_a":"29","p4s_b":"16","ot_a":"","ot_b":"","goals_a":"11","goals_b":"8","behinds_a":"18","behinds_b":"10","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"13953","round_id":"15406","last_updated":"2017-12-15 17:57:14"},{"match_id":"1205582","date":"2017-03-23","time":"09:20:00","date_utc":"2017-03-23","time_utc":"08:20:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"1","winner":"team_B","score_a":"89","score_b":"132","p1s_a":"27","p1s_b":"45","p2s_a":"19","p2s_b":"38","p3s_a":"30","p3s_b":"18","p4s_a":"13","p4s_b":"31","ot_a":"","ot_b":"","goals_a":"14","goals_b":"20","behinds_a":"5","behinds_b":"12","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"13953","round_id":"15406","last_updated":"2018-01-24 15:24:08"},{"match_id":"1511278","date":"2016-03-24","time":"09:20:00","date_utc":"2016-03-24","time_utc":"08:20:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"1","winner":"team_A","score_a":"94","score_b":"81","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16028","round_id":"27380","last_updated":"2019-01-03 23:05:19"},{"match_id":"1511606","date":"2015-07-10","time":"11:50:00","date_utc":"2015-07-10","time_utc":"09:50:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"15","winner":"team_A","score_a":"71","score_b":"41","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16029","round_id":"27386","last_updated":"2019-01-03 23:29:19"},{"match_id":"1511489","date":"2015-04-02","time":"10:20:00","date_utc":"2015-04-02","time_utc":"08:20:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"1","winner":"team_B","score_a":"78","score_b":"105","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16029","round_id":"27386","last_updated":"2019-01-03 23:29:19"},{"match_id":"1511705","date":"2014-03-27","time":"09:45:00","date_utc":"2014-03-27","time_utc":"08:45:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"2","winner":"team_A","score_a":"98","score_b":"86","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16030","round_id":"27392","last_updated":"2019-01-03 23:37:43"},{"match_id":"1512104","date":"2013-09-08","time":"07:20:00","date_utc":"2013-09-08","time_utc":"05:20:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"","winner":"team_B","score_a":"96","score_b":"116","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16031","round_id":"27399","last_updated":"2019-01-03 23:38:04"},{"match_id":"1512075","date":"2013-08-17","time":"05:45:00","date_utc":"2013-08-17","time_utc":"03:45:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"21","winner":"team_B","score_a":"96","score_b":"106","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16031","round_id":"27398","last_updated":"2019-01-03 23:38:03"},{"match_id":"1511905","date":"2013-03-28","time":"09:40:00","date_utc":"2013-03-28","time_utc":"08:40:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"1","winner":"team_B","score_a":"101","score_b":"106","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16031","round_id":"27398","last_updated":"2019-01-03 23:38:03"},{"match_id":"1512258","date":"2012-07-28","time":"11:40:00","date_utc":"2012-07-28","time_utc":"09:40:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"18","winner":"team_A","score_a":"95","score_b":"91","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16032","round_id":"27404","last_updated":"2019-01-03 23:40:36"},{"match_id":"1512111","date":"2012-03-29","time":"10:45:00","date_utc":"2012-03-29","time_utc":"08:45:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"1","winner":"team_B","score_a":"81","score_b":"125","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16032","round_id":"27404","last_updated":"2019-01-03 23:40:35"},{"match_id":"1515892","date":"2011-07-02","time":"06:10:00","date_utc":"2011-07-02","time_utc":"04:10:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"15","winner":"team_B","score_a":"81","score_b":"184","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16033","round_id":"27410","last_updated":"2019-01-06 09:27:39"},{"match_id":"1515782","date":"2011-03-24","time":"09:40:00","date_utc":"2011-03-24","time_utc":"08:40:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"1","winner":"team_A","score_a":"104","score_b":"84","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16033","round_id":"27410","last_updated":"2019-01-06 09:27:39"},{"match_id":"1516131","date":"2010-08-14","time":"06:10:00","date_utc":"2010-08-14","time_utc":"04:10:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"20","winner":"team_A","score_a":"156","score_b":"67","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16034","round_id":"27481","last_updated":"2019-01-11 14:45:15"},{"match_id":"1515978","date":"2010-03-25","time":"09:10:00","date_utc":"2010-03-25","time_utc":"08:10:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"1","winner":"team_B","score_a":"64","score_b":"120","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16034","round_id":"27481","last_updated":"2019-01-11 13:18:01"},{"match_id":"1539820","date":"2009-07-11","time":"04:10:00","date_utc":"2009-07-11","time_utc":"02:10:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"15","winner":"team_A","score_a":"109","score_b":"89","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16035","round_id":"27488","last_updated":"2019-02-19 15:03:14"},{"match_id":"1539706","date":"2009-03-26","time":"09:40:00","date_utc":"2009-03-26","time_utc":"08:40:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"1","winner":"team_B","score_a":"67","score_b":"150","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16035","round_id":"27488","last_updated":"2019-02-19 14:57:55"},{"match_id":"1540587","date":"2008-06-28","time":"04:10:00","date_utc":"2008-06-28","time_utc":"02:10:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"14","winner":"team_B","score_a":"88","score_b":"118","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16036","round_id":"28374","last_updated":"2019-02-19 15:27:32"},{"match_id":"1540482","date":"2008-03-20","time":"08:10:00","date_utc":"2008-03-20","time_utc":"07:10:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"1","winner":"team_B","score_a":"79","score_b":"109","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16036","round_id":"28374","last_updated":"2019-02-19 15:22:06"},{"match_id":"1543292","date":"2007-04-01","time":"07:10:00","date_utc":"2007-04-01","time_utc":"05:10:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"1","winner":"team_A","score_a":"115","score_b":"98","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"Toyota AFL Premiership","season_id":"16037","round_id":"28445","last_updated":"2019-02-19 15:47:18"},{"match_id":"1543659","date":"2006-08-20","time":"04:10:00","date_utc":"2006-08-20","time_utc":"02:10:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"20","winner":"team_B","score_a":"95","score_b":"140","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"288","venue_name":"Marvel Stadium","venue_city":"Melbourne, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16038","round_id":"28451","last_updated":"2019-02-21 14:46:11"},{"match_id":"1543533","date":"2006-04-28","time":"09:40:00","date_utc":"2006-04-28","time_utc":"07:40:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"5","winner":"team_A","score_a":"92","score_b":"84","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16038","round_id":"28451","last_updated":"2019-02-21 15:07:50"},{"match_id":"1544379","date":"2005-07-31","time":"04:10:00","date_utc":"2005-07-31","time_utc":"02:10:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"18","winner":"team_A","score_a":"141","score_b":"106","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"288","venue_name":"Marvel Stadium","venue_city":"Melbourne, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16039","round_id":"28461","last_updated":"2019-02-21 15:47:22"},{"match_id":"1544042","date":"2005-05-07","time":"04:10:00","date_utc":"2005-05-07","time_utc":"02:10:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"7","winner":"team_A","score_a":"151","score_b":"66","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16039","round_id":"28461","last_updated":"2019-02-21 15:37:02"},{"match_id":"1544833","date":"2004-06-19","time":"09:10:00","date_utc":"2004-06-19","time_utc":"07:10:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"13","winner":"team_B","score_a":"93","score_b":"124","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"288","venue_name":"Marvel Stadium","venue_city":"Melbourne, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16040","round_id":"28475","last_updated":"2019-02-22 13:28:09"},{"match_id":"1545009","date":"2003-06-14","time":"04:10:00","date_utc":"2003-06-14","time_utc":"02:10:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"12","winner":"team_B","score_a":"86","score_b":"93","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16041","round_id":"28481","last_updated":"2019-02-22 13:59:48"},{"match_id":"1545228","date":"2002-07-05","time":"09:45:00","date_utc":"2002-07-05","time_utc":"07:45:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"14","winner":"team_A","score_a":"86","score_b":"85","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16042","round_id":"28493","last_updated":"2019-02-22 14:42:33"},{"match_id":"1547379","date":"2001-09-15","time":"04:30:00","date_utc":"2001-09-15","time_utc":"02:30:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"","winner":"team_A","score_a":"67","score_b":"56","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16043","round_id":"28515","last_updated":"2019-02-22 15:21:53"},{"match_id":"1547275","date":"2001-06-10","time":"04:10:00","date_utc":"2001-06-10","time_utc":"02:10:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"11","winner":"team_A","score_a":"88","score_b":"61","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16043","round_id":"28512","last_updated":"2019-02-22 15:18:58"},{"match_id":"1547642","date":"2000-08-06","time":"04:10:00","date_utc":"2000-08-06","time_utc":"02:10:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"22","winner":"team_A","score_a":"125","score_b":"52","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16044","round_id":"28518","last_updated":"2019-02-22 16:12:53"},{"match_id":"1547522","date":"2000-04-24","time":"04:10:00","date_utc":"2000-04-24","time_utc":"02:10:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"7","winner":"team_B","score_a":"69","score_b":"120","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16044","round_id":"28518","last_updated":"2019-02-22 16:20:19"},{"match_id":"1547851","date":"1999-08-27","time":"10:10:00","date_utc":"1999-08-27","time_utc":"08:10:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"22","winner":"team_A","score_a":"90","score_b":"79","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16045","round_id":"28524","last_updated":"2019-02-25 14:41:58"},{"match_id":"1547725","date":"1999-05-07","time":"09:40:00","date_utc":"1999-05-07","time_utc":"07:40:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"7","winner":"team_A","score_a":"118","score_b":"98","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16045","round_id":"28524","last_updated":"2019-02-25 14:36:22"},{"match_id":"1549462","date":"1998-07-03","time":"09:40:00","date_utc":"1998-07-03","time_utc":"07:40:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"15","winner":"team_A","score_a":"132","score_b":"70","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16046","round_id":"28618","last_updated":"2019-02-25 15:22:05"},{"match_id":"1550566","date":"1997-08-30","time":"04:10:00","date_utc":"1997-08-30","time_utc":"02:10:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"22","winner":"team_B","score_a":"89","score_b":"91","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"14069","venue_name":"Ikon Park","venue_city":"Melbourne, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16047","round_id":"28644","last_updated":"2019-02-25 15:39:50"},{"match_id":"1550442","date":"1997-05-10","time":"04:10:00","date_utc":"1997-05-10","time_utc":"02:10:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"7","winner":"team_B","score_a":"76","score_b":"98","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16047","round_id":"28644","last_updated":"2019-02-25 15:46:59"},{"match_id":"1550836","date":"1996-06-08","time":"04:10:00","date_utc":"1996-06-08","time_utc":"02:10:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"10","winner":"team_A","score_a":"101","score_b":"90","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16048","round_id":"28650","last_updated":"2019-02-25 16:36:56"},{"match_id":"1553845","date":"1995-07-09","time":"04:10:00","date_utc":"1995-07-09","time_utc":"02:10:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"14","winner":"team_A","score_a":"115","score_b":"85","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16049","round_id":"28683","last_updated":"2019-02-26 15:15:14"},{"match_id":"1554138","date":"1994-08-27","time":"04:00:00","date_utc":"1994-08-27","time_utc":"02:00:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"23","winner":"team_A","score_a":"161","score_b":"48","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"14069","venue_name":"Ikon Park","venue_city":"Melbourne, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16050","round_id":"28688","last_updated":"2019-02-26 15:46:46"},{"match_id":"1553981","date":"1994-05-13","time":"10:08:00","date_utc":"1994-05-13","time_utc":"08:08:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"8","winner":"team_B","score_a":"107","score_b":"135","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16050","round_id":"28688","last_updated":"2019-02-26 15:39:47"},{"match_id":"1554484","date":"1993-08-07","time":"04:08:00","date_utc":"1993-08-07","time_utc":"02:08:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"19","winner":"team_B","score_a":"83","score_b":"106","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16051","round_id":"28693","last_updated":"2019-02-26 16:09:36"},{"match_id":"1560075","date":"1992-06-27","time":"04:10:00","date_utc":"1992-06-27","time_utc":"02:10:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"15","winner":"team_A","score_a":"123","score_b":"120","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"14083","venue_name":"Waverley Park","venue_city":"Melbourne, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16052","round_id":"28761","last_updated":"2019-02-27 10:23:46"},{"match_id":"1562353","date":"1991-08-31","time":"04:10:00","date_utc":"1991-08-31","time_utc":"02:10:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"24","winner":"team_A","score_a":"138","score_b":"123","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16053","round_id":"28787","last_updated":"2019-02-27 10:54:29"},{"match_id":"1562251","date":"1991-05-18","time":"04:10:00","date_utc":"1991-05-18","time_utc":"02:10:00","team_a_id":"25511","team_a_name":"Carlton FC","team_a_short_name":"Carlton","team_a_tla_name":"CAR","team_a_original_name":"Carlton FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","team_b_id":"25521","team_b_name":"Richmond FC","team_b_short_name":"Richmond","team_b_tla_name":"RIC","team_b_original_name":"Richmond FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","status":"Played","gameweek":"9","winner":"team_A","score_a":"93","score_b":"81","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"14069","venue_name":"Ikon Park","venue_city":"Melbourne, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16053","round_id":"28787","last_updated":"2019-02-27 10:45:46"},{"match_id":"1562448","date":"1990-06-02","time":"04:10:00","date_utc":"1990-06-02","time_utc":"02:10:00","team_a_id":"25521","team_a_name":"Richmond FC","team_a_short_name":"Richmond","team_a_tla_name":"RIC","team_a_original_name":"Richmond FC","team_a_country":"AUS","team_a_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25521.png","team_b_id":"25511","team_b_name":"Carlton FC","team_b_short_name":"Carlton","team_b_tla_name":"CAR","team_b_original_name":"Carlton FC","team_b_country":"AUS","team_b_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25511.png","status":"Played","gameweek":"10","winner":"team_A","score_a":"108","score_b":"85","p1s_a":"","p1s_b":"","p2s_a":"","p2s_b":"","p3s_a":"","p3s_b":"","p4s_a":"","p4s_b":"","ot_a":"","ot_b":"","goals_a":"","goals_b":"","behinds_a":"","behinds_b":"","venue_type":"home_away","final_period":"auf_p4s","attendance":"","venue_id":"8553","venue_name":"Melbourne Cricket Ground","venue_city":"Richmond, VIC","competition_id":"1522","competition_name":"AFL","season_id":"16054","round_id":"28798","last_updated":"2019-02-27 11:19:45"}]}}}