This commit is contained in:
= 2020-06-08 13:32:01 +02:00
parent 2dc84c2863
commit a5abfad8bf
273 changed files with 347 additions and 302 deletions

View File

@ -15,18 +15,18 @@ END_VAR
FUZZIFY team1Form
TERM bardzo_slaba := (0, 1) (25, 0);
TERM slaba := (20, 0) (35,1) (50,0);
TERM srednia := (45, 0) (55, 1) (65, 0);
TERM dobra := (60, 0) (75, 1) (90, 1);
TERM bardzo_dobra := (85, 0) (90, 1) (100, 1);
TERM slaba := (20, 0) (25,1) (30,0);
TERM srednia := (25, 0) (40, 1) (55, 0);
TERM dobra := (50, 0) (60, 1) (70, 1);
TERM bardzo_dobra := (65, 0) (70, 1) (100, 1);
END_FUZZIFY
FUZZIFY team2Form
TERM bardzo_slaba := (0, 1) (25, 0);
TERM slaba := (20, 0) (35,1) (50,0);
TERM srednia := (45, 0) (55, 1) (65, 0);
TERM dobra := (60, 0) (75, 1) (90, 1);
TERM bardzo_dobra := (85, 0) (90, 1) (100, 1);
TERM slaba := (20, 0) (25,1) (30,0);
TERM srednia := (25, 0) (40, 1) (55, 0);
TERM dobra := (50, 0) (60, 1) (70, 1);
TERM bardzo_dobra := (65, 0) (70, 1) (100, 1);
END_FUZZIFY
FUZZIFY team1GoalsAverage
@ -55,9 +55,9 @@ END_FUZZIFY
DEFUZZIFY prediction
TERM team1 := (-100,1) (-70, 1) (0,0);
TERM remis := (-20,0) (0,1) (20,0);
TERM team2 := (0,0) (70, 1) (100,1);
TERM team1 := (-100,1) (-20, 1) (-20,0);
TERM remis := (-15,0) (0,1) (15,0);
TERM team2 := (20,0) (20, 1) (100,1);
DEFAULT := 0;
END_DEFUZZIFY
@ -66,35 +66,35 @@ RULEBLOCK No1
ACT : MIN;
ACCU : MAX;
RULE 1: IF team1Form IS bardzo_slaba AND team2Form is bardzo_slaba THEN prediction is team1;
RULE 1: IF team1Form IS bardzo_slaba AND team2Form is bardzo_slaba THEN prediction is remis;
RULE 2: IF team1Form IS slaba AND team2Form is bardzo_slaba THEN prediction is team1;
RULE 3: IF team1Form IS srednia AND team2Form is bardzo_slaba THEN prediction is team1;
RULE 4: IF team1Form IS dobra AND team2Form is bardzo_slaba THEN prediction is team1;
RULE 5: IF team1Form IS bardzo_dobra AND team2Form is bardzo_slaba THEN prediction is team1;
RULE 6: IF team1Form IS bardzo_slaba AND team2Form is slaba THEN prediction is remis;
RULE 7: IF team1Form IS slaba AND team2Form is slaba THEN prediction is team1;
RULE 6: IF team1Form IS bardzo_slaba AND team2Form is slaba THEN prediction is team2;
RULE 7: IF team1Form IS slaba AND team2Form is slaba THEN prediction is remis;
RULE 8: IF team1Form IS srednia AND team2Form is slaba THEN prediction is team1;
RULE 9: IF team1Form IS dobra AND team2Form is slaba THEN prediction is team1;
RULE 10: IF team1Form IS bardzo_dobra AND team2Form is slaba THEN prediction is team1;
RULE 11: IF team1Form IS bardzo_slaba AND team2Form is srednia THEN prediction is team2;
RULE 12: IF team1Form IS slaba AND team2Form is srednia THEN prediction is remis;
RULE 13: IF team1Form IS srednia AND team2Form is srednia THEN prediction is team1;
RULE 12: IF team1Form IS slaba AND team2Form is srednia THEN prediction is team2;
RULE 13: IF team1Form IS srednia AND team2Form is srednia THEN prediction is remis;
RULE 14: IF team1Form IS dobra AND team2Form is srednia THEN prediction is team1;
RULE 15: IF team1Form IS bardzo_dobra AND team2Form is srednia THEN prediction is team1;
RULE 16: IF team1Form IS bardzo_slaba AND team2Form is dobra THEN prediction is team2;
RULE 17: IF team1Form IS slaba AND team2Form is dobra THEN prediction is team2;
RULE 18: IF team1Form IS srednia AND team2Form is dobra THEN prediction is remis;
RULE 19: IF team1Form IS dobra AND team2Form is dobra THEN prediction is team1;
RULE 18: IF team1Form IS srednia AND team2Form is dobra THEN prediction is team2;
RULE 19: IF team1Form IS dobra AND team2Form is dobra THEN prediction is remis;
RULE 20: IF team1Form IS bardzo_dobra AND team2Form is dobra THEN prediction is team1;
RULE 21: IF team1Form IS bardzo_slaba AND team2Form is bardzo_dobra THEN prediction is team2;
RULE 22: IF team1Form IS slaba AND team2Form is bardzo_dobra THEN prediction is team2;
RULE 23: IF team1Form IS srednia AND team2Form is bardzo_dobra THEN prediction is team2;
RULE 24: IF team1Form IS dobra AND team2Form is bardzo_dobra THEN prediction is remis;
RULE 25: IF team1Form IS bardzo_dobra AND team2Form is bardzo_dobra THEN prediction is team1;
RULE 24: IF team1Form IS dobra AND team2Form is bardzo_dobra THEN prediction is team2;
RULE 25: IF team1Form IS bardzo_dobra AND team2Form is bardzo_dobra THEN prediction is remis;
RULE 26: IF team1GoalsAverage IS malo AND team2GoalsAverage is malo THEN prediction is remis;
RULE 27: IF team1GoalsAverage IS srednio AND team2GoalsAverage is malo THEN prediction is team1;
@ -120,6 +120,34 @@ RULEBLOCK No1
RULE 42: IF team1GoalsLostAverage IS srednio AND team2GoalsLostAverage is duzo THEN prediction is team1;
RULE 43: IF team1GoalsLostAverage IS duzo AND team2GoalsLostAverage is duzo THEN prediction is remis;
RULE 44: IF team1GoalsLostAverage IS duzo AND team2GoalsAverage is duzo THEN prediction is remis;
RULE 45: IF team1GoalsLostAverage IS duzo AND team2GoalsAverage is srednio THEN prediction is team2;
RULE 46: IF team1GoalsLostAverage IS duzo AND team2GoalsAverage is malo THEN prediction is team2;
RULE 47: IF team1GoalsLostAverage IS srednio AND team2GoalsAverage is duzo THEN prediction is team1;
RULE 48: IF team1GoalsLostAverage IS srednio AND team2GoalsAverage is srednio THEN prediction is remis;
RULE 49: IF team1GoalsLostAverage IS srednio AND team2GoalsAverage is malo THEN prediction is team2;
RULE 50: IF team1GoalsLostAverage IS malo AND team2GoalsAverage is duzo THEN prediction is team1;
RULE 51: IF team1GoalsLostAverage IS malo AND team2GoalsAverage is srednio THEN prediction is team1;
RULE 52: IF team1GoalsLostAverage IS malo AND team2GoalsAverage is malo THEN prediction is team1;
RULE 53: IF team2GoalsLostAverage IS duzo AND team1GoalsAverage is duzo THEN prediction is remis;
RULE 54: IF team2GoalsLostAverage IS duzo AND team1GoalsAverage is srednio THEN prediction is team1;
RULE 55: IF team2GoalsLostAverage IS duzo AND team1GoalsAverage is malo THEN prediction is team1;
RULE 56: IF team2GoalsLostAverage IS srednio AND team1GoalsAverage is duzo THEN prediction is team2;
RULE 57: IF team2GoalsLostAverage IS srednio AND team1GoalsAverage is srednio THEN prediction is remis;
RULE 58: IF team2GoalsLostAverage IS srednio AND team1GoalsAverage is malo THEN prediction is team1;
RULE 59: IF team2GoalsLostAverage IS malo AND team1GoalsAverage is duzo THEN prediction is team2;
RULE 60: IF team2GoalsLostAverage IS malo AND team1GoalsAverage is srednio THEN prediction is team2;
RULE 61: IF team2GoalsLostAverage IS malo AND team1GoalsAverage is malo THEN prediction is remis;
END_RULEBLOCK
END_FUNCTION_BLOCK

