BuzzerBeater Forums

BBAPI Support > schedule.aspx

schedule.aspx

Set priority
Show messages by
From: bragoss
This Post:
00
330117.1
Date: 2/4/2026 4:27:48 PM
BC Nyapu Taspa
III.8
Overall Posts Rated:
66
Hello,

I would like to know if downloading the info of a team's schedule I can download the ID of the matches. Right now I am trying to do it but I can only download the ID's of the teams in every match and the competition, but not the match ID.

Thank you!

This Post:
00
330117.2 in reply to 330117.1
Date: 2/4/2026 6:44:30 PM
Asingratitos BC
III.1
Overall Posts Rated:
3636
The response of schedule.aspx includes the match ID. For example here is the first few matches for your team:

<bbapi version='1'>
<schedule teamid='138045' season='71' retrieved='2026-02-04T23:42:22Z'>
<match id='137825177' start='2026-01-22T22:00:00Z' type='friendly'>
<awayTeam id='138045'>
<teamName>BC Nyapu Taspa</teamName>
<score>84</score>
</awayTeam>
<homeTeam id='115566'>
<teamName>Paypueblo BC</teamName>
<score>96</score>
</homeTeam>
</match>

<match id='137869361' start='2026-01-24T19:00:00Z' type='league.rs'>
<awayTeam id='138045'>
<teamName>BC Nyapu Taspa</teamName>
<score>94</score>
</awayTeam>
<homeTeam id='78985'>
<teamName>Club Basket Bon Pastor</teamName>
<score>115</score>
</homeTeam>
</match>

<match id='137869372' start='2026-01-27T19:00:00Z' type='league.rs'>
<awayTeam id='75580'>
<teamName>Atomillos</teamName>
<score>100</score>
</awayTeam>
<homeTeam id='138045'>
<teamName>BC Nyapu Taspa</teamName>
<score>74</score>
</homeTeam>
</match>
[...]

</schedule>
</bbapi>

This Post:
00
330117.3 in reply to 330117.2
Date: 2/5/2026 2:38:12 PM
BC Nyapu Taspa
III.8
Overall Posts Rated:
66
Thank you very much, somehow i managed to finally get the same info :)