I often find myself missing the start time of the Chess.com created Arena/Swiss tournaments (I'm typically looking to catch the 10 | 0 Rapid Arena/Swiss tourneys) and looking around there doesn't seem to be any kind of notification/subscription feature that would facilitate being notified of these tournaments.
The simplest solution for my use case would be an RSS feed containing the scheduled tournaments which I could use to generate my own alerts for but I believe having an official API endpoint that could be used to retrieve the tournament schedule would facilitate developers being able to create more feature rich integrations.
My ideal feed/api would return all upcoming scheduled tournaments for some period of time (24H sounds reasonable) and optionally include tournaments that have already started and are still in progress.
Poking through the web console and checking out the sites Cometd web socket service, I did find that back end does generate a subscription channel that has most of this information but alas, that Pub/Sub service is not a public endpoint. But since most of what this request is looking for is already being generated for use in that channel for the web client, I'm hoping getting a publicly supported endpoint for that information wouldn't be too much of an ask!
I often find myself missing the start time of the Chess.com created Arena/Swiss tournaments (I'm typically looking to catch the 10 | 0 Rapid Arena/Swiss tourneys) and looking around there doesn't seem to be any kind of notification/subscription feature that would facilitate being notified of these tournaments.
The simplest solution for my use case would be an RSS feed containing the scheduled tournaments which I could use to generate my own alerts for but I believe having an official API endpoint that could be used to retrieve the tournament schedule would facilitate developers being able to create more feature rich integrations.
My ideal feed/api would return all upcoming scheduled tournaments for some period of time (24H sounds reasonable) and optionally include tournaments that have already started and are still in progress.
Poking through the web console and checking out the sites Cometd web socket service, I did find that back end does generate a subscription channel that has most of this information but alas, that Pub/Sub service is not a public endpoint. But since most of what this request is looking for is already being generated for use in that channel for the web client, I'm hoping getting a publicly supported endpoint for that information wouldn't be too much of an ask!