View File

@ -128,7 +128,7 @@ END_DEFUZZIFY*/
int goals = makeGoals();
if (goals > 0)
match.setPredicted_goals((Double.valueOf(goals) - 1.5D) + "");
match.setPredicted_goals(">= " + goals);
else
match.setPredicted_goals(goals + "");
@ -137,7 +137,7 @@ END_DEFUZZIFY*/
System.out.println("PREDICTION : DRAW\n\n");
match.setPredicted_result(0);
}
if (team1 > draw && team1 > team2) {
else if (team1 > draw && team1 > team2) {
System.out.println("PREDICTION : team1\n\n");
match.setPredicted_result(1);
}

View File

@ -15,18 +15,18 @@ END_VAR
FUZZIFY team1Form
TERM bardzo_slaba := (0, 1) (25, 0);
TERM slaba := (20, 0) (35,1) (50,0);
TERM srednia := (45, 0) (55, 1) (65, 0);
TERM dobra := (60, 0) (75, 1) (90, 1);
TERM bardzo_dobra := (85, 0) (90, 1) (100, 1);
TERM slaba := (20, 0) (25,1) (30,0);
TERM srednia := (25, 0) (40, 1) (55, 0);
TERM dobra := (50, 0) (60, 1) (70, 1);
TERM bardzo_dobra := (65, 0) (70, 1) (100, 1);
END_FUZZIFY
FUZZIFY team2Form
TERM bardzo_slaba := (0, 1) (25, 0);
TERM slaba := (20, 0) (35,1) (50,0);
TERM srednia := (45, 0) (55, 1) (65, 0);
TERM dobra := (60, 0) (75, 1) (90, 1);
TERM bardzo_dobra := (85, 0) (90, 1) (100, 1);
TERM slaba := (20, 0) (25,1) (30,0);
TERM srednia := (25, 0) (40, 1) (55, 0);
TERM dobra := (50, 0) (60, 1) (70, 1);
TERM bardzo_dobra := (65, 0) (70, 1) (100, 1);
END_FUZZIFY
FUZZIFY team1GoalsAverage
@ -53,7 +53,6 @@ FUZZIFY team2GoalsLostAverage
TERM duzo := (2, 0) (3, 1) (10, 1);
END_FUZZIFY
DEFUZZIFY goals
TERM malo := (0,1) (0.5, 1) (2,0);
TERM srednio := (1,0) (2.5 ,1) (4,0);

View File

@ -76,6 +76,13 @@ public class MatchController {
else if (match.getResult() == 2){
match.getTeamsMatchStatistics2().setLastMatchesLeaguePoints(match.getTeamsMatchStatistics2().getLastMatchesLeaguePoints() + 3);
}
if (match.getTeamsMatchStatistics1().getGoals() > match.getTeamsMatchStatistics1().getGoals_lost())
match.setResult(1);
else if (match.getTeamsMatchStatistics1().getGoals() < match.getTeamsMatchStatistics1().getGoals_lost())
match.setResult(2);
else
match.setResult(0);
matchRepository.save(match);
return "done";
}

View File

@ -36,7 +36,7 @@ public class PredictService {
private int redCardsValue = 1;
private int penaltyAreaEntriesValue = 5;
private int penaltiesValue = 3;
private int lastMatchesResultValue = 999999999; private int howManyLastMatchesResult = 4;
private int lastMatchesResultValue = 50; private int howManyLastMatchesResult = 4;
private int lastMatchesResultBetweenValue = 10; private int howManyLastMatchesResultBetween = 4;
/////////////////////////////
@ -62,6 +62,8 @@ public class PredictService {
public String predictMatches(){
List<Match> matches = matchRepository.findAllByOrderByDateAsc();
int counter = 0;
int counterGood = 0;
for (Match match : matches){
System.out.println("MATCH: " + match.getTeamsMatchStatistics1().getTeam().getName() + " vs " + match.getTeamsMatchStatistics2().getTeam().getName() );
@ -96,6 +98,8 @@ public class PredictService {
//System.out.println("Team1 Form = " + teamForm1);
double calculatedTeam1Form = ((goalkeeperForm1 * gooalkeeperFormValue) + (formationAgainstForm1 * formationFormValue) + (teamForm1 * teamFormValue)) / (gooalkeeperFormValue + formationFormValue + teamFormValue);
if (teamFormMatches1.size() == 0)
calculatedTeam1Form = 45;
System.out.println("Team1 Calculated Form = " + calculatedTeam1Form);
//int team1Value = Prediction.make();
Prediction.addToList(new Variable("team1Form", calculatedTeam1Form));
@ -130,13 +134,20 @@ public class PredictService {
}
//System.out.println("Team2 Form = " + teamForm2);
double calculatedTeam2Form = ((goalkeeperForm2 * gooalkeeperFormValue) + (formationAgainstForm2 * formationFormValue) + (teamForm2 * teamFormValue)) / (gooalkeeperFormValue + formationFormValue + teamFormValue);
if (teamFormMatches2.size() == 0)
calculatedTeam2Form = 45;
System.out.println("Team2 Calculated Form = " + calculatedTeam2Form);
Prediction.addToList(new Variable("team2Form", calculatedTeam2Form));
System.out.println(match.getTeamsMatchStatistics1().getGoals() + ":" + match.getTeamsMatchStatistics1().getGoals_lost());
match = Prediction.make(match);
//match.setPredicted_result(Prediction.make());
matchRepository.save(match);
match = matchRepository.save(match);
counter += 1;
if (match.getResult() == match.getPredicted_result())
counterGood += 1;
System.out.println(counterGood +"/" + counter + " good predict");
//int winner = whoWillWin(calculatedTeam1Form, calculatedTeam2Form);
/* LeagueTable leagueTable = new LeagueTable(matchRepository.findAllByDateBeforeAndSeason(match.getDate(), match.getSeason()));

View File

@ -1 +1 @@
{"result": 2, "date": "24-08-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-2-3-1", "shootsOnTarget": 2, "possession": 50.08, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 70.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 10, "possession": 49.92, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 1, "goalkeeperSavesPercent": 50.0, "goals_lost": 1}}
{"result": 1, "date": "24-08-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-2-3-1", "shootsOnTarget": 2, "possession": 50.08, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 70.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 10, "possession": 49.92, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 1, "goalkeeperSavesPercent": 50.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "30-08-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-2-3-1", "shootsOnTarget": 8, "possession": 61.24, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-1-1", "shootsOnTarget": 5, "possession": 38.76, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 87.5, "goals_lost": 1}}
{"result": 1, "date": "30-08-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-2-3-1", "shootsOnTarget": 8, "possession": 61.24, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-1-1", "shootsOnTarget": 5, "possession": 38.76, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 87.5, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 1, "date": "19-07-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-4-2", "shootsOnTarget": 1, "possession": 49.12, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 25.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 50.88, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 2, "date": "19-07-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-4-2", "shootsOnTarget": 1, "possession": 49.12, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 25.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 50.88, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 2, "date": "24-11-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-4-2", "shootsOnTarget": 0, "possession": 42.88, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 81.81818181818181, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-2", "shootsOnTarget": 10, "possession": 57.12, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 7, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 0}}
{"result": 1, "date": "24-11-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-4-2", "shootsOnTarget": 0, "possession": 42.88, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 81.81818181818181, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-2", "shootsOnTarget": 10, "possession": 57.12, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 7, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 1, "date": "06-12-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-4-1-1", "shootsOnTarget": 4, "possession": 42.88, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Korona Kielce"}, "formation": "4-1-3-2", "shootsOnTarget": 8, "possession": 57.12, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}}
{"result": 2, "date": "06-12-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-4-1-1", "shootsOnTarget": 4, "possession": 42.88, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Korona Kielce"}, "formation": "4-1-3-2", "shootsOnTarget": 8, "possession": 57.12, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 1, "date": "03-11-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-1-4-1", "shootsOnTarget": 1, "possession": 24.67, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 83.33333333333333, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Legia Warszawa"}, "formation": "4-2-3-1", "shootsOnTarget": 6, "possession": 75.33, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 6, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 2, "date": "03-11-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-1-4-1", "shootsOnTarget": 1, "possession": 24.67, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 83.33333333333333, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Legia Warszawa"}, "formation": "4-2-3-1", "shootsOnTarget": 6, "possession": 75.33, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 6, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 2, "date": "29-07-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 37.41, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Pogoñ Szczecin"}, "formation": "4-1-4-1", "shootsOnTarget": 4, "possession": 62.59, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 1, "date": "29-07-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 37.41, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Pogoñ Szczecin"}, "formation": "4-1-4-1", "shootsOnTarget": 4, "possession": 62.59, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 2, "date": "14-09-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-2-3-1", "shootsOnTarget": 2, "possession": 53.38, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 71.42857142857143, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-4-3", "shootsOnTarget": 6, "possession": 46.62, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 1, "date": "14-09-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-2-3-1", "shootsOnTarget": 2, "possession": 53.38, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 71.42857142857143, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-4-3", "shootsOnTarget": 6, "possession": 46.62, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 1, "date": "09-11-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-4-1-1", "shootsOnTarget": 7, "possession": 42.25, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Wis³a Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 4, "possession": 57.75, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 85.71428571428571, "goals_lost": 1}}
{"result": 2, "date": "09-11-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-4-1-1", "shootsOnTarget": 7, "possession": 42.25, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Wis³a Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 4, "possession": 57.75, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 85.71428571428571, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "04-10-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-3-1-2", "shootsOnTarget": 5, "possession": 58.24, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 69.23076923076923, "goals_lost": 4}, "teamsMatchStatistics2": {"team": {"name": "Wis³a P³ock"}, "formation": "4-2-3-1", "shootsOnTarget": 13, "possession": 41.76, "goals": 4, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}}
{"result": 1, "date": "04-10-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-3-1-2", "shootsOnTarget": 5, "possession": 58.24, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 69.23076923076923, "goals_lost": 4}, "teamsMatchStatistics2": {"team": {"name": "Wis³a P³ock"}, "formation": "4-2-3-1", "shootsOnTarget": 13, "possession": 41.76, "goals": 4, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "10-08-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 54.68, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 60.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Lubin"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 45.32, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 1, "date": "10-08-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 54.68, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 60.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Lubin"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 45.32, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 2, "date": "13-12-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-1-4-1", "shootsOnTarget": 6, "possession": 59.37, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Lubin"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 40.63, "goals": 1, "red_cards": 1, "penaltyAreaEntries": 4, "penalties": 1, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 2}}
{"result": 1, "date": "13-12-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-1-4-1", "shootsOnTarget": 6, "possession": 59.37, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Lubin"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 40.63, "goals": 1, "red_cards": 1, "penaltyAreaEntries": 4, "penalties": 1, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 2}}

View File

@ -1 +1 @@
{"result": 1, "date": "21-09-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-4-2", "shootsOnTarget": 5, "possession": 37.73, "goals": 4, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 85.71428571428571, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "£ódzki KS"}, "formation": "4-3-3", "shootsOnTarget": 7, "possession": 62.27, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 4}}
{"result": 2, "date": "21-09-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-4-2", "shootsOnTarget": 5, "possession": 37.73, "goals": 4, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 85.71428571428571, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "£ódzki KS"}, "formation": "4-3-3", "shootsOnTarget": 7, "possession": 62.27, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 4}}

View File

@ -1 +1 @@
{"result": 2, "date": "27-10-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-1-4-1", "shootsOnTarget": 2, "possession": 58.3, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 1, "goalkeeperSavesPercent": 60.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Œl¹sk Wroc³aw"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 41.7, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 1}}
{"result": 1, "date": "27-10-2019", "teamsMatchStatistics1": {"team": {"name": "Arka Gdynia"}, "formation": "4-1-4-1", "shootsOnTarget": 2, "possession": 58.3, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 1, "goalkeeperSavesPercent": 60.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Œl¹sk Wroc³aw"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 41.7, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "24-08-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 10, "possession": 49.92, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 1, "goalkeeperSavesPercent": 50.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Arka Gdynia"}, "formation": "4-2-3-1", "shootsOnTarget": 2, "possession": 50.08, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 70.0, "goals_lost": 3}}
{"result": 1, "date": "24-08-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 10, "possession": 49.92, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 1, "goalkeeperSavesPercent": 50.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Arka Gdynia"}, "formation": "4-2-3-1", "shootsOnTarget": 2, "possession": 50.08, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 70.0, "goals_lost": 3}}

View File

@ -1 +1 @@
{"result": 2, "date": "19-10-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 2, "possession": 49.32, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 50.68, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 0.0, "goals_lost": 2}}
{"result": 1, "date": "19-10-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 2, "possession": 49.32, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 50.68, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 0.0, "goals_lost": 2}}

View File

@ -1 +1 @@
{"result": 2, "date": "11-08-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 46.54, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Korona Kielce"}, "formation": "4-4-1-1", "shootsOnTarget": 3, "possession": 53.46, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}}
{"result": 1, "date": "11-08-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 46.54, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Korona Kielce"}, "formation": "4-4-1-1", "shootsOnTarget": 3, "possession": 53.46, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "15-12-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 4, "possession": 61.1, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 38.9, "goals": 1, "red_cards": 2, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 1, "date": "15-12-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 4, "possession": 61.1, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 38.9, "goals": 1, "red_cards": 2, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 1, "date": "01-09-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 8, "possession": 42.78, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Lech Poznañ"}, "formation": "4-4-1-1", "shootsOnTarget": 2, "possession": 57.22, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 2}}
{"result": 2, "date": "01-09-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 8, "possession": 42.78, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Lech Poznañ"}, "formation": "4-4-1-1", "shootsOnTarget": 2, "possession": 57.22, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 2}}

View File

@ -1 +1 @@
{"result": 2, "date": "02-11-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 51.02, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Lechia Gdañsk"}, "formation": "4-1-4-1", "shootsOnTarget": 2, "possession": 48.98, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}}
{"result": 1, "date": "02-11-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 51.02, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Lechia Gdañsk"}, "formation": "4-1-4-1", "shootsOnTarget": 2, "possession": 48.98, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 1, "date": "22-09-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 3, "possession": 47.9, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Legia Warszawa"}, "formation": "4-2-3-1", "shootsOnTarget": 4, "possession": 52.1, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 1, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}}
{"result": 2, "date": "22-09-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 3, "possession": 47.9, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Legia Warszawa"}, "formation": "4-2-3-1", "shootsOnTarget": 4, "possession": 52.1, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 1, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "16-09-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-2-3-1", "shootsOnTarget": 7, "possession": 58.36, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Piast Gliwice"}, "formation": "5-4-1", "shootsOnTarget": 3, "possession": 41.64, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 2}}
{"result": 1, "date": "16-09-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-2-3-1", "shootsOnTarget": 7, "possession": 58.36, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Piast Gliwice"}, "formation": "5-4-1", "shootsOnTarget": 3, "possession": 41.64, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 2}}

View File

@ -1 +1 @@
{"result": 2, "date": "25-10-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 4, "possession": 46.14, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Pogoñ Szczecin"}, "formation": "4-5-1", "shootsOnTarget": 2, "possession": 53.86, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 2}}
{"result": 1, "date": "25-10-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 4, "possession": 46.14, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Pogoñ Szczecin"}, "formation": "4-5-1", "shootsOnTarget": 2, "possession": 53.86, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 2}}

View File

@ -1 +1 @@
{"result": 1, "date": "03-08-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 7, "possession": 37.38, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 87.5, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-4-3", "shootsOnTarget": 8, "possession": 62.62, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 57.142857142857146, "goals_lost": 3}}
{"result": 2, "date": "03-08-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 7, "possession": 37.38, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 87.5, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-4-3", "shootsOnTarget": 8, "possession": 62.62, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 57.142857142857146, "goals_lost": 3}}

View File

@ -1 +1 @@
{"result": 2, "date": "08-12-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-2-3-1", "shootsOnTarget": 7, "possession": 62.86, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-5-2", "shootsOnTarget": 1, "possession": 37.14, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 62.5, "goals_lost": 3}}
{"result": 1, "date": "08-12-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-2-3-1", "shootsOnTarget": 7, "possession": 62.86, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-5-2", "shootsOnTarget": 1, "possession": 37.14, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 62.5, "goals_lost": 3}}

View File

@ -1 +1 @@
{"result": 1, "date": "29-09-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 2, "possession": 35.16, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Wis³a Kraków"}, "formation": "4-4-2", "shootsOnTarget": 2, "possession": 64.84, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 1}}
{"result": 2, "date": "29-09-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 2, "possession": 35.16, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Wis³a Kraków"}, "formation": "4-4-2", "shootsOnTarget": 2, "possession": 64.84, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "25-11-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-2-3-1", "shootsOnTarget": 3, "possession": 41.03, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Lubin"}, "formation": "4-2-3-1", "shootsOnTarget": 3, "possession": 58.97, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 33.333333333333336, "goals_lost": 2}}
{"result": 1, "date": "25-11-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-2-3-1", "shootsOnTarget": 3, "possession": 41.03, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Lubin"}, "formation": "4-2-3-1", "shootsOnTarget": 3, "possession": 58.97, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 33.333333333333336, "goals_lost": 2}}

View File

@ -1 +1 @@
{"result": 2, "date": "01-12-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-4-1-1", "shootsOnTarget": 2, "possession": 44.95, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 5, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "£ódzki KS"}, "formation": "4-1-4-1", "shootsOnTarget": 3, "possession": 55.05, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 1, "goalkeeperSavesPercent": 100, "goals_lost": 0}}
{"result": 1, "date": "01-12-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-4-1-1", "shootsOnTarget": 2, "possession": 44.95, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 5, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "£ódzki KS"}, "formation": "4-1-4-1", "shootsOnTarget": 3, "possession": 55.05, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 1, "goalkeeperSavesPercent": 100, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 1, "date": "27-07-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 6, "possession": 46.67, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 71.42857142857143, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "£ódzki KS"}, "formation": "4-1-4-1", "shootsOnTarget": 7, "possession": 53.33, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 5, "penalties": 1, "goalkeeperSavesPercent": 100, "goals_lost": 1}}
{"result": 2, "date": "27-07-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 6, "possession": 46.67, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 71.42857142857143, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "£ódzki KS"}, "formation": "4-1-4-1", "shootsOnTarget": 7, "possession": 53.33, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 5, "penalties": 1, "goalkeeperSavesPercent": 100, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "17-08-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 7, "possession": 52.96, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Œl¹sk Wroc³aw"}, "formation": "4-4-1-1", "shootsOnTarget": 6, "possession": 47.04, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 85.71428571428571, "goals_lost": 1}}
{"result": 1, "date": "17-08-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 7, "possession": 52.96, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Œl¹sk Wroc³aw"}, "formation": "4-4-1-1", "shootsOnTarget": 6, "possession": 47.04, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 85.71428571428571, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "20-12-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-2-3-1", "shootsOnTarget": 7, "possession": 56.51, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Œl¹sk Wroc³aw"}, "formation": "4-2-3-1", "shootsOnTarget": 0, "possession": 43.49, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 71.42857142857143, "goals_lost": 2}}
{"result": 1, "date": "20-12-2019", "teamsMatchStatistics1": {"team": {"name": "Cracovia Kraków"}, "formation": "4-2-3-1", "shootsOnTarget": 7, "possession": 56.51, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Œl¹sk Wroc³aw"}, "formation": "4-2-3-1", "shootsOnTarget": 0, "possession": 43.49, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 71.42857142857143, "goals_lost": 2}}

View File

@ -1 +1 @@
{"result": 2, "date": "22-04-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 45.19, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Arka Gdynia"}, "formation": "4-2-3-1", "shootsOnTarget": 2, "possession": 54.81, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}}
{"result": 1, "date": "22-04-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 45.19, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Arka Gdynia"}, "formation": "4-2-3-1", "shootsOnTarget": 2, "possession": 54.81, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "30-08-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-1-1", "shootsOnTarget": 5, "possession": 38.76, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 87.5, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Arka Gdynia"}, "formation": "4-2-3-1", "shootsOnTarget": 8, "possession": 61.24, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 1, "date": "30-08-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-1-1", "shootsOnTarget": 5, "possession": 38.76, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 87.5, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Arka Gdynia"}, "formation": "4-2-3-1", "shootsOnTarget": 8, "possession": 61.24, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 1, "date": "29-03-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 3, "possession": 62.11, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Cracovia Kraków"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 37.89, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 2, "date": "29-03-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 3, "possession": 62.11, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Cracovia Kraków"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 37.89, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 2, "date": "17-08-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 6, "possession": 56.29, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-1-1", "shootsOnTarget": 9, "possession": 43.71, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 83.33333333333333, "goals_lost": 1}}
{"result": 1, "date": "17-08-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 6, "possession": 56.29, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-1-1", "shootsOnTarget": 9, "possession": 43.71, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 83.33333333333333, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "21-12-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-1-1", "shootsOnTarget": 5, "possession": 37.06, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 5, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-1-1", "shootsOnTarget": 11, "possession": 62.94, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 4, "penalties": 2, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}}
{"result": 1, "date": "21-12-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-1-1", "shootsOnTarget": 5, "possession": 37.06, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 5, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-1-1", "shootsOnTarget": 11, "possession": 62.94, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 4, "penalties": 2, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}}

View File

@ -1 +1 @@
{"result": 1, "date": "18-05-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "5-3-2", "shootsOnTarget": 8, "possession": 46.05, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 2, "possession": 53.95, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 3}}
{"result": 2, "date": "18-05-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "5-3-2", "shootsOnTarget": 8, "possession": 46.05, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 2, "possession": 53.95, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 3}}

View File

@ -1 +1 @@
{"result": 2, "date": "25-08-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-1-1", "shootsOnTarget": 10, "possession": 44.94, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 1, "goalkeeperSavesPercent": 100, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 0, "possession": 55.06, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 70.0, "goals_lost": 3}}
{"result": 1, "date": "25-08-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-1-1", "shootsOnTarget": 10, "possession": 44.94, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 1, "goalkeeperSavesPercent": 100, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 0, "possession": 55.06, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 70.0, "goals_lost": 3}}

View File

@ -1 +1 @@
{"result": 1, "date": "15-03-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 6, "possession": 39.04, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Lech Poznañ"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 60.96, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 3}}
{"result": 2, "date": "15-03-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 6, "possession": 39.04, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Lech Poznañ"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 60.96, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 3}}

View File

@ -1 +1 @@
{"result": 1, "date": "28-09-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 49.5, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Lech Poznañ"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 50.5, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}}
{"result": 2, "date": "28-09-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 49.5, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Lech Poznañ"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 50.5, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 1, "date": "07-04-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 7, "possession": 46.86, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 60.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Legia Warszawa"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 53.14, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 1, "goalkeeperSavesPercent": 85.71428571428571, "goals_lost": 1}}
{"result": 2, "date": "07-04-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 7, "possession": 46.86, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 60.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Legia Warszawa"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 53.14, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 1, "goalkeeperSavesPercent": 85.71428571428571, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "09-11-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-2-3-1", "shootsOnTarget": 2, "possession": 37.14, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 37.5, "goals_lost": 5}, "teamsMatchStatistics2": {"team": {"name": "Legia Warszawa"}, "formation": "4-2-3-1", "shootsOnTarget": 7, "possession": 62.86, "goals": 5, "red_cards": 0, "penaltyAreaEntries": 10, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 1}}
{"result": 1, "date": "09-11-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-2-3-1", "shootsOnTarget": 2, "possession": 37.14, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 37.5, "goals_lost": 5}, "teamsMatchStatistics2": {"team": {"name": "Legia Warszawa"}, "formation": "4-2-3-1", "shootsOnTarget": 7, "possession": 62.86, "goals": 5, "red_cards": 0, "penaltyAreaEntries": 10, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 1, "date": "11-05-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 9, "possession": 42.93, "goals": 1, "red_cards": 1, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "MiedŸ Legnica"}, "formation": "4-3-3", "shootsOnTarget": 3, "possession": 57.07, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 1}}
{"result": 2, "date": "11-05-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 9, "possession": 42.93, "goals": 1, "red_cards": 1, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "MiedŸ Legnica"}, "formation": "4-3-3", "shootsOnTarget": 3, "possession": 57.07, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 1, "date": "08-03-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 6, "possession": 48.86, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Piast Gliwice"}, "formation": "4-5-1", "shootsOnTarget": 4, "possession": 51.14, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 1, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 2, "date": "08-03-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 6, "possession": 48.86, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Piast Gliwice"}, "formation": "4-5-1", "shootsOnTarget": 4, "possession": 51.14, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 1, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 2, "date": "15-02-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 52.12, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 1, "goalkeeperSavesPercent": 50.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Pogoñ Szczecin"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 47.88, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 1}}
{"result": 1, "date": "15-02-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 52.12, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 1, "goalkeeperSavesPercent": 50.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Pogoñ Szczecin"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 47.88, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "10-08-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-1-1", "shootsOnTarget": 3, "possession": 41.55, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-4-2-1", "shootsOnTarget": 2, "possession": 58.45, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}}
{"result": 1, "date": "10-08-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-1-1", "shootsOnTarget": 3, "possession": 41.55, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-4-2-1", "shootsOnTarget": 2, "possession": 58.45, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "14-12-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-2-3-1", "shootsOnTarget": 3, "possession": 47.79, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-5-2", "shootsOnTarget": 6, "possession": 52.21, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 1, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 1}}
{"result": 1, "date": "14-12-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-2-3-1", "shootsOnTarget": 3, "possession": 47.79, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-5-2", "shootsOnTarget": 6, "possession": 52.21, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 1, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 1, "date": "03-05-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 6, "possession": 49.35, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 60.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Wis³a Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 50.65, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 1, "goalkeeperSavesPercent": 83.33333333333333, "goals_lost": 1}}
{"result": 2, "date": "03-05-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 6, "possession": 49.35, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 60.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Wis³a Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 50.65, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 1, "goalkeeperSavesPercent": 83.33333333333333, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "05-08-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-2", "shootsOnTarget": 3, "possession": 35.39, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Wis³a Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 3, "possession": 64.61, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 6, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 1, "date": "05-08-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-2", "shootsOnTarget": 3, "possession": 35.39, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Wis³a Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 3, "possession": 64.61, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 6, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 2, "date": "06-12-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-3-3", "shootsOnTarget": 6, "possession": 54.15, "goals": 4, "red_cards": 0, "penaltyAreaEntries": 7, "penalties": 1, "goalkeeperSavesPercent": 33.333333333333336, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Wis³a Kraków"}, "formation": "4-4-2", "shootsOnTarget": 3, "possession": 45.85, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 33.333333333333336, "goals_lost": 4}}
{"result": 1, "date": "06-12-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-3-3", "shootsOnTarget": 6, "possession": 54.15, "goals": 4, "red_cards": 0, "penaltyAreaEntries": 7, "penalties": 1, "goalkeeperSavesPercent": 33.333333333333336, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Wis³a Kraków"}, "formation": "4-4-2", "shootsOnTarget": 3, "possession": 45.85, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 33.333333333333336, "goals_lost": 4}}

View File

@ -1 +1 @@
{"result": 2, "date": "11-02-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 45.3, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Wis³a Kraków"}, "formation": "4-4-2", "shootsOnTarget": 5, "possession": 54.7, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 60.0, "goals_lost": 2}}
{"result": 1, "date": "11-02-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 45.3, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Wis³a Kraków"}, "formation": "4-4-2", "shootsOnTarget": 5, "possession": 54.7, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 60.0, "goals_lost": 2}}

View File

@ -1 +1 @@
{"result": 1, "date": "14-05-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 4, "possession": 53.9, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Wis³a P³ock"}, "formation": "4-2-3-1", "shootsOnTarget": 4, "possession": 46.1, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 2, "date": "14-05-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 4, "possession": 53.9, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Wis³a P³ock"}, "formation": "4-2-3-1", "shootsOnTarget": 4, "possession": 46.1, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 2, "date": "26-07-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-1-1", "shootsOnTarget": 3, "possession": 42.58, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Lubin"}, "formation": "4-1-4-1", "shootsOnTarget": 2, "possession": 57.42, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 1}}
{"result": 1, "date": "26-07-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-1-1", "shootsOnTarget": 3, "possession": 42.58, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Lubin"}, "formation": "4-1-4-1", "shootsOnTarget": 2, "possession": 57.42, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "29-11-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-2-3-1", "shootsOnTarget": 1, "possession": 42.18, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Lubin"}, "formation": "4-3-3", "shootsOnTarget": 6, "possession": 57.82, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 1, "date": "29-11-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-2-3-1", "shootsOnTarget": 1, "possession": 42.18, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Lubin"}, "formation": "4-3-3", "shootsOnTarget": 6, "possession": 57.82, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 2, "date": "23-02-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-5-1", "shootsOnTarget": 5, "possession": 46.24, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Sosnowiec"}, "formation": "4-4-2", "shootsOnTarget": 5, "possession": 53.76, "goals": 1, "red_cards": 1, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 2}}
{"result": 1, "date": "23-02-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-5-1", "shootsOnTarget": 5, "possession": 46.24, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Sosnowiec"}, "formation": "4-4-2", "shootsOnTarget": 5, "possession": 53.76, "goals": 1, "red_cards": 1, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 2}}

View File

@ -1 +1 @@
{"result": 2, "date": "29-04-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 11, "possession": 58.66, "goals": 4, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Sosnowiec"}, "formation": "4-4-1-1", "shootsOnTarget": 1, "possession": 41.34, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 4}}
{"result": 1, "date": "29-04-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 11, "possession": 58.66, "goals": 4, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Sosnowiec"}, "formation": "4-4-1-1", "shootsOnTarget": 1, "possession": 41.34, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 4}}

View File

@ -1 +1 @@
{"result": 1, "date": "13-04-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 3, "possession": 49.27, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Œl¹sk Wroc³aw"}, "formation": "4-2-3-1", "shootsOnTarget": 2, "possession": 50.73, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 1}}
{"result": 2, "date": "13-04-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 3, "possession": 49.27, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Œl¹sk Wroc³aw"}, "formation": "4-2-3-1", "shootsOnTarget": 2, "possession": 50.73, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 1, "date": "25-04-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 11, "possession": 53.06, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 1, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Œl¹sk Wroc³aw"}, "formation": "4-4-2", "shootsOnTarget": 3, "possession": 46.94, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 1, "goalkeeperSavesPercent": 100, "goals_lost": 2}}
{"result": 2, "date": "25-04-2019", "teamsMatchStatistics1": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 11, "possession": 53.06, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 1, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Œl¹sk Wroc³aw"}, "formation": "4-4-2", "shootsOnTarget": 3, "possession": 46.94, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 1, "goalkeeperSavesPercent": 100, "goals_lost": 2}}

View File

@ -1 +1 @@
{"result": 1, "date": "19-07-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 50.88, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Arka Gdynia"}, "formation": "4-4-2", "shootsOnTarget": 1, "possession": 49.12, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 25.0, "goals_lost": 3}}
{"result": 2, "date": "19-07-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 50.88, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Arka Gdynia"}, "formation": "4-4-2", "shootsOnTarget": 1, "possession": 49.12, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 25.0, "goals_lost": 3}}

View File

@ -1 +1 @@
{"result": 2, "date": "24-11-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-2", "shootsOnTarget": 10, "possession": 57.12, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 7, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Arka Gdynia"}, "formation": "4-4-2", "shootsOnTarget": 0, "possession": 42.88, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 81.81818181818181, "goals_lost": 2}}
{"result": 1, "date": "24-11-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-2", "shootsOnTarget": 10, "possession": 57.12, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 7, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Arka Gdynia"}, "formation": "4-4-2", "shootsOnTarget": 0, "possession": 42.88, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 81.81818181818181, "goals_lost": 2}}

View File

@ -1 +1 @@
{"result": 2, "date": "19-10-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 50.68, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 0.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 2, "possession": 49.32, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}}
{"result": 1, "date": "19-10-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 50.68, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 0.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 2, "possession": 49.32, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}}

View File

@ -1 +1 @@
{"result": 2, "date": "17-08-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-1-1", "shootsOnTarget": 9, "possession": 43.71, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 83.33333333333333, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 6, "possession": 56.29, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 3}}
{"result": 1, "date": "17-08-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-1-1", "shootsOnTarget": 9, "possession": 43.71, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 83.33333333333333, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Górnik Zabrze"}, "formation": "4-1-4-1", "shootsOnTarget": 6, "possession": 56.29, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 3}}

View File

@ -1 +1 @@
{"result": 2, "date": "21-12-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-1-1", "shootsOnTarget": 11, "possession": 62.94, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 4, "penalties": 2, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-1-1", "shootsOnTarget": 5, "possession": 37.06, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 5, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 1, "date": "21-12-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-1-1", "shootsOnTarget": 11, "possession": 62.94, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 4, "penalties": 2, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-1-1", "shootsOnTarget": 5, "possession": 37.06, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 5, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 1, "date": "30-08-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-2", "shootsOnTarget": 3, "possession": 44.43, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 0, "possession": 55.57, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 33.333333333333336, "goals_lost": 2}}
{"result": 2, "date": "30-08-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-2", "shootsOnTarget": 3, "possession": 44.43, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 0, "possession": 55.57, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 33.333333333333336, "goals_lost": 2}}

View File

@ -1 +1 @@
{"result": 2, "date": "15-12-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-1-1", "shootsOnTarget": 6, "possession": 49.22, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 6, "penalties": 1, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Lechia Gdañsk"}, "formation": "4-4-1-1", "shootsOnTarget": 3, "possession": 50.78, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 3}}
{"result": 1, "date": "15-12-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-1-1", "shootsOnTarget": 6, "possession": 49.22, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 6, "penalties": 1, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Lechia Gdañsk"}, "formation": "4-4-1-1", "shootsOnTarget": 3, "possession": 50.78, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 3}}

View File

@ -1 +1 @@
{"result": 2, "date": "08-11-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-1-1", "shootsOnTarget": 2, "possession": 44.88, "goals": 1, "red_cards": 1, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Piast Gliwice"}, "formation": "4-4-2", "shootsOnTarget": 5, "possession": 55.12, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 1}}
{"result": 1, "date": "08-11-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-1-1", "shootsOnTarget": 2, "possession": 44.88, "goals": 1, "red_cards": 1, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Piast Gliwice"}, "formation": "4-4-2", "shootsOnTarget": 5, "possession": 55.12, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 1, "date": "29-09-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-2-3-1", "shootsOnTarget": 7, "possession": 50.05, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Pogoñ Szczecin"}, "formation": "4-1-4-1", "shootsOnTarget": 6, "possession": 49.95, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 1, "goalkeeperSavesPercent": 71.42857142857143, "goals_lost": 2}}
{"result": 2, "date": "29-09-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-2-3-1", "shootsOnTarget": 7, "possession": 50.05, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Pogoñ Szczecin"}, "formation": "4-1-4-1", "shootsOnTarget": 6, "possession": 49.95, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 1, "goalkeeperSavesPercent": 71.42857142857143, "goals_lost": 2}}

View File

@ -1 +1 @@
{"result": 2, "date": "01-12-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-1-1", "shootsOnTarget": 1, "possession": 47.3, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 71.42857142857143, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-5-2", "shootsOnTarget": 6, "possession": 52.7, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 0.0, "goals_lost": 1}}
{"result": 1, "date": "01-12-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-1-1", "shootsOnTarget": 1, "possession": 47.3, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 71.42857142857143, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-5-2", "shootsOnTarget": 6, "possession": 52.7, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 0.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 1, "date": "27-07-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-2", "shootsOnTarget": 6, "possession": 44.43, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 83.33333333333333, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-4-3", "shootsOnTarget": 6, "possession": 55.57, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 2, "date": "27-07-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-2", "shootsOnTarget": 6, "possession": 44.43, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 83.33333333333333, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-4-3", "shootsOnTarget": 6, "possession": 55.57, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 2, "date": "23-08-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-2-3-1", "shootsOnTarget": 4, "possession": 35.23, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 71.42857142857143, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Wis³a Kraków"}, "formation": "4-4-2", "shootsOnTarget": 7, "possession": 64.77, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}}
{"result": 1, "date": "23-08-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-2-3-1", "shootsOnTarget": 4, "possession": 35.23, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 71.42857142857143, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Wis³a Kraków"}, "formation": "4-4-2", "shootsOnTarget": 7, "possession": 64.77, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}}

View File

@ -1 +1 @@
{"result": 2, "date": "27-10-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-1-1", "shootsOnTarget": 5, "possession": 61.94, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Wis³a P³ock"}, "formation": "4-4-1-1", "shootsOnTarget": 5, "possession": 38.06, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}}
{"result": 1, "date": "27-10-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-1-1", "shootsOnTarget": 5, "possession": 61.94, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Wis³a P³ock"}, "formation": "4-4-1-1", "shootsOnTarget": 5, "possession": 38.06, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 1, "date": "07-12-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-2-3-1", "shootsOnTarget": 2, "possession": 47.36, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Lubin"}, "formation": "4-3-3", "shootsOnTarget": 4, "possession": 52.64, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 2, "date": "07-12-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-2-3-1", "shootsOnTarget": 2, "possession": 47.36, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Lubin"}, "formation": "4-3-3", "shootsOnTarget": 4, "possession": 52.64, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 2, "date": "03-11-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-2-3-1", "shootsOnTarget": 4, "possession": 45.3, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 6, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "£ódzki KS"}, "formation": "4-2-3-1", "shootsOnTarget": 6, "possession": 54.7, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 2}}
{"result": 1, "date": "03-11-2019", "teamsMatchStatistics1": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-2-3-1", "shootsOnTarget": 4, "possession": 45.3, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 6, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "£ódzki KS"}, "formation": "4-2-3-1", "shootsOnTarget": 6, "possession": 54.7, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 2}}

View File

@ -1 +1 @@
{"result": 1, "date": "06-12-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-1-3-2", "shootsOnTarget": 8, "possession": 57.12, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Arka Gdynia"}, "formation": "4-4-1-1", "shootsOnTarget": 4, "possession": 42.88, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 2, "date": "06-12-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-1-3-2", "shootsOnTarget": 8, "possession": 57.12, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Arka Gdynia"}, "formation": "4-4-1-1", "shootsOnTarget": 4, "possession": 42.88, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 2, "date": "11-08-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-1-1", "shootsOnTarget": 3, "possession": 53.46, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 46.54, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 1, "date": "11-08-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-1-1", "shootsOnTarget": 3, "possession": 53.46, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 5, "possession": 46.54, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 2, "date": "15-12-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 38.9, "goals": 1, "red_cards": 2, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 4, "possession": 61.1, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}}
{"result": 1, "date": "15-12-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 38.9, "goals": 1, "red_cards": 2, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 4, "possession": 61.1, "goals": 0, "red_cards": 1, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "25-08-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 0, "possession": 55.06, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 70.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-1-1", "shootsOnTarget": 10, "possession": 44.94, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 1, "goalkeeperSavesPercent": 100, "goals_lost": 0}}
{"result": 1, "date": "25-08-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 0, "possession": 55.06, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 70.0, "goals_lost": 3}, "teamsMatchStatistics2": {"team": {"name": "Górnik Zabrze"}, "formation": "4-4-1-1", "shootsOnTarget": 10, "possession": 44.94, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 1, "goalkeeperSavesPercent": 100, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 1, "date": "30-08-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 0, "possession": 55.57, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 33.333333333333336, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-2", "shootsOnTarget": 3, "possession": 44.43, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 2, "date": "30-08-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 0, "possession": 55.57, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 33.333333333333336, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Jagiellonia Bia³ystok"}, "formation": "4-4-2", "shootsOnTarget": 3, "possession": 44.43, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 2, "date": "21-09-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-1-4-1", "shootsOnTarget": 3, "possession": 32.77, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Lechia Gdañsk"}, "formation": "4-3-3", "shootsOnTarget": 4, "possession": 67.23, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 1, "date": "21-09-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-1-4-1", "shootsOnTarget": 3, "possession": 32.77, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Lechia Gdañsk"}, "formation": "4-3-3", "shootsOnTarget": 4, "possession": 67.23, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 1, "date": "28-07-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 51.22, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Legia Warszawa"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 48.78, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}}
{"result": 2, "date": "28-07-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 51.22, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Legia Warszawa"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 48.78, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "30-11-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 44.26, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 55.55555555555556, "goals_lost": 4}, "teamsMatchStatistics2": {"team": {"name": "Legia Warszawa"}, "formation": "4-4-2", "shootsOnTarget": 9, "possession": 55.74, "goals": 4, "red_cards": 0, "penaltyAreaEntries": 5, "penalties": 1, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 1, "date": "30-11-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 44.26, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 55.55555555555556, "goals_lost": 4}, "teamsMatchStatistics2": {"team": {"name": "Legia Warszawa"}, "formation": "4-4-2", "shootsOnTarget": 9, "possession": 55.74, "goals": 4, "red_cards": 0, "penaltyAreaEntries": 5, "penalties": 1, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 2, "date": "26-10-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 52.55, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Piast Gliwice"}, "formation": "4-4-2", "shootsOnTarget": 5, "possession": 47.45, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 1, "date": "26-10-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 52.55, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Piast Gliwice"}, "formation": "4-4-2", "shootsOnTarget": 5, "possession": 47.45, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 1, "date": "19-08-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "3-4-1-2", "shootsOnTarget": 4, "possession": 58.6, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Pogoñ Szczecin"}, "formation": "4-1-4-1", "shootsOnTarget": 3, "possession": 41.4, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 2, "date": "19-08-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "3-4-1-2", "shootsOnTarget": 4, "possession": 58.6, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 66.66666666666667, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Pogoñ Szczecin"}, "formation": "4-1-4-1", "shootsOnTarget": 3, "possession": 41.4, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 1, "date": "20-12-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 32.38, "goals": 1, "red_cards": 1, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Pogoñ Szczecin"}, "formation": "4-1-4-1", "shootsOnTarget": 2, "possession": 67.62, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 5, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}}
{"result": 2, "date": "20-12-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 4, "possession": 32.38, "goals": 1, "red_cards": 1, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Pogoñ Szczecin"}, "formation": "4-1-4-1", "shootsOnTarget": 2, "possession": 67.62, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 5, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 1, "date": "20-07-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-2-2-2", "shootsOnTarget": 10, "possession": 42.22, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 1, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-4-2-1", "shootsOnTarget": 1, "possession": 57.78, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 90.0, "goals_lost": 1}}
{"result": 2, "date": "20-07-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-2-2-2", "shootsOnTarget": 10, "possession": 42.22, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 1, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-4-2-1", "shootsOnTarget": 1, "possession": 57.78, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 90.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "23-11-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 7, "possession": 45.31, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 1, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-5-2", "shootsOnTarget": 3, "possession": 54.69, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 62.5, "goals_lost": 3}}
{"result": 1, "date": "23-11-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 7, "possession": 45.31, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 1, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Raków Czêstochowa"}, "formation": "3-5-2", "shootsOnTarget": 3, "possession": 54.69, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 62.5, "goals_lost": 3}}

View File

@ -1 +1 @@
{"result": 1, "date": "19-10-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 1, "possession": 58.93, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Wis³a P³ock"}, "formation": "4-1-4-1", "shootsOnTarget": 3, "possession": 41.07, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}
{"result": 2, "date": "19-10-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 1, "possession": 58.93, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Wis³a P³ock"}, "formation": "4-1-4-1", "shootsOnTarget": 3, "possession": 41.07, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}}

View File

@ -1 +1 @@
{"result": 2, "date": "02-11-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 5, "possession": 31.66, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Lubin"}, "formation": "4-2-3-1", "shootsOnTarget": 1, "possession": 68.34, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 83.33333333333333, "goals_lost": 1}}
{"result": 1, "date": "02-11-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-4-2", "shootsOnTarget": 5, "possession": 31.66, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Zag³êbie Lubin"}, "formation": "4-2-3-1", "shootsOnTarget": 1, "possession": 68.34, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 83.33333333333333, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "06-10-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "5-4-1", "shootsOnTarget": 3, "possession": 42.3, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 1, "goalkeeperSavesPercent": 50.0, "goals_lost": 4}, "teamsMatchStatistics2": {"team": {"name": "£ódzki KS"}, "formation": "4-2-3-1", "shootsOnTarget": 8, "possession": 57.7, "goals": 4, "red_cards": 0, "penaltyAreaEntries": 5, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 1}}
{"result": 1, "date": "06-10-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "5-4-1", "shootsOnTarget": 3, "possession": 42.3, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 1, "goalkeeperSavesPercent": 50.0, "goals_lost": 4}, "teamsMatchStatistics2": {"team": {"name": "£ódzki KS"}, "formation": "4-2-3-1", "shootsOnTarget": 8, "possession": 57.7, "goals": 4, "red_cards": 0, "penaltyAreaEntries": 5, "penalties": 0, "goalkeeperSavesPercent": 100, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "27-09-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-1-4-1", "shootsOnTarget": 4, "possession": 47.57, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Œl¹sk Wroc³aw"}, "formation": "4-4-1-1", "shootsOnTarget": 8, "possession": 52.43, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}}
{"result": 1, "date": "27-09-2019", "teamsMatchStatistics1": {"team": {"name": "Korona Kielce"}, "formation": "4-1-4-1", "shootsOnTarget": 4, "possession": 47.57, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 1, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Œl¹sk Wroc³aw"}, "formation": "4-4-1-1", "shootsOnTarget": 8, "possession": 52.43, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 1, "date": "28-09-2019", "teamsMatchStatistics1": {"team": {"name": "Lech Poznañ"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 50.5, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Górnik Zabrze"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 49.5, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}}
{"result": 2, "date": "28-09-2019", "teamsMatchStatistics1": {"team": {"name": "Lech Poznañ"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 50.5, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 2, "penalties": 0, "goalkeeperSavesPercent": 80.0, "goals_lost": 1}, "teamsMatchStatistics2": {"team": {"name": "Górnik Zabrze"}, "formation": "4-2-3-1", "shootsOnTarget": 5, "possession": 49.5, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}}

View File

@ -1 +1 @@
{"result": 1, "date": "01-09-2019", "teamsMatchStatistics1": {"team": {"name": "Lech Poznañ"}, "formation": "4-4-1-1", "shootsOnTarget": 2, "possession": 57.22, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 8, "possession": 42.78, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 1}}
{"result": 2, "date": "01-09-2019", "teamsMatchStatistics1": {"team": {"name": "Lech Poznañ"}, "formation": "4-4-1-1", "shootsOnTarget": 2, "possession": 57.22, "goals": 1, "red_cards": 0, "penaltyAreaEntries": 3, "penalties": 0, "goalkeeperSavesPercent": 75.0, "goals_lost": 2}, "teamsMatchStatistics2": {"team": {"name": "Cracovia Kraków"}, "formation": "4-1-4-1", "shootsOnTarget": 8, "possession": 42.78, "goals": 2, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 50.0, "goals_lost": 1}}

View File

@ -1 +1 @@
{"result": 2, "date": "22-11-2019", "teamsMatchStatistics1": {"team": {"name": "Lech Poznañ"}, "formation": "4-4-1-1", "shootsOnTarget": 5, "possession": 52.91, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 5, "penalties": 1, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Piast Gliwice"}, "formation": "4-4-2", "shootsOnTarget": 3, "possession": 47.09, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}}
{"result": 1, "date": "22-11-2019", "teamsMatchStatistics1": {"team": {"name": "Lech Poznañ"}, "formation": "4-4-1-1", "shootsOnTarget": 5, "possession": 52.91, "goals": 3, "red_cards": 0, "penaltyAreaEntries": 5, "penalties": 1, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Piast Gliwice"}, "formation": "4-4-2", "shootsOnTarget": 3, "possession": 47.09, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 40.0, "goals_lost": 3}}

View File

@ -1 +1 @@
{"result": 2, "date": "05-10-2019", "teamsMatchStatistics1": {"team": {"name": "Lech Poznañ"}, "formation": "4-4-1-1", "shootsOnTarget": 9, "possession": 46.82, "goals": 4, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Wis³a Kraków"}, "formation": "4-2-3-1", "shootsOnTarget": 2, "possession": 53.18, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 55.55555555555556, "goals_lost": 4}}
{"result": 1, "date": "05-10-2019", "teamsMatchStatistics1": {"team": {"name": "Lech Poznañ"}, "formation": "4-4-1-1", "shootsOnTarget": 9, "possession": 46.82, "goals": 4, "red_cards": 0, "penaltyAreaEntries": 4, "penalties": 0, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Wis³a Kraków"}, "formation": "4-2-3-1", "shootsOnTarget": 2, "possession": 53.18, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 55.55555555555556, "goals_lost": 4}}

View File

@ -1 +1 @@
{"result": 2, "date": "26-07-2019", "teamsMatchStatistics1": {"team": {"name": "Lech Poznañ"}, "formation": "4-4-1-1", "shootsOnTarget": 6, "possession": 59.15, "goals": 4, "red_cards": 1, "penaltyAreaEntries": 5, "penalties": 1, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Wis³a P³ock"}, "formation": "4-1-4-1", "shootsOnTarget": 4, "possession": 40.85, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 33.333333333333336, "goals_lost": 4}}
{"result": 1, "date": "26-07-2019", "teamsMatchStatistics1": {"team": {"name": "Lech Poznañ"}, "formation": "4-4-1-1", "shootsOnTarget": 6, "possession": 59.15, "goals": 4, "red_cards": 1, "penaltyAreaEntries": 5, "penalties": 1, "goalkeeperSavesPercent": 100.0, "goals_lost": 0}, "teamsMatchStatistics2": {"team": {"name": "Wis³a P³ock"}, "formation": "4-1-4-1", "shootsOnTarget": 4, "possession": 40.85, "goals": 0, "red_cards": 0, "penaltyAreaEntries": 0, "penalties": 0, "goalkeeperSavesPercent": 33.333333333333336, "goals_lost": 4}}

Some files were not shown because too many files have changed in this diff Show More