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,138 @@
1
+ {
2
+ "endpoint": "http://api.infostradasports.com/svc/Football.svc/json/GetPhaseList?editionId=21204&languageCode=2",
3
+ "result": [
4
+ {
5
+ "n_PhaseID": 109360,
6
+ "n_PhaseLevel": 58,
7
+ "c_Phase": "1st Round",
8
+ "n_Phase1ID": 109360,
9
+ "n_Phase1Nr": 1,
10
+ "c_Phase1": "1st Round",
11
+ "n_Phase2ID": null,
12
+ "n_Phase2Nr": null,
13
+ "c_Phase2": null,
14
+ "n_Phase3ID": null,
15
+ "n_Phase3Nr": null,
16
+ "c_Phase3": null,
17
+ "b_Table": false,
18
+ "b_Current": false,
19
+ "b_Currents": false,
20
+ "n_DateStart": 20140811,
21
+ "n_DateEnd": 20140813
22
+ },
23
+ {
24
+ "n_PhaseID": 109361,
25
+ "n_PhaseLevel": 33,
26
+ "c_Phase": "2nd Round",
27
+ "n_Phase1ID": 109361,
28
+ "n_Phase1Nr": 2,
29
+ "c_Phase1": "2nd Round",
30
+ "n_Phase2ID": null,
31
+ "n_Phase2Nr": null,
32
+ "c_Phase2": null,
33
+ "n_Phase3ID": null,
34
+ "n_Phase3Nr": null,
35
+ "c_Phase3": null,
36
+ "b_Table": false,
37
+ "b_Current": false,
38
+ "b_Currents": false,
39
+ "n_DateStart": 20140826,
40
+ "n_DateEnd": 20140827
41
+ },
42
+ {
43
+ "n_PhaseID": 109362,
44
+ "n_PhaseLevel": 17,
45
+ "c_Phase": "3rd Round",
46
+ "n_Phase1ID": 109362,
47
+ "n_Phase1Nr": 3,
48
+ "c_Phase1": "3rd Round",
49
+ "n_Phase2ID": null,
50
+ "n_Phase2Nr": null,
51
+ "c_Phase2": null,
52
+ "n_Phase3ID": null,
53
+ "n_Phase3Nr": null,
54
+ "c_Phase3": null,
55
+ "b_Table": false,
56
+ "b_Current": false,
57
+ "b_Currents": false,
58
+ "n_DateStart": 20140923,
59
+ "n_DateEnd": 20140924
60
+ },
61
+ {
62
+ "n_PhaseID": 109363,
63
+ "n_PhaseLevel": 9,
64
+ "c_Phase": "4th Round",
65
+ "n_Phase1ID": 109363,
66
+ "n_Phase1Nr": 4,
67
+ "c_Phase1": "4th Round",
68
+ "n_Phase2ID": null,
69
+ "n_Phase2Nr": null,
70
+ "c_Phase2": null,
71
+ "n_Phase3ID": null,
72
+ "n_Phase3Nr": null,
73
+ "c_Phase3": null,
74
+ "b_Table": false,
75
+ "b_Current": false,
76
+ "b_Currents": false,
77
+ "n_DateStart": 20141028,
78
+ "n_DateEnd": 20141029
79
+ },
80
+ {
81
+ "n_PhaseID": 109364,
82
+ "n_PhaseLevel": 5,
83
+ "c_Phase": "5th Round",
84
+ "n_Phase1ID": 109364,
85
+ "n_Phase1Nr": 5,
86
+ "c_Phase1": "5th Round",
87
+ "n_Phase2ID": null,
88
+ "n_Phase2Nr": null,
89
+ "c_Phase2": null,
90
+ "n_Phase3ID": null,
91
+ "n_Phase3Nr": null,
92
+ "c_Phase3": null,
93
+ "b_Table": false,
94
+ "b_Current": false,
95
+ "b_Currents": false,
96
+ "n_DateStart": 20141216,
97
+ "n_DateEnd": 20141217
98
+ },
99
+ {
100
+ "n_PhaseID": 109365,
101
+ "n_PhaseLevel": 3,
102
+ "c_Phase": "Semifinal",
103
+ "n_Phase1ID": 109365,
104
+ "n_Phase1Nr": 6,
105
+ "c_Phase1": "Semifinal",
106
+ "n_Phase2ID": null,
107
+ "n_Phase2Nr": null,
108
+ "c_Phase2": null,
109
+ "n_Phase3ID": null,
110
+ "n_Phase3Nr": null,
111
+ "c_Phase3": null,
112
+ "b_Table": false,
113
+ "b_Current": false,
114
+ "b_Currents": false,
115
+ "n_DateStart": 20150120,
116
+ "n_DateEnd": 20150128
117
+ },
118
+ {
119
+ "n_PhaseID": 109366,
120
+ "n_PhaseLevel": 2,
121
+ "c_Phase": "Final",
122
+ "n_Phase1ID": 109366,
123
+ "n_Phase1Nr": 7,
124
+ "c_Phase1": "Final",
125
+ "n_Phase2ID": null,
126
+ "n_Phase2Nr": null,
127
+ "c_Phase2": null,
128
+ "n_Phase3ID": null,
129
+ "n_Phase3Nr": null,
130
+ "c_Phase3": null,
131
+ "b_Table": false,
132
+ "b_Current": true,
133
+ "b_Currents": true,
134
+ "n_DateStart": 20150301,
135
+ "n_DateEnd": 20150301
136
+ }
137
+ ]
138
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "endpoint": "http://api.infostradasports.com/svc/Football.svc/json/GetPhaseList?editionId=21594&languageCode=2",
3
+ "result": [
4
+ {
5
+ "n_PhaseID": 114165,
6
+ "n_PhaseLevel": 1,
7
+ "c_Phase": "Regular",
8
+ "n_Phase1ID": 114165,
9
+ "n_Phase1Nr": 1,
10
+ "c_Phase1": "Regular",
11
+ "n_Phase2ID": null,
12
+ "n_Phase2Nr": null,
13
+ "c_Phase2": null,
14
+ "n_Phase3ID": null,
15
+ "n_Phase3Nr": null,
16
+ "c_Phase3": null,
17
+ "b_Table": true,
18
+ "b_Current": true,
19
+ "b_Currents": true,
20
+ "n_DateStart": 20150509,
21
+ "n_DateEnd": 20151206
22
+ }
23
+ ]
24
+ }
@@ -0,0 +1,585 @@
1
+ {
2
+ "endpoint": "http://api.infostradasports.com/svc/Football.svc/json/GetTable?phaseId=114165&languageCode=2",
3
+ "result": [
4
+ {
5
+ "n_EditionID": 21594,
6
+ "c_Phase": "Regular",
7
+ "n_TeamID": 100163,
8
+ "c_Team": "Atl\u00e9tico-MG",
9
+ "c_TeamShort": "ATM",
10
+ "n_TeamNatioGeoID": 2235,
11
+ "c_TeamNatio": "Brazil",
12
+ "c_TeamNatioShort": "BRA",
13
+ "n_RankSort": 1,
14
+ "c_Rank": "1",
15
+ "n_RankCode": 0,
16
+ "n_MinRank": 0,
17
+ "n_MinRankCode": 0,
18
+ "n_MaxRank": 0,
19
+ "n_MaxRankCode": 0,
20
+ "n_PrevRankSort": null,
21
+ "n_PrevRank": null,
22
+ "n_Matches": 0,
23
+ "n_MatchesWon": 0,
24
+ "n_MatchesDrawn": 0,
25
+ "n_MatchesLost": 0,
26
+ "n_Points": 0,
27
+ "n_GoalsFor": 0,
28
+ "n_GoalsAgainst": 0,
29
+ "c_StreakType": null,
30
+ "n_StreakLength": null,
31
+ "c_LastMatches": null
32
+ },
33
+ {
34
+ "n_EditionID": 21594,
35
+ "c_Phase": "Regular",
36
+ "n_TeamID": 104005,
37
+ "c_Team": "Atl\u00e9tico-PR",
38
+ "c_TeamShort": "ATP",
39
+ "n_TeamNatioGeoID": 2235,
40
+ "c_TeamNatio": "Brazil",
41
+ "c_TeamNatioShort": "BRA",
42
+ "n_RankSort": 2,
43
+ "c_Rank": "1",
44
+ "n_RankCode": 0,
45
+ "n_MinRank": 0,
46
+ "n_MinRankCode": 0,
47
+ "n_MaxRank": 0,
48
+ "n_MaxRankCode": 0,
49
+ "n_PrevRankSort": null,
50
+ "n_PrevRank": null,
51
+ "n_Matches": 0,
52
+ "n_MatchesWon": 0,
53
+ "n_MatchesDrawn": 0,
54
+ "n_MatchesLost": 0,
55
+ "n_Points": 0,
56
+ "n_GoalsFor": 0,
57
+ "n_GoalsAgainst": 0,
58
+ "c_StreakType": null,
59
+ "n_StreakLength": null,
60
+ "c_LastMatches": null
61
+ },
62
+ {
63
+ "n_EditionID": 21594,
64
+ "c_Phase": "Regular",
65
+ "n_TeamID": 113506,
66
+ "c_Team": "Ava\u00ed",
67
+ "c_TeamShort": "AFC",
68
+ "n_TeamNatioGeoID": 2235,
69
+ "c_TeamNatio": "Brazil",
70
+ "c_TeamNatioShort": "BRA",
71
+ "n_RankSort": 3,
72
+ "c_Rank": "1",
73
+ "n_RankCode": 0,
74
+ "n_MinRank": 0,
75
+ "n_MinRankCode": 0,
76
+ "n_MaxRank": 0,
77
+ "n_MaxRankCode": 0,
78
+ "n_PrevRankSort": null,
79
+ "n_PrevRank": null,
80
+ "n_Matches": 0,
81
+ "n_MatchesWon": 0,
82
+ "n_MatchesDrawn": 0,
83
+ "n_MatchesLost": 0,
84
+ "n_Points": 0,
85
+ "n_GoalsFor": 0,
86
+ "n_GoalsAgainst": 0,
87
+ "c_StreakType": null,
88
+ "n_StreakLength": null,
89
+ "c_LastMatches": null
90
+ },
91
+ {
92
+ "n_EditionID": 21594,
93
+ "c_Phase": "Regular",
94
+ "n_TeamID": 106816,
95
+ "c_Team": "Chapecoense",
96
+ "c_TeamShort": "ACF",
97
+ "n_TeamNatioGeoID": 2235,
98
+ "c_TeamNatio": "Brazil",
99
+ "c_TeamNatioShort": "BRA",
100
+ "n_RankSort": 4,
101
+ "c_Rank": "1",
102
+ "n_RankCode": 0,
103
+ "n_MinRank": 0,
104
+ "n_MinRankCode": 0,
105
+ "n_MaxRank": 0,
106
+ "n_MaxRankCode": 0,
107
+ "n_PrevRankSort": null,
108
+ "n_PrevRank": null,
109
+ "n_Matches": 0,
110
+ "n_MatchesWon": 0,
111
+ "n_MatchesDrawn": 0,
112
+ "n_MatchesLost": 0,
113
+ "n_Points": 0,
114
+ "n_GoalsFor": 0,
115
+ "n_GoalsAgainst": 0,
116
+ "c_StreakType": null,
117
+ "n_StreakLength": null,
118
+ "c_LastMatches": null
119
+ },
120
+ {
121
+ "n_EditionID": 21594,
122
+ "c_Phase": "Regular",
123
+ "n_TeamID": 103045,
124
+ "c_Team": "Corinthians",
125
+ "c_TeamShort": "COR",
126
+ "n_TeamNatioGeoID": 2235,
127
+ "c_TeamNatio": "Brazil",
128
+ "c_TeamNatioShort": "BRA",
129
+ "n_RankSort": 5,
130
+ "c_Rank": "1",
131
+ "n_RankCode": 0,
132
+ "n_MinRank": 0,
133
+ "n_MinRankCode": 0,
134
+ "n_MaxRank": 0,
135
+ "n_MaxRankCode": 0,
136
+ "n_PrevRankSort": null,
137
+ "n_PrevRank": null,
138
+ "n_Matches": 0,
139
+ "n_MatchesWon": 0,
140
+ "n_MatchesDrawn": 0,
141
+ "n_MatchesLost": 0,
142
+ "n_Points": 0,
143
+ "n_GoalsFor": 0,
144
+ "n_GoalsAgainst": 0,
145
+ "c_StreakType": null,
146
+ "n_StreakLength": null,
147
+ "c_LastMatches": null
148
+ },
149
+ {
150
+ "n_EditionID": 21594,
151
+ "c_Phase": "Regular",
152
+ "n_TeamID": 104004,
153
+ "c_Team": "Coritiba",
154
+ "c_TeamShort": "CRB",
155
+ "n_TeamNatioGeoID": 2235,
156
+ "c_TeamNatio": "Brazil",
157
+ "c_TeamNatioShort": "BRA",
158
+ "n_RankSort": 6,
159
+ "c_Rank": "1",
160
+ "n_RankCode": 0,
161
+ "n_MinRank": 0,
162
+ "n_MinRankCode": 0,
163
+ "n_MaxRank": 0,
164
+ "n_MaxRankCode": 0,
165
+ "n_PrevRankSort": null,
166
+ "n_PrevRank": null,
167
+ "n_Matches": 0,
168
+ "n_MatchesWon": 0,
169
+ "n_MatchesDrawn": 0,
170
+ "n_MatchesLost": 0,
171
+ "n_Points": 0,
172
+ "n_GoalsFor": 0,
173
+ "n_GoalsAgainst": 0,
174
+ "c_StreakType": null,
175
+ "n_StreakLength": null,
176
+ "c_LastMatches": null
177
+ },
178
+ {
179
+ "n_EditionID": 21594,
180
+ "c_Phase": "Regular",
181
+ "n_TeamID": 102310,
182
+ "c_Team": "Cruzeiro",
183
+ "c_TeamShort": "CRU",
184
+ "n_TeamNatioGeoID": 2235,
185
+ "c_TeamNatio": "Brazil",
186
+ "c_TeamNatioShort": "BRA",
187
+ "n_RankSort": 7,
188
+ "c_Rank": "1",
189
+ "n_RankCode": 0,
190
+ "n_MinRank": 0,
191
+ "n_MinRankCode": 0,
192
+ "n_MaxRank": 0,
193
+ "n_MaxRankCode": 0,
194
+ "n_PrevRankSort": null,
195
+ "n_PrevRank": null,
196
+ "n_Matches": 0,
197
+ "n_MatchesWon": 0,
198
+ "n_MatchesDrawn": 0,
199
+ "n_MatchesLost": 0,
200
+ "n_Points": 0,
201
+ "n_GoalsFor": 0,
202
+ "n_GoalsAgainst": 0,
203
+ "c_StreakType": null,
204
+ "n_StreakLength": null,
205
+ "c_LastMatches": null
206
+ },
207
+ {
208
+ "n_EditionID": 21594,
209
+ "c_Phase": "Regular",
210
+ "n_TeamID": 108038,
211
+ "c_Team": "Figueirense",
212
+ "c_TeamShort": "FFC",
213
+ "n_TeamNatioGeoID": 2235,
214
+ "c_TeamNatio": "Brazil",
215
+ "c_TeamNatioShort": "BRA",
216
+ "n_RankSort": 8,
217
+ "c_Rank": "1",
218
+ "n_RankCode": 0,
219
+ "n_MinRank": 0,
220
+ "n_MinRankCode": 0,
221
+ "n_MaxRank": 0,
222
+ "n_MaxRankCode": 0,
223
+ "n_PrevRankSort": null,
224
+ "n_PrevRank": null,
225
+ "n_Matches": 0,
226
+ "n_MatchesWon": 0,
227
+ "n_MatchesDrawn": 0,
228
+ "n_MatchesLost": 0,
229
+ "n_Points": 0,
230
+ "n_GoalsFor": 0,
231
+ "n_GoalsAgainst": 0,
232
+ "c_StreakType": null,
233
+ "n_StreakLength": null,
234
+ "c_LastMatches": null
235
+ },
236
+ {
237
+ "n_EditionID": 21594,
238
+ "c_Phase": "Regular",
239
+ "n_TeamID": 100070,
240
+ "c_Team": "Flamengo",
241
+ "c_TeamShort": "FLA",
242
+ "n_TeamNatioGeoID": 2235,
243
+ "c_TeamNatio": "Brazil",
244
+ "c_TeamNatioShort": "BRA",
245
+ "n_RankSort": 9,
246
+ "c_Rank": "1",
247
+ "n_RankCode": 0,
248
+ "n_MinRank": 0,
249
+ "n_MinRankCode": 0,
250
+ "n_MaxRank": 0,
251
+ "n_MaxRankCode": 0,
252
+ "n_PrevRankSort": null,
253
+ "n_PrevRank": null,
254
+ "n_Matches": 0,
255
+ "n_MatchesWon": 0,
256
+ "n_MatchesDrawn": 0,
257
+ "n_MatchesLost": 0,
258
+ "n_Points": 0,
259
+ "n_GoalsFor": 0,
260
+ "n_GoalsAgainst": 0,
261
+ "c_StreakType": null,
262
+ "n_StreakLength": null,
263
+ "c_LastMatches": null
264
+ },
265
+ {
266
+ "n_EditionID": 21594,
267
+ "c_Phase": "Regular",
268
+ "n_TeamID": 102191,
269
+ "c_Team": "Fluminense",
270
+ "c_TeamShort": "FLU",
271
+ "n_TeamNatioGeoID": 2235,
272
+ "c_TeamNatio": "Brazil",
273
+ "c_TeamNatioShort": "BRA",
274
+ "n_RankSort": 10,
275
+ "c_Rank": "1",
276
+ "n_RankCode": 0,
277
+ "n_MinRank": 0,
278
+ "n_MinRankCode": 0,
279
+ "n_MaxRank": 0,
280
+ "n_MaxRankCode": 0,
281
+ "n_PrevRankSort": null,
282
+ "n_PrevRank": null,
283
+ "n_Matches": 0,
284
+ "n_MatchesWon": 0,
285
+ "n_MatchesDrawn": 0,
286
+ "n_MatchesLost": 0,
287
+ "n_Points": 0,
288
+ "n_GoalsFor": 0,
289
+ "n_GoalsAgainst": 0,
290
+ "c_StreakType": null,
291
+ "n_StreakLength": null,
292
+ "c_LastMatches": null
293
+ },
294
+ {
295
+ "n_EditionID": 21594,
296
+ "c_Phase": "Regular",
297
+ "n_TeamID": 103273,
298
+ "c_Team": "Goi\u00e1s",
299
+ "c_TeamShort": "GOI",
300
+ "n_TeamNatioGeoID": 2235,
301
+ "c_TeamNatio": "Brazil",
302
+ "c_TeamNatioShort": "BRA",
303
+ "n_RankSort": 11,
304
+ "c_Rank": "1",
305
+ "n_RankCode": 0,
306
+ "n_MinRank": 0,
307
+ "n_MinRankCode": 0,
308
+ "n_MaxRank": 0,
309
+ "n_MaxRankCode": 0,
310
+ "n_PrevRankSort": null,
311
+ "n_PrevRank": null,
312
+ "n_Matches": 0,
313
+ "n_MatchesWon": 0,
314
+ "n_MatchesDrawn": 0,
315
+ "n_MatchesLost": 0,
316
+ "n_Points": 0,
317
+ "n_GoalsFor": 0,
318
+ "n_GoalsAgainst": 0,
319
+ "c_StreakType": null,
320
+ "n_StreakLength": null,
321
+ "c_LastMatches": null
322
+ },
323
+ {
324
+ "n_EditionID": 21594,
325
+ "c_Phase": "Regular",
326
+ "n_TeamID": 100338,
327
+ "c_Team": "Gr\u00eamio",
328
+ "c_TeamShort": "GRE",
329
+ "n_TeamNatioGeoID": 2235,
330
+ "c_TeamNatio": "Brazil",
331
+ "c_TeamNatioShort": "BRA",
332
+ "n_RankSort": 12,
333
+ "c_Rank": "1",
334
+ "n_RankCode": 0,
335
+ "n_MinRank": 0,
336
+ "n_MinRankCode": 0,
337
+ "n_MaxRank": 0,
338
+ "n_MaxRankCode": 0,
339
+ "n_PrevRankSort": null,
340
+ "n_PrevRank": null,
341
+ "n_Matches": 0,
342
+ "n_MatchesWon": 0,
343
+ "n_MatchesDrawn": 0,
344
+ "n_MatchesLost": 0,
345
+ "n_Points": 0,
346
+ "n_GoalsFor": 0,
347
+ "n_GoalsAgainst": 0,
348
+ "c_StreakType": null,
349
+ "n_StreakLength": null,
350
+ "c_LastMatches": null
351
+ },
352
+ {
353
+ "n_EditionID": 21594,
354
+ "c_Phase": "Regular",
355
+ "n_TeamID": 103271,
356
+ "c_Team": "Internacional",
357
+ "c_TeamShort": "INT",
358
+ "n_TeamNatioGeoID": 2235,
359
+ "c_TeamNatio": "Brazil",
360
+ "c_TeamNatioShort": "BRA",
361
+ "n_RankSort": 13,
362
+ "c_Rank": "1",
363
+ "n_RankCode": 0,
364
+ "n_MinRank": 0,
365
+ "n_MinRankCode": 0,
366
+ "n_MaxRank": 0,
367
+ "n_MaxRankCode": 0,
368
+ "n_PrevRankSort": null,
369
+ "n_PrevRank": null,
370
+ "n_Matches": 0,
371
+ "n_MatchesWon": 0,
372
+ "n_MatchesDrawn": 0,
373
+ "n_MatchesLost": 0,
374
+ "n_Points": 0,
375
+ "n_GoalsFor": 0,
376
+ "n_GoalsAgainst": 0,
377
+ "c_StreakType": null,
378
+ "n_StreakLength": null,
379
+ "c_LastMatches": null
380
+ },
381
+ {
382
+ "n_EditionID": 21594,
383
+ "c_Phase": "Regular",
384
+ "n_TeamID": 112367,
385
+ "c_Team": "Joinville",
386
+ "c_TeamShort": "JEC",
387
+ "n_TeamNatioGeoID": 2235,
388
+ "c_TeamNatio": "Brazil",
389
+ "c_TeamNatioShort": "BRA",
390
+ "n_RankSort": 14,
391
+ "c_Rank": "1",
392
+ "n_RankCode": 0,
393
+ "n_MinRank": 0,
394
+ "n_MinRankCode": 0,
395
+ "n_MaxRank": 0,
396
+ "n_MaxRankCode": 0,
397
+ "n_PrevRankSort": null,
398
+ "n_PrevRank": null,
399
+ "n_Matches": 0,
400
+ "n_MatchesWon": 0,
401
+ "n_MatchesDrawn": 0,
402
+ "n_MatchesLost": 0,
403
+ "n_Points": 0,
404
+ "n_GoalsFor": 0,
405
+ "n_GoalsAgainst": 0,
406
+ "c_StreakType": null,
407
+ "n_StreakLength": null,
408
+ "c_LastMatches": null
409
+ },
410
+ {
411
+ "n_EditionID": 21594,
412
+ "c_Phase": "Regular",
413
+ "n_TeamID": 100086,
414
+ "c_Team": "Palmeiras",
415
+ "c_TeamShort": "PAL",
416
+ "n_TeamNatioGeoID": 2235,
417
+ "c_TeamNatio": "Brazil",
418
+ "c_TeamNatioShort": "BRA",
419
+ "n_RankSort": 15,
420
+ "c_Rank": "1",
421
+ "n_RankCode": 0,
422
+ "n_MinRank": 0,
423
+ "n_MinRankCode": 0,
424
+ "n_MaxRank": 0,
425
+ "n_MaxRankCode": 0,
426
+ "n_PrevRankSort": null,
427
+ "n_PrevRank": null,
428
+ "n_Matches": 0,
429
+ "n_MatchesWon": 0,
430
+ "n_MatchesDrawn": 0,
431
+ "n_MatchesLost": 0,
432
+ "n_Points": 0,
433
+ "n_GoalsFor": 0,
434
+ "n_GoalsAgainst": 0,
435
+ "c_StreakType": null,
436
+ "n_StreakLength": null,
437
+ "c_LastMatches": null
438
+ },
439
+ {
440
+ "n_EditionID": 21594,
441
+ "c_Phase": "Regular",
442
+ "n_TeamID": 105206,
443
+ "c_Team": "Ponte Preta",
444
+ "c_TeamShort": "PPR",
445
+ "n_TeamNatioGeoID": 2235,
446
+ "c_TeamNatio": "Brazil",
447
+ "c_TeamNatioShort": "BRA",
448
+ "n_RankSort": 16,
449
+ "c_Rank": "1",
450
+ "n_RankCode": 0,
451
+ "n_MinRank": 0,
452
+ "n_MinRankCode": 0,
453
+ "n_MaxRank": 0,
454
+ "n_MaxRankCode": 0,
455
+ "n_PrevRankSort": null,
456
+ "n_PrevRank": null,
457
+ "n_Matches": 0,
458
+ "n_MatchesWon": 0,
459
+ "n_MatchesDrawn": 0,
460
+ "n_MatchesLost": 0,
461
+ "n_Points": 0,
462
+ "n_GoalsFor": 0,
463
+ "n_GoalsAgainst": 0,
464
+ "c_StreakType": null,
465
+ "n_StreakLength": null,
466
+ "c_LastMatches": null
467
+ },
468
+ {
469
+ "n_EditionID": 21594,
470
+ "c_Phase": "Regular",
471
+ "n_TeamID": 102315,
472
+ "c_Team": "Santos",
473
+ "c_TeamShort": "SAN",
474
+ "n_TeamNatioGeoID": 2235,
475
+ "c_TeamNatio": "Brazil",
476
+ "c_TeamNatioShort": "BRA",
477
+ "n_RankSort": 17,
478
+ "c_Rank": "1",
479
+ "n_RankCode": 0,
480
+ "n_MinRank": 0,
481
+ "n_MinRankCode": 0,
482
+ "n_MaxRank": 0,
483
+ "n_MaxRankCode": 0,
484
+ "n_PrevRankSort": null,
485
+ "n_PrevRank": null,
486
+ "n_Matches": 0,
487
+ "n_MatchesWon": 0,
488
+ "n_MatchesDrawn": 0,
489
+ "n_MatchesLost": 0,
490
+ "n_Points": 0,
491
+ "n_GoalsFor": 0,
492
+ "n_GoalsAgainst": 0,
493
+ "c_StreakType": null,
494
+ "n_StreakLength": null,
495
+ "c_LastMatches": null
496
+ },
497
+ {
498
+ "n_EditionID": 21594,
499
+ "c_Phase": "Regular",
500
+ "n_TeamID": 102314,
501
+ "c_Team": "S\u00e3o Paulo",
502
+ "c_TeamShort": "PAU",
503
+ "n_TeamNatioGeoID": 2235,
504
+ "c_TeamNatio": "Brazil",
505
+ "c_TeamNatioShort": "BRA",
506
+ "n_RankSort": 18,
507
+ "c_Rank": "1",
508
+ "n_RankCode": 0,
509
+ "n_MinRank": 0,
510
+ "n_MinRankCode": 0,
511
+ "n_MaxRank": 0,
512
+ "n_MaxRankCode": 0,
513
+ "n_PrevRankSort": null,
514
+ "n_PrevRank": null,
515
+ "n_Matches": 0,
516
+ "n_MatchesWon": 0,
517
+ "n_MatchesDrawn": 0,
518
+ "n_MatchesLost": 0,
519
+ "n_Points": 0,
520
+ "n_GoalsFor": 0,
521
+ "n_GoalsAgainst": 0,
522
+ "c_StreakType": null,
523
+ "n_StreakLength": null,
524
+ "c_LastMatches": null
525
+ },
526
+ {
527
+ "n_EditionID": 21594,
528
+ "c_Phase": "Regular",
529
+ "n_TeamID": 105207,
530
+ "c_Team": "Sport",
531
+ "c_TeamShort": "SRE",
532
+ "n_TeamNatioGeoID": 2235,
533
+ "c_TeamNatio": "Brazil",
534
+ "c_TeamNatioShort": "BRA",
535
+ "n_RankSort": 19,
536
+ "c_Rank": "1",
537
+ "n_RankCode": 0,
538
+ "n_MinRank": 0,
539
+ "n_MinRankCode": 0,
540
+ "n_MaxRank": 0,
541
+ "n_MaxRankCode": 0,
542
+ "n_PrevRankSort": null,
543
+ "n_PrevRank": null,
544
+ "n_Matches": 0,
545
+ "n_MatchesWon": 0,
546
+ "n_MatchesDrawn": 0,
547
+ "n_MatchesLost": 0,
548
+ "n_Points": 0,
549
+ "n_GoalsFor": 0,
550
+ "n_GoalsAgainst": 0,
551
+ "c_StreakType": null,
552
+ "n_StreakLength": null,
553
+ "c_LastMatches": null
554
+ },
555
+ {
556
+ "n_EditionID": 21594,
557
+ "c_Phase": "Regular",
558
+ "n_TeamID": 102190,
559
+ "c_Team": "Vasco da Gama",
560
+ "c_TeamShort": "VAS",
561
+ "n_TeamNatioGeoID": 2235,
562
+ "c_TeamNatio": "Brazil",
563
+ "c_TeamNatioShort": "BRA",
564
+ "n_RankSort": 20,
565
+ "c_Rank": "1",
566
+ "n_RankCode": 0,
567
+ "n_MinRank": 0,
568
+ "n_MinRankCode": 0,
569
+ "n_MaxRank": 0,
570
+ "n_MaxRankCode": 0,
571
+ "n_PrevRankSort": null,
572
+ "n_PrevRank": null,
573
+ "n_Matches": 0,
574
+ "n_MatchesWon": 0,
575
+ "n_MatchesDrawn": 0,
576
+ "n_MatchesLost": 0,
577
+ "n_Points": 0,
578
+ "n_GoalsFor": 0,
579
+ "n_GoalsAgainst": 0,
580
+ "c_StreakType": null,
581
+ "n_StreakLength": null,
582
+ "c_LastMatches": null
583
+ }
584
+ ]
585
+ }