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,93 @@
1
+ {
2
+ "goalkeeper":{
3
+ "n_PersonID": 850308,
4
+ "c_Person": "Giovanni",
5
+ "c_PersonSort": "Giovanni",
6
+ "c_PersonShort": "Giovanni",
7
+ "n_PersonNatioGeoID": 2235,
8
+ "c_PersonNatio": "Brazil",
9
+ "c_PersonNatioShort": "BRA",
10
+ "d_BirthDate": "/Date(539478000000+0100)/",
11
+ "n_BirthDate": 19870205,
12
+ "n_FunctionType": 1,
13
+ "c_Function": "Goalkeeper",
14
+ "c_FunctionShort": "G",
15
+ "n_FunctionCode": 1,
16
+ "n_ShirtNr": 12,
17
+ "d_ContractStartDate": "/Date(1388530800000+0100)/",
18
+ "d_ContractEndDate": "/Date(1451516400000+0100)/",
19
+ "n_Matches": 0,
20
+ "n_MatchesStart": 0,
21
+ "n_MatchesOut": 0,
22
+ "n_MatchesIn": 0,
23
+ "n_MinutesPlayed": 0,
24
+ "n_Goals": 0,
25
+ "n_OwnGoals": 0,
26
+ "n_Assists": null,
27
+ "n_CardsYellow": 0,
28
+ "n_CardsRed": 0,
29
+ "n_CardsRedDirect": 0,
30
+ "n_CardsRed2Yellow": 0
31
+ },
32
+
33
+ "defender": {
34
+ "n_PersonID": 1362396,
35
+ "c_Person": "Jesiel Cardoso Miranda",
36
+ "c_PersonSort": "Cardoso Miranda, Jesiel",
37
+ "c_PersonShort": "Cardoso Miranda",
38
+ "n_PersonNatioGeoID": 2235,
39
+ "c_PersonNatio": "Brazil",
40
+ "c_PersonNatioShort": "BRA",
41
+ "d_BirthDate": "/Date(762822000000+0100)/",
42
+ "n_BirthDate": 19940305,
43
+ "n_FunctionType": 2,
44
+ "c_Function": "Defender",
45
+ "c_FunctionShort": "D",
46
+ "n_FunctionCode": 2,
47
+ "n_ShirtNr": null,
48
+ "d_ContractStartDate": "/Date(1420066800000+0100)/",
49
+ "d_ContractEndDate": "/Date(1451516400000+0100)/",
50
+ "n_Matches": 0,
51
+ "n_MatchesStart": 0,
52
+ "n_MatchesOut": 0,
53
+ "n_MatchesIn": 0,
54
+ "n_MinutesPlayed": 0,
55
+ "n_Goals": 0,
56
+ "n_OwnGoals": 0,
57
+ "n_Assists": null,
58
+ "n_CardsYellow": 0,
59
+ "n_CardsRed": 0,
60
+ "n_CardsRedDirect": 0,
61
+ "n_CardsRed2Yellow": 0
62
+ },
63
+ "default": {
64
+ "n_PersonID": 1362396,
65
+ "c_Person": "Jesiel Cardoso Miranda",
66
+ "c_PersonSort": "Cardoso Miranda, Jesiel",
67
+ "c_PersonShort": "Cardoso Miranda",
68
+ "n_PersonNatioGeoID": 2235,
69
+ "c_PersonNatio": "Brazil",
70
+ "c_PersonNatioShort": "BRA",
71
+ "d_BirthDate": "/Date(762822000000+0100)/",
72
+ "n_BirthDate": 19940305,
73
+ "n_FunctionType": 2,
74
+ "c_Function": "Defender",
75
+ "c_FunctionShort": "D",
76
+ "n_FunctionCode": 2,
77
+ "n_ShirtNr": null,
78
+ "d_ContractStartDate": "/Date(1420066800000+0100)/",
79
+ "d_ContractEndDate": "/Date(1451516400000+0100)/",
80
+ "n_Matches": 0,
81
+ "n_MatchesStart": 0,
82
+ "n_MatchesOut": 0,
83
+ "n_MatchesIn": 0,
84
+ "n_MinutesPlayed": 0,
85
+ "n_Goals": 0,
86
+ "n_OwnGoals": 0,
87
+ "n_Assists": null,
88
+ "n_CardsYellow": 0,
89
+ "n_CardsRed": 0,
90
+ "n_CardsRedDirect": 0,
91
+ "n_CardsRed2Yellow": 0
92
+ }
93
+ }
@@ -0,0 +1,184 @@
1
+ {
2
+ "complete_referee_match" : {
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
+ "without_nation_referee_match" : {
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": 392439,
166
+ "c_Referee": "Bj\u00f6rn Kuipers",
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
+ }
@@ -0,0 +1,243 @@
1
+ {
2
+ "endpoint": "http://api.infostradasports.com/svc/Football.svc/json/GetEditionList?languageCode=2",
3
+ "result": [
4
+ {
5
+ "n_CompetitionID": 199,
6
+ "c_Competition": "S\u00e9rie A",
7
+ "n_CompetitionSet": 1,
8
+ "n_CompetitionNatioGeoID": 2235,
9
+ "c_CompetitionNatio": "Brazil",
10
+ "c_CompetitionNatioShort": "BRA",
11
+ "n_CompetitionLevel": 1,
12
+ "n_EditionID": 21594,
13
+ "c_Season": "2015",
14
+ "d_EditionStartDate": "/Date(1431122400000+0200)/",
15
+ "d_EditionEndDate": "/Date(1449356400000+0100)/",
16
+ "n_PhaseID": null
17
+ },
18
+ {
19
+ "n_CompetitionID": 290,
20
+ "c_Competition": "Community Shield",
21
+ "n_CompetitionSet": 2,
22
+ "n_CompetitionNatioGeoID": 2208,
23
+ "c_CompetitionNatio": "England",
24
+ "c_CompetitionNatioShort": "ENG",
25
+ "n_CompetitionLevel": 0,
26
+ "n_EditionID": 21053,
27
+ "c_Season": "2014/2015",
28
+ "d_EditionStartDate": "/Date(1407621600000+0200)/",
29
+ "d_EditionEndDate": "/Date(1407621600000+0200)/",
30
+ "n_PhaseID": null
31
+ },
32
+ {
33
+ "n_CompetitionID": 62,
34
+ "c_Competition": "Capital One Cup",
35
+ "n_CompetitionSet": 2,
36
+ "n_CompetitionNatioGeoID": 2208,
37
+ "c_CompetitionNatio": "England",
38
+ "c_CompetitionNatioShort": "ENG",
39
+ "n_CompetitionLevel": 1,
40
+ "n_EditionID": 21204,
41
+ "c_Season": "2014/2015",
42
+ "d_EditionStartDate": "/Date(1407708000000+0200)/",
43
+ "d_EditionEndDate": "/Date(1425164400000+0100)/",
44
+ "n_PhaseID": null
45
+ },
46
+ {
47
+ "n_CompetitionID": 52,
48
+ "c_Competition": "Barclays Premier League",
49
+ "n_CompetitionSet": 1,
50
+ "n_CompetitionNatioGeoID": 2208,
51
+ "c_CompetitionNatio": "England",
52
+ "c_CompetitionNatioShort": "ENG",
53
+ "n_CompetitionLevel": 1,
54
+ "n_EditionID": 21183,
55
+ "c_Season": "2014/2015",
56
+ "d_EditionStartDate": "/Date(1408140000000+0200)/",
57
+ "d_EditionEndDate": "/Date(1432418400000+0200)/",
58
+ "n_PhaseID": null
59
+ },
60
+ {
61
+ "n_CompetitionID": 65,
62
+ "c_Competition": "FA Cup",
63
+ "n_CompetitionSet": 2,
64
+ "n_CompetitionNatioGeoID": 2208,
65
+ "c_CompetitionNatio": "England",
66
+ "c_CompetitionNatioShort": "ENG",
67
+ "n_CompetitionLevel": 1,
68
+ "n_EditionID": 21206,
69
+ "c_Season": "2014/2015",
70
+ "d_EditionStartDate": "/Date(1415314800000+0100)/",
71
+ "d_EditionEndDate": "/Date(1432936800000+0200)/",
72
+ "n_PhaseID": null
73
+ },
74
+ {
75
+ "n_CompetitionID": 43,
76
+ "c_Competition": "UEFA Europa League",
77
+ "n_CompetitionSet": 3,
78
+ "n_CompetitionNatioGeoID": 2101,
79
+ "c_CompetitionNatio": "Europe",
80
+ "c_CompetitionNatioShort": "EUR",
81
+ "n_CompetitionLevel": 0,
82
+ "n_EditionID": 21197,
83
+ "c_Season": "2014/2015",
84
+ "d_EditionStartDate": "/Date(1404165600000+0200)/",
85
+ "d_EditionEndDate": "/Date(1432677600000+0200)/",
86
+ "n_PhaseID": null
87
+ },
88
+ {
89
+ "n_CompetitionID": 41,
90
+ "c_Competition": "UEFA Champions League",
91
+ "n_CompetitionSet": 3,
92
+ "n_CompetitionNatioGeoID": 2101,
93
+ "c_CompetitionNatio": "Europe",
94
+ "c_CompetitionNatioShort": "EUR",
95
+ "n_CompetitionLevel": 0,
96
+ "n_EditionID": 21402,
97
+ "c_Season": "2014/2015",
98
+ "d_EditionStartDate": "/Date(1404165600000+0200)/",
99
+ "d_EditionEndDate": "/Date(1433541600000+0200)/",
100
+ "n_PhaseID": null
101
+ },
102
+ {
103
+ "n_CompetitionID": 54,
104
+ "c_Competition": "Ligue 1",
105
+ "n_CompetitionSet": 1,
106
+ "n_CompetitionNatioGeoID": 2202,
107
+ "c_CompetitionNatio": "France",
108
+ "c_CompetitionNatioShort": "FRA",
109
+ "n_CompetitionLevel": 1,
110
+ "n_EditionID": 21175,
111
+ "c_Season": "2014/2015",
112
+ "d_EditionStartDate": "/Date(1407448800000+0200)/",
113
+ "d_EditionEndDate": "/Date(1432332000000+0200)/",
114
+ "n_PhaseID": null
115
+ },
116
+ {
117
+ "n_CompetitionID": 56,
118
+ "c_Competition": "Bundesliga",
119
+ "n_CompetitionSet": 1,
120
+ "n_CompetitionNatioGeoID": 2206,
121
+ "c_CompetitionNatio": "Germany",
122
+ "c_CompetitionNatioShort": "GER",
123
+ "n_CompetitionLevel": 1,
124
+ "n_EditionID": 21185,
125
+ "c_Season": "2014/2015",
126
+ "d_EditionStartDate": "/Date(1408658400000+0200)/",
127
+ "d_EditionEndDate": "/Date(1432332000000+0200)/",
128
+ "n_PhaseID": null
129
+ },
130
+ {
131
+ "n_CompetitionID": 53,
132
+ "c_Competition": "Serie A TIM",
133
+ "n_CompetitionSet": 1,
134
+ "n_CompetitionNatioGeoID": 2210,
135
+ "c_CompetitionNatio": "Italy",
136
+ "c_CompetitionNatioShort": "ITA",
137
+ "n_CompetitionLevel": 1,
138
+ "n_EditionID": 21184,
139
+ "c_Season": "2014/2015",
140
+ "d_EditionStartDate": "/Date(1409349600000+0200)/",
141
+ "d_EditionEndDate": "/Date(1433023200000+0200)/",
142
+ "n_PhaseID": null
143
+ },
144
+ {
145
+ "n_CompetitionID": 289,
146
+ "c_Competition": "Superta\u00e7a C\u00e2ndido de Oliveira",
147
+ "n_CompetitionSet": 2,
148
+ "n_CompetitionNatioGeoID": 2223,
149
+ "c_CompetitionNatio": "Portugal",
150
+ "c_CompetitionNatioShort": "POR",
151
+ "n_CompetitionLevel": 0,
152
+ "n_EditionID": 21192,
153
+ "c_Season": "2014/2015",
154
+ "d_EditionStartDate": "/Date(1407621600000+0200)/",
155
+ "d_EditionEndDate": "/Date(1407621600000+0200)/",
156
+ "n_PhaseID": null
157
+ },
158
+ {
159
+ "n_CompetitionID": 69,
160
+ "c_Competition": "Primeira Liga",
161
+ "n_CompetitionSet": 1,
162
+ "n_CompetitionNatioGeoID": 2223,
163
+ "c_CompetitionNatio": "Portugal",
164
+ "c_CompetitionNatioShort": "POR",
165
+ "n_CompetitionLevel": 1,
166
+ "n_EditionID": 21209,
167
+ "c_Season": "2014/2015",
168
+ "d_EditionStartDate": "/Date(1408053600000+0200)/",
169
+ "d_EditionEndDate": "/Date(1432418400000+0200)/",
170
+ "n_PhaseID": null
171
+ },
172
+ {
173
+ "n_CompetitionID": 70,
174
+ "c_Competition": "Ta\u00e7a de Portugal",
175
+ "n_CompetitionSet": 2,
176
+ "n_CompetitionNatioGeoID": 2223,
177
+ "c_CompetitionNatio": "Portugal",
178
+ "c_CompetitionNatioShort": "POR",
179
+ "n_CompetitionLevel": 1,
180
+ "n_EditionID": 21210,
181
+ "c_Season": "2014/2015",
182
+ "d_EditionStartDate": "/Date(1413496800000+0200)/",
183
+ "d_EditionEndDate": "/Date(1433023200000+0200)/",
184
+ "n_PhaseID": null
185
+ },
186
+ {
187
+ "n_CompetitionID": 255,
188
+ "c_Competition": "Supercopa de Espana",
189
+ "n_CompetitionSet": 2,
190
+ "n_CompetitionNatioGeoID": 2203,
191
+ "c_CompetitionNatio": "Spain",
192
+ "c_CompetitionNatioShort": "ESP",
193
+ "n_CompetitionLevel": 0,
194
+ "n_EditionID": 21056,
195
+ "c_Season": "2014/2015",
196
+ "d_EditionStartDate": "/Date(1408399200000+0200)/",
197
+ "d_EditionEndDate": "/Date(1408658400000+0200)/",
198
+ "n_PhaseID": null
199
+ },
200
+ {
201
+ "n_CompetitionID": 67,
202
+ "c_Competition": "Liga BBVA",
203
+ "n_CompetitionSet": 1,
204
+ "n_CompetitionNatioGeoID": 2203,
205
+ "c_CompetitionNatio": "Spain",
206
+ "c_CompetitionNatioShort": "ESP",
207
+ "n_CompetitionLevel": 1,
208
+ "n_EditionID": 21411,
209
+ "c_Season": "2014/2015",
210
+ "d_EditionStartDate": "/Date(1408744800000+0200)/",
211
+ "d_EditionEndDate": "/Date(1432418400000+0200)/",
212
+ "n_PhaseID": null
213
+ },
214
+ {
215
+ "n_CompetitionID": 66,
216
+ "c_Competition": "Copa del Rey",
217
+ "n_CompetitionSet": 2,
218
+ "n_CompetitionNatioGeoID": 2203,
219
+ "c_CompetitionNatio": "Spain",
220
+ "c_CompetitionNatioShort": "ESP",
221
+ "n_CompetitionLevel": 1,
222
+ "n_EditionID": 21207,
223
+ "c_Season": "2014/2015",
224
+ "d_EditionStartDate": "/Date(1409695200000+0200)/",
225
+ "d_EditionEndDate": "/Date(1432936800000+0200)/",
226
+ "n_PhaseID": null
227
+ },
228
+ {
229
+ "n_CompetitionID": 8,
230
+ "c_Competition": "FIFA World Cup",
231
+ "n_CompetitionSet": 4,
232
+ "n_CompetitionNatioGeoID": 21710,
233
+ "c_CompetitionNatio": "World",
234
+ "c_CompetitionNatioShort": "WLD",
235
+ "n_CompetitionLevel": 0,
236
+ "n_EditionID": 17694,
237
+ "c_Season": "2014",
238
+ "d_EditionStartDate": "/Date(1402524000000+0200)/",
239
+ "d_EditionEndDate": "/Date(1405202400000+0200)/",
240
+ "n_PhaseID": null
241
+ }
242
+ ]
243
+ }