Page 1 of 1

API for game status

Posted: 05 October 2022, 18:09
by Quebim
Hello! I'm wondering if there is some API to check the status of a game I'm playing or some kind of webhook that triggers when someone finishes their turn (I know there is the email and notification system that already does the same thing). Thanks!

Re: API for game status

Posted: 18 October 2022, 14:59
by SunSparc
I am also wondering about this.

Re: API for game status

Posted: 07 March 2023, 07:42
by LuxZeitlos
Would also be interested in this. being able to announce who's next with a Matrix or Discord bot would be pretty nice. A webhook, long polling endpoint, or even just an endpoint I could poll every few minutes would be amazing.

I have a group chat with some friends, and sometimes someone misses out their BGA notifications. Especially for long running games. Then someone posts a reminder. But if we could just update the room status once a day, that would already be quite nice.

Re: API for game status

Posted: 07 July 2025, 19:49
by Rhabdodon
+1 from me on this! Currently I setup a Zap with Pushcut that sends me an iOS notification when it's my turn in a game. This would be a lot simpler if I could give BGA a Webhook URL and every time it's my turn some JSON was sent to that URL with at minimum the name of the game and table ID so the URL could be constructed.