API Documentation (ablankara.com)

Base URL https://www.service.ablankara.com/api

Base Img URL https://www.ablankara.com/resimler/abl

1. Get Latest Matches - Season

    {
  "matches": [
    {
      "id": 1,
      "date": "2022-10-14 20:15:00",
      "stadium": "Vamos Spor Kompleksi",
      "status": "Completed",
      "week": 5,
      "team_a_name": "Baro S.K",
      "team_a_id": 1,
      "team_a_img_url": "https://www.ablankara.com/resimler/abl/takimlar/baro.png",
      "team_b_name": "Target S.K",
      "team_b_id": 2,
      "team_b_img_url": "https://www.ablankara.com/resimler/abl/takimlar/target.png",
      "team_a_score": "55",
      "team_b_score": "76",
      "elapsed_time": "11:30"
    }
    // ... other matches 
  ]
}

2. Get Upcoming Matches

    {
  "matches": [
    {
      "id": 1,
      "date": "2022-10-14 20:15:00",
      "stadium": "Vamos Spor Kompleksi",
      "week": 5,
      "team_a_name": "Baro S.K",
      "team_a_id": 1,
      "team_a_img_url": "https://www.ablankara.com/resimler/abl/takimlar/baro.png",
      "team_b_name": "Target S.K",
      "team_b_id": 2,
      "team_b_img_url": "https://www.ablankara.com/resimler/abl/takimlar/target.png",
      "team_a_score": "55",
      "team_b_score": "76"
    }
    // ... other matches
  ]
}

3. Get Stat Leaders - Season

    {
  "mvp": [
    {
      "id": 1,
      "name": "Mert Kurt",
      "team": "Vamos SK",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/vamos.png",
      "team_id": 1,
      "score": 13.52,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/mert_kurt.png"
    }
    // other 4 players
  ],
  "points": [
    {
      "id": 2,
      "name": "Ahmet Hasan",
      "team": "Target SK",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/target.png",
      "team_id": 2,
      "score": 22.12,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/ahmet_hasan.png"
    }
    // other 4 players
  ],
  "rebounds": [
    {
      "id": 3,
      "name": "Mert Hakan",
      "team": "Saygispor",
      "team_id": 3,
      "score": 12.32,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/mert_hakan.png",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/saygispor.png"
    }
    // other 4 players
  ],
  "assists": [
    {
      "id": 4,
      "name": "Johnny Deep",
      "team": "Falcons",
      "team_id": 4,
      "score": 5.76,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/johnny_deep.png",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/falcons.png"
    }
    // other 4 players
  ],
  "steals": [
    {
      "id": 5,
      "name": "Hasan Hakan",
      "team": "Baro SK",
      "team_id": 5,
      "score": 4.00,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/hasan_hakan.png",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/baro.png"
    }
    // other 4 players
  ],
  "blocks": [
    {
      "id": 6,
      "name": "Huseyin Muratgil",
      "team": "Atilim SK",
      "team_id": 6,
      "score": 2.12,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/huseyin_muratgil.png",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/atilim.png"
    }
    // other 4 players
  ]
}

4. All Matches - Season

    {
  "matches": [
    {
      "id": 1,
      "date": "2022-10-14 20:15:00",
      "stadium": "Vamos Spor Kompleksi",
      "week": 5,
      "team_a": "Baro S.K",
      "team_a_id": 1,
      "team_a_img_url": "https://www.ablankara.com/resimler/abl/takimlar/baro.png",
      "team_b": "Target S.K",
      "team_b_id": 2,
      "team_b_img_url": "https://www.ablankara.com/resimler/abl/takimlar/target.png",
      "score_a": 66,
      "score_b": 74,
      "status": "Completed",
      "match_code": "MK3201"
    }
  ]
}

