Advertisement
Guest User

soccer

a guest
Jul 26th, 2018
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.63 KB | None | 0 0
  1. {
  2.     "generated_at": "2018-07-26T06:58:00+00:00",
  3.     "schema": "http:\/\/schemas.sportradar.com\/bsa\/soccer\/v1\/json\/endpoints\/soccer\/match_summary.json",
  4.     "sport_event": {
  5.         "id": "sr:match:11483307",
  6.         "scheduled": "2017-05-10T18:45:00+00:00",
  7.         "start_time_tbd": false,
  8.         "tournament_round": {
  9.             "type": "group",
  10.             "number": 26
  11.         },
  12.         "season": {
  13.             "id": "sr:season:32887",
  14.             "name": "Premier League 16\/17",
  15.             "start_date": "2016-08-13",
  16.             "end_date": "2017-05-25",
  17.             "year": "16\/17",
  18.             "tournament_id": "sr:tournament:17"
  19.         },
  20.         "tournament": {
  21.             "id": "sr:tournament:17",
  22.             "name": "Premier League",
  23.             "sport": {
  24.                 "id": "sr:sport:1",
  25.                 "name": "Soccer"
  26.             },
  27.             "category": {
  28.                 "id": "sr:category:1",
  29.                 "name": "England",
  30.                 "country_code": "ENG"
  31.             }
  32.         },
  33.         "competitors": [{
  34.             "id": "sr:competitor:45",
  35.             "name": "Southampton FC",
  36.             "country": "England",
  37.             "country_code": "ENG",
  38.             "abbreviation": "SOU",
  39.             "qualifier": "home"
  40.         }, {
  41.             "id": "sr:competitor:42",
  42.             "name": "Arsenal",
  43.             "country": "England",
  44.             "country_code": "ENG",
  45.             "abbreviation": "ARS",
  46.             "qualifier": "away"
  47.         }],
  48.         "venue": {
  49.             "id": "sr:venue:2231",
  50.             "name": "St. Mary's Stadium",
  51.             "capacity": 32505,
  52.             "city_name": "Southampton",
  53.             "country_name": "England",
  54.             "map_coordinates": "50.905833,-1.391111",
  55.             "country_code": "ENG"
  56.         }
  57.     },
  58.     "sport_event_conditions": {
  59.         "venue": {
  60.             "id": "sr:venue:2231",
  61.             "name": "St. Mary's Stadium",
  62.             "capacity": 32505,
  63.             "city_name": "Southampton",
  64.             "country_name": "England",
  65.             "map_coordinates": "50.905833,-1.391111",
  66.             "country_code": "ENG"
  67.         }
  68.     },
  69.     "sport_event_status": {
  70.         "status": "closed",
  71.         "home_score": 0,
  72.         "away_score": 2,
  73.         "winner_id": "sr:competitor:42",
  74.         "period_scores": [{
  75.             "home_score": 0,
  76.             "away_score": 0,
  77.             "type": "regular_period",
  78.             "number": 1
  79.         }, {
  80.             "home_score": 0,
  81.             "away_score": 2,
  82.             "type": "regular_period",
  83.             "number": 2
  84.         }]
  85.     }
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement