{{ schedule.leagueInfo.name }}
League ID: {{ schedule.leagueInfo.id }}
Browse international basketball schedules by date and league
{{ schedule.totalGames }} games scheduled
| Time | League | Away Team | Home Team | Result | Venue | |
|---|---|---|---|---|---|---|
| {{ game.dateTime }} |
{{ game.leagueInfo ? game.leagueInfo.name : game.league }}
|
{{ game.awayTeam.name }}
|
{{ game.homeTeam.name }}
|
{{ game.result }} | {{ game.venue }} {{ game.venue }} |
Loading boxscore...
Error: {{ boxscoreError }}
Failed to load boxscore. Please try again later.
{{ boxscore.gameDate }}
{{ boxscore.awayTeam.score }}
{{ boxscore.homeTeam.score }}
| # | Player | Status | Pos | Min | FGM-A | 3PM-A | FTM-A | FIC | Off | Def | Reb | Ast | PF | STL | TO | BLK | PTS |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ player.number }} | {{ player.name }} | {{ player.status }} | {{ player.position }} | {{ player.minutes }} | {{ player.fgmA }} | {{ player.threePMA }} | {{ player.ftmA }} | {{ player.fic }} | {{ player.offReb }} | {{ player.defReb }} | {{ player.reb }} | {{ player.ast }} | {{ player.pf }} | {{ player.stl }} | {{ player.to }} | {{ player.blk }} | {{ player.pts }} |
| {{ index === 0 ? 'Team' : '' }} | {{ total.minutes }} | {{ total.fgmA }} | {{ total.threePMA }} | {{ total.ftmA }} | {{ total.fic }} | {{ total.offReb }} | {{ total.defReb }} | {{ total.reb }} | {{ total.ast }} | {{ total.pf }} | {{ total.stl }} | {{ total.to }} | {{ total.blk }} | {{ total.pts }} |
| # | Player | Status | Pos | Min | FGM-A | 3PM-A | FTM-A | FIC | Off | Def | Reb | Ast | PF | STL | TO | BLK | PTS |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ player.number }} | {{ player.name }} | {{ player.status }} | {{ player.position }} | {{ player.minutes }} | {{ player.fgmA }} | {{ player.threePMA }} | {{ player.ftmA }} | {{ player.fic }} | {{ player.offReb }} | {{ player.defReb }} | {{ player.reb }} | {{ player.ast }} | {{ player.pf }} | {{ player.stl }} | {{ player.to }} | {{ player.blk }} | {{ player.pts }} |
| {{ index === 0 ? 'Team' : '' }} | {{ total.minutes }} | {{ total.fgmA }} | {{ total.threePMA }} | {{ total.ftmA }} | {{ total.fic }} | {{ total.offReb }} | {{ total.defReb }} | {{ total.reb }} | {{ total.ast }} | {{ total.pf }} | {{ total.stl }} | {{ total.to }} | {{ total.blk }} | {{ total.pts }} |
{{ formattedJSON }}
| STATUS | REALGM PLAYERS | OC PLAYER |
|---|---|---|
|
{{ originalPlayer.name }}
{{ originalPlayer.position }} - {{ originalPlayer.team }}
|
{{ originalPlayer.matchedOCPlayer.player_name }}
ID: {{ originalPlayer.matchedOCPlayer.player_id }}
{{ originalPlayer.matchedOCPlayer.team }}
- {{ originalPlayer.matchedOCPlayer.position }}
No OC player found
|
No matching players found in the database.
Try adjusting your search filters.
Click "Search Database" to find matching players.
| # | Player | Status | Pos | Min | FGM-A | 3PM-A | FTM-A | FIC | OREB | DREB | REB | AST | PF | STL | TO | BLK | PTS |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ player.number }} | {{ player.name }} | {{ player.status }} | {{ player.position }} | {{ player.minutes }} | {{ player.field_goals_made_attempted }} | {{ player.three_pointers_made_attempted }} | {{ player.free_throws_made_attempted }} | {{ player.fic }} | {{ player.offensive_rebounds }} | {{ player.defensive_rebounds }} | {{ player.total_rebounds }} | {{ player.assists }} | {{ player.personal_fouls }} | {{ player.steals }} | {{ player.turnovers }} | {{ player.blocks }} | {{ player.points }} |
| # | Player | Status | Pos | Min | FGM-A | 3PM-A | FTM-A | FIC | OREB | DREB | REB | AST | PF | STL | TO | BLK | PTS |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ player.number }} | {{ player.name }} | {{ player.status }} | {{ player.position }} | {{ player.minutes }} | {{ player.field_goals_made_attempted }} | {{ player.three_pointers_made_attempted }} | {{ player.free_throws_made_attempted }} | {{ player.fic }} | {{ player.offensive_rebounds }} | {{ player.defensive_rebounds }} | {{ player.total_rebounds }} | {{ player.assists }} | {{ player.personal_fouls }} | {{ player.steals }} | {{ player.turnovers }} | {{ player.blocks }} | {{ player.points }} |
{{ JSON.stringify(game.boxscoreData, null, 2) }}
No player data available.
Player information is only available for games with boxscore data.