5. Match Details

    {
  "match_stats": {
    "id": 1,
    "date": "2022-10-14 20:15:00",
    "stadium": "Vamos Spor Kompleksi",
    "week": 5,
    "team_a": "Baro S.K",
    "team_a_id": 1,
    "team_a_img_url": "https://www.ablankara.com/resimler/abl/takimlar/baro.png",
    "team_b": "Target S.K",
    "team_b_id": 2,
    "team_b_img_url": "https://www.ablankara.com/resimler/abl/takimlar/target.png",
    "score_a": 66,
    "score_b": 74,
    "quarter_1_a": 11,
    "quarter_1_b": 13,
    "quarter_2_a": 11,
    "quarter_2_b": 15,
    "quarter_3_a": 24,
    "quarter_3_b": 20,
    "quarter_4_a": 18,
    "quarter_4_b": 26,
    "overtime_a": 0,
    "overtime_b": 0,
    "rebound_a": 42,
    "assist_a": 20,
    "steal_a": 8,
    "blok_a": 1,
    "foul_a": 23,
    "rebound_b": 22,
    "assist_b": 13,
    "steal_b": 4,
    "blok_b": 4,
    "foul_b": 13,
    "status": "Completed",
    "is_clock_active": true,
    "elapsed_time": "11:30"
  },
  "player_stats": [
    {
      "team": "AkayRoyal",
      "players": [
        {
          "id": 1,
          "name": "Tayyar Michael Jordan",
          "number": 1,
          "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/tayyar_michael_jordan.png",
          "time": "30:00",
          "efficiency": 15.4,
          "points": 20,
          "field_goals": "5/10",
          "two_points": "8/10",
          "three_points": "3/5",
          "rebounds": 8,
          "assists": 5,
          "steals": 2,
          "blocks": 1,
          "turnovers": 3,
          "fouls_committed": 2,
          "fouls_received": 1
        }
      ]
    }
  ],
  "active_player_ids_a": [
    2,
    13,
    16,
    7,
    21
  ],
  "active_player_ids_b": [
    23,
    18,
    15,
    6,
    3
  ]
}

6. Weekly Top 5

    {
  "players": [
    {
      "id": 1,
      "name": "Huseyin Muratgil",
      "team": "Atilim SK",
      "team_id": 6,
      "position": "Point Guard",
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/huseyin_muratgil.png",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/atilim.png"
    },
    {
      "id": 2,
      "name": "Hakan Cetin",
      "team": "Baro SK",
      "team_id": 5,
      "position": "Shooting Guard",
      "player_img_url": "https://www.ablankara.com/resimler/abl/oynucular/hakan_cetin.png",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/baro.png"
    },
    {
      "id": 3,
      "name": "Tuncay Esen",
      "team": "Atmaca SK",
      "team_id": 4,
      "position": "Small Forward",
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/tuncay_esen.png",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/atmaca.png"
    },
    {
      "id": 4,
      "name": "Hulki Unal",
      "team": "Vamos SK",
      "team_id": 1,
      "position": "Power Forward",
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/hulki_unal.png",
      "team_img_url": "httpstp://www.ablankara.com/resimler/abl/takimlar/vamos.png"
    },
    {
      "id": 5,
      "name": "Batuhan Safi",
      "team": "Saygi SK",
      "team_id": 3,
      "position": "Center",
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/batuhan_safi.png",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/saygi.png"
    }
  ]
}

7. All Matches - Week

    {
  "matches": [
    {
      "id": 1,
      "date": "2022-10-14 20:15:00",
      "stadium": "Vamos Spor Kompleksi",
      "week": 5,
      "team_a": "Baro S.K",
      "team_a_id": 1,
      "team_a_img_url": "https://www.ablankara.com/resimler/abl/takimlar/baro.png",
      "team_b": "Target S.K",
      "team_b_id": 2,
      "team_b_img_url": "https://www.ablankara.com/resimler/abl/takimlar/target.png",
      "score_a": 66,
      "score_b": 74,
      "quarter_1_a": 11,
      "quarter_1_b": 13,
      "quarter_2_a": 11,
      "quarter_2_b": 15,
      "quarter_3_a": 24,
      "quarter_3_b": 20,
      "quarter_4_a": 18,
      "quarter_4_b": 26,
      "overtime_1_a": 0,
      "overtime_1_b": 0,
      "overtime_2_a": 0,
      "overtime_2_b": 0,
      "captain_a": "Mert Hakan",
      "captain_b": "Murat Sever",
      "ref_observer": "Can Soydemir",
      "licence_check": true,
      "statistics": "Burcu Tuna",
      "status": "Completed",
      "match_code": "MK3201"
    }
    // ... other matches
  ]
}

8. Groups

{
  "groups": [
    {
      "id": 1,
      "name": "Grup A",
      "type": "League",
      "stage": 1
    },
    {
      "id": 2,
      "name": "Grup B",
      "type": "League",
      "stage": 1
    },
    {
      "id": 3,
      "name": "Grup C",
      "type": "Knock-out",
      "stage": 2
    }
  ]
}

