Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v2 GET /soccer/get_atc
Returns premiun atc commentary of match events
Request URL
https://dsg-api.com/clients/{client_name}/soccer/get_atc?id={match_id}&client={client_name}&authkey={client_authkey}
API Threshold
- 10k calls per hour (2.78 calls per second)
- This threshold applies to ALL your calls you do across the API.
- Your number of calls get reset every hour at :00
- If the thresold is reached within the hour you will get a xml/json message accordingly (which is gone when the next hour starts, see previous point)
Parameters
ftype
string
changes feed type from XML to json (ftype=json or ftype=json_array)
Nodes
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_atc?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}/soccer/get_atc?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}/soccer/get_atc?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}/soccer/get_atc?id={match_id}&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example200 Success{"datasportsgroup":{"version":"2.0","sport":"soccer","lang":"en","method":{"method_id":"22","name":"get_atc"},"competition":{"competition_id":"2","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2019-07-31 10:18:32","season":{"season_id":"16336","title":"2018\/2019","original_name":"Premier League","start_date":"2018-08-10","end_date":"2019-05-12","last_updated":"2019-05-13 18:25:11","rounds":{"round_id":"22226","name":"Regular Season","start_date":"2018-08-10","end_date":"2019-05-12","type":"table","last_updated":"2019-05-13 18:25:18","match":{"match_id":"1343870","date":"2018-08-11","time":"16:00:00","team_a_id":"2169","team_a_name":"AFC Bournemouth","team_a_short_name":"Bournemouth","team_a_tla_name":"BOU","team_a_country":"ENG","team_b_id":"495","team_b_name":"Cardiff City FC","team_b_short_name":"Cardiff","team_b_tla_name":"CAR","team_b_country":"WAL","status":"Played","gameweek":"1","winner":"team_A","score_a":"2","score_b":"0","p1s_a":"1","p1s_b":"0","p2s_a":"1","p2s_b":"0","ets_a":"","ets_b":"","pen_a":"","pen_b":"","game_minute":"","final_period":"soc_p2s","last_updated":"2018-11-25 12:10:16","commentary":[{"atc_event_id":"266257023","stat_type":"game_end","people_id":"","team_id":"","period":"H2","game_minute":"90","game_second":"25","game_minute_extra":"6","phrase":"the match has ended with a score of 2:0","timestamp":"2018-08-11 17:56:04"},{"atc_event_id":"266257022","stat_type":"second_half_end","people_id":"","team_id":"","period":"H2","game_minute":"90","game_second":"25","game_minute_extra":"6","phrase":"the end of 2nd half is reached","timestamp":"2018-08-11 17:53:28"},{"atc_event_id":"266257021","stat_type":"substitute_in","people_id":"26915","team_id":"2169","period":"H2","game_minute":"90","game_second":"21","game_minute_extra":"4","phrase":"Lys Mousset enters the game"},{"atc_event_id":"266257020","stat_type":"substitute_out","people_id":"36171","team_id":"2169","period":"H2","game_minute":"90","game_second":"21","game_minute_extra":"4","phrase":"Callum Wilson leaving the pitch"},{"atc_event_id":"266257019","stat_type":"substitute_in","people_id":"848","team_id":"2169","period":"H2","game_minute":"90","game_second":"47","game_minute_extra":"3","phrase":"Jermain Defoe enters the game"},{"atc_event_id":"266257018","stat_type":"substitute_out","people_id":"3582","team_id":"2169","period":"H2","game_minute":"90","game_second":"47","game_minute_extra":"3","phrase":"Adam Smith leaving the pitch"},{"atc_event_id":"266257017","stat_type":"tackles_won","people_id":"3374","team_id":"495","period":"H2","game_minute":"90","game_second":"3","game_minute_extra":"3","phrase":"Joe Bennett won a tackle"},{"atc_event_id":"266257016","stat_type":"goals_conceded","people_id":"3925","team_id":"495","period":"H2","game_minute":"90","game_second":"12","game_minute_extra":"1","phrase":"Neil Etheridge has conceded a goal"},{"atc_event_id":"266257015","stat_type":"goals","people_id":"36171","team_id":"2169","period":"H2","game_minute":"90","game_second":"12","game_minute_extra":"1","phrase":"Callum Wilson has scored a goal for AFC Bournemouth!"},{"atc_event_id":"266257014","stat_type":"assists","people_id":"36119","team_id":"2169","period":"H2","game_minute":"90","game_second":"11","game_minute_extra":"1","phrase":"Simon Francis has assisted for a goal"},{"atc_event_id":"266257013","stat_type":"tackles_won","people_id":"3374","team_id":"495","period":"H2","game_minute":"89","game_second":"34","game_minute_extra":"","phrase":"Joe Bennett won a tackle"},{"atc_event_id":"266257012","stat_type":"blocked_shots","people_id":"36125","team_id":"495","period":"H2","game_minute":"89","game_second":"16","game_minute_extra":"","phrase":"Sean Morrison blocked a shot"},{"atc_event_id":"266257011","stat_type":"shots_on_target","people_id":"36171","team_id":"2169","period":"H2","game_minute":"89","game_second":"16","game_minute_extra":"","phrase":"Callum Wilson made a shot on target"},{"atc_event_id":"266257010","stat_type":"tackles_won","people_id":"36107","team_id":"495","period":"H2","game_minute":"88","game_second":"46","game_minute_extra":"","phrase":"Gary Madine won a tackle"},{"atc_event_id":"266257009","stat_type":"substitute_in","people_id":"36107","team_id":"495","period":"H2","game_minute":"87","game_second":"58","game_minute_extra":"","phrase":"Gary Madine enters the game"},{"atc_event_id":"266257008","stat_type":"substitute_out","people_id":"37012","team_id":"495","period":"H2","game_minute":"87","game_second":"58","game_minute_extra":"","phrase":"Bobby Reid leaving the pitch"},{"atc_event_id":"266257007","stat_type":"fouls","people_id":"1443","team_id":"2169","period":"H2","game_minute":"85","game_second":"13","game_minute_extra":"","phrase":"Andrew Surman made a foul"},{"atc_event_id":"266257006","stat_type":"fouled","people_id":"37012","team_id":"495","period":"H2","game_minute":"85","game_second":"13","game_minute_extra":"","phrase":"Bobby Reid got fouled"},{"atc_event_id":"266257005","stat_type":"tackles_won","people_id":"3582","team_id":"2169","period":"H2","game_minute":"84","game_second":"57","game_minute_extra":"","phrase":"Adam Smith won a tackle"},{"atc_event_id":"266257004","stat_type":"interceptions","people_id":"3374","team_id":"495","period":"H2","game_minute":"83","game_second":"22","game_minute_extra":"","phrase":"Joe Bennett intercepted a ball successfully"},{"atc_event_id":"266257003","stat_type":"shots_off_target","people_id":"36233","team_id":"2169","period":"H2","game_minute":"82","game_second":"20","game_minute_extra":"","phrase":"Ryan Fraser made a shot off target"},{"atc_event_id":"266257002","stat_type":"crosses","people_id":"36171","team_id":"2169","period":"H2","game_minute":"82","game_second":"15","game_minute_extra":"","phrase":"Callum Wilson has made a cross"},{"atc_event_id":"266257001","stat_type":"interceptions","people_id":"36125","team_id":"495","period":"H2","game_minute":"82","game_second":"10","game_minute_extra":"","phrase":"Sean Morrison intercepted a ball successfully"},{"atc_event_id":"266257000","stat_type":"shots_off_target","people_id":"1570","team_id":"2169","period":"H2","game_minute":"81","game_second":"26","game_minute_extra":"","phrase":"Dan Gosling made a shot off target"},{"atc_event_id":"266256999","stat_type":"crosses","people_id":"36119","team_id":"2169","period":"H2","game_minute":"81","game_second":"23","game_minute_extra":"","phrase":"Simon Francis has made a cross"},{"atc_event_id":"266256998","stat_type":"crosses","people_id":"36233","team_id":"2169","period":"H2","game_minute":"81","game_second":"12","game_minute_extra":"","phrase":"Ryan Fraser has made a cross"},{"atc_event_id":"266256997","stat_type":"tackles_won","people_id":"3374","team_id":"495","period":"H2","game_minute":"80","game_second":"49","game_minute_extra":"","phrase":"Joe Bennett won a tackle"},{"atc_event_id":"266256996","stat_type":"tackles_won","people_id":"2325","team_id":"495","period":"H2","game_minute":"80","game_second":"13","game_minute_extra":"","phrase":"Bruno Ecuélé Manga won a tackle"},{"atc_event_id":"266256995","stat_type":"tackles_won","people_id":"1570","team_id":"2169","period":"H2","game_minute":"79","game_second":"37","game_minute_extra":"","phrase":"Dan Gosling won a tackle"},{"atc_event_id":"266256994","stat_type":"saves","people_id":"3925","team_id":"495","period":"H2","game_minute":"78","game_second":"46","game_minute_extra":"","phrase":"Neil Etheridge saved a shot on target"},{"atc_event_id":"266256993","stat_type":"shots_on_target","people_id":"36171","team_id":"2169","period":"H2","game_minute":"78","game_second":"46","game_minute_extra":"","phrase":"Callum Wilson made a shot on target"},{"atc_event_id":"266256992","stat_type":"fouled","people_id":"36233","team_id":"2169","period":"H2","game_minute":"78","game_second":"8","game_minute_extra":"","phrase":"Ryan Fraser got fouled"},{"atc_event_id":"266256991","stat_type":"fouls","people_id":"37012","team_id":"495","period":"H2","game_minute":"78","game_second":"8","game_minute_extra":"","phrase":"Bobby Reid made a foul"},{"atc_event_id":"266256990","stat_type":"fouls","people_id":"3582","team_id":"2169","period":"H2","game_minute":"77","game_second":"13","game_minute_extra":"","phrase":"Adam Smith made a foul"},{"atc_event_id":"266256989","stat_type":"fouled","people_id":"3374","team_id":"495","period":"H2","game_minute":"77","game_second":"13","game_minute_extra":"","phrase":"Joe Bennett got fouled"},{"atc_event_id":"266256987","stat_type":"fouls","people_id":"2983","team_id":"495","period":"H2","game_minute":"75","game_second":"11","game_minute_extra":"","phrase":"Junior Hoilett made a foul"},{"atc_event_id":"266256986","stat_type":"tackles_won","people_id":"2397","team_id":"495","period":"H2","game_minute":"74","game_second":"16","game_minute_extra":"","phrase":"Soul Bamba won a tackle"},{"atc_event_id":"266256985","stat_type":"fouled","people_id":"36233","team_id":"2169","period":"H2","game_minute":"72","game_second":"26","game_minute_extra":"","phrase":"Ryan Fraser got fouled"},{"atc_event_id":"266256984","stat_type":"fouls","people_id":"2397","team_id":"495","period":"H2","game_minute":"72","game_second":"26","game_minute_extra":"","phrase":"Soul Bamba made a foul"},{"atc_event_id":"266256983","stat_type":"crosses","people_id":"2983","team_id":"495","period":"H2","game_minute":"72","game_second":"20","game_minute_extra":"","phrase":"Junior Hoilett has made a cross"},{"atc_event_id":"266256982","stat_type":"blocked_shots","people_id":"36119","team_id":"2169","period":"H2","game_minute":"71","game_second":"56","game_minute_extra":"","phrase":"Simon Francis blocked a shot"},{"atc_event_id":"266256981","stat_type":"shots_on_target","people_id":"4991","team_id":"495","period":"H2","game_minute":"71","game_second":"56","game_minute_extra":"","phrase":"Josh Murphy made a shot on target"},{"atc_event_id":"266256980","stat_type":"crosses","people_id":"4991","team_id":"495","period":"H2","game_minute":"71","game_second":"18","game_minute_extra":"","phrase":"Josh Murphy has made a cross"},{"atc_event_id":"266256979","stat_type":"tackles_won","people_id":"1570","team_id":"2169","period":"H2","game_minute":"70","game_second":"54","game_minute_extra":"","phrase":"Dan Gosling won a tackle"},{"atc_event_id":"266256978","stat_type":"interceptions","people_id":"35988","team_id":"495","period":"H2","game_minute":"69","game_second":"52","game_minute_extra":"","phrase":"Lee Peltier intercepted a ball successfully"},{"atc_event_id":"266256977","stat_type":"interceptions","people_id":"36125","team_id":"495","period":"H2","game_minute":"69","game_second":"49","game_minute_extra":"","phrase":"Sean Morrison intercepted a ball successfully"},{"atc_event_id":"266256976","stat_type":"tackles_won","people_id":"35988","team_id":"495","period":"H2","game_minute":"69","game_second":"26","game_minute_extra":"","phrase":"Lee Peltier won a tackle"},{"atc_event_id":"266256975","stat_type":"fouls","people_id":"36119","team_id":"2169","period":"H2","game_minute":"68","game_second":"34","game_minute_extra":"","phrase":"Simon Francis made a foul"},{"atc_event_id":"266256974","stat_type":"fouled","people_id":"3374","team_id":"495","period":"H2","game_minute":"68","game_second":"34","game_minute_extra":"","phrase":"Joe Bennett got fouled"},{"atc_event_id":"266256973","stat_type":"shots_off_target","people_id":"37012","team_id":"495","period":"H2","game_minute":"67","game_second":"56","game_minute_extra":"","phrase":"Bobby Reid made a shot off target"},{"atc_event_id":"266256972","stat_type":"fouls","people_id":"36119","team_id":"2169","period":"H2","game_minute":"66","game_second":"49","game_minute_extra":"","phrase":"Simon Francis made a foul"},{"atc_event_id":"266256971","stat_type":"fouled","people_id":"36275","team_id":"495","period":"H2","game_minute":"66","game_second":"49","game_minute_extra":"","phrase":"Joe Ralls got fouled"},{"atc_event_id":"266256970","stat_type":"shots_on_target","people_id":"36275","team_id":"495","period":"H2","game_minute":"66","game_second":"45","game_minute_extra":"","phrase":"Joe Ralls made a shot on target"},{"atc_event_id":"266256969","stat_type":"blocked_shots","people_id":"4457","team_id":"2169","period":"H2","game_minute":"66","game_second":"43","game_minute_extra":"","phrase":"Nathan Aké blocked a shot"},{"atc_event_id":"266256968","stat_type":"shots_on_target","people_id":"37012","team_id":"495","period":"H2","game_minute":"66","game_second":"43","game_minute_extra":"","phrase":"Bobby Reid made a shot on target"},{"atc_event_id":"266256967","stat_type":"interceptions","people_id":"2983","team_id":"495","period":"H2","game_minute":"66","game_second":"34","game_minute_extra":"","phrase":"Junior Hoilett intercepted a ball successfully"},{"atc_event_id":"266256966","stat_type":"substitute_in","people_id":"36119","team_id":"2169","period":"H2","game_minute":"66","game_second":"13","game_minute_extra":"","phrase":"Simon Francis enters the game"},{"atc_event_id":"266256965","stat_type":"substitute_out","people_id":"114652","team_id":"2169","period":"H2","game_minute":"66","game_second":"13","game_minute_extra":"","phrase":"David Brooks leaving the pitch"},{"atc_event_id":"266256964","stat_type":"tackles_won","people_id":"2325","team_id":"495","period":"H2","game_minute":"64","game_second":"54","game_minute_extra":"","phrase":"Bruno Ecuélé Manga won a tackle"},{"atc_event_id":"266256963","stat_type":"tackles_won","people_id":"35988","team_id":"495","period":"H2","game_minute":"64","game_second":"47","game_minute_extra":"","phrase":"Lee Peltier won a tackle"},{"atc_event_id":"266256962","stat_type":"saves","people_id":"2205","team_id":"2169","period":"H2","game_minute":"64","game_second":"32","game_minute_extra":"","phrase":"Asmir Begović saved a shot on target"},{"atc_event_id":"266256961","stat_type":"shots_on_target","people_id":"36125","team_id":"495","period":"H2","game_minute":"64","game_second":"32","game_minute_extra":"","phrase":"Sean Morrison made a shot on target"},{"atc_event_id":"266256960","stat_type":"shots_off_target","people_id":"4991","team_id":"495","period":"H2","game_minute":"64","game_second":"31","game_minute_extra":"","phrase":"Josh Murphy made a shot off target"},{"atc_event_id":"266256959","stat_type":"crosses","people_id":"2983","team_id":"495","period":"H2","game_minute":"64","game_second":"26","game_minute_extra":"","phrase":"Junior Hoilett has made a cross"},{"atc_event_id":"266256958","stat_type":"tackles_won","people_id":"114652","team_id":"2169","period":"H2","game_minute":"63","game_second":"59","game_minute_extra":"","phrase":"David Brooks won a tackle"},{"atc_event_id":"266256957","stat_type":"interceptions","people_id":"36209","team_id":"2169","period":"H2","game_minute":"63","game_second":"30","game_minute_extra":"","phrase":"Steve Cook intercepted a ball successfully"},{"atc_event_id":"266256956","stat_type":"tackles_won","people_id":"37012","team_id":"495","period":"H2","game_minute":"62","game_second":"31","game_minute_extra":"","phrase":"Bobby Reid won a tackle"},{"atc_event_id":"266256955","stat_type":"substitute_in","people_id":"4991","team_id":"495","period":"H2","game_minute":"62","game_second":"7","game_minute_extra":"","phrase":"Josh Murphy enters the game"},{"atc_event_id":"266256954","stat_type":"substitute_out","people_id":"36913","team_id":"495","period":"H2","game_minute":"62","game_second":"7","game_minute_extra":"","phrase":"Nathaniel Mendez-Laing leaving the pitch"},{"atc_event_id":"266256953","stat_type":"substitute_in","people_id":"36176","team_id":"495","period":"H2","game_minute":"62","game_second":"0","game_minute_extra":"","phrase":"Daniel Ward enters the game"},{"atc_event_id":"266256952","stat_type":"substitute_out","people_id":"35903","team_id":"495","period":"H2","game_minute":"62","game_second":"0","game_minute_extra":"","phrase":"Callum Paterson leaving the pitch"},{"atc_event_id":"266256951","stat_type":"shots_off_target","people_id":"1443","team_id":"2169","period":"H2","game_minute":"61","game_second":"22","game_minute_extra":"","phrase":"Andrew Surman made a shot off target"},{"atc_event_id":"266256950","stat_type":"shots_off_target","people_id":"114652","team_id":"2169","period":"H2","game_minute":"61","game_second":"18","game_minute_extra":"","phrase":"David Brooks made a shot off target"},{"atc_event_id":"266256949","stat_type":"crosses","people_id":"36913","team_id":"495","period":"H2","game_minute":"60","game_second":"51","game_minute_extra":"","phrase":"Nathaniel Mendez-Laing has made a cross"},{"atc_event_id":"266256948","stat_type":"crosses","people_id":"2983","team_id":"495","period":"H2","game_minute":"60","game_second":"27","game_minute_extra":"","phrase":"Junior Hoilett has made a cross"},{"atc_event_id":"266256947","stat_type":"crosses","people_id":"36275","team_id":"495","period":"H2","game_minute":"59","game_second":"34","game_minute_extra":"","phrase":"Joe Ralls has made a cross"},{"atc_event_id":"266256946","stat_type":"blocked_shots","people_id":"4457","team_id":"2169","period":"H2","game_minute":"59","game_second":"2","game_minute_extra":"","phrase":"Nathan Aké blocked a shot"},{"atc_event_id":"266256945","stat_type":"shots_on_target","people_id":"35903","team_id":"495","period":"H2","game_minute":"59","game_second":"2","game_minute_extra":"","phrase":"Callum Paterson made a shot on target"},{"atc_event_id":"266256944","stat_type":"crosses","people_id":"114652","team_id":"2169","period":"H2","game_minute":"58","game_second":"20","game_minute_extra":"","phrase":"David Brooks has made a cross"},{"atc_event_id":"266256943","stat_type":"crosses","people_id":"36233","team_id":"2169","period":"H2","game_minute":"57","game_second":"50","game_minute_extra":"","phrase":"Ryan Fraser has made a cross"},{"atc_event_id":"266256942","stat_type":"crosses","people_id":"36233","team_id":"2169","period":"H2","game_minute":"56","game_second":"45","game_minute_extra":"","phrase":"Ryan Fraser has made a cross"},{"atc_event_id":"266256941","stat_type":"fouled","people_id":"114652","team_id":"2169","period":"H2","game_minute":"56","game_second":"9","game_minute_extra":"","phrase":"David Brooks got fouled"},{"atc_event_id":"266256940","stat_type":"fouls","people_id":"3374","team_id":"495","period":"H2","game_minute":"56","game_second":"9","game_minute_extra":"","phrase":"Joe Bennett made a foul"},{"atc_event_id":"266256939","stat_type":"tackles_won","people_id":"2325","team_id":"495","period":"H2","game_minute":"56","game_second":"2","game_minute_extra":"","phrase":"Bruno Ecuélé Manga won a tackle"},{"atc_event_id":"266256938","stat_type":"fouled","people_id":"36233","team_id":"2169","period":"H2","game_minute":"55","game_second":"15","game_minute_extra":"","phrase":"Ryan Fraser got fouled"},{"atc_event_id":"266256937","stat_type":"fouls","people_id":"2397","team_id":"495","period":"H2","game_minute":"55","game_second":"15","game_minute_extra":"","phrase":"Soul Bamba made a foul"},{"atc_event_id":"266256936","stat_type":"interceptions","people_id":"36233","team_id":"2169","period":"H2","game_minute":"53","game_second":"56","game_minute_extra":"","phrase":"Ryan Fraser intercepted a ball successfully"},{"atc_event_id":"266256935","stat_type":"crosses","people_id":"36275","team_id":"495","period":"H2","game_minute":"53","game_second":"3","game_minute_extra":"","phrase":"Joe Ralls has made a cross"},{"atc_event_id":"266256934","stat_type":"fouls","people_id":"1443","team_id":"2169","period":"H2","game_minute":"51","game_second":"46","game_minute_extra":"","phrase":"Andrew Surman made a foul"},{"atc_event_id":"266256933","stat_type":"fouled","people_id":"35903","team_id":"495","period":"H2","game_minute":"51","game_second":"46","game_minute_extra":"","phrase":"Callum Paterson got fouled"},{"atc_event_id":"266256932","stat_type":"tackles_won","people_id":"37012","team_id":"495","period":"H2","game_minute":"50","game_second":"31","game_minute_extra":"","phrase":"Bobby Reid won a tackle"},{"atc_event_id":"266256931","stat_type":"offsides","people_id":"37012","team_id":"495","period":"H2","game_minute":"49","game_second":"55","game_minute_extra":"","phrase":"Bobby Reid was caught offside"},{"atc_event_id":"266256930","stat_type":"interceptions","people_id":"2397","team_id":"495","period":"H2","game_minute":"49","game_second":"48","game_minute_extra":"","phrase":"Soul Bamba intercepted a ball successfully"},{"atc_event_id":"266256929","stat_type":"tackles_won","people_id":"35988","team_id":"495","period":"H2","game_minute":"49","game_second":"6","game_minute_extra":"","phrase":"Lee Peltier won a tackle"},{"atc_event_id":"266256928","stat_type":"crosses","people_id":"3659","team_id":"2169","period":"H2","game_minute":"48","game_second":"32","game_minute_extra":"","phrase":"Joshua King has made a cross"},{"atc_event_id":"266256927","stat_type":"tackles_won","people_id":"2325","team_id":"495","period":"H2","game_minute":"47","game_second":"37","game_minute_extra":"","phrase":"Bruno Ecuélé Manga won a tackle"},{"atc_event_id":"266256926","stat_type":"tackles_won","people_id":"36913","team_id":"495","period":"H2","game_minute":"46","game_second":"49","game_minute_extra":"","phrase":"Nathaniel Mendez-Laing won a tackle"},{"atc_event_id":"266256925","stat_type":"second_half_start","people_id":"","team_id":"","period":"H2","game_minute":"45","game_second":"0","game_minute_extra":"","phrase":"the 2nd half is underway","timestamp":"2018-08-11 17:03:03"},{"atc_event_id":"266256924","stat_type":"first_half_end","people_id":"","team_id":"","period":"H1","game_minute":"45","game_second":"8","game_minute_extra":"3","phrase":"the referee blows the whistle for the end of 1st half.","timestamp":"2018-08-11 16:47:16"},{"atc_event_id":"266256923","stat_type":"fouls","people_id":"36209","team_id":"2169","period":"H1","game_minute":"45","game_second":"24","game_minute_extra":"2","phrase":"Steve Cook made a foul"},{"atc_event_id":"266256922","stat_type":"fouled","people_id":"36275","team_id":"495","period":"H1","game_minute":"45","game_second":"24","game_minute_extra":"2","phrase":"Joe Ralls got fouled"},{"atc_event_id":"266256921","stat_type":"crosses","people_id":"1570","team_id":"2169","period":"H1","game_minute":"45","game_second":"23","game_minute_extra":"2","phrase":"Dan Gosling has made a cross"},{"atc_event_id":"266256920","stat_type":"crosses","people_id":"36233","team_id":"2169","period":"H1","game_minute":"45","game_second":"14","game_minute_extra":"2","phrase":"Ryan Fraser has made a cross"},{"atc_event_id":"266256919","stat_type":"crosses","people_id":"3582","team_id":"2169","period":"H1","game_minute":"45","game_second":"45","game_minute_extra":"1","phrase":"Adam Smith has made a cross"},{"atc_event_id":"266256918","stat_type":"shots_off_target","people_id":"36913","team_id":"495","period":"H1","game_minute":"44","game_second":"49","game_minute_extra":"","phrase":"Nathaniel Mendez-Laing made a shot off target"},{"atc_event_id":"266256917","stat_type":"crosses","people_id":"2983","team_id":"495","period":"H1","game_minute":"44","game_second":"46","game_minute_extra":"","phrase":"Junior Hoilett has made a cross"},{"atc_event_id":"266256916","stat_type":"crosses","people_id":"36125","team_id":"495","period":"H1","game_minute":"44","game_second":"41","game_minute_extra":"","phrase":"Sean Morrison has made a cross"},{"atc_event_id":"266256915","stat_type":"tackles_won","people_id":"114652","team_id":"2169","period":"H1","game_minute":"44","game_second":"2","game_minute_extra":"","phrase":"David Brooks won a tackle"},{"atc_event_id":"266256914","stat_type":"yellow_cards","people_id":"36134","team_id":"2169","period":"H1","game_minute":"42","game_second":"22","game_minute_extra":"","phrase":"Charlie Daniels receives a yellow card."},{"atc_event_id":"266256913","stat_type":"fouls","people_id":"36134","team_id":"2169","period":"H1","game_minute":"41","game_second":"56","game_minute_extra":"","phrase":"Charlie Daniels made a foul"},{"atc_event_id":"266256912","stat_type":"fouled","people_id":"2983","team_id":"495","period":"H1","game_minute":"41","game_second":"56","game_minute_extra":"","phrase":"Junior Hoilett got fouled"},{"atc_event_id":"266256911","stat_type":"shots_off_target","people_id":"36913","team_id":"495","period":"H1","game_minute":"39","game_second":"55","game_minute_extra":"","phrase":"Nathaniel Mendez-Laing made a shot off target"},{"atc_event_id":"266256910","stat_type":"crosses","people_id":"36275","team_id":"495","period":"H1","game_minute":"39","game_second":"54","game_minute_extra":"","phrase":"Joe Ralls has made a cross"},{"atc_event_id":"266256909","stat_type":"tackles_won","people_id":"2983","team_id":"495","period":"H1","game_minute":"39","game_second":"46","game_minute_extra":"","phrase":"Junior Hoilett won a tackle"},{"atc_event_id":"266256908","stat_type":"fouls","people_id":"114652","team_id":"2169","period":"H1","game_minute":"37","game_second":"56","game_minute_extra":"","phrase":"David Brooks made a foul"},{"atc_event_id":"266256907","stat_type":"fouled","people_id":"3374","team_id":"495","period":"H1","game_minute":"37","game_second":"56","game_minute_extra":"","phrase":"Joe Bennett got fouled"},{"atc_event_id":"266256906","stat_type":"crosses","people_id":"2983","team_id":"495","period":"H1","game_minute":"37","game_second":"16","game_minute_extra":"","phrase":"Junior Hoilett has made a cross"},{"atc_event_id":"266256905","stat_type":"tackles_won","people_id":"35988","team_id":"495","period":"H1","game_minute":"36","game_second":"39","game_minute_extra":"","phrase":"Lee Peltier won a tackle"},{"atc_event_id":"266256904","stat_type":"fouled","people_id":"3659","team_id":"2169","period":"H1","game_minute":"35","game_second":"2","game_minute_extra":"","phrase":"Joshua King got fouled"},{"atc_event_id":"266256903","stat_type":"fouls","people_id":"2397","team_id":"495","period":"H1","game_minute":"35","game_second":"2","game_minute_extra":"","phrase":"Soul Bamba made a foul"},{"atc_event_id":"266256902","stat_type":"tackles_won","people_id":"1570","team_id":"2169","period":"H1","game_minute":"34","game_second":"42","game_minute_extra":"","phrase":"Dan Gosling won a tackle"},{"atc_event_id":"266256901","stat_type":"penalty_miss","people_id":"36171","team_id":"2169","period":"H1","game_minute":"33","game_second":"55","game_minute_extra":"","phrase":"Callum Wilson misses the penalty!"},{"atc_event_id":"266256900","stat_type":"saves","people_id":"3925","team_id":"495","period":"H1","game_minute":"33","game_second":"55","game_minute_extra":"","phrase":"Neil Etheridge saved a shot on target"},{"atc_event_id":"266256899","stat_type":"penalty_save","people_id":"3925","team_id":"495","period":"H1","game_minute":"33","game_second":"55","game_minute_extra":"","phrase":"Penalty saved by Neil Etheridge!"},{"atc_event_id":"266256898","stat_type":"fouled","people_id":"36171","team_id":"2169","period":"H1","game_minute":"32","game_second":"49","game_minute_extra":"","phrase":"Callum Wilson got fouled"},{"atc_event_id":"266256897","stat_type":"fouls","people_id":"2325","team_id":"495","period":"H1","game_minute":"32","game_second":"49","game_minute_extra":"","phrase":"Bruno Ecuélé Manga made a foul"},{"atc_event_id":"266256896","stat_type":"interceptions","people_id":"36913","team_id":"495","period":"H1","game_minute":"32","game_second":"33","game_minute_extra":"","phrase":"Nathaniel Mendez-Laing intercepted a ball successfully"},{"atc_event_id":"266256895","stat_type":"offsides","people_id":"2397","team_id":"495","period":"H1","game_minute":"31","game_second":"54","game_minute_extra":"","phrase":"Soul Bamba was caught offside"},{"atc_event_id":"266256894","stat_type":"blocked_shots","people_id":"36275","team_id":"495","period":"H1","game_minute":"29","game_second":"49","game_minute_extra":"","phrase":"Joe Ralls blocked a shot"},{"atc_event_id":"266256893","stat_type":"shots_on_target","people_id":"36171","team_id":"2169","period":"H1","game_minute":"29","game_second":"49","game_minute_extra":"","phrase":"Callum Wilson made a shot on target"},{"atc_event_id":"266256892","stat_type":"interceptions","people_id":"36275","team_id":"495","period":"H1","game_minute":"29","game_second":"48","game_minute_extra":"","phrase":"Joe Ralls intercepted a ball successfully"},{"atc_event_id":"266256891","stat_type":"interceptions","people_id":"36913","team_id":"495","period":"H1","game_minute":"29","game_second":"10","game_minute_extra":"","phrase":"Nathaniel Mendez-Laing intercepted a ball successfully"},{"atc_event_id":"266256890","stat_type":"tackles_won","people_id":"36913","team_id":"495","period":"H1","game_minute":"28","game_second":"6","game_minute_extra":"","phrase":"Nathaniel Mendez-Laing won a tackle"},{"atc_event_id":"266256889","stat_type":"shots_off_target","people_id":"3659","team_id":"2169","period":"H1","game_minute":"27","game_second":"14","game_minute_extra":"","phrase":"Joshua King made a shot off target"},{"atc_event_id":"266256888","stat_type":"fouls","people_id":"36209","team_id":"2169","period":"H1","game_minute":"26","game_second":"36","game_minute_extra":"","phrase":"Steve Cook made a foul"},{"atc_event_id":"266256887","stat_type":"fouled","people_id":"37012","team_id":"495","period":"H1","game_minute":"26","game_second":"36","game_minute_extra":"","phrase":"Bobby Reid got fouled"},{"atc_event_id":"266256886","stat_type":"interceptions","people_id":"2983","team_id":"495","period":"H1","game_minute":"26","game_second":"33","game_minute_extra":"","phrase":"Junior Hoilett intercepted a ball successfully"},{"atc_event_id":"266256885","stat_type":"interceptions","people_id":"3374","team_id":"495","period":"H1","game_minute":"26","game_second":"22","game_minute_extra":"","phrase":"Joe Bennett intercepted a ball successfully"},{"atc_event_id":"266256884","stat_type":"fouled","people_id":"3582","team_id":"2169","period":"H1","game_minute":"25","game_second":"32","game_minute_extra":"","phrase":"Adam Smith got fouled"},{"atc_event_id":"266256883","stat_type":"fouls","people_id":"2983","team_id":"495","period":"H1","game_minute":"25","game_second":"32","game_minute_extra":"","phrase":"Junior Hoilett made a foul"},{"atc_event_id":"266256882","stat_type":"goals_conceded","people_id":"3925","team_id":"495","period":"H1","game_minute":"23","game_second":"1","game_minute_extra":"","phrase":"Neil Etheridge has conceded a goal"},{"atc_event_id":"266256881","stat_type":"goals","people_id":"36233","team_id":"2169","period":"H1","game_minute":"23","game_second":"1","game_minute_extra":"","phrase":"Ryan Fraser has scored a goal for AFC Bournemouth!"},{"atc_event_id":"266256880","stat_type":"assists","people_id":"36171","team_id":"2169","period":"H1","game_minute":"22","game_second":"59","game_minute_extra":"","phrase":"Callum Wilson has assisted for a goal"},{"atc_event_id":"266256879","stat_type":"crosses","people_id":"36134","team_id":"2169","period":"H1","game_minute":"22","game_second":"15","game_minute_extra":"","phrase":"Charlie Daniels has made a cross"},{"atc_event_id":"266256878","stat_type":"interceptions","people_id":"36209","team_id":"2169","period":"H1","game_minute":"22","game_second":"6","game_minute_extra":"","phrase":"Steve Cook intercepted a ball successfully"},{"atc_event_id":"266256877","stat_type":"interceptions","people_id":"2325","team_id":"495","period":"H1","game_minute":"22","game_second":"0","game_minute_extra":"","phrase":"Bruno Ecuélé Manga intercepted a ball successfully"},{"atc_event_id":"266256876","stat_type":"tackles_won","people_id":"2983","team_id":"495","period":"H1","game_minute":"21","game_second":"55","game_minute_extra":"","phrase":"Junior Hoilett won a tackle"},{"atc_event_id":"266256875","stat_type":"tackles_won","people_id":"36209","team_id":"2169","period":"H1","game_minute":"21","game_second":"26","game_minute_extra":"","phrase":"Steve Cook won a tackle"},{"atc_event_id":"266256874","stat_type":"crosses","people_id":"2983","team_id":"495","period":"H1","game_minute":"20","game_second":"42","game_minute_extra":"","phrase":"Junior Hoilett has made a cross"},{"atc_event_id":"266256873","stat_type":"crosses","people_id":"35988","team_id":"495","period":"H1","game_minute":"20","game_second":"24","game_minute_extra":"","phrase":"Lee Peltier has made a cross"},{"atc_event_id":"266256872","stat_type":"fouls","people_id":"36171","team_id":"2169","period":"H1","game_minute":"19","game_second":"4","game_minute_extra":"","phrase":"Callum Wilson made a foul"},{"atc_event_id":"266256871","stat_type":"fouled","people_id":"3374","team_id":"495","period":"H1","game_minute":"19","game_second":"4","game_minute_extra":"","phrase":"Joe Bennett got fouled"},{"atc_event_id":"266256870","stat_type":"fouls","people_id":"36209","team_id":"2169","period":"H1","game_minute":"17","game_second":"32","game_minute_extra":"","phrase":"Steve Cook made a foul"},{"atc_event_id":"266256869","stat_type":"fouled","people_id":"37012","team_id":"495","period":"H1","game_minute":"17","game_second":"32","game_minute_extra":"","phrase":"Bobby Reid got fouled"},{"atc_event_id":"266256868","stat_type":"tackles_won","people_id":"114652","team_id":"2169","period":"H1","game_minute":"15","game_second":"55","game_minute_extra":"","phrase":"David Brooks won a tackle"},{"atc_event_id":"266256867","stat_type":"crosses","people_id":"3374","team_id":"495","period":"H1","game_minute":"15","game_second":"36","game_minute_extra":"","phrase":"Joe Bennett has made a cross"},{"atc_event_id":"266256866","stat_type":"interceptions","people_id":"3374","team_id":"495","period":"H1","game_minute":"14","game_second":"11","game_minute_extra":"","phrase":"Joe Bennett intercepted a ball successfully"},{"atc_event_id":"266256865","stat_type":"interceptions","people_id":"2983","team_id":"495","period":"H1","game_minute":"13","game_second":"36","game_minute_extra":"","phrase":"Junior Hoilett intercepted a ball successfully"},{"atc_event_id":"266256864","stat_type":"tackles_won","people_id":"3582","team_id":"2169","period":"H1","game_minute":"12","game_second":"39","game_minute_extra":"","phrase":"Adam Smith won a tackle"},{"atc_event_id":"266256863","stat_type":"shots_off_target","people_id":"37012","team_id":"495","period":"H1","game_minute":"11","game_second":"8","game_minute_extra":"","phrase":"Bobby Reid made a shot off target"},{"atc_event_id":"266256862","stat_type":"shots_off_target","people_id":"36171","team_id":"2169","period":"H1","game_minute":"10","game_second":"6","game_minute_extra":"","phrase":"Callum Wilson made a shot off target"},{"atc_event_id":"266256861","stat_type":"crosses","people_id":"36913","team_id":"495","period":"H1","game_minute":"9","game_second":"25","game_minute_extra":"","phrase":"Nathaniel Mendez-Laing has made a cross"},{"atc_event_id":"266256860","stat_type":"tackles_won","people_id":"3374","team_id":"495","period":"H1","game_minute":"8","game_second":"26","game_minute_extra":"","phrase":"Joe Bennett won a tackle"},{"atc_event_id":"266256859","stat_type":"tackles_won","people_id":"36125","team_id":"495","period":"H1","game_minute":"5","game_second":"5","game_minute_extra":"","phrase":"Sean Morrison won a tackle"},{"atc_event_id":"266256858","stat_type":"crosses","people_id":"3374","team_id":"495","period":"H1","game_minute":"4","game_second":"12","game_minute_extra":"","phrase":"Joe Bennett has made a cross"},{"atc_event_id":"266256857","stat_type":"crosses","people_id":"36913","team_id":"495","period":"H1","game_minute":"4","game_second":"5","game_minute_extra":"","phrase":"Nathaniel Mendez-Laing has made a cross"},{"atc_event_id":"266256856","stat_type":"interceptions","people_id":"36913","team_id":"495","period":"H1","game_minute":"3","game_second":"54","game_minute_extra":"","phrase":"Nathaniel Mendez-Laing intercepted a ball successfully"},{"atc_event_id":"266256855","stat_type":"yellow_cards","people_id":"35988","team_id":"495","period":"H1","game_minute":"2","game_second":"58","game_minute_extra":"","phrase":"Lee Peltier receives a yellow card."},{"atc_event_id":"266256854","stat_type":"fouled","people_id":"36233","team_id":"2169","period":"H1","game_minute":"2","game_second":"52","game_minute_extra":"","phrase":"Ryan Fraser got fouled"},{"atc_event_id":"266256853","stat_type":"fouls","people_id":"35988","team_id":"495","period":"H1","game_minute":"2","game_second":"52","game_minute_extra":"","phrase":"Lee Peltier made a foul"},{"atc_event_id":"266256852","stat_type":"interceptions","people_id":"36134","team_id":"2169","period":"H1","game_minute":"2","game_second":"46","game_minute_extra":"","phrase":"Charlie Daniels intercepted a ball successfully"},{"atc_event_id":"266256851","stat_type":"crosses","people_id":"36913","team_id":"495","period":"H1","game_minute":"1","game_second":"21","game_minute_extra":"","phrase":"Nathaniel Mendez-Laing has made a cross"},{"atc_event_id":"266256850","stat_type":"tackles_won","people_id":"4457","team_id":"2169","period":"H1","game_minute":"0","game_second":"35","game_minute_extra":"","phrase":"Nathan Aké won a tackle"},{"atc_event_id":"266256849","stat_type":"tackles_won","people_id":"1570","team_id":"2169","period":"H1","game_minute":"0","game_second":"16","game_minute_extra":"","phrase":"Dan Gosling won a tackle"},{"atc_event_id":"266256848","stat_type":"tackles_won","people_id":"35903","team_id":"495","period":"H1","game_minute":"0","game_second":"10","game_minute_extra":"","phrase":"Callum Paterson won a tackle"},{"atc_event_id":"266256847","stat_type":"first_half_start","people_id":"","team_id":"","period":"H1","game_minute":"0","game_second":"0","game_minute_extra":"","phrase":"The teams are out and the game is underway","timestamp":"2018-08-11 16:00:08"}]}}}}}}