infostrada 0.1.26 → 0.1.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +5 -13
  2. data/.rspec +2 -0
  3. data/.rubocop.yml +2 -0
  4. data/.travis.yml +6 -0
  5. data/README.md +2 -0
  6. data/infostrada.gemspec +4 -1
  7. data/lib/infostrada.rb +6 -12
  8. data/lib/infostrada/call_refresh.rb +2 -1
  9. data/lib/infostrada/competition.rb +2 -1
  10. data/lib/infostrada/core_ext/hash.rb +14 -0
  11. data/lib/infostrada/core_ext/string.rb +19 -2
  12. data/lib/infostrada/match.rb +2 -2
  13. data/lib/infostrada/match_event.rb +1 -1
  14. data/lib/infostrada/mock.rb +76 -0
  15. data/lib/infostrada/nation.rb +2 -2
  16. data/lib/infostrada/person_info.rb +12 -12
  17. data/lib/infostrada/phase.rb +11 -13
  18. data/lib/infostrada/player.rb +11 -11
  19. data/lib/infostrada/squad.rb +3 -6
  20. data/lib/infostrada/team.rb +4 -4
  21. data/lib/infostrada/team_info.rb +1 -1
  22. data/lib/infostrada/team_request.rb +2 -5
  23. data/lib/infostrada/version.rb +1 -1
  24. data/spec/base_request_spec.rb +19 -0
  25. data/spec/competition_spec.rb +67 -0
  26. data/spec/edition_request_spec.rb +20 -0
  27. data/spec/edition_spec.rb +111 -0
  28. data/spec/endpoint_spec.rb +62 -0
  29. data/spec/formatter_spec.rb +12 -0
  30. data/spec/helpers/json_helper.rb +41 -0
  31. data/spec/json/competition.json +55 -0
  32. data/spec/json/edition.json +61 -0
  33. data/spec/json/edition_request.json +242 -0
  34. data/spec/json/endpoint.json +46 -0
  35. data/spec/json/match.json +945 -0
  36. data/spec/json/match_event.json +187 -0
  37. data/spec/json/match_event_list.json +411 -0
  38. data/spec/json/nation.json +302 -0
  39. data/spec/json/person_info.json +52 -0
  40. data/spec/json/phase.json +158 -0
  41. data/spec/json/player.json +93 -0
  42. data/spec/json/referee.json +184 -0
  43. data/spec/json/sample_responses/all_editions.json +243 -0
  44. data/spec/json/sample_responses/competition_edition_league_21594_serie_a.json +4 -0
  45. data/spec/json/sample_responses/competition_match_days_league_21594_serie_a.json +473 -0
  46. data/spec/json/sample_responses/competition_match_list_league_21594_serie_a.json +25465 -0
  47. data/spec/json/sample_responses/competition_phases_cup_21204_capital_one_cup.json +138 -0
  48. data/spec/json/sample_responses/competition_phases_league_21594_serie_a.json +24 -0
  49. data/spec/json/sample_responses/competition_table_phase_114165_serie_a_2015.json +585 -0
  50. data/spec/json/sample_responses/competition_teams_league_21594.json +165 -0
  51. data/spec/json/sample_responses/get_api_call_refresh_module.json +65 -0
  52. data/spec/json/sample_responses/match_events_1788734_real_atletico_final_champions.json +7960 -0
  53. data/spec/json/sample_responses/match_info_1788734_real_atletico_final_champions.json +96 -0
  54. data/spec/json/sample_responses/match_info_upcoming_1968820_serie_a.json +96 -0
  55. data/spec/json/sample_responses/person_info_611005_bale.json +55 -0
  56. data/spec/json/sample_responses/squad_100163_on_edition_21590.json +1355 -0
  57. data/spec/json/sample_responses/team_info_100163.json +28 -0
  58. data/spec/json/sample_responses/template_dummy_response.json +4 -0
  59. data/spec/json/squad.json +514 -0
  60. data/spec/json/team.json +10 -0
  61. data/spec/json/team_info.json +25 -0
  62. data/spec/json/team_request.json +68 -0
  63. data/spec/match_event_list_spec.rb +21 -0
  64. data/spec/match_event_spec.rb +159 -0
  65. data/spec/match_spec.rb +430 -0
  66. data/spec/nation_spec.rb +179 -0
  67. data/spec/person_info_spec.rb +69 -0
  68. data/spec/phase_spec.rb +183 -0
  69. data/spec/player_spec.rb +112 -0
  70. data/spec/referee_spec.rb +71 -0
  71. data/spec/spec_helper.rb +117 -0
  72. data/spec/squad_spec.rb +25 -0
  73. data/spec/team_info_spec.rb +77 -0
  74. data/spec/team_request_spec.rb +24 -0
  75. data/spec/team_spec.rb +76 -0
  76. metadata +213 -43