9. Standings

    [
  {
    "group_id": 1,
    "group_name": "Group A",
    "teams": [
      {
        "id": 1,
        "name": "Vamos SK",
        "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/vamos.png",
        "percentage": 75,
        "played": 5,
        "win": 4,
        "loss": 1,
        "points": 9,
        "internal_points": 3,
        "internal_average": "21",
        "ppg": "78",
        "oppg": "71",
        "streak": 4,
        "last5": 31
      },
      {
        "id": 2,
        "name": "Target SK",
        "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/target.png",
        "percentage": 50,
        "played": 4,
        "win": 2,
        "loss": 2,
        "points": 6,
        "internal_points": 3,
        "internal_average": "20",
        "ppg": "78",
        "oppg": "51",
        "streak": 1,
        "last5": 21
      }
      // other teams
    ]
  },
  {
    "group_id": 2,
    "group_name": "Group B",
    "teams": [
      {
        //teams
      }
    ]
  }
  // other groups
]

10. Teams

    {
  "teams": [
    {
      "id": 45,
      "name": "Ankara Barosu",
      "short_name": "AnkaraBarosu",
      "livescore_name": "BARO",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/baro.png"
    },
    {
      "id": 45,
      "name": "Age İnşaat",
      "short_name": "Age İnşaat",
      "livescore_name": "AGE",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/age.png"
    }
    // other teams
  ]
}

11. Match Results - Team

    {
  "matches": [
    {
      "id": 1,
      "date": "2022-10-14 20:15:00",
      "stadium": "Vamos Spor Kompleksi",
      "week": 5,
      "team_a": "Baro S.K",
      "team_a_id": 1,
      "team_a_img_url": "https://www.ablankara.com/resimler/abl/takimlar/baro.png",
      "team_b": "Target S.K",
      "team_b_id": 2,
      "team_b_img_url": "https://www.ablankara.com/resimler/abl/takimlar/target.png",
      "score_a": 66,
      "score_b": 74,
      "quarter_1_a": 11,
      "quarter_1_b": 13,
      "quarter_2_a": 11,
      "quarter_2_b": 15,
      "quarter_3_a": 24,
      "quarter_3_b": 20,
      "quarter_4_a": 18,
      "quarter_4_b": 26,
      "overtime_1_a": 0,
      "overtime_1_b": 0,
      "overtime_2_a": 0,
      "overtime_2_b": 0,
      "rebounds_a": 42,
      "assists_a": 20,
      "steals_a": 8,
      "bloks_a": 1,
      "fouls_a": 23,
      "rebounds_b": 22,
      "assists_b": 13,
      "steals_b": 4,
      "bloks_b": 4,
      "fouls_b": 13
    }
    // ... other matches
  ]
}

12. Get Stat Leaders - Team

    {
  "mvp": [
    {
      "id": 1,
      "name": "Mert Kurt",
      "score": 13.52,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/mert_kurt.png"
    }
    // other 4 players
  ],
  "points": [
    {
      "id": 2,
      "name": "Ahmet Hasan",
      "score": 22.12,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/ahmet_hasan.png"
    }
    // other 4 players
  ],
  "rebounds": [
    {
      "id": 3,
      "name": "Mert Hakan",
      "score": 12.32,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/mert_hakan.png"
    }
    // other 4 players
  ],
  "assists": [
    {
      "id": 4,
      "name": "Johnny Deep",
      "score": 5.76,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/johnny_deep.png"
    }
    // other 4 players
  ],
  "steals": [
    {
      "id": 5,
      "name": "Hasan Hakan",
      "score": 4.00,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/hasan_hakan.png"
    }
    // other 4 players
  ],
  "blocks": [
    {
      "id": 6,
      "name": "Huseyin Muratgil",
      "score": 2.12,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/huseyin_muratgil.png"
    }
    // other 4 players
  ]
}  

13. Get Upcoming Matches - Team

    {
  "matches": [
    {
      "id": 1,
      "date": "2022-10-14 20:15:00",
      "stadium": "Vamos Spor Kompleksi",
      "week": 5,
      "team_a": "Vamos S.K",
      "team_a_img_url": "https://www.ablankara.com/resimler/abl/takimlar/vamos.png",
      "team_b": "Target S.K",
      "team_b_img_url": "https://www.ablankara.com/resimler/abl/takimlar/target.png"
    },
    {
      "id": 13,
      "date": "2022-10-21 21:00:00",
      "stadium": "Vamos Spor Kompleksi",
      "week": 6,
      "team_a": "Falcons",
      "team_a_img_url": "https://www.ablankara.com/resimler/abl/takimlar/falcons.png",
      "team_b": "Vamos S.K",
      "team_b_img_url": "https://www.ablankara.com/resimler/abl/takimlar/vamos.png"
    }
    // ... other matches
  ]
}

