You are asking for the api to publish a endpoint that tells you a player is currently playing a 1min bullet game and then 2 minutes later to tell you they are not?
Chess.com API
You are asking for the api to publish a endpoint that tells you a player is currently playing a 1min bullet game and then 2 minutes later to tell you they are not?
They can limit the API calls/charge for it. But yeah the idea is to publish an api which would tell if a player is playing a live game.

Hey everyone, is there any plan to expose a public API which tells whether a particular player is playing a bullet/rapid/blitz game? Currently I see an API only for daily games. Any response will be helpful, thanks : )
This doesn't seem like a very reasonable use of an API.
What would be better, if this sort of thing were to be implemented would be a push notification to a URL you set up yourself. Like a watch list you set up in your account and have it push a notification to a URL you choose in your config.
But to keep polling an API to see if some list of players is in live? No, that's a bad idea.
Hey everyone, is there any plan to expose a public API which tells whether a particular player is playing a bullet/rapid/blitz game? Currently I see an API only for daily games. Any response will be helpful, thanks : )
This doesn't seem like a very reasonable use of an API.
What would be better, if this sort of thing were to be implemented would be a push notification to a URL you set up yourself. Like a watch list you set up in your account and have it push a notification to a URL you choose in your config.
But to keep polling an API to see if some list of players is in live? No, that's a bad idea.
Agreed that polling wouldn't be a good idea. Push notification is a good way to tackle this

Hey everyone, is there any plan to expose a public API which tells whether a particular player is playing a bullet/rapid/blitz game? Currently I see an API only for daily games. Any response will be helpful, thanks : )
This doesn't seem like a very reasonable use of an API.
What would be better, if this sort of thing were to be implemented would be a push notification to a URL you set up yourself. Like a watch list you set up in your account and have it push a notification to a URL you choose in your config.
But to keep polling an API to see if some list of players is in live? No, that's a bad idea.
Agreed that polling wouldn't be a good idea. Push notification is a good way to tackle this
The next question is, what's the use case for this? What would you do with it?

Update time for some endpoints is 12 hours and you want to have less usefull (up to me) endpoint that will be updated every single minute? No way : )
Hey everyone, is there any plan to expose a public API which tells whether a particular player is playing a bullet/rapid/blitz game? Currently I see an API only for daily games. Any response will be helpful, thanks : )
This doesn't seem like a very reasonable use of an API.
What would be better, if this sort of thing were to be implemented would be a push notification to a URL you set up yourself. Like a watch list you set up in your account and have it push a notification to a URL you choose in your config.
But to keep polling an API to see if some list of players is in live? No, that's a bad idea.
Agreed that polling wouldn't be a good idea. Push notification is a good way to tackle this
The next question is, what's the use case for this? What would you do with it?
Wanted to have something to notify whenever any player x is playing live chess. Atleast for his/her rapid games.
Update time for some endpoints is 12 hours and you want to have less usefull (up to me) endpoint that will be updated every single minute? No way : )
Online Player endpoint is realtime though.
Hey everyone, is there any plan to expose a public API which tells whether a particular player is playing a bullet/rapid/blitz game? Currently I see an API only for daily games. Any response will be helpful, thanks : )