@@ -0,0 +1,242 @@
1
+ {
2
+ "default": [
3
+ {
4
+ "n_CompetitionID": 199,
5
+ "c_Competition": "S\u00e9rie A",
6
+ "n_CompetitionSet": 1,
7
+ "n_CompetitionNatioGeoID": 2235,
8
+ "c_CompetitionNatio": "Brazil",
9
+ "c_CompetitionNatioShort": "BRA",
10
+ "n_CompetitionLevel": 1,
11
+ "n_EditionID": 21594,
12
+ "c_Season": "2015",
13
+ "d_EditionStartDate": "/Date(1431122400000+0200)/",
14
+ "d_EditionEndDate": "/Date(1449356400000+0100)/",
15
+ "n_PhaseID": null
16
+ },
17
+ {
18
+ "n_CompetitionID": 290,
19
+ "c_Competition": "Community Shield",
20
+ "n_CompetitionSet": 2,
21
+ "n_CompetitionNatioGeoID": 2208,
22
+ "c_CompetitionNatio": "England",
23
+ "c_CompetitionNatioShort": "ENG",
24
+ "n_CompetitionLevel": 0,
25
+ "n_EditionID": 21053,
26
+ "c_Season": "2014/2015",
27
+ "d_EditionStartDate": "/Date(1407621600000+0200)/",
28
+ "d_EditionEndDate": "/Date(1407621600000+0200)/",
29
+ "n_PhaseID": null
30
+ },
31
+ {
32
+ "n_CompetitionID": 62,
33
+ "c_Competition": "Capital One Cup",
34
+ "n_CompetitionSet": 2,
35
+ "n_CompetitionNatioGeoID": 2208,
36
+ "c_CompetitionNatio": "England",
37
+ "c_CompetitionNatioShort": "ENG",
38
+ "n_CompetitionLevel": 1,
39
+ "n_EditionID": 21204,
40
+ "c_Season": "2014/2015",
41
+ "d_EditionStartDate": "/Date(1407708000000+0200)/",
42
+ "d_EditionEndDate": "/Date(1425164400000+0100)/",
43
+ "n_PhaseID": null
44
+ },
45
+ {
46
+ "n_CompetitionID": 52,
47
+ "c_Competition": "Barclays Premier League",
48
+ "n_CompetitionSet": 1,
49
+ "n_CompetitionNatioGeoID": 2208,
50
+ "c_CompetitionNatio": "England",
51
+ "c_CompetitionNatioShort": "ENG",
52
+ "n_CompetitionLevel": 1,
53
+ "n_EditionID": 21183,
54
+ "c_Season": "2014/2015",
55
+ "d_EditionStartDate": "/Date(1408140000000+0200)/",
56
+ "d_EditionEndDate": "/Date(1432418400000+0200)/",
57
+ "n_PhaseID": null
58
+ },
59
+ {
60
+ "n_CompetitionID": 65,
61
+ "c_Competition": "FA Cup",
62
+ "n_CompetitionSet": 2,
63
+ "n_CompetitionNatioGeoID": 2208,
64
+ "c_CompetitionNatio": "England",
65
+ "c_CompetitionNatioShort": "ENG",
66
+ "n_CompetitionLevel": 1,
67
+ "n_EditionID": 21206,
68
+ "c_Season": "2014/2015",
69
+ "d_EditionStartDate": "/Date(1415314800000+0100)/",
70
+ "d_EditionEndDate": "/Date(1432936800000+0200)/",
71
+ "n_PhaseID": null
72
+ },
73
+ {
74
+ "n_CompetitionID": 43,
75
+ "c_Competition": "UEFA Europa League",
76
+ "n_CompetitionSet": 3,
77
+ "n_CompetitionNatioGeoID": 2101,
78
+ "c_CompetitionNatio": "Europe",
79
+ "c_CompetitionNatioShort": "EUR",
80
+ "n_CompetitionLevel": 0,
81
+ "n_EditionID": 21197,
82
+ "c_Season": "2014/2015",
83
+ "d_EditionStartDate": "/Date(1404165600000+0200)/",
84
+ "d_EditionEndDate": "/Date(1432677600000+0200)/",
85
+ "n_PhaseID": null
86
+ },
87
+ {
88
+ "n_CompetitionID": 41,
89
+ "c_Competition": "UEFA Champions League",
90
+ "n_CompetitionSet": 3,
91
+ "n_CompetitionNatioGeoID": 2101,
92
+ "c_CompetitionNatio": "Europe",
93
+ "c_CompetitionNatioShort": "EUR",
94
+ "n_CompetitionLevel": 0,
95
+ "n_EditionID": 21402,
96
+ "c_Season": "2014/2015",
97
+ "d_EditionStartDate": "/Date(1404165600000+0200)/",
98
+ "d_EditionEndDate": "/Date(1433541600000+0200)/",
99
+ "n_PhaseID": null
100
+ },
101
+ {
102
+ "n_CompetitionID": 54,
103
+ "c_Competition": "Ligue 1",
104
+ "n_CompetitionSet": 1,
105
+ "n_CompetitionNatioGeoID": 2202,
106
+ "c_CompetitionNatio": "France",
107
+ "c_CompetitionNatioShort": "FRA",
108
+ "n_CompetitionLevel": 1,
109
+ "n_EditionID": 21175,
110
+ "c_Season": "2014/2015",
111
+ "d_EditionStartDate": "/Date(1407448800000+0200)/",
112
+ "d_EditionEndDate": "/Date(1432332000000+0200)/",
113
+ "n_PhaseID": null
114
+ },
115
+ {
116
+ "n_CompetitionID": 56,
117
+ "c_Competition": "Bundesliga",
118
+ "n_CompetitionSet": 1,
119
+ "n_CompetitionNatioGeoID": 2206,
120
+ "c_CompetitionNatio": "Germany",
121
+ "c_CompetitionNatioShort": "GER",
122
+ "n_CompetitionLevel": 1,
123
+ "n_EditionID": 21185,
124
+ "c_Season": "2014/2015",
125
+ "d_EditionStartDate": "/Date(1408658400000+0200)/",
126
+ "d_EditionEndDate": "/Date(1432332000000+0200)/",
127
+ "n_PhaseID": null
128
+ },
129
+ {
130
+ "n_CompetitionID": 53,
131
+ "c_Competition": "Serie A TIM",
132
+ "n_CompetitionSet": 1,
133
+ "n_CompetitionNatioGeoID": 2210,
134
+ "c_CompetitionNatio": "Italy",
135
+ "c_CompetitionNatioShort": "ITA",
136
+ "n_CompetitionLevel": 1,
137
+ "n_EditionID": 21184,
138
+ "c_Season": "2014/2015",
139
+ "d_EditionStartDate": "/Date(1409349600000+0200)/",
140
+ "d_EditionEndDate": "/Date(1433023200000+0200)/",
141
+ "n_PhaseID": null
142
+ },
143
+ {
144
+ "n_CompetitionID": 289,
145
+ "c_Competition": "Superta\u00e7a C\u00e2ndido de Oliveira",
146
+ "n_CompetitionSet": 2,
147
+ "n_CompetitionNatioGeoID": 2223,
148
+ "c_CompetitionNatio": "Portugal",
149
+ "c_CompetitionNatioShort": "POR",
150
+ "n_CompetitionLevel": 0,
151
+ "n_EditionID": 21192,
152
+ "c_Season": "2014/2015",
153
+ "d_EditionStartDate": "/Date(1407621600000+0200)/",
154
+ "d_EditionEndDate": "/Date(1407621600000+0200)/",
155
+ "n_PhaseID": null
156
+ },
157
+ {
158
+ "n_CompetitionID": 69,
159
+ "c_Competition": "Primeira Liga",
160
+ "n_CompetitionSet": 1,
161
+ "n_CompetitionNatioGeoID": 2223,
162
+ "c_CompetitionNatio": "Portugal",
163
+ "c_CompetitionNatioShort": "POR",
164
+ "n_CompetitionLevel": 1,
165
+ "n_EditionID": 21209,
166
+ "c_Season": "2014/2015",
167
+ "d_EditionStartDate": "/Date(1408053600000+0200)/",
168
+ "d_EditionEndDate": "/Date(1432418400000+0200)/",
169
+ "n_PhaseID": null
170
+ },
171
+ {
172
+ "n_CompetitionID": 70,
173
+ "c_Competition": "Ta\u00e7a de Portugal",
174
+ "n_CompetitionSet": 2,
175
+ "n_CompetitionNatioGeoID": 2223,
176
+ "c_CompetitionNatio": "Portugal",
177
+ "c_CompetitionNatioShort": "POR",
178
+ "n_CompetitionLevel": 1,
179
+ "n_EditionID": 21210,
180
+ "c_Season": "2014/2015",
181
+ "d_EditionStartDate": "/Date(1413496800000+0200)/",
182
+ "d_EditionEndDate": "/Date(1433023200000+0200)/",
183
+ "n_PhaseID": null
184
+ },
185
+ {
186
+ "n_CompetitionID": 255,
187
+ "c_Competition": "Supercopa de Espana",
188
+ "n_CompetitionSet": 2,
189
+ "n_CompetitionNatioGeoID": 2203,
190
+ "c_CompetitionNatio": "Spain",
191
+ "c_CompetitionNatioShort": "ESP",
192
+ "n_CompetitionLevel": 0,
193
+ "n_EditionID": 21056,
194
+ "c_Season": "2014/2015",
195
+ "d_EditionStartDate": "/Date(1408399200000+0200)/",
196
+ "d_EditionEndDate": "/Date(1408658400000+0200)/",
197
+ "n_PhaseID": null
198
+ },
199
+ {
200
+ "n_CompetitionID": 67,
201
+ "c_Competition": "Liga BBVA",
202
+ "n_CompetitionSet": 1,
203
+ "n_CompetitionNatioGeoID": 2203,
204
+ "c_CompetitionNatio": "Spain",
205
+ "c_CompetitionNatioShort": "ESP",
206
+ "n_CompetitionLevel": 1,
207
+ "n_EditionID": 21411,
208
+ "c_Season": "2014/2015",
209
+ "d_EditionStartDate": "/Date(1408744800000+0200)/",
210
+ "d_EditionEndDate": "/Date(1432418400000+0200)/",
211
+ "n_PhaseID": null
212
+ },
213
+ {
214
+ "n_CompetitionID": 66,
215
+ "c_Competition": "Copa del Rey",
216
+ "n_CompetitionSet": 2,
217
+ "n_CompetitionNatioGeoID": 2203,
218
+ "c_CompetitionNatio": "Spain",
219
+ "c_CompetitionNatioShort": "ESP",
220
+ "n_CompetitionLevel": 1,
221
+ "n_EditionID": 21207,
222
+ "c_Season": "2014/2015",
223
+ "d_EditionStartDate": "/Date(1409695200000+0200)/",
224
+ "d_EditionEndDate": "/Date(1432936800000+0200)/",
225
+ "n_PhaseID": null
226
+ },
227
+ {
228
+ "n_CompetitionID": 8,
229
+ "c_Competition": "FIFA World Cup",
230
+ "n_CompetitionSet": 4,
231
+ "n_CompetitionNatioGeoID": 21710,
232
+ "c_CompetitionNatio": "World",
233
+ "c_CompetitionNatioShort": "WLD",
234
+ "n_CompetitionLevel": 0,
235
+ "n_EditionID": 17694,
236
+ "c_Season": "2014",
237
+ "d_EditionStartDate": "/Date(1402524000000+0200)/",
238
+ "d_EditionEndDate": "/Date(1405202400000+0200)/",
239
+ "n_PhaseID": null
240
+ }
241
+ ]
242
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "endpoints":[
3
+ {
4
+ "c_Module": "Football",
5
+ "c_Method": "GetTableLive",
6
+ "d_LastModified": "/Date(1428426075807+0200)/",
7
+ "c_QueryString": "phaseid=109223&languagecode=2"
8
+ },
9
+ {
10
+ "c_Module": "Football",
11
+ "c_Method": "GetMatchInfo",
12
+ "d_LastModified": "/Date(1428428783830+0200)/",
13
+ "c_QueryString": "matchid=1877488&languagecode=2"
14
+ },
15
+ {
16
+ "c_Module": "Football",
17
+ "c_Method": "GetMatchActionList_All",
18
+ "d_LastModified": "/Date(1428428867183+0200)/",
19
+ "c_QueryString": "matchid=1877488&languagecode=2"
20
+ },
21
+ {
22
+ "c_Module": "Football",
23
+ "c_Method": "GetMatchInfo",
24
+ "d_LastModified": "/Date(1428429493747+0200)/",
25
+ "c_QueryString": "matchid=1882396&languagecode=2"
26
+ }
27
+ ],
28
+ "live_table": {
29
+ "c_Module": "Football",
30
+ "c_Method": "GetTableLive",
31
+ "d_LastModified": "/Date(1428426075807+0200)/",
32
+ "c_QueryString": "phaseid=109223&languagecode=2"
33
+ },
34
+ "match_info": {
35
+ "c_Module": "Football",
36
+ "c_Method": "GetMatchInfo",
37
+ "d_LastModified": "/Date(1428428783830+0200)/",
38
+ "c_QueryString": "matchid=1877488&languagecode=2"
39
+ },
40
+ "action_list": {
41
+ "c_Module": "Football",
42
+ "c_Method": "GetMatchActionList_All",
43
+ "d_LastModified": "/Date(1428428867183+0200)/",
44
+ "c_QueryString": "matchid=1877488&languagecode=2"
45
+ }
46
+ }
@@ -0,0 +1,945 @@
1
+ {
2
+ "cup_knock_out_finished_complete": {
3
+ "n_CompetitionID": 41,
4
+ "n_CompetitionLevel": 0,
5
+ "c_Competition": "UEFA Champions League",
6
+ "c_CompetitionShort": "Ch. League",
7
+ "n_CompetitionNatioGeoID": 2101,
8
+ "c_CompetitionNatio": "Europe",
9
+ "c_CompetitionNatioShort": "EUR",
10
+ "n_EditionID": 20605,
11
+ "c_Season": "2013/2014",
12
+ "n_MatchID": 1788734,
13
+ "d_Date": "/Date(1400957100000+0200)/",
14
+ "d_DateLocal": "/Date(1400953500000+0200)/",
15
+ "d_DateUTC": "/Date(1400949900000+0200)/",
16
+ "b_DateUnknown": false,
17
+ "b_TimeUnknown": false,
18
+ "b_RescheduledToBeResumed": false,
19
+ "n_RoundNr": 1,
20
+ "n_PhaseID": 103950,
21
+ "n_PhaseLevel": 2,
22
+ "c_Phase": "Final",
23
+ "c_PhaseShort": "F",
24
+ "n_HomeTeamID": 4103,
25
+ "c_HomeTeam": "Real Madrid",
26
+ "c_HomeTeamShort": "MAD",
27
+ "n_HomeTeamNatioGeoID": 2203,
28
+ "c_HomeTeamNatio": "Spain",
29
+ "c_HomeTeamNatioShort": "ESP",
30
+ "n_AwayTeamID": 4012,
31
+ "c_AwayTeam": "Atl\u00e9tico Madrid",
32
+ "c_AwayTeamShort": "ATL",
33
+ "n_AwayTeamNatioGeoID": 2203,
34
+ "c_AwayTeamNatio": "Spain",
35
+ "c_AwayTeamNatioShort": "ESP",
36
+ "n_StadiumGeoID": 13326,
37
+ "c_Stadium": "Est\u00e1dio da Luz",
38
+ "n_CityGeoID": 3121,
39
+ "c_City": "Lisbon",
40
+ "n_CountryGeoID": 2223,
41
+ "c_Country": "Portugal",
42
+ "c_CountryShort": "POR",
43
+ "c_Score": "4-1 (0-1, 1-1) AET",
44
+ "c_ScoreSuffix": "AET",
45
+ "c_HomeTactics": "4-3-3",
46
+ "c_AwayTactics": "4-4-2",
47
+ "n_HomeGoals": 4,
48
+ "n_AwayGoals": 1,
49
+ "n_HomeGoalsHalftime": 0,
50
+ "n_AwayGoalsHalftime": 1,
51
+ "n_HomeGoals90mins": 1,
52
+ "n_AwayGoals90mins": 1,
53
+ "n_HomeGoals105mins": 1,
54
+ "n_AwayGoals105mins": 1,
55
+ "n_HomeGoalsShootout": null,
56
+ "n_AwayGoalsShootout": null,
57
+ "n_PeriodSort": 11,
58
+ "d_MatchStartTime": "/Date(1400957204807+0200)/",
59
+ "d_MatchEndTime": "/Date(1400966484920+0200)/",
60
+ "d_CurrentPeriodStartTime": null,
61
+ "n_CurrentPeriodTimeNotPlayed": null,
62
+ "n_CurrentPeriodTimePlayed": null,
63
+ "n_MatchStatusCode": 128,
64
+ "c_MatchStatus": "Full time",
65
+ "c_MatchStatusShort": "FT",
66
+ "b_Started": true,
67
+ "b_Live": false,
68
+ "b_Finished": true,
69
+ "b_Awarded": false,
70
+ "b_Delayed": false,
71
+ "b_Postponed": false,
72
+ "b_Suspended": false,
73
+ "b_Abandoned": false,
74
+ "n_RefereeID": 392439,
75
+ "c_Referee": "Bj\u00f6rn Kuipers",
76
+ "n_RefereeNatioGeoID": 2201,
77
+ "c_RefereeNatio": "Netherlands",
78
+ "c_RefereeNatioShort": "NED",
79
+ "n_Spectators": 60976,
80
+ "n_KnockoutPhaseID": 104006,
81
+ "n_Leg": 1,
82
+ "c_ScoreFirstLeg": null,
83
+ "n_WinnerOnAggregateTeamID": 4103,
84
+ "n_DataEntryLevel": 70,
85
+ "b_DataEntryLiveScore": true,
86
+ "b_DataEntryLiveGoal": true,
87
+ "b_DataEntryLiveLineup": true,
88
+ "b_LineupProvisional": false,
89
+ "b_LineupOfficial": true,
90
+ "b_TacticsPositions": true,
91
+ "n_WeatherConditionType": 2
92
+ },
93
+ "cup_knock_out_finished_no_referee": {
94
+ "n_CompetitionID": 41,
95
+ "n_CompetitionLevel": 0,
96
+ "c_Competition": "UEFA Champions League",
97
+ "c_CompetitionShort": "Ch. League",
98
+ "n_CompetitionNatioGeoID": 2101,
99
+ "c_CompetitionNatio": "Europe",
100
+ "c_CompetitionNatioShort": "EUR",
101
+ "n_EditionID": 20605,
102
+ "c_Season": "2013/2014",
103
+ "n_MatchID": 1788734,
104
+ "d_Date": "/Date(1400957100000+0200)/",
105
+ "d_DateLocal": "/Date(1400953500000+0200)/",
106
+ "d_DateUTC": "/Date(1400949900000+0200)/",
107
+ "b_DateUnknown": false,
108
+ "b_TimeUnknown": false,
109
+ "b_RescheduledToBeResumed": false,
110
+ "n_RoundNr": 1,
111
+ "n_PhaseID": 103950,
112
+ "n_PhaseLevel": 2,
113
+ "c_Phase": "Final",
114
+ "c_PhaseShort": "F",
115
+ "n_HomeTeamID": 4103,
116
+ "c_HomeTeam": "Real Madrid",
117
+ "c_HomeTeamShort": "MAD",
118
+ "n_HomeTeamNatioGeoID": 2203,
119
+ "c_HomeTeamNatio": "Spain",
120
+ "c_HomeTeamNatioShort": "ESP",
121
+ "n_AwayTeamID": 4012,
122
+ "c_AwayTeam": "Atl\u00e9tico Madrid",
123
+ "c_AwayTeamShort": "ATL",
124
+ "n_AwayTeamNatioGeoID": 2203,
125
+ "c_AwayTeamNatio": "Spain",
126
+ "c_AwayTeamNatioShort": "ESP",
127
+ "n_StadiumGeoID": 13326,
128
+ "c_Stadium": "Est\u00e1dio da Luz",
129
+ "n_CityGeoID": 3121,
130
+ "c_City": "Lisbon",
131
+ "n_CountryGeoID": 2223,
132
+ "c_Country": "Portugal",
133
+ "c_CountryShort": "POR",
134
+ "c_Score": "4-1 (0-1, 1-1) AET",
135
+ "c_ScoreSuffix": "AET",
136
+ "c_HomeTactics": "4-3-3",
137
+ "c_AwayTactics": "4-4-2",
138
+ "n_HomeGoals": 4,
139
+ "n_AwayGoals": 1,
140
+ "n_HomeGoalsHalftime": 0,
141
+ "n_AwayGoalsHalftime": 1,
142
+ "n_HomeGoals90mins": 1,
143
+ "n_AwayGoals90mins": 1,
144
+ "n_HomeGoals105mins": 1,
145
+ "n_AwayGoals105mins": 1,
146
+ "n_HomeGoalsShootout": null,
147
+ "n_AwayGoalsShootout": null,
148
+ "n_PeriodSort": 11,
149
+ "d_MatchStartTime": "/Date(1400957204807+0200)/",
150
+ "d_MatchEndTime": "/Date(1400966484920+0200)/",
151
+ "d_CurrentPeriodStartTime": null,
152
+ "n_CurrentPeriodTimeNotPlayed": null,
153
+ "n_CurrentPeriodTimePlayed": null,
154
+ "n_MatchStatusCode": 128,
155
+ "c_MatchStatus": "Full time",
156
+ "c_MatchStatusShort": "FT",
157
+ "b_Started": true,
158
+ "b_Live": false,
159
+ "b_Finished": true,
160
+ "b_Awarded": false,
161
+ "b_Delayed": false,
162
+ "b_Postponed": false,
163
+ "b_Suspended": false,
164
+ "b_Abandoned": false,
165
+ "n_RefereeID": null,
166
+ "c_Referee": null,
167
+ "n_RefereeNatioGeoID": null,
168
+ "c_RefereeNatio": null,
169
+ "c_RefereeNatioShort": null,
170
+ "n_Spectators": 60976,
171
+ "n_KnockoutPhaseID": 104006,
172
+ "n_Leg": 1,
173
+ "c_ScoreFirstLeg": null,
174
+ "n_WinnerOnAggregateTeamID": 4103,
175
+ "n_DataEntryLevel": 70,
176
+ "b_DataEntryLiveScore": true,
177
+ "b_DataEntryLiveGoal": true,
178
+ "b_DataEntryLiveLineup": true,
179
+ "b_LineupProvisional": false,
180
+ "b_LineupOfficial": true,
181
+ "b_TacticsPositions": true,
182
+ "n_WeatherConditionType": 2
183
+ },
184
+ "cup_knock_out_finished_no_stadium": {
185
+ "n_CompetitionID": 41,
186
+ "n_CompetitionLevel": 0,
187
+ "c_Competition": "UEFA Champions League",
188
+ "c_CompetitionShort": "Ch. League",
189
+ "n_CompetitionNatioGeoID": 2101,
190
+ "c_CompetitionNatio": "Europe",
191
+ "c_CompetitionNatioShort": "EUR",
192
+ "n_EditionID": 20605,
193
+ "c_Season": "2013/2014",
194
+ "n_MatchID": 1788734,
195
+ "d_Date": "/Date(1400957100000+0200)/",
196
+ "d_DateLocal": "/Date(1400953500000+0200)/",
197
+ "d_DateUTC": "/Date(1400949900000+0200)/",
198
+ "b_DateUnknown": false,
199
+ "b_TimeUnknown": false,
200
+ "b_RescheduledToBeResumed": false,
201
+ "n_RoundNr": 1,
202
+ "n_PhaseID": 103950,
203
+ "n_PhaseLevel": 2,
204
+ "c_Phase": "Final",
205
+ "c_PhaseShort": "F",
206
+ "n_HomeTeamID": 4103,
207
+ "c_HomeTeam": "Real Madrid",
208
+ "c_HomeTeamShort": "MAD",
209
+ "n_HomeTeamNatioGeoID": 2203,
210
+ "c_HomeTeamNatio": "Spain",
211
+ "c_HomeTeamNatioShort": "ESP",
212
+ "n_AwayTeamID": 4012,
213
+ "c_AwayTeam": "Atl\u00e9tico Madrid",
214
+ "c_AwayTeamShort": "ATL",
215
+ "n_AwayTeamNatioGeoID": 2203,
216
+ "c_AwayTeamNatio": "Spain",
217
+ "c_AwayTeamNatioShort": "ESP",
218
+ "n_StadiumGeoID": null,
219
+ "c_Stadium": null,
220
+ "n_CityGeoID": null,
221
+ "c_City": null,
222
+ "n_CountryGeoID": null,
223
+ "c_Country": null,
224
+ "c_CountryShort": null,
225
+ "c_Score": "4-1 (0-1, 1-1) AET",
226
+ "c_ScoreSuffix": "AET",
227
+ "c_HomeTactics": "4-3-3",
228
+ "c_AwayTactics": "4-4-2",
229
+ "n_HomeGoals": 4,
230
+ "n_AwayGoals": 1,
231
+ "n_HomeGoalsHalftime": 0,
232
+ "n_AwayGoalsHalftime": 1,
233
+ "n_HomeGoals90mins": 1,
234
+ "n_AwayGoals90mins": 1,
235
+ "n_HomeGoals105mins": 1,
236
+ "n_AwayGoals105mins": 1,
237
+ "n_HomeGoalsShootout": null,
238
+ "n_AwayGoalsShootout": null,
239
+ "n_PeriodSort": 11,
240
+ "d_MatchStartTime": "/Date(1400957204807+0200)/",
241
+ "d_MatchEndTime": "/Date(1400966484920+0200)/",
242
+ "d_CurrentPeriodStartTime": null,
243
+ "n_CurrentPeriodTimeNotPlayed": null,
244
+ "n_CurrentPeriodTimePlayed": null,
245
+ "n_MatchStatusCode": 128,
246
+ "c_MatchStatus": "Full time",
247
+ "c_MatchStatusShort": "FT",
248
+ "b_Started": true,
249
+ "b_Live": false,
250
+ "b_Finished": true,
251
+ "b_Awarded": false,
252
+ "b_Delayed": false,
253
+ "b_Postponed": false,
254
+ "b_Suspended": false,
255
+ "b_Abandoned": false,
256
+ "n_RefereeID": 392439,
257
+ "c_Referee": "Bj\u00f6rn Kuipers",
258
+ "n_RefereeNatioGeoID": 2201,
259
+ "c_RefereeNatio": "Netherlands",
260
+ "c_RefereeNatioShort": "NED",
261
+ "n_Spectators": 60976,
262
+ "n_KnockoutPhaseID": 104006,
263
+ "n_Leg": 1,
264
+ "c_ScoreFirstLeg": null,
265
+ "n_WinnerOnAggregateTeamID": 4103,
266
+ "n_DataEntryLevel": 70,
267
+ "b_DataEntryLiveScore": true,
268
+ "b_DataEntryLiveGoal": true,
269
+ "b_DataEntryLiveLineup": true,
270
+ "b_LineupProvisional": false,
271
+ "b_LineupOfficial": true,
272
+ "b_TacticsPositions": true,
273
+ "n_WeatherConditionType": 2
274
+ },
275
+ "two_handed_round_first_leg_upcoming": {
276
+ "n_MatchID": 1886845,
277
+ "d_Date": "/Date(1430937900000+0200)/",
278
+ "d_DateLocal": "/Date(1430937900000+0200)/",
279
+ "d_DateUTC": "/Date(1430930700000+0200)/",
280
+ "b_DateUnknown": false,
281
+ "b_TimeUnknown": false,
282
+ "b_RescheduledToBeResumed": false,
283
+ "n_MatchNr": null,
284
+ "n_RoundNr": 1,
285
+ "n_PhaseID": 109470,
286
+ "n_PhaseLevel": 3,
287
+ "c_Phase": "Semifinal",
288
+ "c_PhaseShort": "SF",
289
+ "n_HomeTeamID": 4014,
290
+ "c_HomeTeam": "FC Barcelona",
291
+ "c_HomeTeamShort": "BAR",
292
+ "n_HomeTeamNatioGeoID": 2203,
293
+ "c_HomeTeamNatio": "Spain",
294
+ "c_HomeTeamNatioShort": "ESP",
295
+ "n_AwayTeamID": 4017,
296
+ "c_AwayTeam": "Bayern M\u00fcnchen",
297
+ "c_AwayTeamShort": "FCB",
298
+ "n_AwayTeamNatioGeoID": 2206,
299
+ "c_AwayTeamNatio": "Germany",
300
+ "c_AwayTeamNatioShort": "GER",
301
+ "n_StadiumGeoID": 5050,
302
+ "c_Stadium": "Camp Nou",
303
+ "n_CityGeoID": 1102,
304
+ "c_City": "Barcelona",
305
+ "n_CountryGeoID": 2203,
306
+ "c_Country": "Spain",
307
+ "c_CountryShort": "ESP",
308
+ "c_Score": null,
309
+ "c_ScoreSuffix": null,
310
+ "n_HomeGoals": null,
311
+ "n_AwayGoals": null,
312
+ "n_HomeGoalsHalftime": null,
313
+ "n_AwayGoalsHalftime": null,
314
+ "n_HomeGoals90mins": null,
315
+ "n_AwayGoals90mins": null,
316
+ "n_HomeGoals105mins": null,
317
+ "n_AwayGoals105mins": null,
318
+ "n_HomeGoalsShootout": null,
319
+ "n_AwayGoalsShootout": null,
320
+ "n_MatchStatusCode": 4,
321
+ "c_MatchStatus": "Not started",
322
+ "c_MatchStatusShort": "n.s.",
323
+ "b_Finished": false,
324
+ "b_Awarded": false,
325
+ "b_Postponed": false,
326
+ "b_Abandoned": false,
327
+ "n_RefereeID": 0,
328
+ "c_Referee": null,
329
+ "n_RefereeNatioGeoID": 0,
330
+ "c_RefereeNatio": null,
331
+ "c_RefereeNatioShort": null,
332
+ "n_Spectators": null,
333
+ "n_KnockoutPhaseID": 109525,
334
+ "n_Leg": 1,
335
+ "c_FirstLegScore": null,
336
+ "n_WinnerOnAggregateTeamID": null,
337
+ "n_DataEntryLevel": 70,
338
+ "b_DataEntryLiveScore": true,
339
+ "b_DataEntryLiveGoal": true,
340
+ "b_DataEntryLiveLineup": true
341
+ },
342
+ "two_handed_round_second_leg_upcoming": {
343
+ "n_MatchID": 1886847,
344
+ "d_Date": "/Date(1431456300000+0200)/",
345
+ "d_DateLocal": "/Date(1431456300000+0200)/",
346
+ "d_DateUTC": "/Date(1431449100000+0200)/",
347
+ "b_DateUnknown": false,
348
+ "b_TimeUnknown": false,
349
+ "b_RescheduledToBeResumed": false,
350
+ "n_MatchNr": null,
351
+ "n_RoundNr": 2,
352
+ "n_PhaseID": 109470,
353
+ "n_PhaseLevel": 3,
354
+ "c_Phase": "Semifinal",
355
+ "c_PhaseShort": "SF",
356
+ "n_HomeTeamID": 4017,
357
+ "c_HomeTeam": "Bayern M\u00fcnchen",
358
+ "c_HomeTeamShort": "FCB",
359
+ "n_HomeTeamNatioGeoID": 2206,
360
+ "c_HomeTeamNatio": "Germany",
361
+ "c_HomeTeamNatioShort": "GER",
362
+ "n_AwayTeamID": 4014,
363
+ "c_AwayTeam": "FC Barcelona",
364
+ "c_AwayTeamShort": "BAR",
365
+ "n_AwayTeamNatioGeoID": 2203,
366
+ "c_AwayTeamNatio": "Spain",
367
+ "c_AwayTeamNatioShort": "ESP",
368
+ "n_StadiumGeoID": 36878,
369
+ "c_Stadium": "Allianz-Arena",
370
+ "n_CityGeoID": 17092,
371
+ "c_City": "Munich",
372
+ "n_CountryGeoID": 2206,
373
+ "c_Country": "Germany",
374
+ "c_CountryShort": "GER",
375
+ "c_Score": null,
376
+ "c_ScoreSuffix": null,
377
+ "n_HomeGoals": null,
378
+ "n_AwayGoals": null,
379
+ "n_HomeGoalsHalftime": null,
380
+ "n_AwayGoalsHalftime": null,
381
+ "n_HomeGoals90mins": null,
382
+ "n_AwayGoals90mins": null,
383
+ "n_HomeGoals105mins": null,
384
+ "n_AwayGoals105mins": null,
385
+ "n_HomeGoalsShootout": null,
386
+ "n_AwayGoalsShootout": null,
387
+ "n_MatchStatusCode": 4,
388
+ "c_MatchStatus": "Not started",
389
+ "c_MatchStatusShort": "n.s.",
390
+ "b_Finished": false,
391
+ "b_Awarded": false,
392
+ "b_Postponed": false,
393
+ "b_Abandoned": false,
394
+ "n_RefereeID": 0,
395
+ "c_Referee": null,
396
+ "n_RefereeNatioGeoID": 0,
397
+ "c_RefereeNatio": null,
398
+ "c_RefereeNatioShort": null,
399
+ "n_Spectators": null,
400
+ "n_KnockoutPhaseID": 109525,
401
+ "n_Leg": 2,
402
+ "c_FirstLegScore": null,
403
+ "n_WinnerOnAggregateTeamID": null,
404
+ "n_DataEntryLevel": 70,
405
+ "b_DataEntryLiveScore": true,
406
+ "b_DataEntryLiveGoal": true,
407
+ "b_DataEntryLiveLineup": true
408
+ },
409
+ "two_handed_round_second_leg_finished": {
410
+ "n_MatchID": 1886843,
411
+ "d_Date": "/Date(1429641900000+0200)/",
412
+ "d_DateLocal": "/Date(1429641900000+0200)/",
413
+ "d_DateUTC": "/Date(1429634700000+0200)/",
414
+ "b_DateUnknown": false,
415
+ "b_TimeUnknown": false,
416
+ "b_RescheduledToBeResumed": false,
417
+ "n_MatchNr": null,
418
+ "n_RoundNr": 2,
419
+ "n_PhaseID": 109469,
420
+ "n_PhaseLevel": 5,
421
+ "c_Phase": "Quarterfinal",
422
+ "c_PhaseShort": "QF",
423
+ "n_HomeTeamID": 4017,
424
+ "c_HomeTeam": "Bayern M\u00fcnchen",
425
+ "c_HomeTeamShort": "FCB",
426
+ "n_HomeTeamNatioGeoID": 2206,
427
+ "c_HomeTeamNatio": "Germany",
428
+ "c_HomeTeamNatioShort": "GER",
429
+ "n_AwayTeamID": 4048,
430
+ "c_AwayTeam": "FC Porto",
431
+ "c_AwayTeamShort": "POR",
432
+ "n_AwayTeamNatioGeoID": 2223,
433
+ "c_AwayTeamNatio": "Portugal",
434
+ "c_AwayTeamNatioShort": "POR",
435
+ "n_StadiumGeoID": 36878,
436
+ "c_Stadium": "Allianz-Arena",
437
+ "n_CityGeoID": 17092,
438
+ "c_City": "Munich",
439
+ "n_CountryGeoID": 2206,
440
+ "c_Country": "Germany",
441
+ "c_CountryShort": "GER",
442
+ "c_Score": "6-1 (5-0) ",
443
+ "c_ScoreSuffix": null,
444
+ "n_HomeGoals": 6,
445
+ "n_AwayGoals": 1,
446
+ "n_HomeGoalsHalftime": 5,
447
+ "n_AwayGoalsHalftime": 0,
448
+ "n_HomeGoals90mins": null,
449
+ "n_AwayGoals90mins": null,
450
+ "n_HomeGoals105mins": null,
451
+ "n_AwayGoals105mins": null,
452
+ "n_HomeGoalsShootout": null,
453
+ "n_AwayGoalsShootout": null,
454
+ "n_MatchStatusCode": 128,
455
+ "c_MatchStatus": "Full time",
456
+ "c_MatchStatusShort": "FT",
457
+ "b_Finished": true,
458
+ "b_Awarded": false,
459
+ "b_Postponed": false,
460
+ "b_Abandoned": false,
461
+ "n_RefereeID": 486276,
462
+ "c_Referee": "Martin Atkinson",
463
+ "n_RefereeNatioGeoID": 2208,
464
+ "c_RefereeNatio": "England",
465
+ "c_RefereeNatioShort": "ENG",
466
+ "n_Spectators": 70000,
467
+ "n_KnockoutPhaseID": 109523,
468
+ "n_Leg": 2,
469
+ "c_FirstLegScore": "1-3",
470
+ "n_WinnerOnAggregateTeamID": 4017,
471
+ "n_DataEntryLevel": 70,
472
+ "b_DataEntryLiveScore": true,
473
+ "b_DataEntryLiveGoal": true,
474
+ "b_DataEntryLiveLineup": true
475
+ },
476
+ "quarter_final_first_round_finished": {
477
+ "n_MatchID": 1886840,
478
+ "d_Date": "/Date(1429037100000+0200)/",
479
+ "d_DateLocal": "/Date(1429037100000+0200)/",
480
+ "d_DateUTC": "/Date(1429029900000+0200)/",
481
+ "b_DateUnknown": false,
482
+ "b_TimeUnknown": false,
483
+ "b_RescheduledToBeResumed": false,
484
+ "n_MatchNr": null,
485
+ "n_RoundNr": 1,
486
+ "n_PhaseID": 109469,
487
+ "n_PhaseLevel": 5,
488
+ "c_Phase": "Quarterfinal",
489
+ "c_PhaseShort": "QF",
490
+ "n_HomeTeamID": 4067,
491
+ "c_HomeTeam": "Juventus",
492
+ "c_HomeTeamShort": "JUV",
493
+ "n_HomeTeamNatioGeoID": 2210,
494
+ "c_HomeTeamNatio": "Italy",
495
+ "c_HomeTeamNatioShort": "ITA",
496
+ "n_AwayTeamID": 4008,
497
+ "c_AwayTeam": "AS Monaco",
498
+ "c_AwayTeamShort": "MON",
499
+ "n_AwayTeamNatioGeoID": 2202,
500
+ "c_AwayTeamNatio": "France",
501
+ "c_AwayTeamNatioShort": "FRA",
502
+ "n_StadiumGeoID": 49584,
503
+ "c_Stadium": "Juventus Stadium",
504
+ "n_CityGeoID": 1391,
505
+ "c_City": "Turin",
506
+ "n_CountryGeoID": 2210,
507
+ "c_Country": "Italy",
508
+ "c_CountryShort": "ITA",
509
+ "c_Score": "1-0 (0-0) ",
510
+ "c_ScoreSuffix": null,
511
+ "n_HomeGoals": 1,
512
+ "n_AwayGoals": 0,
513
+ "n_HomeGoalsHalftime": 0,
514
+ "n_AwayGoalsHalftime": 0,
515
+ "n_HomeGoals90mins": null,
516
+ "n_AwayGoals90mins": null,
517
+ "n_HomeGoals105mins": null,
518
+ "n_AwayGoals105mins": null,
519
+ "n_HomeGoalsShootout": null,
520
+ "n_AwayGoalsShootout": null,
521
+ "n_MatchStatusCode": 128,
522
+ "c_MatchStatus": "Full time",
523
+ "c_MatchStatusShort": "FT",
524
+ "b_Finished": true,
525
+ "b_Awarded": false,
526
+ "b_Postponed": false,
527
+ "b_Abandoned": false,
528
+ "n_RefereeID": 634574,
529
+ "c_Referee": "Pavel Kr\u00e1lovec",
530
+ "n_RefereeNatioGeoID": 2240,
531
+ "c_RefereeNatio": "Czech Republic",
532
+ "c_RefereeNatioShort": "CZE",
533
+ "n_Spectators": 40801,
534
+ "n_KnockoutPhaseID": 109524,
535
+ "n_Leg": 1,
536
+ "c_FirstLegScore": null,
537
+ "n_WinnerOnAggregateTeamID": null,
538
+ "n_DataEntryLevel": 70,
539
+ "b_DataEntryLiveScore": true,
540
+ "b_DataEntryLiveGoal": true,
541
+ "b_DataEntryLiveLineup": true
542
+ },
543
+ "quarter_final_second_round_finished": {
544
+ "n_MatchID": 1886844,
545
+ "d_Date": "/Date(1429728300000+0200)/",
546
+ "d_DateLocal": "/Date(1429728300000+0200)/",
547
+ "d_DateUTC": "/Date(1429721100000+0200)/",
548
+ "b_DateUnknown": false,
549
+ "b_TimeUnknown": false,
550
+ "b_RescheduledToBeResumed": false,
551
+ "n_MatchNr": null,
552
+ "n_RoundNr": 2,
553
+ "n_PhaseID": 109469,
554
+ "n_PhaseLevel": 5,
555
+ "c_Phase": "Quarterfinal",
556
+ "c_PhaseShort": "QF",
557
+ "n_HomeTeamID": 4008,
558
+ "c_HomeTeam": "AS Monaco",
559
+ "c_HomeTeamShort": "MON",
560
+ "n_HomeTeamNatioGeoID": 2202,
561
+ "c_HomeTeamNatio": "France",
562
+ "c_HomeTeamNatioShort": "FRA",
563
+ "n_AwayTeamID": 4067,
564
+ "c_AwayTeam": "Juventus",
565
+ "c_AwayTeamShort": "JUV",
566
+ "n_AwayTeamNatioGeoID": 2210,
567
+ "c_AwayTeamNatio": "Italy",
568
+ "c_AwayTeamNatioShort": "ITA",
569
+ "n_StadiumGeoID": 9591,
570
+ "c_Stadium": "Stade Louis II",
571
+ "n_CityGeoID": 1273,
572
+ "c_City": "Monaco",
573
+ "n_CountryGeoID": 2249,
574
+ "c_Country": "Monaco",
575
+ "c_CountryShort": "MON",
576
+ "c_Score": "0-0 (0-0) ",
577
+ "c_ScoreSuffix": null,
578
+ "n_HomeGoals": 0,
579
+ "n_AwayGoals": 0,
580
+ "n_HomeGoalsHalftime": 0,
581
+ "n_AwayGoalsHalftime": 0,
582
+ "n_HomeGoals90mins": null,
583
+ "n_AwayGoals90mins": null,
584
+ "n_HomeGoals105mins": null,
585
+ "n_AwayGoals105mins": null,
586
+ "n_HomeGoalsShootout": null,
587
+ "n_AwayGoalsShootout": null,
588
+ "n_MatchStatusCode": 128,
589
+ "c_MatchStatus": "Full time",
590
+ "c_MatchStatusShort": "FT",
591
+ "b_Finished": true,
592
+ "b_Awarded": false,
593
+ "b_Postponed": false,
594
+ "b_Abandoned": false,
595
+ "n_RefereeID": 609781,
596
+ "c_Referee": "William Collum",
597
+ "n_RefereeNatioGeoID": 2245,
598
+ "c_RefereeNatio": "Scotland",
599
+ "c_RefereeNatioShort": "SCO",
600
+ "n_Spectators": 16889,
601
+ "n_KnockoutPhaseID": 109524,
602
+ "n_Leg": 2,
603
+ "c_FirstLegScore": "0-1",
604
+ "n_WinnerOnAggregateTeamID": 4067,
605
+ "n_DataEntryLevel": 70,
606
+ "b_DataEntryLiveScore": true,
607
+ "b_DataEntryLiveGoal": true,
608
+ "b_DataEntryLiveLineup": true
609
+ },
610
+ "quarter_final_second_round_finished_without_winner": {
611
+ "n_MatchID": 1886844,
612
+ "d_Date": "/Date(1429728300000+0200)/",
613
+ "d_DateLocal": "/Date(1429728300000+0200)/",
614
+ "d_DateUTC": "/Date(1429721100000+0200)/",
615
+ "b_DateUnknown": false,
616
+ "b_TimeUnknown": false,
617
+ "b_RescheduledToBeResumed": false,
618
+ "n_MatchNr": null,
619
+ "n_RoundNr": 2,
620
+ "n_PhaseID": 109469,
621
+ "n_PhaseLevel": 5,
622
+ "c_Phase": "Quarterfinal",
623
+ "c_PhaseShort": "QF",
624
+ "n_HomeTeamID": 4008,
625
+ "c_HomeTeam": "AS Monaco",
626
+ "c_HomeTeamShort": "MON",
627
+ "n_HomeTeamNatioGeoID": 2202,
628
+ "c_HomeTeamNatio": "France",
629
+ "c_HomeTeamNatioShort": "FRA",
630
+ "n_AwayTeamID": 4067,
631
+ "c_AwayTeam": "Juventus",
632
+ "c_AwayTeamShort": "JUV",
633
+ "n_AwayTeamNatioGeoID": 2210,
634
+ "c_AwayTeamNatio": "Italy",
635
+ "c_AwayTeamNatioShort": "ITA",
636
+ "n_StadiumGeoID": 9591,
637
+ "c_Stadium": "Stade Louis II",
638
+ "n_CityGeoID": 1273,
639
+ "c_City": "Monaco",
640
+ "n_CountryGeoID": 2249,
641
+ "c_Country": "Monaco",
642
+ "c_CountryShort": "MON",
643
+ "c_Score": "0-0 (0-0) ",
644
+ "c_ScoreSuffix": null,
645
+ "n_HomeGoals": 0,
646
+ "n_AwayGoals": 0,
647
+ "n_HomeGoalsHalftime": 0,
648
+ "n_AwayGoalsHalftime": 0,
649
+ "n_HomeGoals90mins": null,
650
+ "n_AwayGoals90mins": null,
651
+ "n_HomeGoals105mins": null,
652
+ "n_AwayGoals105mins": null,
653
+ "n_HomeGoalsShootout": null,
654
+ "n_AwayGoalsShootout": null,
655
+ "n_MatchStatusCode": 128,
656
+ "c_MatchStatus": "Full time",
657
+ "c_MatchStatusShort": "FT",
658
+ "b_Finished": true,
659
+ "b_Awarded": false,
660
+ "b_Postponed": false,
661
+ "b_Abandoned": false,
662
+ "n_RefereeID": 609781,
663
+ "c_Referee": "William Collum",
664
+ "n_RefereeNatioGeoID": 2245,
665
+ "c_RefereeNatio": "Scotland",
666
+ "c_RefereeNatioShort": "SCO",
667
+ "n_Spectators": 16889,
668
+ "n_KnockoutPhaseID": 109524,
669
+ "n_Leg": 2,
670
+ "c_FirstLegScore": "0-1",
671
+ "n_WinnerOnAggregateTeamID": null,
672
+ "n_DataEntryLevel": 70,
673
+ "b_DataEntryLiveScore": true,
674
+ "b_DataEntryLiveGoal": true,
675
+ "b_DataEntryLiveLineup": true
676
+ },
677
+ "semi_final_first_leg_finished": {
678
+ "n_MatchID": 1886846,
679
+ "d_Date": "/Date(1430851500000+0200)/",
680
+ "d_DateLocal": "/Date(1430851500000+0200)/",
681
+ "d_DateUTC": "/Date(1430844300000+0200)/",
682
+ "b_DateUnknown": false,
683
+ "b_TimeUnknown": false,
684
+ "b_RescheduledToBeResumed": false,
685
+ "n_MatchNr": null,
686
+ "n_RoundNr": 1,
687
+ "n_PhaseID": 109470,
688
+ "n_PhaseLevel": 3,
689
+ "c_Phase": "Semifinal",
690
+ "c_PhaseShort": "SF",
691
+ "n_HomeTeamID": 4067,
692
+ "c_HomeTeam": "Juventus",
693
+ "c_HomeTeamShort": "JUV",
694
+ "n_HomeTeamNatioGeoID": 2210,
695
+ "c_HomeTeamNatio": "Italy",
696
+ "c_HomeTeamNatioShort": "ITA",
697
+ "n_AwayTeamID": 4103,
698
+ "c_AwayTeam": "Real Madrid",
699
+ "c_AwayTeamShort": "MAD",
700
+ "n_AwayTeamNatioGeoID": 2203,
701
+ "c_AwayTeamNatio": "Spain",
702
+ "c_AwayTeamNatioShort": "ESP",
703
+ "n_StadiumGeoID": 49584,
704
+ "c_Stadium": "Juventus Stadium",
705
+ "n_CityGeoID": 1391,
706
+ "c_City": "Turin",
707
+ "n_CountryGeoID": 2210,
708
+ "c_Country": "Italy",
709
+ "c_CountryShort": "ITA",
710
+ "c_Score": "2-1 (1-1) ",
711
+ "c_ScoreSuffix": null,
712
+ "n_HomeGoals": 2,
713
+ "n_AwayGoals": 1,
714
+ "n_HomeGoalsHalftime": 1,
715
+ "n_AwayGoalsHalftime": 1,
716
+ "n_HomeGoals90mins": null,
717
+ "n_AwayGoals90mins": null,
718
+ "n_HomeGoals105mins": null,
719
+ "n_AwayGoals105mins": null,
720
+ "n_HomeGoalsShootout": null,
721
+ "n_AwayGoalsShootout": null,
722
+ "n_MatchStatusCode": 128,
723
+ "c_MatchStatus": "Full time",
724
+ "c_MatchStatusShort": "FT",
725
+ "b_Finished": true,
726
+ "b_Awarded": false,
727
+ "b_Postponed": false,
728
+ "b_Abandoned": false,
729
+ "n_RefereeID": 486276,
730
+ "c_Referee": "Martin Atkinson",
731
+ "n_RefereeNatioGeoID": 2208,
732
+ "c_RefereeNatio": "England",
733
+ "c_RefereeNatioShort": "ENG",
734
+ "n_Spectators": 41011,
735
+ "n_KnockoutPhaseID": 109526,
736
+ "n_Leg": 1,
737
+ "c_FirstLegScore": null,
738
+ "n_WinnerOnAggregateTeamID": null,
739
+ "n_DataEntryLevel": 70,
740
+ "b_DataEntryLiveScore": true,
741
+ "b_DataEntryLiveGoal": true,
742
+ "b_DataEntryLiveLineup": true
743
+ },
744
+ "semi_final_second_leg_upcoming": {
745
+ "n_MatchID": 1886848,
746
+ "d_Date": "/Date(1431542700000+0200)/",
747
+ "d_DateLocal": "/Date(1431542700000+0200)/",
748
+ "d_DateUTC": "/Date(1431535500000+0200)/",
749
+ "b_DateUnknown": false,
750
+ "b_TimeUnknown": false,
751
+ "b_RescheduledToBeResumed": false,
752
+ "n_MatchNr": null,
753
+ "n_RoundNr": 2,
754
+ "n_PhaseID": 109470,
755
+ "n_PhaseLevel": 3,
756
+ "c_Phase": "Semifinal",
757
+ "c_PhaseShort": "SF",
758
+ "n_HomeTeamID": 4103,
759
+ "c_HomeTeam": "Real Madrid",
760
+ "c_HomeTeamShort": "MAD",
761
+ "n_HomeTeamNatioGeoID": 2203,
762
+ "c_HomeTeamNatio": "Spain",
763
+ "c_HomeTeamNatioShort": "ESP",
764
+ "n_AwayTeamID": 4067,
765
+ "c_AwayTeam": "Juventus",
766
+ "c_AwayTeamShort": "JUV",
767
+ "n_AwayTeamNatioGeoID": 2210,
768
+ "c_AwayTeamNatio": "Italy",
769
+ "c_AwayTeamNatioShort": "ITA",
770
+ "n_StadiumGeoID": 4943,
771
+ "c_Stadium": "Bernab\u00e9u",
772
+ "n_CityGeoID": 3477,
773
+ "c_City": "Madrid",
774
+ "n_CountryGeoID": 2203,
775
+ "c_Country": "Spain",
776
+ "c_CountryShort": "ESP",
777
+ "c_Score": null,
778
+ "c_ScoreSuffix": null,
779
+ "n_HomeGoals": null,
780
+ "n_AwayGoals": null,
781
+ "n_HomeGoalsHalftime": null,
782
+ "n_AwayGoalsHalftime": null,
783
+ "n_HomeGoals90mins": null,
784
+ "n_AwayGoals90mins": null,
785
+ "n_HomeGoals105mins": null,
786
+ "n_AwayGoals105mins": null,
787
+ "n_HomeGoalsShootout": null,
788
+ "n_AwayGoalsShootout": null,
789
+ "n_MatchStatusCode": 4,
790
+ "c_MatchStatus": "Not started",
791
+ "c_MatchStatusShort": "n.s.",
792
+ "b_Finished": false,
793
+ "b_Awarded": false,
794
+ "b_Postponed": false,
795
+ "b_Abandoned": false,
796
+ "n_RefereeID": 0,
797
+ "c_Referee": null,
798
+ "n_RefereeNatioGeoID": 0,
799
+ "c_RefereeNatio": null,
800
+ "c_RefereeNatioShort": null,
801
+ "n_Spectators": null,
802
+ "n_KnockoutPhaseID": 109526,
803
+ "n_Leg": 2,
804
+ "c_FirstLegScore": "1-2",
805
+ "n_WinnerOnAggregateTeamID": null,
806
+ "n_DataEntryLevel": 70,
807
+ "b_DataEntryLiveScore": true,
808
+ "b_DataEntryLiveGoal": true,
809
+ "b_DataEntryLiveLineup": true
810
+ },
811
+ "semi_final_second_leg_upcoming_without_teams": {
812
+ "n_MatchID": 188684811,
813
+ "d_Date": "/Date(1431542700000+0200)/",
814
+ "d_DateLocal": "/Date(1431542700000+0200)/",
815
+ "d_DateUTC": "/Date(1431535500000+0200)/",
816
+ "b_DateUnknown": false,
817
+ "b_TimeUnknown": false,
818
+ "b_RescheduledToBeResumed": false,
819
+ "n_MatchNr": null,
820
+ "n_RoundNr": 2,
821
+ "n_PhaseID": 109470,
822
+ "n_PhaseLevel": 3,
823
+ "c_Phase": "Semifinal",
824
+ "c_PhaseShort": "SF",
825
+ "n_HomeTeamID": null,
826
+ "c_HomeTeam": "Real Madrid",
827
+ "c_HomeTeamShort": "MAD",
828
+ "n_HomeTeamNatioGeoID": 2203,
829
+ "c_HomeTeamNatio": "Spain",
830
+ "c_HomeTeamNatioShort": "ESP",
831
+ "n_AwayTeamID": null,
832
+ "c_AwayTeam": "Juventus",
833
+ "c_AwayTeamShort": "JUV",
834
+ "n_AwayTeamNatioGeoID": 2210,
835
+ "c_AwayTeamNatio": "Italy",
836
+ "c_AwayTeamNatioShort": "ITA",
837
+ "n_StadiumGeoID": 4943,
838
+ "c_Stadium": "Bernab\u00e9u",
839
+ "n_CityGeoID": 3477,
840
+ "c_City": "Madrid",
841
+ "n_CountryGeoID": 2203,
842
+ "c_Country": "Spain",
843
+ "c_CountryShort": "ESP",
844
+ "c_Score": null,
845
+ "c_ScoreSuffix": null,
846
+ "n_HomeGoals": null,
847
+ "n_AwayGoals": null,
848
+ "n_HomeGoalsHalftime": null,
849
+ "n_AwayGoalsHalftime": null,
850
+ "n_HomeGoals90mins": null,
851
+ "n_AwayGoals90mins": null,
852
+ "n_HomeGoals105mins": null,
853
+ "n_AwayGoals105mins": null,
854
+ "n_HomeGoalsShootout": null,
855
+ "n_AwayGoalsShootout": null,
856
+ "n_MatchStatusCode": 4,
857
+ "c_MatchStatus": "Not started",
858
+ "c_MatchStatusShort": "n.s.",
859
+ "b_Finished": false,
860
+ "b_Awarded": false,
861
+ "b_Postponed": false,
862
+ "b_Abandoned": false,
863
+ "n_RefereeID": 0,
864
+ "c_Referee": null,
865
+ "n_RefereeNatioGeoID": 0,
866
+ "c_RefereeNatio": null,
867
+ "c_RefereeNatioShort": null,
868
+ "n_Spectators": null,
869
+ "n_KnockoutPhaseID": 1095261,
870
+ "n_Leg": 2,
871
+ "c_FirstLegScore": "1-2",
872
+ "n_WinnerOnAggregateTeamID": null,
873
+ "n_DataEntryLevel": 70,
874
+ "b_DataEntryLiveScore": true,
875
+ "b_DataEntryLiveGoal": true,
876
+ "b_DataEntryLiveLineup": true
877
+ },
878
+ "semi_final_first_leg_upcoming_without_teams": {
879
+ "n_MatchID": 1886848110,
880
+ "d_Date": "/Date(1431542700000+0200)/",
881
+ "d_DateLocal": "/Date(1431542700000+0200)/",
882
+ "d_DateUTC": "/Date(1431535500000+0200)/",
883
+ "b_DateUnknown": false,
884
+ "b_TimeUnknown": false,
885
+ "b_RescheduledToBeResumed": false,
886
+ "n_MatchNr": null,
887
+ "n_RoundNr": 1,
888
+ "n_PhaseID": 109470,
889
+ "n_PhaseLevel": 3,
890
+ "c_Phase": "Semifinal",
891
+ "c_PhaseShort": "SF",
892
+ "n_HomeTeamID": null,
893
+ "c_HomeTeam": "Real Madrid",
894
+ "c_HomeTeamShort": "MAD",
895
+ "n_HomeTeamNatioGeoID": 2203,
896
+ "c_HomeTeamNatio": "Spain",
897
+ "c_HomeTeamNatioShort": "ESP",
898
+ "n_AwayTeamID": null,
899
+ "c_AwayTeam": "Juventus",
900
+ "c_AwayTeamShort": "JUV",
901
+ "n_AwayTeamNatioGeoID": 2210,
902
+ "c_AwayTeamNatio": "Italy",
903
+ "c_AwayTeamNatioShort": "ITA",
904
+ "n_StadiumGeoID": 4943,
905
+ "c_Stadium": "Bernab\u00e9u",
906
+ "n_CityGeoID": 3477,
907
+ "c_City": "Madrid",
908
+ "n_CountryGeoID": 2203,
909
+ "c_Country": "Spain",
910
+ "c_CountryShort": "ESP",
911
+ "c_Score": null,
912
+ "c_ScoreSuffix": null,
913
+ "n_HomeGoals": null,
914
+ "n_AwayGoals": null,
915
+ "n_HomeGoalsHalftime": null,
916
+ "n_AwayGoalsHalftime": null,
917
+ "n_HomeGoals90mins": null,
918
+ "n_AwayGoals90mins": null,
919
+ "n_HomeGoals105mins": null,
920
+ "n_AwayGoals105mins": null,
921
+ "n_HomeGoalsShootout": null,
922
+ "n_AwayGoalsShootout": null,
923
+ "n_MatchStatusCode": 4,
924
+ "c_MatchStatus": "Not started",
925
+ "c_MatchStatusShort": "n.s.",
926
+ "b_Finished": false,
927
+ "b_Awarded": false,
928
+ "b_Postponed": false,
929
+ "b_Abandoned": false,
930
+ "n_RefereeID": 0,
931
+ "c_Referee": null,
932
+ "n_RefereeNatioGeoID": 0,
933
+ "c_RefereeNatio": null,
934
+ "c_RefereeNatioShort": null,
935
+ "n_Spectators": null,
936
+ "n_KnockoutPhaseID": 1095261,
937
+ "n_Leg": 1,
938
+ "c_FirstLegScore": null,
939
+ "n_WinnerOnAggregateTeamID": null,
940
+ "n_DataEntryLevel": 70,
941
+ "b_DataEntryLiveScore": true,
942
+ "b_DataEntryLiveGoal": true,
943
+ "b_DataEntryLiveLineup": true
944
+ }
945
+ }