14. Team Squad

    {
  "staff": [
    {
      "name": "Hakan Midilli",
      "title": "General Manager",
      "img_url": "https://www.ablankara.com/resimler/abl/staff/hakan_midilli.png"
    },
    {
      "name": "Volkan Bonor",
      "title": "Head Coach",
      "img_url": "https://www.ablankara.com/resimler/abl/staff/volkan_bonor.png"
    }
    // other staff
  ],
  "players": [
    {
      "id": 3,
      "name": "Dorukhan Kuzu",
      "position": "Point Guard",
      "height": 187,
      "weight": 88,
      "birth": 1995,
      "img_url": "https://www.ablankara.com/resimler/abl/oyuncular/dorukhan_kuzu.png"
    }
    //other players
  ]
}

15. Player Details

    {
  "id": 1,
  "name": "Dorukhan Kuzu",
  "position": "Point Guard",
  "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/dorukhan_kuzu.png",
  "height": 187,
  "weight": 88,
  "birth": 1995,
  "nationality": "T.C",
  "team": "Vamos S.K",
  "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/vamos.png",
  "team_id": 1,
  "point": 11.6,
  "rebound": 11.1,
  "assists": 4.0,
  "steal": 2.3,
  "block": 1.2,
  "playing_time": 2813,
  "turnover": 2.4,
  "foul_committed": 1.2,
  "foul_against": 4.5,
  "1pt": "23/35",
  "1ptPerc": 50.2,
  "2pt": "112/234",
  "2ptPerc": 50.2,
  "3pt": "0/4",
  "3ptPerc": 50.2,
  "opponent": [
    {
      "assists": 8,
      "blocks": 1,
      "efficiency": 14.6,
      "field_goal_percentage": 44.3,
      "field_goal_total": "3/7",
      "fouls_committed": 1,
      "fouls_received": 4,
      "match_date": "2024-11-30",
      "match_id": 1,
      "points": 5,
      "rebounds": 20,
      "steals": 10,
      "team": "GİGSK",
      "team_id": 1,
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/gigsk.png",
      "three_points": 8.8,
      "three_points_total": "1/3",
      "time": 4.8,
      "turnovers": 2,
      "two_points": 20.5,
      "two_points_total": "2/4"
    },
    {
      "assists": 6,
      "blocks": 1,
      "efficiency": 17.3,
      "field_goal_percentage": 55.6,
      "field_goal_total": "3/7",
      "fouls_committed": 9,
      "fouls_received": 5,
      "match_date": "2024-12-30",
      "match_id": 2,
      "points": 14,
      "rebounds": 19,
      "steals": 15,
      "team": "Ümitköyspor",
      "team_id": 2,
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/umitkoyspor.png",
      "three_points": 8.2,
      "three_points_total": "1/3",
      "time": 6.4,
      "turnovers": 3,
      "two_points": 26.8,
      "two_points_total": "2/4"
    }
  ]
}

16. Live Match - Play by Play

{
  "match_id": 978,
  "plays": [
    {
      "action": "Player 1 missed a two-point shot",
      "isPlayTeamA": 1,
      "match_id": 978,
      "player_name": "Adem Yılmaz",
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/adem_yilmaz.png",
      "player_id": 1,
      "quarter": 1,
      "team": "GİGSK",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/gigsk.png",
      "team_a_score": 0,
      "team_a_id": 1,
      "team_b_score": 0,
      "team_b_id": 1,
      "time": "1:00",
      "is_score": false
    },
    {
      "action": "Player 2 made a three-point shot",
      "isPlayTeamA": 0,
      "match_id": 978,
      "player_name": "Kayhan Dilber",
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/kayhan_dilber.png",
      "player_id": 2,
      "quarter": 1,
      "team": "Genç Girişim",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/genç_girişim.png",
      "team_a_score": 0,
      "team_b_score": 3,
      "time": "1:20",
      "is_score": true,
      "team_a_id": 1,
      "team_b_id": 2
    },
    {
      "action": "Player 3 made a two-point shot",
      "isPlayTeamA": 1,
      "match_id": 978,
      "player_name": "Vahdi Umut Bengi",
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/vahdi_umut_bengi.png",
      "player_id": 3,
      "quarter": 1,
      "team": "GİGSK",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/gigsk.png",
      "team_a_score": 2,
      "team_b_score": 3,
      "time": "1:40",
      "is_score": true,
      "team_a_id": 1,
      "team_b_id": 2
    },
    {
      "action": "Player 4 missed a two-point shot",
      "isPlayTeamA": 0,
      "match_id": 978,
      "player_name": "Tansel Külah",
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/tansel_kulah.png",
      "player_id": 4,
      "quarter": 1,
      "team": "Genç Girişim",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/genç_girişim.png",
      "team_a_score": 2,
      "team_b_score": 3,
      "time": "2:00",
      "is_score": false,
      "team_a_id": 1,
      "team_b_id": 2
    },
    {
      "action": "Player 5 made a free throw",
      "isPlayTeamA": 1,
      "match_id": 978,
      "player_name": "Utku Beyaztaş",
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/utku_beyaztas.png",
      "player_id": 5,
      "quarter": 1,
      "team": "GİGSK",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/gigsk.png",
      "team_a_score": 3,
      "team_b_score": 3,
      "time": "2:20",
      "is_score": true,
      "team_a_id": 1,
      "team_b_id": 2
    },
    {
      "action": "Player 5 made a free throw",
      "isPlayTeamA": 1,
      "match_id": 978,
      "player_name": "Utku Beyaztaş",
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/utku_beyaztas.png",
      "player_id": 5,
      "team": "GİGSK",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/gigsk.png",
      "quarter": 1,
      "team_a_score": 4,
      "team_b_score": 3,
      "time": "2:40",
      "is_score": true,
      "team_a_id": 1,
      "team_b_id": 2
    },
    {
      "action": "Player 6 made a two-point shot",
      "isPlayTeamA": 0,
      "match_id": 978,
      "player_name": "Abdullah Yiğit Çömez",
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/abdullah_yigit_comez.png",
      "player_id": 6,
      "quarter": 1,
      "team": "Genç Girişim",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/genç_girişim.png",
      "team_a_score": 4,
      "team_b_score": 5,
      "time": "3:00",
      "is_score": true,
      "team_a_id": 1,
      "team_b_id": 2
    },
    {
      "action": "Player 7 made a three-point shot",
      "isPlayTeamA": 1,
      "match_id": 978,
      "player_name": "Ergin Bozkurt",
      "player_id": 7,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/ergin_bozkurt.png",
      "quarter": 1,
      "team": "GİGSK",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/gigsk.png",
      "team_a_score": 7,
      "team_b_score": 5,
      "time": "3:20",
      "is_score": true,
      "team_a_id": 1,
      "team_b_id": 2
    },
    {
      "action": "Player 8 committed a turnover",
      "isPlayTeamA": 0,
      "match_id": 978,
      "player_name": "Tarkan Kuvulmaz",
      "player_id": 8,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/tarkan_kuvulmaz.png",
      "quarter": 1,
      "team": "Genç Girişim",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/genç_girişim.png",
      "team_a_score": 7,
      "team_b_score": 5,
      "time": "3:40",
      "is_score": false,
      "team_a_id": 1,
      "team_b_id": 2
    },
    {
      "action": "Player 9 missed a three-point shot",
      "isPlayTeamA": 1,
      "match_id": 978,
      "player_name": "Tuncay Esen",
      "player_id": 9,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/tuncay_esen.png",
      "quarter": 1,
      "team": "GİGSK",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/gigsk.png",
      "team_a_score": 7,
      "team_b_score": 5,
      "time": "4:00",
      "is_score": false,
      "team_a_id": 1,
      "team_b_id": 2
    },
    {
      "action": "Player 10 made a two-point shot",
      "isPlayTeamA": 0,
      "match_id": 978,
      "player_name": "Orhan Asan",
      "player_id": 10,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/orhan_asan.png",
      "quarter": 1,
      "team": "Genç Girişim",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/genç_girişim.png",
      "team_a_score": 7,
      "team_b_score": 7,
      "time": "4:20",
      "is_score": true,
      "team_a_id": 1,
      "team_b_id": 2
    },
    {
      "action": "Player 1 made a two-point shot",
      "isPlayTeamA": 1,
      "match_id": 978,
      "player_name": "Adem Yılmaz",
      "player_id": 1,
      "player_img_url": "https://www.ablankara.com/resimler/abl/oyuncular/adem_yilmaz.png",
      "quarter": 1,
      "team": "GİGSK",
      "team_img_url": "https://www.ablankara.com/resimler/abl/takimlar/gigsk.png",
      "team_a_score": 9,
      "team_b_score": 7,
      "time": "4:40",
      "is_score": true,
      "team_a_id": 1,
      "team_b_id": 2
    }
  ]
}

17. Current Season

{
  "current_season": "2023-2024"
}